MHB Solving a Quadratic Equation with Two Variables

Amer
Messages
259
Reaction score
0
Solve for $x$:

$$4x^2 +4xy - 6y - 9 = 9 $$
 
Last edited by a moderator:
Mathematics news on Phys.org
I would write the equation as a quadratic in x in standard form:

$\displaystyle 4x^2+4yx-(6(y+3))=0$

Now apply the quadratic formula.
 
Completing the square

$ (2x)^2 + 2(2x)y -6y - 9 = 0 $
$ (2x+y)^2 -y^2 -6y - 9 = 0 $
$(2x+y)^2 - (y+3)^2 = 0 $
$(2x+y)^2 = (y+3)^2 $
$ 2x+y = |y+3| $
 
What happened to the 9 originally on the right side?
 
MarkFL said:
What happened to the 9 originally on the right side?

lol typo
 
I've made a few of those in my time! (Tauri)
 
Amer said:
Completing the square

$ (2x)^2 + 2(2x)y -6y - 9 = 0 $
$ (2x+y)^2 -y^2 -6y - 9 = 0 $
$(2x+y)^2 - (y+3)^2 = 0 $
$(2x+y)^2 = (y+3)^2 $
$ 2x+y = |y+3| $

Last line should be:

\(2x+y = \pm(y+3)\)

CB
 
CaptainBlack said:
Last line should be:

\(2x+y = \pm(y+3)\)

CB

what is wrong in my solution ?
 
Amer said:
Solve for x:

$$4x^2 +4xy - 6y - 9 = 9 $$

Amer said:
what is wrong in my solution ?

Since x is the variable and y is considered to be a constant your solution should read

$$|2x+y| = y+3$$

as CB has pointed out.
 
  • #10
Or you can use POLYSMLT if you have a TI83
 
Back
Top