Vector perpendicular to three vectors

50 Views Asked by At
                           u = i+2j+3k
                           v = -i+2j+k
                           w = 3i+j

find the value of p such that (u+pv) is perpendicular to w

2

There are 2 best solutions below

2
On

Hint:

If two non-zero vectors $\vec{a} \text{ and } \vec{b} $ are perpendicular and then,

$$\vec{a} \cdot\vec{b} = 0 \iff \vec{a} \perp \vec{b} \text{ as } |a|, |b| \ne 0$$

0
On

From $(u+pv)\cdot w=0$ and $v\cdot w\neq0$ give$$p=-\frac{u\cdot w}{v\cdot w}$$ a try.