How do you solve 2x^2 - x - 5 = 02x2−x−5=0 by completing the square?
1 Answer
Explanation:
Premultiply by
A^2-B^2=(A-B)(A+B)A2−B2=(A−B)(A+B)
with
0 = 8(2x^2-x-5)0=8(2x2−x−5)
color(white)(0) = 16x^2-8x-400=16x2−8x−40
color(white)(0) = (4x)^2-2(4x)+1-410=(4x)2−2(4x)+1−41
color(white)(0) = (4x-1)^2-(sqrt(41))^20=(4x−1)2−(√41)2
color(white)(0) = ((4x-1)-sqrt(41))((4x-1)+sqrt(41))0=((4x−1)−√41)((4x−1)+√41)
color(white)(0) = (4x-1-sqrt(41))(4x-1+sqrt(41))0=(4x−1−√41)(4x−1+√41)
So:
4x = 1+-sqrt(41)4x=1±√41
and:
x = 1/4+-sqrt(41)/4x=14±√414
Note that multiplying by
-
It makes the leading term into a perfect square ready for completing the square.
-
It makes the coefficient of
xx into a multiple of twice the square root of the leading coefficient, thus avoiding having to use fractions until the end.