Question 212873
Often the easiest way to solve equations with multiple logarithms is to start by combining logarithms. There are a couple of properties of logarithms we can use to do this:<ul><li>{{{log(a, x) + log(a, y) = log(a, x*y)}}}</li><li>{{{log(a, x) - log(a, y) = log(a, x/y)}}}</li></ul>
We can use the first one on your equation:
{{{ln((x-5)) + ln((x+4)) = ln(36)}}}
{{{ln((x-5)(x+4)) = ln(36)}}}
The easiest way to proceed is to recognize that if {{{ln((x-5)(x+4)) = ln(36)}}}, then {{{(x-5)(x+4) = 36}}}.
The longer way is to:<ol><li>Subtract ln(36) from both sides: ln((x-5)(x+4)) - ln(36) = 0</li><li>Use the second property above to combine the ln's on the left: ln((x-5)(x+4)/36) = 0</li><li>Rewrite the equation in exponential form: {{{((x-5)(x+4)/36)= e^0}}}</li><li>Substitute 1 for {{{e^0}}} (since any non-zero number to the zero power is 1) and multiply both sides by 36 leaving you with the equation we got in one step earlier: (x-5)(x+4) = 36</li></ol>
Either way we can now solve:
{{{(x-5)(x+4) = 36}}}
Multiply out the left side:
{{{x^2 - x - 20 = 36}}}
As a quadratic equation we should get one side equal to zero (by subtracting 36 from each side):
{{{x^2 - x - 56 = 0}}}
Now we can factor this (or use the quadratic formula):
{{{(x - 8)(x + 7) = 0}}}
In order for this product to be zero one fo the factors must be zero:
x - 8 = 0 or x + 7 = 0
Solving these we get:
x = 8 or x = -7
This is the solution to the quadratic equation. But since the arguments of logarithm functions, no matter what the base, must be positive, we must check these answers to make sure they will work in the original equation: {{{ln((x-5)) + ln((x+4)) = ln(36)}}}
When x = 8, both of the ln's on the left have positive arguments so 8 works. But when x = -7, the ln's have <b>negative</b> arguments which we cannot allow. So we must reject x = -7. (Even if only one of the ln's ended up with a negative argument we would still have to reject -7!)
So our final answer is just x = 8. (You can check with a calculator to see that ln(8-5) + ln(8+4) = ln(36).)