Idea: removing the logarithms
The two key identities
To solve an equation with logarithms, the idea is to get rid of them. There are two ways to do this:
1) Logarithm = logarithm (same base on both sides):
2) Logarithm = number (via the inverse definition):
Tools: the properties of logarithms
To reach one of the two forms above, we often need to combine logarithms using:
Essential final check
The logarithm is only defined for positive arguments. When we find a candidate solution, we must substitute it back into the original equation and check that no logarithm argument comes out $\le 0$. If one does, it is discarded as an extraneous solution.
Worked example (two ways)
$\dfrac{\log_{3} 9^{x+1}}{x} = 1$
We multiply by $x$ to clear the denominator:
From here, two ways to reach the same result:
Way 1 — inverse definition ($\log_{a} B = C \Leftrightarrow a^{C} = B$):
Equating exponents: $\;x = 2x+2 \Longrightarrow x = -2$.
Way 2 — properties of the logarithm (pulling out exponents):
So $\;2x+2 = x \Longrightarrow x = -2$.
Check: $x = -2$: $9^{x+1} = 9^{-1} = \tfrac{1}{9}$ and $\log_{3}\tfrac{1}{9} = -2$. Then $\dfrac{-2}{-2} = 1$. ✓
Exercises
a) $\log_{x} 64 = 3$
By the inverse definition: $\;x^{3} = 64 \Rightarrow x = \sqrt[3]{64} = 4$.
Check: the base must be $>0$ and $\neq 1$. $x = 4$ ✓.
b) $\log_{2} x + \log_{2}(x+3) = 2$
We add them as the logarithm of a product:
$x = -4$ or $x = 1$. Check: $x = -4$ gives $\log_{2}(-4)$, undefined → discard. $x = 1$ ✓ ($\log_{2} 1 + \log_{2} 4 = 0+2 = 2$).
c) $\log(2x-4) - \log(x+2) = 1$
We subtract them as the logarithm of a quotient:
Check: $x=-3$ ⇒ $2x-4 = -10 < 0$, we cannot take $\log$ → discard.
A teaching case: we find an algebraic value, but it is not valid because the logarithm is not defined. Here we see why we must always check.
d) $\log x + \log 50 = \log 1000$
We add the left-hand side:
Check: $x = 20 > 0$ ✓.
e) $\log x = 1 + \log(22-x)$
We move $\log(22-x)$ to the left and write $1 = \log 10$:
Check: $x = 20 > 0$ ✓ and $22-x = 2 > 0$ ✓.
f) $2\log(x+1) - \log 2 = \log(x^{2}-1)$
We apply the properties:
If $x+1 \neq 0$, we can cancel $(x+1)$ on both sides:
Check: $x=3$: $x+1=4>0$ ✓, $x^{2}-1=8>0$ ✓. $2\log 4 - \log 2 = \log 16 - \log 2 = \log 8 = \log(9-1)$ ✓.
g) $\log(3x+1) - \log(2x-3) = 1 - \log 5$
We move $\log 5$ to the left and group:
Check: $3x+1 = 22 > 0$ ✓, $2x-3 = 11 > 0$ ✓.
h) $2\log(2x+1) + 2\log(3x-4) = 2$
We divide everything by $2$ (or, equivalently, pull out the exponents and use the product property):
Check: $x=2$: $2x+1=5>0$ ✓, $3x-4=2>0$ ✓. $x=-\tfrac{7}{6}$: $2x+1=-\tfrac{4}{3}<0$ → discard.
i) $\log(40x) - \log(5x-1) = 1$
Check: $40x = 40 > 0$ ✓, $5x-1 = 4 > 0$ ✓.
j) $\log x + \log(x+5) = \log(9+x)$
Check: $\sqrt{13} \approx 3.606$. $x = -2+\sqrt{13} \approx 1.606 > 0$ ✓. $x = -2-\sqrt{13} \approx -5.606 < 0$ → discard ($\log x$ undefined).
k) $2\log_{2} x = -\log_{2} 3 + \log_{2}(x+10)$
We move $\log_{2} 3$ to the left and group:
$x = 2$ or $x = -\tfrac{5}{3}$. Check: $x=2>0$ ✓. $x=-\tfrac{5}{3}<0$ → discard.