Linear Combination and Span
Let V be a vector space over F≡R or C and let S be a subset of V.
1. Linear combination:
Let x1, x2, …, xk ∈ V and α1, α2, ..., αk ∈ F. Then α1x1+ α2x2+…+ αkxk is called a linear combination of x1, x2, …, xk.
2. Examples:
Consider the vector spaces R2 over R
Then some linear combinations of (3, 0), (1, 4)∈R2 are given below:
Case (i) α1=2∈R, α2=1∈R
α1x1+α2x2= 2(3, 0) +1(1, 4) =(6, 0)+(1, 4)=(7, 4)
Case (ii) α1=1∈R, α2=0∈R
α1x1+α2x2= 1(3, 0) + 0(1, 4) = (3, 0)+(0, 0) = (3, 0)
Case (iii) α1=0∈R, α2=1∈R
α1x1+α2x2= 0(3, 0)+1(1, 4)=(0, 0)+(1, 4)=(1, 4)
Case (iv) α1=-2∈R, α2=√2∈R
α1x1+α2x2= -2(3, 0)+ √2(1, 4)=(-6, 0)+(√2, 4√2)=(√2-6, 4√2)
3. Example:
Consider the vector space (P2 (x), +, .) over R denoted by P2 (x) where P2 (x)={ a2x2+a1x1+a0, where a1, a2, a0 ∈ R }.
The operation addition is defined as (a2x2+a1x1+a0)+(b2x2+b1x1+b0)={(a2+b2)x2+(a1+b1)x1+(a0+b0)};
where a0, a1, a2, b0, b1, b2∈R
And the operation scalar multiplication is defined as α.(a2x2+a1x1+a0)=α.a2x2+ α.a1x1+ α.a0∈R
Then x2+3x+3 ∈ P2 (x) is a linear combination of p1=x+1, p2=x2+x+1, for α1=2∈R, α2=1∈R, s.t. α1p1+α2p2=2(x+1)+1(x2+x+1)=(2x+2)+ (x2+x+1)=x2+3x+3
4. Linear span:
Case (i) Let φ ≠ S ⊆ V. Then the linear span of S consists of all possible linear combinations of elements of S. It is denoted by L(S). Thus L(S)= { α1x1+ α2x2+ …+αkxk : x1, x2, ..., xk ∈ V, α1, α2, …, αk ∈ F}.
Case (ii) If S= φ, L(S) is defined to be {0}.
5. Spanning set:
If L(S)=V, that is if V is the linear span of S then, S is called a spanning set of V and it is said that S spans V.
6. Examples-I:
Let R2 be the vector space over R where S ⊆ R2. Then
(i) S={(1, 0)}does not span R2, i.e. L(S) ≠ R2 Justification: By definition, L(S)={x(1, 0)|x ∈ R}={(x, 0)|x ∈ R}. We show that (1, 1) ∉ L(S) because if not, then (1, 1) ∈ L(S) which implies (1, 1)=α(x, 0)=(αx, 0) i.e. 1=0, a contradiction. Thus (1, 1) ∉ L(S). Hence L(S) ≠ R2.
(ii) S={(1, 0),(1, 1)} spans R2, i.e. S is a spanning set of R2, i.e. L(S)=R2. Justification: By definition, L(S)={x(1, 0)+y(1, 1)|x, y ∈ R}={(x, 0)+(y, y)|x, y ∈ R}={(x+y, y)|x, y ∈ R}. Clearly L(S) ⊆ R2. We show that R2 ⊆ L(S). Let (a, b) ∈ R2. Then (a, b)=α(1, 0)+β(1, 1) for some α, β ∈ R. Therefore α=a-b and β=b. Clearly α(1, 0)+β(1, 1)=(a, b). Thus (a, b) ∈ L(S). So that R2 ⊆ L(S). Hence L(S)=R2.
(iii) S={(1, 0), (2, 0)} does not span R2 i.e. L(S) ≠ R2. Justification: By definition, L(S)={x(1, 0)+y(2, 0)|x, y ∈ R}={(x, 0)+(2y, 0)|x, y ∈ R}={(x+2y, 0)|x, y ∈ R}. We show that (0, 1) ∉ L(S). For if (0, 1) ∈ L(S), then (0, 1)=α(1, 0)+β(2, 0) for some α, β ∈ R. Therefore 1=0, a contradiction. Thus (0, 1) ∉ L(S). Hence L(S) ≠ R2
7. Examples-II:
i. Consider the vector space P2x over R and let S={1, x+1, x2+x+1} ⊆ P2x . Then S spans P2x , i.e. L(S)=P2x .
Justification: By definition, L(S)={α.1+β(x+1)+γ(x2+x+1): α, β, γ ∈ R}. Clearly L(S) ⊆ P2x . To prove that P2x ⊆ L(S). Let a2x2+a1x1+a0 ∈ P2x , where a0, a1, a2 ∈ R. Then a2x2+a1x1+a0= α.1+β(x+1)+γ(x2+x+1) for some α, β, γ ∈ R. Therefore α=a0-a1, β=a1-a2 and γ=a2. Clearly, α.1+β(x+1)+γ(x2+x+1)= a2x2+a1x1+a0. Thus a2x2+a1x1+a0 ∈ L(S), so that P2x ⊆ L(S). Hence L(S)= P2x .
ii. Consider the vector space P2x over R and let S={ x+1, x2+1, x-x2} ⊆ P2x . Then S does not span P2x , i.e. L(S) ≠ P2x . Justification: By definition, L(S)={α(x+1)+β(x2+1)+γ(x-x2): α, β, γ ∈ R}.We show that 1 ∉ L(S)because if not, then 1 ∈ L(S). Thus 1=α(x+1)+β(x2+1)+γ(x-x2) for some α, β, γ ∈ R. Therefore α+β=1, α+γ=0, β-γ=0. By solving these equations, we get α+β=1and α+β=0, a contradiction. Thus 1 ∉ L(S). Hence L(S) ≠ P2x .
8. Properties:
(i) S is a subset of L(S).
(ii) L(S) is the smallest subspace of V containing S. Thus the smallest subspace of V containing φ is {0}.
(iii) Let A ⊆ B ⊆ V. Then L(A) ⊆ L(B).
9. Summary:
For S ⊆ V,
L(S) is the collection of all possible linear combinations of S, if S ≠ φ and L(S)={0}, if S= φ. In other words, S ⊆ L(S), L(S) is a subspace and if W is a subspace of V such that S ⊆ W, then L(S) ⊆ W. If L(S)=V then S is called a spanning set of V. A vector space V can have more than one spanning sets. For example both {(1, 0), (0, 1), (2, 2) and {(1, 2), (2, 3)} span the vector space R2 over R.