Solve the following ?

#sqrt(3x^2-7x-30)+sqrt(2x^2-7x-5)=x+5#

2 Answers
Jun 25, 2018

#x=6#

Explanation:

Given:

#sqrt(3x^2-7x-30)+sqrt(2x^2-7x-5) = x+5#

We can get this into polynomial form as follows:

Square both sides (noting that this may introduce extraneous solutions) to get:

#(3x^2-7x-30)+2sqrt((3x^2-7x-30)(2x^2-7x-5))+(2x^2-7x-5) = x^2+10x+25#

That is:

#5x^2-14x-35+2sqrt(6x^4-35x^3-26x^2+245x+150) = x^2+10x+25#

Subtracting #x^2+10x+25+2sqrt(6x^4-35x^3-26x^2+245x+150)# from both sides, this becomes:

#4x^2-24x-60 = -2sqrt(6x^4-35x^3-26x^2+245x+150)#

Dividing both sides by #2#, this becomes:

#2x^2-12x-30=-sqrt(6x^4-35x^3-26x^2+245x+150)#

Squaring both sides (noting that this may introduce extraneous solutions) this becomes:

#4x^4-48x^3+24x^2+720x+900 = 6x^4-35x^3-26x^2+245x+150#

Subtracting the left hand side from the right, this becomes:

#2x^4+13x^3-50x^2-475x-750=0#

By the rational roots theorem, any rational zeros of this quartic are expressible in the form #p/q# for integers #p, q# with #p# a divisor of the constant term #-750# and #q# a divisor of the coefficient #2# of the leading term.

Hence the only possible rational zeros are:

#+-1/2, +-1, +-3/2, +-2, +-5/2, +-3, +-5, +-6, ..., +-750#

Trying each in turn, we find #x=-5/2# is a root and hence #(2x+5)# a factor:

#0 = 2x^4+13x^3-50x^2-475x-750#

#color(white)(0) = (2x+5)(x^3+4x^2-35x-150)#

Note that the remaining cubic does not factor by grouping, since the ratio between the first and second terms is different from the ratio between the third and fourth terms.

Using the rational roots theorem again and continuing, to try roots, we find that #x=-5# is another zero and #(x+5)# a factor:

#x^3+4x^2-35x-150 = (x+5)(x^2-x-30) = (x+5)(x-6)(x+5)#

So the zeros of the quartic are:

#-5, -5, -5/2, 6#

Trying each of these in the original equation, we find the only valid solution is #x=6#

Jun 25, 2018

#x=6#

Explanation:

Given:

#sqrt(3x^2-7x-30)+sqrt(2x^2-7x-5) = x+5#

#=>sqrt(3x^2-7x-30)-5=x-sqrt(2x^2-7x-5) #

Squaring both sides

#=>3x^2-7x-30+25-2*5sqrt(3x^2-7x-30) =x^2+2x^2-7x-5 -2xsqrt(2x^2-7x-5) #

#=>3x^2-7x-5-2*5sqrt(3x^2-7x-30) =3x^2-7x-5 -2xsqrt(2x^2-7x-5) #

#=>(cancel(3x^2-7x-5))-2*5sqrt(3x^2-7x-30) =(cancel(3x^2-7x-5) )-2xsqrt(2x^2-7x-5) #

#=>5sqrt(3x^2-7x-30) =xsqrt(2x^2-7x-5) #

Again squaring

#=>25(3x^2-7x-30) =x^2(2x^2-7x-5) #

#=>2x^2-7x^3-80x^2+175x+750=0 #

By trial we get two zeros for #x=pm5# . So #x^2-25# is a factor of LHS.

Now

#=>2x^2-7x^3-80x^2+175x+750=0 #

#=>2x^4-50x^2-7x^3+175x-30x^2+750=0#

#=>2x^2(x^2-25)-7x(x^2-25)-30(x^2-25)=0#

#=>(x^2-25)(2x^2-7x-30)=0#

#=>(x^2-25)(2x^2-12x+5x-30)=0#

#=>(x^2-25)(2x(x-6)+5(x-6))=0#

#=>(x^2-25)(2x+5)(x-6)=0#

So four zeros are

for #x=+5,-5,-5/2and6#

Among these only #x=6# satisfies the given equation.

Hence #x=6#