Revision of exponential equations
In Year 12 Mathematical Methods (Queensland, QCAA), an exponential equation has the unknown in the exponent. The main method is to write both sides as a power of the same base and equate the indices — extended here to equations that need several bases converted to a common base, equations that reduce to a quadratic in \(a^x\), and equations solved with logarithms when the bases cannot be matched, ready for the calculus of Unit 3.
An exponential equation is an equation in which the unknown appears in an exponent, such as \(2^{x}=32\) or \(4^{x}-5\times 2^{x}+4=0\). Solving it means finding the value(s) of \(x\) that make it true.
The key tool is the same-base principle: for a positive base \(a\) (\(a\neq 1\)),
\(a^{m}=a^{n}\ \Longleftrightarrow\ m=n.\)
So you rewrite every term as a power of one common base using the index laws, then simply equate the indices and solve. When the number on the other side is not a whole power of the base (for example \(2^{x}=10\)), equal bases are impossible, and you take logarithms of both sides instead. When a power such as \(a^{x}\) appears squared, the substitution \(u=a^{x}\) turns the problem into a quadratic.
The same-base principle (\(a>0,\ a\neq 1\)):
The index laws used to reach a common base:
When the bases cannot be matched, take logarithms:
How to solve an exponential equation
- Try a common base. Rewrite every term as a power of one base using the index laws (e.g. \(8=2^{3}\), \(9=3^{2}\)).
- Equate the indices. Once each side is a single power of that base, set the exponents equal and solve the resulting equation.
- Spot a quadratic. If a power such as \(2^{x}\) appears squared (as \(4^{x}\)), let \(u=2^{x}\), solve the quadratic, discard \(u\le 0\), then convert back.
- Otherwise use logs. If no common base works, take logarithms of both sides: \(a^{x}=k\Rightarrow x=\dfrac{\log k}{\log a}\).
Write \(8\) as a power of \(2\), then equate the indices.
| \(2^{x+1}\) | \(=\) | \(2^{3}\) |
| \(x+1\) | \(=\) | \(3\) |
| \(x\) | \(=\) | \(2\) |
Write \(4\), \(8\) and \(2\) as powers of \(2\).
| \(2^{2(x+2)}\times 2^{3(1-x)}\) | \(=\) | \(2^{1}\) |
| \(2^{\,7-x}\) | \(=\) | \(2^{1}\) |
| \(7-x\) | \(=\) | \(1\) |
| \(x\) | \(=\) | \(6\) |
Since \(4^{x}=(2^{x})^{2}=u^{2}\):
| \(u^{2}-5u+4\) | \(=\) | \(0\) |
| \((u-1)(u-4)\) | \(=\) | \(0\) |
| \(u\) | \(=\) | \(1\) or \(4\) |
Convert back: \(2^{x}=1\Rightarrow x=0\); \(2^{x}=4\Rightarrow x=2\).
\(10\) is not a power of \(2\), so take logarithms of both sides.
| \(\log\!\left(2^{x}\right)\) | \(=\) | \(\log 10\) |
| \(x\log 2\) | \(=\) | \(\log 10\) |
| \(x\) | \(=\) | \(\dfrac{\log 10}{\log 2}\approx 3.32\) |
Common pitfalls
Frequently asked questions
How do you solve an exponential equation?
Where possible, write both sides as a power of the same base and equate the indices — e.g. \(2^{x}=32=2^{5}\) gives \(x=5\). If the sides cannot share a base, take logarithms instead.
When do you need logarithms to solve an exponential equation?
When the other side is not a whole power of the base, so equal bases are impossible. For \(2^{x}=10\), \(x=\dfrac{\log 10}{\log 2}\approx 3.32\).
How do you solve an equation like 4^x - 5(2^x) + 4 = 0?
Let \(u=2^{x}\). Then \(4^{x}=u^{2}\), so \(u^{2}-5u+4=0\), giving \(u=1\) or \(4\). Convert back: \(x=0\) or \(x=2\).
What is the same-base method?
If \(a^{m}=a^{n}\) for a positive base \(a\neq 1\), then \(m=n\). Rewrite each term as a power of one common base, then set the exponents equal and solve.
Can you always write both sides with the same base?
No. It only works when both numbers are powers of a common base (like \(8,16,2\) with base \(2\)). Otherwise solve with logarithms or technology.
Why do you reject a negative value of u = a^x?
Because \(a^{x}\) is always positive, so \(u=a^{x}\) can never be zero or negative; a negative root of the quadratic has no matching \(x\).