
Max A. answered 09/13/19
Professional Engineer with a Strong Tutoring/Academic Background
a) We have two different magnitude forces acting on an object at two different angles. To solve this problem, we are going to have to break down these forces into their respective x and y components, and then combine them to find the resultant force. We do this using trig functions. Note the angles are given with respect to the x axis, or horizontal axis. So the horizontal, x, component is found using cosine and the vertical component, y, is found using sine.
Force 1 = F1 = 50 N force at 20 degrees
F1x = 50*cos(20 deg) = 46.98 N
F1y = 50*sin(20 deg) = 17.10 N
Force 2 = F2 = 40 N force at 250 degrees
F2x = 40*cos(250 deg) = -13.68 N
F2y = 40*sin(250 deg) = -37.59 N
Next, we can combine our x components with each other to determine the resulting force in the x direction. And likewise with the y components.
FRx = F1x + F2x = 46.98 N + (-13.68 N) = 33.3 N
FRy = F1y + F2y = 17.10 N + (-37.59 N) = -20.49 N
From here, the magnitude of the resultant force is calculated using Pythagorean theorem: a2 + b2 = c2. In terms of this problem, the equation is:
FRx2 + FRy2 = FR2 (or)
FR = sqrt((FRx)2 + (FRy)2)
FR = sqrt((33.3 N)2 + (-20.49 N)2)
FR = 39.1 N
(b) To calculate the angle of the resultant force, we simply look at our right triangle from above, where FRx and FRy are the side lengths and FR is the hypotenuse. Using trigonometry, tan = sin/cos = (opposite side) / (adjacent side). Therefore, our resultant angle is calculated as follows:
θ = arctan(FRy/FRx)
θ = arctan ((-20.49 N)/(33.3 N))
θ = -31.6 degrees, this implies 31.6 degrees clockwise. However, the problem wants us to provide a positive value. So we simply subtract from 360 degrees to arrive at the same point traveling counterclockwise.
θ = 328.4 degrees