Solving a quadratic in two variables

AI Thread Summary
The equation 0 = a*x^2 + b*y^2 + c*x*y + d*x + e*y + f can be rearranged to solve for y as a quadratic equation. By identifying the coefficients A, B, and C in terms of the variables a, b, c, d, e, f, and x, it is possible to express y in relation to x. The discussion clarifies that the coefficients will incorporate x and its powers, which is acceptable for the user's project. The user seeks to understand the implications of solving for y and the nature of the resulting equation. Overall, the conversation emphasizes the feasibility of solving a quadratic equation in two variables.
zzmanzz
Messages
47
Reaction score
0

Homework Statement



Hi,

If I have an equation in the form

0 = a*x^2 + b*y^2 + c*x*y + d*x + e*y + c

Is it possible to solve this for y? Was hoping just to get a helpful link as this isn't for homework - just a personal project.
 
Physics news on Phys.org
zzmanzz said:

Homework Statement



Hi,

If I have an equation in the form

0 = a*x^2 + b*y^2 + c*x*y + d*x + e*y + c

Is it possible to solve this for y? Was hoping just to get a helpful link as this isn't for homework - just a personal project.

I assume you really mean ##0 = a x^2 + b y^2 + c x y + d x + e y + f##; that is, that the last term should not be ##c## as you wrote.

Yes, you can easily solve for ##y## in terms of ##x##, because it is a quadratic equation of the form ##A y^2 + B y + C = 0##, where you can use algebra to figure out what are ##A, B## and ##C## in terms of ##a,b,c,d,e,f## and ##x##.
 
Ahh makes sense.. so the new A,B, C terms will have X, X2 in it.. but that's ok since I have the other coefficients. Thanks!
 
What do you exactly mean by solve for y?
 
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