I've got two quite basic questions about vectors. I'm sorry if it isn't right to put two questions at the same thread. I'm quite confused about the technique of solving such problems.
- Let $\vec v=(3,-4)$, $\vec u=(1,2)$. Find two vectors $\vec w_1, \vec w_2$ so that:
(i) $\vec u=\vec w_1+\vec w_2$.
(ii) $\vec v || \vec w_1$
(iii) $\vec v \bot \vec w_2$
And the second question:
- Show that for all four points $A,B,C,D \in \mathbb R^n$ from some $n$.:
$\vec {AB} \cdot \vec {CD} + \vec {AC} \cdot \vec {DB} + \vec {AD} \cdot \vec {BC}=0$
Thanks in advance for any help!
For your first, $\vec w_1$ will be of the form $(3a,-4a)$ and $\vec w_2$ will be of the form $(4b,3b)$ for real numbers $a$ and $b$, so setting their sum equal to $\vec u$ you need to solve: $$3a+4b=1$$ $$-4a+3b=2$$
Added: For your second, you could start by showing that $$\sum_i (b_i-a_i)(d_i-c_i) + \sum_i (c_i-a_i)(b_i-d_i) + \sum_i (d_i-a_i)(c_i-b_i)=0$$ by looking at each $i$ individually