How do you solve for x in #log(5-x) - 1/3log(35-x^3)=0#?
1 Answer
Rearrange and derive a quadratic equation, one of whose roots is a valid solution of the original problem:
#x = (75-3sqrt(105))/26 ~~ 1.702#
Explanation:
Add
#log(5-x) = 1/3 log(35-x^3)#
Multiply both sides by
#log(35-x^3) = 3 log(5-x) = log((5-x)^3)#
Since
#35-x^3 = (5-x)^3 = 5^3-3(5^2)x+3(5)x^2-x^3#
#= 125-75x+13x^2-x^3#
Add
#13x^2-75x+125=35#
Subtract
#13x^2-75x+90 = 0#
Use the quadratic formula to find:
#x = (75+-sqrt(75^2-4*13*90))/(2*13)#
#=(75+-sqrt(945))/26#
#=(75+-3sqrt(105))/26#
We need to check these solutions for validity:
If
If