Vector coordinates in terms of magnitude and angles with axes

170 Views Asked by At

A vector $\vec{v}$ of magnitude $v$ makes an angle $\alpha$ with the positive x-axis, angle $\beta$ with positive y axis, and angle $\gamma$ with the positive z-axis. Show that

$$\vec{v} = vcos(\alpha)\vec{i} + vcos(\beta)\vec{j} + vcos(\gamma)\vec{k} $$

$cos(\alpha), cos(\beta)$ and $cos(\gamma)$ are called direction cosines

Show that

$$cos^2(\alpha)+cos^2(\beta)+cos^2(\gamma)=1$$

I think this might include the geometric expression of the dot product

1

There are 1 best solutions below

0
On

By the hypothesis the unit vector $\frac{\vec v}{v}=: x\vec i+y\vec j+z\vec k$ make an angle $\alpha$ with the positive $x$-axis so $$x=\frac{\vec v}{v}\cdot \vec i=\cos\alpha$$ and by the same method we find $y=\cos \beta$ and $z=\cos \gamma$ so we get $\vec v$. Finally notice that $$v=||\vec v||=v\sqrt{\cos^2\alpha+\cos^2\beta+\cos^2\gamma}$$