How do you solve #sqrt[x+5]=3x-7# and find any extraneous solutions?

2 Answers
Jun 30, 2017

#x=\frac{43+\sqrt{265}}{18}\approx3.293#

Explanation:

Simplifying the equation would involve first getting rid of the square root:
#\sqrt{x+5}=3x-7#
#(\sqrt{x+5})^2=(3x-7)^2#
#x+5=(3x-7)^2#

Simplifying further, we can expand out the square on the right side of the equation:
#x+5=9x^2-42x+49#

Since this is a quadratic equation, we want to put everything on one side and then find the zeros of the expression:
#0=9x^2-43x+44#

Using the quadratic formula (since we cannot factor the expression),
#x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}#
#x=\frac{-(-43)\pm\sqrt{(-43)^2-4(9)(44)}}{2(9)}#

Simplifying gives:
#x=\frac{43\pm\sqrt{1849-1584}}{18}#
#x=\frac{43\pm\sqrt{265}}{18}#

Using a calculator to find the value of this expression,
#x\approx 3.293# or #1.485#

Plugging the first value back into the equation, we get a valid equation:
#\sqrt{3.293+5}=3*3.293-7#
#2.879\approx2.879#

However, when we plug the second value back into the equation, we have this:
#\sqrt{1.485+5}=3*1.485-7#
#\sqrt{6.485}=-2.545#

Since the right side is negative, the second value that we got for #x# is an extraneous solution. Thus, #x# can only equal #\frac{43+\sqrt{265}}{18}\approx3.293#

Jun 30, 2017

all values of #x<-5# are extraneous.

#x=43/18+-sqrt(265)/18" "# as exact values

#x~~+3.293" " #to 3 decimal places

#x# only has one answer if you use what is called the Principle Square Root. That is: only positive!

Explanation:

For the solution to remain within the set of numbers called Real the square root must be of a value that is not negative.

Thus all values of #x<-5# are extraneous.

Given:#" "sqrt(x+5)=3x-7" "..............Equation(1)#

Square both sides

#x+5" "=" "(3x-7)^2" "=" "9x^2-42x+49#

Subtract #(x+5)# from both sides

#0=9x^2-43x+44#

To comply with convention write as:

#9x^2-43x+44=0" ",......................Equation(2)#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compare to #ax^2+bxd+c=0# where #x=(-b+-sqrt(b^2-4ac))/(2a)#

In this case: #a=9"; "b=-43"; "c=44# giving:

#x=(+43+-sqrt((-43)^2-4(9)(44)))/(2(9))#

#x=(+43+-sqrt(265))/(18)#

#x=43/18+-sqrt(265)/18" "# as exact values

#x~~+3.293 and 1.485# to 3 decimal places

However, as per smartspot2, substituting 1.485 back into the original question proves this value to fail if you use the 'Principle Square Root'. Thus by his approach there is only 1 value that is correct:#" "x=3.293# to 3 decimal places

Tony B