81.2k views
5 votes
LINEAR ALGEBRA

Suppose u1= [2,3,1] and u2= [4,1,0]. For which value(s) of the constant k is [1,2,k] a linear combination of u1 and u2?

User Brantonb
by
4.2k points

1 Answer

3 votes

Answer:

The value of the constant
k so that
\vec u_(3) is a linear combination of
\vec u_(1) and
\vec u_(2) is
(7)/(10).

Explanation:

Let be
\vec u_(1) = [2,3,1],
\vec u_(2) = [4,1,0] and
\vec u_(3) = [1, 2,k],
\vec u_(3) is a linear combination of
\vec u_(1) and
\vec u_(3) if and only if:


\alpha_(1) \cdot \vec u_(1) + \alpha_(2) \cdot \vec u_(2) +\alpha_(3)\cdot \vec u_(3) = \vec O (Eq. 1)

Where:


\alpha_(1),
\alpha_(2),
\alpha_(3) - Scalar coefficients of linear combination, dimensionless.

By dividing each term by
\alpha_(3):


\lambda_(1)\cdot \vec u_(1) + \lambda_(2)\cdot \vec u_(3) = -\vec u_(3)


\vec u_(3)=-\lambda_(1)\cdot \vec u_(1)-\lambda_(2)\cdot \vec u_(2) (Eq. 2)


\vec O - Zero vector, dimensionless.

And all vectors are linearly independent, meaning that at least one coefficient must be different from zero. Now we expand (Eq. 2) by direct substitution and simplify the resulting expression:


[1,2,k] = -\lambda_(1)\cdot [2,3,1]-\lambda_(2)\cdot [4,1,0]


[1,2,k] = [-2\cdot\lambda_(1),-3\cdot \lambda_(1),-\lambda_(1)]+[-4\cdot \lambda_(2),-\lambda_(2),0]


[0,0,0] = [-2\cdot \lambda_(1),-3\cdot \lambda_(1),-\lambda_(1)]+[-4\cdot \lambda_(2),-\lambda_(2),0]+[-1,-2,-k]


[-2\cdot \lambda_(1)-4\cdot \lambda_(2)-1,-3\cdot \lambda_(1)-\lambda_(2)-2,-\lambda_(1)-k] =[0,0,0]

The following system of linear equations is obtained:


-2\cdot \lambda_(1)-4\cdot \lambda_(2)= 1 (Eq. 3)


-3\cdot \lambda_(1)-\lambda_(2)= 2 (Eq. 4)


-\lambda_(1)-k = 0 (Eq. 5)

The solution of this system is:


\lambda_(1) = -(7)/(10),
\lambda_(2) = (1)/(10),
k = (7)/(10)

The value of the constant
k so that
\vec u_(3) is a linear combination of
\vec u_(1) and
\vec u_(2) is
(7)/(10).

User Arams
by
4.6k points