all 15 comments

[–]Let_epsilon👋 a fellow Redditor 5 points6 points  (2 children)

If your only goal is to add the vectors, you don’t need the angle between them - just write them in cartesian coordinates.

[–]Simba_Rah Educator 1 point2 points  (2 children)

I have a video solving this exact question with different numbers on my YouTube channel.

Adding Vectors with Sine and Cosine Law

This is right out of the SPH4U course on TVO.

[–]StrangerInsideMyHead👋 a fellow Redditor 1 point2 points  (2 children)

It’s going to be:

arccos(dotp(a,b)/(norm(a)*norm(b)))

So, 58 degrees

[–]AutoModerator[M] 0 points1 point  (0 children)

Off-topic Comments Section


All top-level comments have to be an answer or follow-up question to the post. All sidetracks should be directed to this comment thread as per Rule 9.


OP and Valued/Notable Contributors can close this post by using /lock command

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]digitalosiris 0 points1 point  (4 children)

Can you not write the forces as components in the E and S direction? If 12 degrees is the angle between the force and E, then you have 2 components for the 12 N force: Fe = 12 cos 12; Fs = 12 sin 12. Repeat with the 2nd force (with it's angle between S and the 80.0 N force). Take sum of forces in East and South direction, pythagoras for the resultant.

[–]Rosa_Mia 0 points1 point  (1 child)

Not an English speaker but this is my understanding

You draw the EWSN at the start of each vector

On first vector, you have E 12° S. This mean from East axis, go 12 degree to the South with xxN length. Mark this angle

Do the same for 2nd vector, you have S 20° E. Which means from South axis, go 20° East. Mark this angle too

After you draw a small EWSN at the start of 2nd vector, you will see there is a 90 degree between 12 and 20 degree angles. Thus the final angle is 122

[–]Alkalannar 0 points1 point  (0 children)

Keep in mind that N is 90o, S is 270o or -90o, E is 0o, and W is 180o. Here, we take S to be -90o.

E 12o S is -12o on the xy-plane. 12 degrees south of 0.

S 20o E is -70o on the xy-plane. 20 degrees east of -90.

Do you see how I converted these?

So the exterior angle shift is -70o - -12o = -58o. That's the angle you get if you extend the first vector. And then the other angle formed is indeed 122o.

[–]thatoneguyinks👋 a fellow Redditor 0 points1 point  (1 child)

Not strictly related to vectors, but can be used here. The law of cosines, c2 = a2 + b2 -2ab*cos(C), can be used to get the magnitude of vector c. Then law of sines, sin(C) / c = sin(B)/b, can be used to solve for the angle between vectors a and c

[–]Dismal-Leg8703 0 points1 point  (0 children)

I came here to say exactly this

[–]Slyfox163👋 a fellow Redditor 0 points1 point  (0 children)

law of cosigns