
Caide H. answered 03/05/15
Tutor
New to Wyzant
Algebra, Geometry, and Trigonometry Tutoring
1. completing the square
2x2 + 8x - 4 = 0
x2 + 4x - 2 = 0
x2 + 4x = 2
add (1/2 * 4)2 = 4 to both sides:
x2 + 4x + 4 = 2 + 4
(x + 2)2 = 6
x + 2 = ± √6
x = -2 ± √6
2.1 using substitution
assume y = (x2 + x), replace (x2 + x) with y in equation:
y2 - 3y + 2 = 0
(y - 1)(y - 2) = 0
y = 1 or y = 2
y = x2 + x = 1
or
y = x2 + x = 2
use completing the square to solve the 1st equation:
x2 + x = 1
x2 + x + (1/2)2 = 1 + (1/2)2
(x + 1/2)2 = 5/4
x + 1/2 = ± √(5/4)
x = -1/2 ± √5/√4
x = -1/2 ± √5/2
x = (-1 ± √5)/2
You can use completing the square to solve the 2nd equation as well.
2.2 using factoring
(x2 + x)2 - 3(x2 + x) + 2 = 0
(x2 + x - 1)(x2 + x - 2) = 0
x2 + x - 1 = 0
or
x2 + x - 2 = 0
the 1st equation is not easy to factor, the 2nd equation can be factored into
x2 + x - 2 = 0
(x + 2)(x - 1) = 0
x = -2 or x = 1
2.3 using quadratic formula
(x2 + x)2 - 3(x2 + x) + 2 = 0
to use quadratic formula, we still need to use substitution first, assume y = (x2 + x), replace (x2 + x) with y in equation:
y2 - 3y + 2 = 0
y2 - 3y + 2 = 0
use quadratic formula:
y = (-(-3) ±√((-3)2 - 4 * 1 * 2)) / 2 * 1
= (3 ± √(9 - 8)) / 2
= (3 ± √1) / 2
y = (3 + 1) / 2 = 2
or
y = (3 - 1) / 2 = 1
then we have
x2 + x - 2 = 0
or
x2 + x - 1 = 0
use quadratic formula to solve the 2nd equation:
x = (-1 ± √(1 - 4 * (-1))) / 2
= (-1 ± √5) / 2
Can you use quadratic formula to solve the 1st equation on your own?