Help solving for 3 equations and 3 unknowns

  • Thread starter Thread starter skybox
  • Start date Start date
  • Tags Tags
    Unknowns
AI Thread Summary
The discussion revolves around solving three equations with three unknowns: P_{1}, P_{2}, and λ. The equations are set to equal zero, and the user initially struggles with the approach to find the solutions. Suggestions include expressing P_{1} and P_{2} in terms of λ, then substituting these into the third equation to solve for λ. The user acknowledges the complexity of the problem and decides to utilize Matlab for a solution. The conversation highlights the importance of algebraic manipulation in solving systems of equations.
skybox
Messages
37
Reaction score
0

Homework Statement


Solve the following equation for P_{1} and P_{2}

Homework Equations


7.0+0.004P_{1}-\lambda(1-0.0004P_{1})=0
7.0+0.004P_{2}-\lambda=0
P_{1}+P_{2}-500-0.0002P_{1}^{2}=0

The Attempt at a Solution


I am having some issues on ways to solve this problem. I guess the main point I am stuck on is how do I even approach it?

I have three unknowns P_{1}, P_{2}, \lambda and three equations, so I should be able to solve for P_{1}, P_{2}.

The example shows that the solutions are:
P_{1}=178.882 , P_{2}=327.496.

Any suggestions or tips would be greatly appreciated
 
Last edited:
Physics news on Phys.org
My first suggestion would be to give some equations. You've given 3 expressions, which don't appear to equate to anything.
 
oay said:
My first suggestion would be to give some equations. You've given 3 expressions, which don't appear to equate to anything.
Woops. Updated. All expressions equal 0
 
skybox said:
Woops. Updated. All expressions equal 0
That's better! :smile:

How are you with algebraic manipulation?

The first equation gives you P_1 in terms of \lambda, and the second gives P_2 in terms of \lambda.

Plug them both into the third equation and you find the value of \lambda.

Use this value of \lambda to find the values of P_1 and P_2.

Job done! :smile:
 
oay said:
That's better! :smile:

How are you with algebraic manipulation?

The first equation gives you P_1 in terms of \lambda, and the second gives P_2 in terms of \lambda.

Plug them both into the third equation and you find the value of \lambda.

Use this value of \lambda to find the values of P_1 and P_2.

Job done! :smile:

Thanks for the help. This is becoming a very complicated solution :S Will just use Matlab to solve!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top