F.B said:
This is what i did so far is this right.
drx= d1+d1+d3
=2.4cos32 - 1.6 - 4.9cos63
=2.08 - 1.6 - 2.22
= -1.79
dry= d1 + d2 + d3
=2.4sin32 - 1.6 - 4.9sin63
=1.27 - 1.6 - 4.365
= -4.695
I don't know whether i was supposed to add these or subtract them. If this is right what do i do from here??
"Sum"
means add whether you are working with numbers or vectors! What you are really asking is when the components are positive and when they are negative. That's determined when you set up your coordinate system- here you are using the "standard"- East is the positive x direction, North is the positive y direction- and so anything West or South is negative.
Do you have much experience with drawing graphs? On a standard map, East is to the right, West left; North is up, South down.
On a standard graph, positive x is right, negative x left; positive y is up, negative down.
The components of the first vector are (-2.4 cos(32), -2.4 sin(32)): both negative because the vector is "south of west". You had everything right except the sign.
The components of the second vector are (0, -1.6):
notice the 0! The second vector is due South (which is why the y-component is negative) so there is no "east" or "west" and no x-component.
The components of the third vector are (4.9 cos(27), -4.9 sin(27)). (Take a look at your triangle. You said the vector was "27 degrees S of E". Using 63 degrees is measuring the angle from the South and then you swap sine and cosine.) Now the x-component is positive since the vector is "E" and the y-component is positive because the vector is "S".
The "sum" is (-2.4 cos(32)+ 0+ 4.9 cos(27), -2.4 sin(32)- 1.6-4.9 sin(27)).
It's not a matter of "adding" or "subtracting", it's a matter of whether the numbers themselves are positive or negative- and that is based on "North positive, South negative; East positive, West negative".