Solve the simultaneous equation:

  • Thread starter Thread starter d3v3st4t10n
  • Start date Start date
AI Thread Summary
To solve the simultaneous equations x + 2y = 3 and x^2 - 4y^2 = -33, it is suggested to first express x in terms of y from the linear equation. Substituting this expression into the quadratic equation simplifies the problem. The quadratic can be factored using the difference of squares method, revealing a connection to the linear equation. Participants emphasize the importance of correctly handling square roots, particularly avoiding the square root of negative values. The discussion highlights the value of strategic substitutions and factoring in solving simultaneous equations.
d3v3st4t10n
Messages
3
Reaction score
0

Homework Statement


x+2y=3
x^2-4y^2=-33


Homework Equations





The Attempt at a Solution


x-2y=root-33?
 
Physics news on Phys.org
First, that's not a solution, you haven't found a value for x and y! Second, sqrt(a- B) is NOT sqrt(A)- sqrt(B).

Probably it is simplest to solve the first equation for x, replace the "x" in the second equation by that expression.
 
Try this:
x+2y=3
=> x=3-2y

<< detailed solution hints deleted by berkeman >>
 
Last edited by a moderator:
LOL dude, use a^2 - b^2 = (a+b)(a-b)
and u have the a+b eqn. with you..
Get the a-b eqn from the above equation, and solve a+b and a-b for a and b.
 
Oh, that's cute.
 
Spidey I wasn't able to follow your reasoning :confused:

It is always easiest (imo) to make x or y the subject in the linear equation: i.e. the first equation becomes x=3-2y or y=\frac{3-x}{2} and then substitute either of these values into the quadratic equation so that becomes: (3-2y)^2-4y^2=-33 or if you made y the subject: x^2-4(\frac{3-x}{2})^2=-33

Oh and remember you can't take the square root of a negative value.
 
x+2y=3
x^2-4y^2=-33
-33 = (x+2y)(x-2y)
got it now?
 
Ahh the 4y2 slipped my mind. Didn't think difference of 2 squares would've had a factor equal to the linear equation.
 
I know, I wouldn't have found it until I was halfway through the problem. It was a nice catch.
 
Back
Top