How do you solve #1 + (2/ log_ (x-4)(x)) = log_ (x)((x-6)/6) + (1/ log_(x-6)(x))#?

2 Answers
Mar 5, 2016

The given equation can be written as

#1+2log_x(x-4)=log_x((x-6)/6)+log_x(x-6)#
#=>1=-2log_x(x-4)+log_x((x-6)/6)+log_x(x-6)#
#=>1=-log_x(x-4)^2+log_x((x-6)/6)+log_x(x-6)#
#=>1=log_x((x-6)^2/(6(x-4)^2))#
#=>x=((x-6)^2/(6(x-4)^2))#
#=>6x(x-4)^2=(x-6)^2#
#6x^3-48x^2+96x-x^2+12x-36=0#
#6x^3-49x^2+108x-36=0#

is the problem correct?

Mar 5, 2016

The equation has no real solutions.

Explanation:

First, we should attempt to unify all the logarithms' bases: that is, make all the logarithms have the same base. To do this, rewrite the two terms that have a logarithm in the denominator using the change of base formula.

The change of base formula states that:

#log_a(b)=log_c(b)/log_c(a)#

Thus,

#log_(x-4)(x)=log_10(x)/log_10(x-4)=log(x)/log(x-4)#

The equation can then be rewritten as

#1+2/(log(x)/log(x-4))=log_x((x-6)/6)+1/(log(x)/log(x-6))#

The fractions in the denominator can be flipped (dividing a fraction is the same as multiplying by the fraction's reciprocal).

#1+(2log(x-4))/log(x)=log_x((x-6)/6)+log(x-6)/log(x)#

We can now use the change of base formula in reverse:

#log(b)/log(a)=log_a(b)#

Making the equation:

#1+2log_x(x-4)=log_x((x-6)/6)+log_x(x-6)#

On the left hand side, use the logarithm rule

#b*log(a)=log(a^b)#

Thus, we obtain the equation

#1+log_x[(x-4)^2]=log_x((x-6)/6)+log_x(x-6)#

Now, try to combine the logarithms.

On the right hand side, use the rule:

#log_c(a)+log_c(b)=log_c(ab)#

Yielding:

#1+log_x[(x-4)^2]=log_x((x-6)^2/6)#

Subtract the logarithm on the left from both sides.

#1=log_x((x-6)^2/6)-log_x[(x-4)^2]#

Now, use the rule:

#log_c(a)-log_c(b)=log_c(a/b)#

The logarithm is completely condensed:

#1=log_x((x-6)^2/(6(x-4)^2))#

Exponentiate both sides with base #x# to undo the logarithm, then solve.

#x^1=x^(log_x((x-6)^2/(6(x-4)^2))#

#x=(x-6)^2/(6(x-4)^2)#

#6x(x-4)^2=(x-6)^2#

#6x(x^2-8x+16)=x^2-12x+36#

#6x^3-48x^2+96x=x^2-12x+36#

#6x^3-49x^2+108x-36=0#

To solve this resulting cubic, we would have to use advanced solving techniques that are outside of the scope of this question, since all three roots are irrational. We can determine the roots approximately by examining a graph of #6x^3-49x^2+108x-36#.

graph{6x^3-49x^2+108x-36 [-1, 6, -15, 43.5]}

The three roots are #xapprox0.404,3.435,4.382#.

However, none of these solutions are valid. If we plug any of these solutions into the original equation, we will have logarithms that do not function.

For example, in #log_(x-6)(x)#, all of the #x#-values will cause the value of the base to be negative. For #log_a(b)# to be defined, #a,b>=0#.

Thus the equation has no real solutions.