Solving Exponential Equations
Introduction: why exponential equations matter 🔍
students, exponential equations show up any time a quantity grows or shrinks by a constant factor instead of a constant amount. That happens in real life with population growth, radioactive decay, compound interest, bacteria cultures, and even phone charging models. In IB Mathematics: Applications and Interpretation HL, understanding how to solve these equations helps you move between algebra and real-world modelling.
Learning goals
- Explain what an exponential equation is and why logarithms are useful for solving it.
- Solve exponential equations using algebraic methods and technology.
- Check answers in context and interpret them correctly.
- Connect exponential equations to sequences, financial models, and numerical modelling in Number and Algebra.
A key idea is that exponential equations usually have the unknown in the exponent, such as $2^x=10$ or $3^{x-1}=5$. Because the variable is inside the exponent, standard rearranging is not always enough. Instead, you often use logarithms, graphing, or numerical methods. 📈
What counts as an exponential equation?
An exponential equation is an equation where the variable appears in the exponent. Examples include $5^x=125$, $e^{2x}=7$, and $2^{x+1}=9$.
There are two common types:
- Same-base equations: If both sides can be written with the same base, you can often solve by matching exponents. For example, $2^{x}=2^5$ gives $x=5$.
- Equations needing logarithms: If the bases cannot be matched neatly, use logarithms. For example, $3^x=10$ becomes $x=\log_3 10$ or $x=\frac{\ln 10}{\ln 3}$.
A very important related idea is the inverse relationship between exponentials and logarithms. If $a^x=y$, then $x=\log_a y$ where $a>0$, $a\neq 1$, and $y>0$.
In IB work, it is also important to pay attention to the domain and context. For example, if $x$ represents time in years, then a solution like $x=-2$ may be mathematically valid but meaningless in a real-world situation.
Solving by rewriting with the same base
When possible, rewriting both sides with the same base is the quickest method. This works because exponential functions with the same base are one-to-one for valid bases.
Example: solve $8^x=64$.
Rewrite each number as a power of $2$:
$$8=2^3 \quad \text{and} \quad 64=2^6$$
So the equation becomes:
$$\left(2^3\right)^x=2^6$$
Using the power rule:
$$2^{3x}=2^6$$
Now match exponents:
$$3x=6$$
So,
$$x=2$$
This method is efficient when the numbers are powers of the same base, such as $2$, $3$, $5$, or $10$.
Another example: solve $27^{x-1}=9$.
Rewrite with base $3$:
$$27=3^3 \quad \text{and} \quad 9=3^2$$
So,
$$\left(3^3\right)^{x-1}=3^2$$
This gives
$$3^{3x-3}=3^2$$
Hence,
$$3x-3=2$$
and
$$x=\frac{5}{3}$$
Notice how the exponent algebra is just as important as the base rewriting. Careful handling of brackets matters a lot. ✅
Solving with logarithms
Many exponential equations cannot be rewritten with the same base easily. In those cases, take logarithms of both sides.
Example: solve $2^x=7$.
Take the natural logarithm of both sides:
$$\ln\left(2^x\right)=\ln 7$$
Use the power rule for logarithms:
$$x\ln 2=\ln 7$$
So,
$$x=\frac{\ln 7}{\ln 2}$$
A calculator gives approximately:
$$x\approx 2.807$$
This method works because logarithms are inverse operations to exponentials. You may use $\ln$ or $\log_{10}$; both are valid as long as you apply the same base on both sides.
Another example: solve $5^{2x-1}=13$.
Take logs:
$$\ln\left(5^{2x-1}\right)=\ln 13$$
Then
$$\left(2x-1\right)\ln 5=\ln 13$$
So
$$2x-1=\frac{\ln 13}{\ln 5}$$
and
$$x=\frac{1}{2}\left(1+\frac{\ln 13}{\ln 5}\right)$$
A common mistake is to write $\ln\left(5^{2x-1}\right)=\left(\ln 5\right)^{2x-1}$, which is incorrect. The exponent comes down as a multiplier, not as another power.
Graphical and numerical methods 📊
IB Mathematics: Applications and Interpretation HL also emphasizes technology-supported reasoning. Sometimes the equation cannot be solved neatly by algebra, so graphing or numerical methods are used.
Example: solve $x=2^x-3$.
This equation mixes an exponential term with a linear term, so algebraic isolation is difficult. You can rewrite it as:
$$2^x-x-3=0$$
Then use a graphing calculator to find where the graph of $y=2^x-x-3$ crosses the $x$-axis.
You may find one solution near $x\approx 1.79$.
This is where technology helps, but the student still needs to interpret the result. A graph may show one intersection, more than one, or none. It is important to check whether the approximate answer makes sense in the original equation.
Numerical methods are especially useful when the equation models a real situation, such as finding the time when an investment reaches a target value or when a medicine level falls below a safe threshold.
Exponential equations in financial models 💰
Exponential equations are central to compound interest, one of the most common IB applications.
The compound interest model is
$$A=P\left(1+r\right)^n$$
where $A$ is the final amount, $P$ is the principal, $r$ is the interest rate per period, and $n$ is the number of periods.
Suppose a student invests $P=500$ dollars at $4\%$ interest per year, compounded annually, and wants to know when the investment will reach $750$.
Set up the equation:
$$750=500\left(1.04\right)^n$$
Divide by $500$:
$$1.5=\left(1.04\right)^n$$
Take logarithms:
$$\ln 1.5=n\ln 1.04$$
So
$$n=\frac{\ln 1.5}{\ln 1.04}$$
This gives approximately
$$n\approx 10.35$$
Because time is measured in whole years for annual compounding, this means the balance reaches $750$ sometime during the $11$th year. Context matters: the exact algebra gives a decimal, but the interpretation depends on the situation.
This kind of reasoning is a major part of Number and Algebra because it connects algebraic manipulation to sequences and financial growth. Each compounding step forms a geometric sequence, so solving exponential equations helps link equations with sequence models.
Domain, validity, and checking answers
Every solution should be checked in the original equation. This is especially important when equations are transformed.
For example, if you solve
$$2^x=\frac{1}{8}$$
you get
$$2^x=2^{-3}$$
so
$$x=-3$$
This is valid because the base $2$ is positive and the result on the right is also positive.
However, equations like
$$2^x=-5$$
have no real solution, because an exponential expression with positive base is always positive. Knowing this saves time and helps you avoid false answers.
Also remember that logarithms require positive inputs. So if you take logs of both sides of an equation, both sides must be positive in the real-number system.
Checking is simple but powerful:
- Substitute your answer back into the original equation.
- Confirm that the left and right sides match.
- Interpret the result in context.
This is especially important when using technology, because a calculator can show approximate answers that need careful rounding and interpretation.
Conclusion
Solving exponential equations is a core skill in Number and Algebra because it combines exponent laws, logarithms, graphing, and modelling. students, you should be able to recognize when an equation can be solved by matching bases, when logarithms are needed, and when technology is the best tool. These methods are not just algebra tricks; they are practical ways to solve growth and decay problems in finance, science, and data modelling. Mastering them helps you understand how exponential patterns behave and how to make sense of real-world change. 🌟
Study Notes
- An exponential equation has the variable in the exponent, such as $2^x=10$.
- If both sides can be written with the same base, solve by matching exponents.
- If the bases cannot be matched, use logarithms, such as $x=\frac{\ln 7}{\ln 2}$.
- The rules $\ln\left(a^b\right)=b\ln a$ and $\log_a y=x \iff a^x=y$ are essential.
- Graphing and numerical methods are useful when algebraic solving is difficult.
- Compound interest uses the model $A=P\left(1+r\right)^n$ and often leads to exponential equations.
- Exponential expressions with positive bases are always positive, so equations like $2^x=-5$ have no real solution.
- Always check answers in the original equation and interpret them in context.
- Exponential equations connect directly to geometric sequences, financial modelling, and real-world growth and decay.
- In IB Mathematics: Applications and Interpretation HL, technology-supported interpretation is just as important as exact algebra.
