How do you find the roots, real and imaginary, of #y= x^2-3x-(x+3)^2 # using the quadratic formula?

1 Answer
Jul 25, 2017

See a solution process below:

Explanation:

We need to convert the equation to standard form by first expanding the terms in parenthesis and then grouping and combining like items. We can use this rule to expand the term in parenthesis:

#(color(red)(a) + color(blue)(b))^2 = color(red)(a)^2 + 2color(red)(a)color(blue)(b) + color(blue)(b)^2#

Substituting #x# for #a# and #3# for #b# gives:

#y = x^2 - 3x - (color(red)(x) + color(blue)(3))^2#

#y = x^2 - 3x - (color(red)(x)^2 + [2 * color(red)(x) * color(blue)(3)] + color(blue)(3)^2)#

#y = x^2 - 3x - (x^2 + 6x + 9)#

#y = x^2 - 3x - x^2 - 6x - 9#

#y = x^2 - x^2 - 3x - 6x - 9#

#y = 1x^2 - 1x^2 - 3x - 6x - 9#

#y = (1 - 1)x^2 + (-3 - 6)x - 9#

#y = 0x^2 + (-9)x - 9#

#y = 0x^2 - 9x - 9#

We can now use the quadratic formula to solve the problem. The quadratic formula states:

For #ax^2 + bx + c = 0#, the values of #x# which are the solutions to the equation are given by:

#x = (-color(blue)(b) +- sqrt(color(blue)(b)^2 - 4color(red)(a)color(green)(c)))/(2 * color(red)(a))#

However, because #2 * color(red)(a) = 2 * color(red)(0) = 0# we cannot use the quadratic because we cannot divide by #0#.