Finding two unknown vectors

1.2k Views Asked by At

Question:

Find $v_{1}=(a,b,c)$ and $v_{2}=(d,e,f)$ such that $v = v_{1} + v_{2} = (-2,3,-4)$, with $v_{1}$ parallel to $u$ and $v_{2}$ perpendicular to $u$, where $u = (-4,3,-4)$.

Attempt:

Since $v_{1}$ is parallel to $u$ $\therefore $ $v_{1} = ku = (-4k,3k,-4k), k\in \Re $.

Since $v_{2}$ is perpendicular to $u\therefore v_{2}.u=0 \therefore -4d+3e-4f=0$.

Since $v = v_{1} + v_{2} = (-2,3,-4) \therefore$

$$-4k + d=-2\\ 3k + e=3\\ -4k + f=-4\\$$

I don't know where to go from here or how to use $-4d+3e-4f=0$.

Would very much appreciate your help.

2

There are 2 best solutions below

0
On

For each $k\in \Re $ that you substitute to the final system of 3 equations you will obtain unique solution

$v_{2}=(d,e,f)$

and

$v_{1} = ku = (-4k,3k,-4k)$

4
On

Try multiplying the 1st equation by -4, the second by 3 and the third by -4. Totally you'll get:

$$16k - 4d = 8$$ $$9k + 3e = 9$$ $$16k - 4f = 16$$

summing all toegther will bring you: $41k - 4d + 3e - 4f = 33$ The expression after $41k$ is $0$, therefore: $41k = 33$

Now you can easily find d, e and f