Solving Statics Problem: Equilibrium of 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
3 replies · 3K views
619313
Messages
8
Reaction score
0
I have having trouble solving this statics problem, I sum up the forces and have

C*cos(30) - B*cos(phi) = 0 in the positive x direction
and
C*sin(30) + B*sin(phi) - D =0 in the positive y direction

B = 275 lbs and D = 300lbs
I need to solve for C and phi, I have tried substitution, division, not matrices because it wouldn't work
 
Physics news on Phys.org
C*cos(30) = B*cos(phi)...(1)
C*sin(30) = - B*sin(phi) + D ...(2)
Divide (2) by (1).You get
tan(30) = B*cosφ/(B*sinφ - D)
Square both the sides. Write cos^2(φ) = 1 - sin^2(φ) and solve the quadratics to find φ.
 
Thanks for the reply,

I divided (2) by (1) but I have

Tan(30) = (-B*sin(φ) + D)/ (B*cos(φ))

Am I missing something?