How do you solve 2x^2 - x - 5 = 02x2x5=0 by completing the square?

1 Answer
Dec 3, 2017

x = 1/4+-sqrt(41)/4x=14±414

Explanation:

Premultiply by 88 (to avoid some fractions), complete the square and use the difference of squares identity:

A^2-B^2=(A-B)(A+B)A2B2=(AB)(A+B)

with A=(4x-1)A=(4x1) and B=sqrt(41)B=41 as follows:

0 = 8(2x^2-x-5)0=8(2x2x5)

color(white)(0) = 16x^2-8x-400=16x28x40

color(white)(0) = (4x)^2-2(4x)+1-410=(4x)22(4x)+141

color(white)(0) = (4x-1)^2-(sqrt(41))^20=(4x1)2(41)2

color(white)(0) = ((4x-1)-sqrt(41))((4x-1)+sqrt(41))0=((4x1)41)((4x1)+41)

color(white)(0) = (4x-1-sqrt(41))(4x-1+sqrt(41))0=(4x141)(4x1+41)

So:

4x = 1+-sqrt(41)4x=1±41

and:

x = 1/4+-sqrt(41)/4x=14±414

Note that multiplying by 88 has a couple of effects:

  • 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.