What would be the best method to solve #-3x^2+12x+1=0#?

1 Answer
May 21, 2018

#x = 2+-sqrt(39)/3#

Explanation:

Given:

#-3x^2+12x+1 = 0#

This is in the form:

#ax^2+bx+c = 0#

with #a=-3#, #b=12# and #c=1#

In order to decide which method to use, we can first examine the discriminant:

#Delta = b^2-4ac = color(blue)(12)^2-4(color(blue)(-3))(color(blue)(1)) = 144+12 = 156#

Since #Delta > 0# we can tell that the quadratic has #2# distinct real solutions, but because it is not a perfect square we can also tell that those solutions are irrational.

So there is no rational factorisation and we can discount the use of an AC method or similar.

We can use the quadratic formula or we can complete the square.

If we choose to use the quadratic formula, then we find:

#x = (-b+-sqrt(b^2-4ac))/(2a)#

#color(white)(x) = (-b+-sqrt(Delta))/(2a)#

#color(white)(x) = (-(color(blue)(12))+-sqrt(156))/(2(color(blue)(-3)))#

#color(white)(x) = (-12+-2sqrt(39))/(-6)#

#color(white)(x) = 2+-sqrt(39)/3#

When completing the square, note that #b = 12# is already divisible by #a = -3# and by #2#. So to do most our arithmetic using integers, we can premultiply by #-3# to make the leading term square:

#0 = -3(-3x^2+12x+1)#

#color(white)(0) = 9x^2-36x-3#

#color(white)(0) = (3x)^2-2(3x)(6)+(6)^2-39#

#color(white)(0) = (3x-6)^2-(sqrt(39))^2#

#color(white)(0) = ((3x-6)-sqrt(39))((3x-6)+sqrt(39))#

#color(white)(0) = (3x-6-sqrt(39))(3x-6+sqrt(39))#

So:

#3x = 6+-sqrt(39)#

So:

#x = 2+-sqrt(39)/3#