
William W. answered 05/09/21
Math and science made easy - learn from a retired engineer
To add vectors that are in different directions, you can break each vector down into its components (in the x and y direction or in this case, the North-South and East-West directions)
We can specify a coordinate plane where North is positive and West is positive (making Soth and East negative).
For F1, the North-South component is 14sin(66) = 12.7896
For F1, the East-West component is -14cos(66) = -5.6943
For F2, the North-South component is -29sin(19) = -9.4415
For F2, the East-West component is 29cos(19) = 27.4200
Then we can add F1 North-South with F2 North-South (because they are in the same direction)
FResultant N-S = 12.7896 - 9.4415 = 3.3482
And we can add F1 East-West with F2 East-West (because they are in the same direction)
FResultant E-W = -5.6943 + 27.4200 = 21.7257
Then we can put the resultant vector's components back together. The magnitude comes from the Pythagorean Theorem:
FResultant = √(3.34822 + 21.72572) = √483.2173 = 22 N
The direction comes from tan-1(3.3482/21.7257) = 8.8° above West