Problem solving equation system

AI Thread Summary
The discussion revolves around solving a system of equations involving variables x, y, and lambda. The user has attempted various methods, including substitution and manipulation of the equations, but has not succeeded in isolating a single variable. The primary goal is to find the distance from a curve, represented by the last equation, to the origin using Lagrange multipliers. A suggestion is made to solve the first equation for x in terms of y and lambda, leading to a simplified form that could help in finding solutions. The conversation highlights the complexity of the problem and the need for strategic substitutions to progress.
Taturana
Messages
108
Reaction score
0

Homework Statement



Solve this equation system for x, y and lambda.

\left\{\begin{matrix}<br /> 2x = \lambda (2x-6y)\\ <br /> 2y = \lambda(-6x-14y)\\ <br /> x^2-6xy-7y^2+80=0<br /> \end{matrix}\right.

The Attempt at a Solution



I really tried A LOT of things, but I can't solve it. I think it is not helpful to post here all the arithmetic ways I tried.

Thank you for the help!
 
Physics news on Phys.org
Can you just explain what you've tried so far?
 
rcgldr said:
Can you just explain what you've tried so far?

Thank you for your response, rcgldr.

I have tried simple substitution. Tried to come up with one equation of one variable from substituting, summing and manipulating the system's equations. But I could not get an equation of one variable, at least with the substitutions I tried.

I don't know if this helps, but the real problem is to find the distance from the curve to the origin. The curve is the last equation in the system. So I'm using Lagrange where the distance equation if the f(x,y) and the curve equation is the g(x,y). This system came up from gradient(x^2 + y^2) = Lambda * gradient(x^2 - 6xy -7y^2 + 80).
 
Isolate y from the first equation and substitute into the second. What do you get?

ehild
 
Taturana said:

Homework Statement



Solve this equation system for x, y and lambda.

\left\{\begin{matrix}<br /> 2x = \lambda (2x-6y)\\ <br /> 2y = \lambda(-6x-14y)\\ <br /> x^2-6xy-7y^2+80=0<br /> \end{matrix}\right.

The Attempt at a Solution



I really tried A LOT of things, but I can't solve it. I think it is not helpful to post here all the arithmetic ways I tried.

Thank you for the help!

You can solve the first equation for x in terms of y and λ (although not for some, special values of λ---they would need separate treatment). Substituting that into the second equation gives you an equation of the form y*A(λ) = 0, so either y = 0 or A(λ) = 0.

RGV
 
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