Find vector components with norm

234 Views Asked by At

Hi I would like to find the vector components of F with theses informations.

enter image description here

I'm able to find the angle on the Z axe of 32 degree but not with the x and y axes.

How can i do this thank you.

1

There are 1 best solutions below

2
On BEST ANSWER

It seems that the vector $\vec F$ is directed from $A=(0,0,10)$ to $B=(5,-3,0)$ so in the same direction of the vector

$$ \overrightarrow{AB}=(5,-3,-10) $$ so, find the unit vector $\vec u=\frac{\overrightarrow{AB}}{|\overrightarrow{AB}|}$ and you have: $\vec F=|F| \vec u$ .