Seemingly simple system of equations

AI Thread Summary
The discussion revolves around solving a system of equations related to two forces, P and Q, acting on a crate at different angles. The forces have magnitudes of 100 N and 200 N, respectively, with a resultant horizontal force of 250 N. Attempts to solve for the angles theta and phi involve using trigonometric identities and equations, but the user struggles to find a solution. Suggestions include using a graphing calculator to find intersection points and manipulating the equations to isolate sine and cosine components. The conversation emphasizes the importance of checking for sign information after squaring equations to ensure accurate results.
ElTaco
Messages
8
Reaction score
0

Homework Statement



There are two forces P and Q that are applied to a crate, with their respective magnitudes 100 and 200 N. One is applied at an angle upward with angle theta, and one is applied at an angle downward with angle phi. Both have positive horizontal components and the sum of the two forces has a magnitude of 250 N directly horizontal to the right. I need to find the angles theta and phi.

Homework Equations



None explicitly given.

The Attempt at a Solution



100sin(theta) = 200sin(phi)
100cos(theta) + 200cos(phi) = 250
theta = arcsin(2sin(phi))
Then I plug it in and cannot solve.

Another route I tried was keeping P and Q in instead of substituting in their magnitudes.
Psin(theta) = Qsin(phi)
Pcos(theta) + Qcos(phi) = 250
P = Qsin(phi)/sin(theta)
Qsin(phi)/tan(theta) + Qcos(phi) = 250
Again I cannot finish solving.

If something was badly worded or confusing please let me know. This problem is from a book so rather than writing the problem as exactly stated, I had to add some more information because there was a picture as well. Thanks for your time, I'm really stuck on this.
 
Last edited:
Physics news on Phys.org
I'm assuming you at least have a graphing calculator. In function mode just do y1=250 and y2=100cos(arcsin(2sin(phi))) + 200cos(phi) = 250, which is what you had. Find the right range and domain and the intersection points will be your answer. you could also set it equal to 0 and fin the zeros.
 
Your two equations look like:

P cos(\theta) + Q cos(\phi) = F_h
P sin(\theta) + Q sin(\phi) = 0

Isolate cos(Θ) and sin(Θ), or cos(Φ) and sin(Φ) on one side of each equation. Square both sides of each. Add the equations. sin2 + cos2 = 1. Solve for the remaining angle. Note that sign information may be lost in the squaring process, so check the result for signs.
 
His solution is more intelligent. I recommend that.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top