Stefan W. answered 09/22/22
Ex Physics teacher wants to help you learn.
Not sure what the computer method is but the two main ways to add vectors are to draw them out to scale head to tail and find where the new end point is. Or break them down into the X and Y components as shown here:
Vector A
x-component = 6 COS(30) = 6 (0.866) = 5.196 m
y-component = 6 SIN(30) = 6 (0.5) = 3 m
Vector B
x-part = 4 COS(150) = 4 (-0.866) = -3.464 m
y-part = 4 SIN(150) = 4(0.5) = 2 m
Vector C
x-part = 5 COS(210) = 5 (-0.866) = -4.33 m
y-part = 5 SIN(210) = 5 (-.5) = -2.5m
Vector D
x-part = 7 COS(315) = 7(0.707) = 4.95 m
y-part = 7 SIN(315) = 7(-0.707) = -4.95 m
Now when you add the vectors up, you are adding up the X components together and then the Y components together.
X-parts = 5.196 + -3.46 + -4.33 + 4.95 = 2.352 m
Y-parts = 3+2+ -2.5 + -4.95 = -2.45m
The direction is given from TAN(θ) = Y/X
TAN(θ) = -2.45/2.352 = -1.041
θ = ATAN(-1.041) = -46.15 deg (Which is a fine angle but someone might want a positive angle)
to get that angle going clockwise you would subtract this from 360 deg to get 313.8 deg
The magnitude is obtained using the right triangle formula a^2 + b^2 = c^2
c = Square Root(a^2 +b^2)
= Sq Rt (2.352^2+ (-2.45)^2)
= Sq Rt (5.531 + 6.003)
= Sq Rt (11.534)
= 3.396 m