How do you solve using the completing the square method #3x^2-67=6x+55#?

2 Answers
Feb 3, 2018

#x=1+-(5sqrt15)/3#

Explanation:

#"rearrange into standard form"#

#•color(white)(x)ax^2+bx+c=0#

#rArr3x^2-6x-122=0larrcolor(blue)"in standard form"#

#"to "color(blue)"complete the square"#

#• " coefficient of "x^2" term must be 1"#

#rArr3(x^2-2x-122/3)=0#

#• " add/subtract "(1/2"coefficient of x-term")^2" to"#
#x^2-2x#

#3(x^2+2(-1)xcolor(red)(+1)color(red)(-1)-122/3)=0#

#rArr3(x-1)^2+3(-1-122/3)=0#

#rArr3(x-1)^2-125=0#

#rArr3(x-1)^2=125#

#rArr(x-1)^2=125/3#

#color(blue)"take square root of both sides"#

#rArrx-1=+-sqrt(125/3)larrcolor(blue)"note plus or minus"#

#rArrx=1+-(5sqrt5)/sqrt3#

#rArrx=1+-(5sqrt15)/3larrcolor(blue)"rationalise denominator"#

#rArrx~~-5.45" or "x~~7.45" to 2 dec. places"#

Feb 3, 2018

#x=1+-(5sqrt(15))/3#

Explanation:

Given: #3x^2-67=6x+55#

By manipulating this we obtain

#3x^2-6x-122=0#

Set this as #y=0=3x^2-6x-122#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Completing the square")#

Consider the perfect square format of

#y=(a+b)^2 = a^2+2ab+b^2#

Our objective is to manipulate #y=3x^2-6x-122# to get it as close as we can to the perfect square format. This process introduces an error. This error is compensated for by including an 'adjustment' that takes the final result back to the value it should be. This correction I will show as #+k#

Write as #y=3(x^2-6/3x)-122# do not need #k# yet

Now we will

#y=3(x^(cancel(color(white)(.)2))-6/(2xx3) cancel(x) )^2-122+k#

We have halved the #-6/3# and moved the squared from #x^2# to outside the brackets. Also we have removed the #x# from #-6/3x#

#y=3(xcolor(cyan)(-1))^2-122color(red)(+k)#

We need to set #color(white)("d")3color(cyan)((-1)^2)color(red)(+k)=0 #
#=> color(red)(k)=-3# giving

#y=3(x-1)^2-122+kcolor(white)("dddd") ->color(white)("dddd")y=3(x-1)^2-125#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Check")#

#y=3(x-1)^2-123 color(white)("ddd")->color(white)("ddd")y=3(x^2-2x+1)-125#

#color(white)("ddddddddddddddddddd")->color(white)("ddd")y=3x^2-6x-122color(red)(larr" True")#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Determining the values that satisfy the equation")#

#y=0=3(x-1)^2-125#

Add #125# to both sides

#3(x-1)^2=125#

Divide both sides by 3

#(x-1)^2=125/3#

Square root both sides

#x-1=+-sqrt(125/3)#

#x=+1+-sqrt(125/3)#

#125=25xx5 -> 5^2xx5# giving:

#x=+1+-(5sqrt(5))/sqrt(3)#

Mathematically it is considered that to have a root in the denominator is not good practice. So lets get rid of it.

Multiply the roots by 1 but in the form of #1=sqrt3/sqrt3#

#x=1+-[(5sqrt(5))/sqrt(3)xxsqrt3/sqrt3]#

#x=1+-(5sqrt(15))/3#