Statics - Coplanar Force Systems

AI Thread Summary
The discussion focuses on solving a coplanar force system problem involving angles and forces. The user derived equations for the forces in the x and y directions but arrived at an incorrect angle, θ, compared to the published value. A key error identified was a sign mistake in the equation involving the term 24/5. After correction, the user confirmed their calculations were on the right track. The exchange highlights the importance of careful attention to signs in statics problems.
EtherealMonkey
Messages
41
Reaction score
0
The problem statement:
Statics_0311_PF.png


My relevant equation:

\phi will be the angle between the X axis and F_{CO}

\theta = \phi + \arcsin\left(\frac{3}{5}\right)

My attempt at a solution:

\Sigma F_{x} = 0:

F_{CO}\cos\phi - F_{BO}\frac{4}{5} = 0

F_{CO} = \frac{F_{BO}\frac{4}{5}}{\cos\phi}

\Sigma F_{y} = 0:

F_{AO} - F_{BO}\frac{3}{5} - F_{CO}\sin\phi = 0

Combining terms and substituting the equation found for \Sigma F_{x} = 0 into \Sigma F_{x} = 0:

F_{AO} - \frac{3}{5}F_{BO} - \frac{4}{5}F_{BO}\tan\phi = 0

9kN - \frac{3}{5}8kN - \frac{4}{5}8kN\tan\phi = 0

\phi = \arctan\left(\left(9+\frac{24}{5}\right)*\frac{5}{32}\right)

\phi = 65.12^{\circ}

\theta = 102^{\circ}

The published value of \theta:

\theta = 70.1^{\circ}

I don't know what I did wrong.

TIA for any response.
 
Last edited:
Physics news on Phys.org
EtherealMonke said:
9kN - \frac{3}{5}8kN - \frac{4}{5}8kN\tan\phi = 0

\phi = \arctan\left(\left(9+\frac{24}{5}\right)*\frac{5}{32}\right)
that plus 24/5 should be a minus 24/5.
I don't know what I did wrong.

TIA for any response.
you did well, just missed the sign.
 
Jay, thank you sir!
 
Thread 'PLL - How to find all the gains of a PI corrector and fix Ki ? MATLAB'
Hello everyone, it's not really for my homework (because I'm not at school anymore) but I'm new and I don't know how to start a new forum. I've never done automatic before and I need help. I have a 2nd ordre PLL on MATLAB, with an NCO and a PI corrector; the PLL works via the Mid/End algorithm (that's part is ok). I need to find the link between the theoretical formulas and their values in the code to find the value of the gain Ki, and possibly that of Kp if it's not correct. Unfortunately...
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top