Find the scalars such that $v_4$ can be written as $v_4=c_1v_1+c_2v_2+c_3v_3$, where $$v_1=(1, 1, 1),\quad v_2=(1, 2, 3),\quad v_3=(1,1,2),\quad v_4=(2,1, 3).$$
2026-05-14 11:33:42.1778758422
On
Find the scalars such that $v_4$ can be written as $v_4=c_1v_1+c_2v_2+c_3v_3$
34 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
You have to argue componentwise:
By looking at the first component you obtain the equation $$c_1\cdot 1+c_2\cdot 1+c_3\cdot 1=2.$$ From the second $$c_1\cdot 1+c_2\cdot 2+c_3\cdot 1=1$$ and from the third $$c_1\cdot 1+c_2\cdot 3+c_3\cdot 2=3$$ All of these must be satisfied at the same time, so they build a linear system. Solve this by the techniques you know.
Hint. The equation $v_4=c_1v_1+c_2v_2+c_3v_3$ implies that component-wise the following equations hold: $$c_1+c_2+c_3=2,\quad c_1+2c_2+c_3=1,\quad c_1+3c_2+2c_3=3.$$ Can you take it from here?
Note that by subtracting the first and the second equations from the third one, we find immediately that $c_1=0$.
So it remains to solve: $$c_2+c_3=2,\quad 2c_2+c_3=1.$$