Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
183_notes:examples:vectordecomposition [2014/07/10 18:55] – created caballero | 183_notes:examples:vectordecomposition [2014/07/10 19:08] (current) – [Solution] caballero | ||
---|---|---|---|
Line 5: | Line 5: | ||
Determining the [[183_notes: | Determining the [[183_notes: | ||
- | In the figure below, a position vector has been drawn. It has a magnitude of 5m and makes an angle of 35∘ with the negative y-axis. Determine the components of this vector in the coordinate system that is drawn. | + | In the figure below, a position vector has been drawn. It has a magnitude of $5\:mandmakesanangleof35^{\circ}$ with the negative y-axis. Determine the components of this vector in the coordinate system that is drawn. |
- | {{ : | + | {{ : |
==== Solution ==== | ==== Solution ==== | ||
+ | |||
+ | You might want to immediately apply the formulae: rx=|→r|cosθ and ry=|→r|sinθ. But you should first check that they apply, and if not, you need to re-derive the formulae. If we draw the triangle where the base and height are the x and y components respectively, | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | The angle that you know (θ=35∘) is the one that the vector makes with the negative y-axis. So the opposite side is the x-component. Hence the above formula do not apply and, | ||
+ | |||
+ | rx=|→r|sin(θ)=(5m)sin(35∘)=2.87m | ||
+ | |||
+ | The y-component is the adjacent side and is negative. Hence, | ||
+ | |||
+ | ry=−|→r|cos(θ)=−(5m)cos(35∘)=−4.10m | ||
+ | |||
+ | where the minus sign was introduced because the measure of the angle was less than 90∘. |