What is an Exponential Equation?
An exponential equation is an equation in which the variable appears as part of an exponent.
$2^x = 32$ is an exponential equation. $x^2 = 32$ is not — the variable is the base there, not the exponent. The position of the variable changes the entire toolkit you need to solve the equation.
When bacteria double every twenty minutes, when interest compounds on top of yesterday's interest, when a radioactive sample loses half its mass every $T$ years — the equation that describes the moment is exponential. The variable is the time. The base is the growth rate. The answer tells you when.
Types of Exponential Equations
Competitor pages typically split exponential equations into three categories, and the split is useful because each category needs a different solving move.
Type | Example | Solving move |
|---|---|---|
Same base on both sides | $4^x = 4^2$ | Set the exponents equal: $x = 2$ |
Different bases, can be made the same | $4^x = 16$ → $4^x = 4^2$ | Rewrite, then set exponents equal |
Different bases, cannot be made the same | $4^x = 15$ | Take the logarithm of both sides |
The first two are mechanical once you see them. The third needs logarithms — and that is where most exponential equations actually live.
The Three Methods, at a Glance
Method | When to use it | Key move |
|---|---|---|
Same base | Both sides can be written with the same base | Set the exponents equal: $a^{f(x)} = a^{g(x)} \Rightarrow f(x) = g(x)$ |
Logarithms | Bases cannot be matched | Take $\log$ on both sides: $\log(a^x) = \log b \Rightarrow x = \dfrac{\log b}{\log a}$ |
Substitution | The equation has the same exponential expression twice | Let $u = a^x$ and solve a quadratic in $u$ |
How Do You Solve Exponential Equations? Three Worked Examples
We will walk through three problems — Quick, Standard, and Stretch. The Standard example opens with the tempting wrong path so you can see exactly where it fails.
Quick example
Quick. Solve $2^x = 32$.
$$32 = 2^5 \implies 2^x = 2^5 \implies x = 5$$
Final answer: $x = 5$.
The tempting shortcut that doesn't work
Standard. Solve $5 \cdot 3^x = 45$.
Wrong path. A rusher sees the $5$ on the left and treats the whole left side as one block:
$$5 \cdot 3^x = 45 \implies (5 \cdot 3)^x = 45 \implies 15^x = 45 \implies x \approx 1.4$$
That is wrong. The base is $3$, not $15$. The $5$ is a coefficient sitting in front of the exponential — it does not get folded into the base.
Correct path. Isolate the exponential first, then solve.
$$5 \cdot 3^x = 45 \implies 3^x = 9 \implies 3^x = 3^2 \implies x = 2$$
Final answer: $x = 2$.
In Bhanzu's Grade 9 cohorts, the "fold the coefficient into the base" slip shows up on roughly three out of ten first attempts when exponential equations are first introduced. A Bhanzu trainer who sees a student write $5 \cdot 3^x = (5 \cdot 3)^x$ pauses and writes out $5 \cdot 3^2$ vs $15^2$ side by side — $45$ on the left, $225$ on the right — letting the numbers settle the argument.
Stretch example
Stretch. Solve $4^x - 6 \cdot 2^x + 8 = 0$.
Notice that $4^x = (2^2)^x = (2^x)^2$. Let $u = 2^x$. The equation becomes a quadratic:
$$u^2 - 6u + 8 = 0 \implies (u - 2)(u - 4) = 0 \implies u = 2 \text{ or } u = 4$$
Now back-substitute:
$$2^x = 2 \implies x = 1, \quad 2^x = 4 \implies x = 2$$
Final answer: $x = 1$ or $x = 2$.
A sanity check on $x = 2$: $4^2 - 6 \cdot 2^2 + 8 = 16 - 24 + 8 = 0$. The equation holds.
The Three Solving Methods in Detail
Method 1 — Same base
If you can rewrite both sides with the same base, the property of equality for exponential functions kicks in: $a^{f(x)} = a^{g(x)} \Rightarrow f(x) = g(x)$ (provided $a > 0$, $a \neq 1$).
Common rewrites worth remembering: $4 = 2^2$, $8 = 2^3$, $16 = 2^4$, $25 = 5^2$, $27 = 3^3$, $81 = 3^4 = 9^2$, $125 = 5^3$, $1000 = 10^3$.
Method 2 — Logarithms (when bases can't be matched)
Take the $\log$ of both sides. The base of the log does not matter, as long as you are consistent — natural log ($\ln$) is the conventional choice in calculus, common log ($\log_{10}$) in scientific work.
$$a^x = b \implies \log(a^x) = \log b \implies x \log a = \log b \implies x = \frac{\log b}{\log a}$$
Method 3 — Substitution (for quadratic-in-disguise equations)
When the same exponential expression shows up twice (often as $a^x$ and $a^{2x}$), substitute $u = a^x$ and reduce the equation to a polynomial in $u$. After solving, back-substitute and finish.
Why do Exponential Equations Matter? The Reach Beyond the Classroom
Exponential equations are not classroom decoration. They show up wherever a quantity's rate of change is proportional to its current size.
Compound interest. $A = P(1 + r/n)^{nt}$ — the formula every bank, lender, and pension fund runs on. Solve for $t$ when $A$ doubles, and you have the doubling time of the investment.
Radioactive decay. Carbon-14 dating uses $N(t) = N_0 \cdot e^{-\lambda t}$. Archaeologists solve for $t$ to age organic material. The Shroud of Turin was carbon-dated in 1988 using this exact equation.
Earthquakes — the Richter scale. Each whole-number step on the Richter scale corresponds to a tenfold increase in measured amplitude. A magnitude 6 quake releases 10 times the energy of a magnitude 5.
Pandemic modelling. The early days of the 2020 COVID-19 outbreak followed $N(t) \approx N_0 \cdot 1.3^t$ for days $t$. Solving for the day the case count crossed a million was a one-step exponential equation.
Cooling — Newton's law. A cup of coffee at $90°C$ in a $25°C$ room reaches half its temperature gap with the room every few minutes, following $T(t) = T_\text{room} + (T_0 - T_\text{room}) e^{-kt}$.
Where Students Lose the Mark
Three errors account for most of the marks lost on exponential equations.
Mistake 1: Forgetting to isolate the exponential first.
Where it slips in: When a coefficient sits in front of the exponential, students try to apply a same-base move without dividing out the coefficient.
Don't do this: $5 \cdot 3^x = 45 \implies 15^x = 45$.
The correct way: Isolate first. $5 \cdot 3^x = 45 \implies 3^x = 9 \implies x = 2$. The coefficient is a multiplier, not part of the base.
Mistake 2: Treating $\log(a + b)$ as $\log a + \log b$.
Where it slips in: When the exponential equation has a sum inside the exponent or on one side, students reach for the log-product rule and apply it to a sum.
Don't do this: $\log(2^x + 5) = \log 2^x + \log 5$.
The correct way: $\log(ab) = \log a + \log b$ is correct. $\log(a + b)$ does not split — it has no clean simplification. If the equation has a sum, isolate the exponential before logging.
Mistake 3: Dropping the positivity check on the substitution.
Where it slips in: In Method 3, after substituting $u = a^x$ and solving the polynomial, students forget that $a^x > 0$ for any real $x$. Any negative $u$ from the polynomial must be discarded.
Don't do this: $u = -2 \implies 2^x = -2 \implies x = \log_2(-2)$ — undefined.
The correct way: When the polynomial gives $u = -2$ or $u = 4$, reject $u = -2$ (because $2^x$ is always positive) and keep only $u = 4 \implies x = 2$.
The Mathematicians Who Built the Exponential Toolkit
Two figures whose work made solving exponential equations possible.
John Napier (1550–1617, Scotland). Napier invented logarithms — published in 1614 as Mirifici Logarithmorum Canonis Descriptio — explicitly to turn multiplication into addition. Every "take the log of both sides" move in this article descends from Napier's tables.
Leonhard Euler (1707–1783, Switzerland). Euler introduced the constant $e \approx 2.71828$ as the natural base for the exponential function and proved the identity $e^{i\pi} + 1 = 0$. The natural log — $\ln$ — is the inverse of Euler's exponential, and most physical exponential decay/growth equations use $e$ as the base for that reason.
Conclusion
An exponential equation has the variable in the exponent, not the base.
Three solving methods cover every standard case: same base, logarithms, substitution.
Always isolate the exponential before applying same-base or log moves.
$a^x$ is always positive — reject negative substitution results.
Real-world exponential equations govern compounding, decay, earthquakes, and epidemic growth.
A practical next step
Three problems to practise. If you stall on any of them, come back to the matching worked example above.
Solve $2^{x+1} = 32$.
Solve $3^x = 50$ to two decimal places.
Solve $9^x - 4 \cdot 3^x + 3 = 0$.
Want a Bhanzu trainer to walk you through more exponential equations live? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content