Need a little help with these vectors

72 Views Asked by At

Let $v_1$, $v_2$, $v_3$ be mutually orthogonal non-zero vectors in $3$-space. So, any vector $v$ can be expressed as $v = c_1 v_1 + c_2 v_2 + c_3 v_3$.

(a)Show that the scalars $c_1$, $c_2$, $c_3$ are given by the formula $\displaystyle c_i=\frac{v\cdot v_i}{||v_i||^2}$, $i=1,2,3$

how to calculate the value of $v\cdot v_i$? what distributivity of scalar multiplication and addition?

2

There are 2 best solutions below

7
On BEST ANSWER

Given $v = c_1v_1 + c_2v_2 + c_3v_3$, take the dot product of both sides with $v_3$. The result is $v\cdot v_3 = c_3||v_3||^2$. Solve for $c_3$. Likewise for $i = 1, 2$.

0
On

For i=1

$c_1 =\frac{vv_i}{|v_i|^2} \Leftrightarrow c_1 =\frac{(c_1v_1 + c_2v_2 + c_3v_3)v_i}{|v_i|^2} \Leftrightarrow c_1 =\frac{c_1v_1^2}{|v_i|^2} $ which is true by the fact $v_1^2=|v_1|^2$