Solving Exponential Equations
students, exponential equations appear whenever a quantity grows or decays by a constant factor π. They show up in population growth, bacteria, compound interest, and radioactive decay. In this lesson, you will learn how to solve equations where the unknown appears in an exponent, how to choose the best method, and how these ideas connect to the wider number and algebra unit.
Objectives for this lesson:
- Explain the main ideas and terminology behind solving exponential equations.
- Apply IB Mathematics Analysis and Approaches SL methods to solve exponential equations.
- Connect exponential equations to logarithms, indices, and algebraic manipulation.
- Recognize when exact answers are possible and when numerical methods are needed.
- Use examples to justify each step clearly and accurately.
What is an exponential equation?
An exponential equation is an equation where the unknown appears in the exponent, such as $2^x=8$ or $3^{2x-1}=7$. The base is the number being raised to a power, and the exponent tells us how many times the base is used as a factor. In $2^x=8$, the base is $2$ and the exponent is $x$.
A key idea is that exponential equations are often solved by rewriting both sides so they have the same base. If that is possible, then the exponents can be compared. For example, since $8=2^3$, the equation $2^x=8$ becomes $2^x=2^3$, so $x=3$.
This works because exponential functions are one-to-one when the base is positive and not equal to $1$. That means if $a^u=a^v$ for $a>0$ and $a\neq 1$, then $u=v$. This property is very useful in algebra and is one reason exponentials are so important in Number and Algebra.
Method 1: rewrite both sides with the same base
When possible, rewriting both sides with the same base is the simplest method. This method uses index laws and is common in IB Mathematics Analysis and Approaches SL.
Example 1
Solve $5^x=125$.
Since $125=5^3$, we can rewrite the equation as $5^x=5^3$. Therefore, $x=3$.
Example 2
Solve $2^{x+1}=16$.
First, write $16$ as a power of $2$: $16=2^4$.
So $2^{x+1}=2^4$.
Now compare exponents: $x+1=4$.
Hence, $x=3$.
Example 3
Solve $9^x=27$.
This time, rewrite both numbers in base $3$: $9=3^2$ and $27=3^3$.
So $\left(3^2\right)^x=3^3$.
Using the power law $\left(a^m\right)^n=a^{mn}$, we get $3^{2x}=3^3$.
Therefore, $2x=3$, so $x=\frac{3}{2}$.
This method is fast and exact, but it only works when both sides can be written using a common base.
Method 2: use logarithms
Many exponential equations cannot be rewritten neatly with the same base. In those cases, logarithms are the main tool. A logarithm is the inverse of an exponential function. If $a^x=b$, then $x=\log_a b$.
For IB work, the most common forms are $\log_{10}$ and $\ln$. The natural logarithm $\ln$ is especially useful because it appears in many calculator-based methods and in advanced algebra.
Example 4
Solve $2^x=7$.
This cannot be rewritten with a common base in a simple way, so take logarithms of both sides:
$$\ln\left(2^x\right)=\ln(7)$$
Using the logarithm law $\ln\left(a^b\right)=b\ln(a)$, we get
$$x\ln(2)=\ln(7)$$
Now divide by $\ln(2)$:
$$x=\frac{\ln(7)}{\ln(2)}$$
This is the exact answer. A decimal approximation is about $x\approx 2.81$.
Example 5
Solve $3^{2x-1}=10$.
Take $\ln$ of both sides:
$$\ln\left(3^{2x-1}\right)=\ln(10)$$
Apply the power law:
$$\left(2x-1\right)\ln(3)=\ln(10)$$
Divide by $\ln(3)$:
$$2x-1=\frac{\ln(10)}{\ln(3)}$$
Then solve for $x$:
$$x=\frac{1}{2}\left(1+\frac{\ln(10)}{\ln(3)}\right)$$
This kind of equation often appears in growth and decay models, where the exponent contains a linear expression in $x$.
Why logarithms work
Logarithms help because they bring the exponent down to a place where normal algebra can handle it. That is especially useful when the unknown is trapped inside the power. In exponential equations, the main challenge is usually not multiplying or dividing, but βfreeingβ the variable from the exponent.
Method 3: substitution for repeated exponential forms
Sometimes an exponential equation contains repeated patterns, such as $2^{2x}$ and $2^x$. In that case, substitution can turn the equation into a quadratic or another algebraic equation.
Example 6
Solve $4^x-5\cdot 2^x+4=0$.
Rewrite $4^x$ as $\left(2^2\right)^x=2^{2x}$.
Let $u=2^x$. Then $2^{2x}=u^2$.
The equation becomes
$$u^2-5u+4=0$$
Factor:
$$\left(u-1\right)\left(u-4\right)=0$$
So $u=1$ or $u=4$.
Now substitute back:
- If $2^x=1$, then $x=0$.
- If $2^x=4$, then $x=2$.
So the solutions are $x=0$ and $x=2$.
This method connects exponential equations with factoring, quadratics, and symbolic manipulation. That connection is important in the Number and Algebra topic because many problems are solved by transforming one type of expression into another.
Solving equations graphically or numerically
Not every exponential equation has a neat exact solution. Some equations combine exponentials with other expressions in ways that cannot be simplified using standard algebra alone.
Example 7
Solve $2^x=x+3$.
There is no simple algebraic way to isolate $x$ exactly. Instead, graph both sides or use a calculator to find the intersection point of $y=2^x$ and $y=x+3$.
By testing values:
- At $x=1$, $2^1=2$ and $1+3=4$.
- At $x=2$, $2^2=4$ and $2+3=5$.
- At $x=3$, $2^3=8$ and $3+3=6$.
So the solution is between $2$ and $3$. A more accurate numerical method gives a solution near $x\approx 2.55$.
In IB Mathematics Analysis and Approaches SL, using technology to approximate solutions is an accepted and useful skill when exact methods are not available.
Common mistakes to avoid
When solving exponential equations, students, there are a few errors to watch for:
- Do not treat $a^x+b^x$ as $(a+b)^x$. For example, $2^x+3^x\neq 5^x$.
- Do not compare exponents unless the bases are the same or have been rewritten in the same base.
- Remember that taking logarithms of both sides is valid only when both sides are positive.
- Be careful with index laws such as $\left(a^m\right)^n=a^{mn}$.
- Check every solution, especially after substitution, because some algebraic steps can introduce values that do not satisfy the original equation.
Example 8
Solve $\left(3^x\right)^2=81$.
First simplify the left side:
$$\left(3^x\right)^2=3^{2x}$$
Since $81=3^4$, the equation becomes
$$3^{2x}=3^4$$
So $2x=4$, and $x=2$.
This example shows why index laws are essential. The exponent rules must be used correctly to avoid mistakes.
How this topic fits into Number and Algebra
Solving exponential equations sits at the center of several major ideas in Number and Algebra. It uses:
- number systems, especially integer and rational exponents;
- symbolic manipulation, such as rearranging equations and factoring;
- exponentials and logarithms, which are inverse operations;
- algebraic patterns, including substitution and repeated powers.
It also prepares you for future topics like growth and decay models, financial mathematics, and calculus. For example, exponential models can describe compound interest with formulas like $A=P\left(1+r\right)^t$, where the unknown may be time $t$. In such cases, solving the exponential equation often requires logarithms.
Understanding these methods helps you see that exponential equations are not isolated skills. They connect many ideas in one place: patterns, functions, inverses, and algebraic reasoning.
Conclusion
students, solving exponential equations is about choosing the right strategy. If the bases can be matched, compare exponents. If not, use logarithms. If the equation has repeated exponential forms, substitution may turn it into a more familiar algebraic equation. If an exact algebraic solution is not available, numerical methods or graphing can still give accurate answers.
This topic is a strong example of how Number and Algebra works in IB Mathematics Analysis and Approaches SL. It combines rules, structure, and reasoning to solve problems that appear in mathematics and in real life π.
Study Notes
- An exponential equation has the unknown in the exponent, such as $2^x=7$.
- If both sides can be rewritten with the same base, compare the exponents.
- Useful index laws include $a^m\cdot a^n=a^{m+n}$, $\frac{a^m}{a^n}=a^{m-n}$, and $\left(a^m\right)^n=a^{mn}$.
- If the bases cannot be matched, use logarithms such as $\ln$ or $\log_{10}$.
- The rule $\log_a\left(b^c\right)=c\log_a(b)$ is very important.
- Substitution can help when the equation contains repeated terms like $2^x$ and $2^{2x}$.
- Not every exponential equation has a neat exact solution; sometimes approximation is needed.
- Always check solutions in the original equation.
- Exponential equations connect to growth, decay, compound interest, and inverse functions.
- This topic is a core part of Number and Algebra because it combines algebraic manipulation, patterns, and logarithmic reasoning.
