Cartesian vector application involving two forces.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 5K views
Failure007
Messages
9
Reaction score
0

Homework Statement



Two forces act on an object at an angle of 50°. One force is 150 N. The resultant
force is 200 N. Find the second force and the angle that it makes with the
resultant.

Homework Equations



Ux=|U|cos(theta)
Uy=|U|sin(theta)

The Attempt at a Solution



Basically I began by trying to find the components of the 150 N force by using the formulas mentioned above, which left me with U = [150, 0]. I then tried adding the two forces together, i.e. R = [150 + vx, 0 + vy] and then tried to find the magnitude of the resultant, which I knew was equal to 200. I squared both sides leaving me with (150 + vx)^2 + (0 + vy)^2 = 40000, however I did not know where to go from here. Any help is appreciated, thanks a lot.
 
Physics news on Phys.org
You haven't made use of the 50° angle. Assume that second force has a magnitude of F and makes an angle of 50° with respect to the x-axis. Use its components in the equation you wrote.
 
If I'm understanding this correctly, could I assume that Vx=0.6428F and Vy=0.7660F and use those directly in my (150 + vx)^2 + (0 + vy)^2 = 40000 equation or would I have to use Fcos(50) and Fsin(50) instead? Thanks for the help so far.
 
Either way will work, as sin(50) = 0.7660 (at least to a good approximation). Personally, I would use cos(50) and sin(50), only plugging in values in the last step.
 
Will do, Thanks a lot Doc Al.