Exponential and Logarithmic Equations and Inequalities
students, imagine a phone battery draining during a long school day 📱. At first, the battery drops slowly, then faster, and the pattern is not linear. That kind of changing behavior is often modeled with exponential functions. Now imagine you want to know when the battery will fall below $20\%$. That question leads to an inequality. In this lesson, you will learn how to solve exponential and logarithmic equations and inequalities, and how these ideas connect to the bigger picture of exponential and logarithmic functions.
Objectives for students:
- Explain the main ideas and vocabulary of exponential and logarithmic equations and inequalities.
- Use algebraic reasoning to solve them accurately.
- Connect solving equations and inequalities to the behavior of exponential and logarithmic functions.
- Recognize why domain restrictions matter in logarithmic problems.
- Use examples to justify solutions and check for extraneous answers.
Solving Exponential Equations
An exponential equation is an equation where the variable appears in the exponent, such as $2^x=16$ or $5^{x-1}=3$. These show up in real life in population growth, interest, medicine, and technology 📈.
There are two main strategies for solving exponential equations.
1. Rewrite both sides with the same base
If possible, express each side as powers of the same base. Then use the fact that if $a^m=a^n$ for $a>0$ and $a\neq 1$, then $m=n$.
Example:
$$2^x=16$$
Since $16=2^4$, the equation becomes
$$2^x=2^4$$
so
$$x=4$$
Another example:
$$3^{x+1}=27$$
Because $27=3^3$,
$$3^{x+1}=3^3$$
so
$$x+1=3$$
which gives
$$x=2$$
2. Use logarithms when the bases do not match
If the equation cannot be written with matching bases, take the logarithm of both sides. This works because logarithms help “bring down” exponents.
Example:
$$2^x=7$$
Take the natural logarithm of both sides:
$$\ln(2^x)=\ln(7)$$
Use the power property of logarithms:
$$x\ln(2)=\ln(7)$$
Then solve:
$$x=\frac{\ln(7)\,}{\ln(2)}$$
This is an exact expression. A calculator gives an approximation of about $x\approx 2.81$.
Checking solutions
Always check your answer in the original equation. This is especially important when equations were transformed or when a calculator approximation is involved. In exponential equations, checking helps confirm the value makes sense in context, such as time, amount, or growth factor.
Solving Logarithmic Equations
A logarithmic equation includes a logarithm with a variable, such as $\log(x)=2$ or $\ln(x-1)+\ln(x)=\ln(6)$.
The key idea is that logarithms and exponentials are inverse functions. If
$$\log_b(x)=y$$
then
$$b^y=x$$
This relationship is the bridge between the two topics.
1. Convert to exponential form
Example:
$$\log_{10}(x)=3$$
Rewrite as
$$10^3=x$$
so
$$x=1000$$
Example:
$$\ln(x)=2$$
Since $\ln$ means base $e$,
$$e^2=x$$
2. Combine logarithms when possible
Use logarithm properties to simplify the equation before solving.
Example:
$$\ln(x)+\ln(x-3)=\ln(10)$$
Combine the left side using $\ln(a)+\ln(b)=\ln(ab)$:
$$\ln(x(x-3))=\ln(10)$$
So the arguments must match:
$$x(x-3)=10$$
Expand:
$$x^2-3x-10=0$$
Factor:
$$\left(x-5\right)\left(x+2\right)=0$$
So $x=5$ or $x=-2$.
But logarithms require positive inputs. Since $x>0$ and $x-3>0$, only $x=5$ works. The value $x=-2$ is extraneous and must be rejected.
Why domain matters
For any logarithm $\log_b(A)$, the argument must satisfy
$$A>0$$
This rule is essential. If a solution makes a log argument zero or negative, it is not valid. This is one of the biggest differences between exponential and logarithmic equations.
Solving Exponential Inequalities
An exponential inequality compares exponential expressions, such as $2^x>8$ or $3^{2x-1}\leq 9$.
The main skill is to remember that exponential functions with base $b>1$ are increasing. That means if
$$b^u>b^v$$
then
$$u>v$$
But if $0<b<1$, the function is decreasing, so the inequality direction reverses when comparing exponents.
Example with base greater than 1
Solve:
$$2^x>8$$
Rewrite $8$ as $2^3$:
$$2^x>2^3$$
Because the base $2$ is greater than $1$,
$$x>3$$
Example with a base between 0 and 1
Solve:
$$\left(\frac{1}{3}\right)^x\geq \left(\frac{1}{3}\right)^2$$
Since $\frac{1}{3}$ is between $0$ and $1$, the function decreases. So the inequality reverses:
$$x\leq 2$$
When rewriting is not easy
Sometimes exponential inequalities do not have matching bases. Then graphing, estimating, or using logarithms can help.
Example:
$$5^x<12$$
Take natural logs of both sides:
$$\ln(5^x)<\ln(12)$$
Use the power property:
$$x\ln(5)<\ln(12)$$
Since $\ln(5)>0$, divide without changing the inequality direction:
$$x<\frac{\ln(12)}{\ln(5)}$$
Approximation gives $x<1.54$.
Solving Logarithmic Inequalities
Logarithmic inequalities often require careful domain checks and attention to whether the log function is increasing.
For $b>1$, the logarithm $\log_b(x)$ is increasing. That means the inequality direction stays the same when you compare arguments.
Example
Solve:
$$\log_2(x)>3$$
Rewrite in exponential form:
$$x>2^3$$
so
$$x>8$$
But also remember the domain:
$$x>0$$
The final solution is
$$x>8$$
Example with an expression inside the logarithm
Solve:
$$\ln(x-1)\leq 0$$
Rewrite $0$ as $\ln(1)$ because $\ln(1)=0$:
$$\ln(x-1)\leq \ln(1)$$
Since $\ln$ is increasing,
$$x-1\leq 1$$
so
$$x\leq 2$$
Now apply the domain restriction:
$$x-1>0$$
which means
$$x>1$$
Combine both conditions:
$$1<x\leq 2$$
This interval notation shows the exact set of valid answers.
Connecting the Big Ideas
students, exponential and logarithmic equations and inequalities are not separate topics from functions; they are applications of the function behavior itself.
- Exponential equations ask where two exponential expressions are equal.
- Logarithmic equations use inverse relationships to find the input that gives a certain output.
- Exponential inequalities describe when growth or decay is above or below a threshold.
- Logarithmic inequalities describe when a quantity must be greater than or less than a target output.
These skills matter because the graphs of exponential and logarithmic functions show how outputs change with inputs. For example, if a company’s user base grows by a factor each month, an inequality can tell when the number of users passes a goal. If a sound level or earthquake magnitude is measured with a logarithmic scale, equations and inequalities help determine whether a level is safe or dangerous.
Common Mistakes to Avoid
Here are important traps to watch for:
- Forgetting domain restrictions in logarithmic equations and inequalities.
- Not checking extraneous solutions after combining logs or solving a quadratic that came from a log equation.
- Reversing an inequality incorrectly when the base is between $0$ and $1$.
- Assuming every equation can be solved by matching bases when logarithms may be needed.
- Ignoring whether the logarithm is increasing before converting an inequality.
A strong AP Precalculus habit is to write the domain first when a logarithm appears, solve carefully, and then test the result in the original expression.
Conclusion
Exponential and logarithmic equations and inequalities are central tools in AP Precalculus. They help you solve for unknown times, amounts, and thresholds in real situations like growth, decay, and scale measurement 🌱. The most important ideas are the inverse relationship between exponentials and logarithms, the use of logarithm properties, the behavior of increasing and decreasing functions, and the need to check domain restrictions. When students practices these steps carefully, solving becomes more than algebra—it becomes a way to model and interpret the world.
Study Notes
- Exponential equations have the variable in the exponent, such as $2^x=16$.
- Logarithmic equations use logs with a variable inside, such as $\log(x)=2$.
- Exponentials and logarithms are inverse functions.
- To solve an exponential equation, try rewriting both sides with the same base or use logarithms.
- To solve a logarithmic equation, convert to exponential form or combine logs first.
- The argument of a logarithm must always be positive: $A>0$.
- Check for extraneous solutions after solving logarithmic equations.
- For exponential inequalities with base $b>1$, the function is increasing.
- For exponential inequalities with $0<b<1$, the inequality direction reverses when comparing exponents.
- For logarithmic inequalities with base $b>1$, the function is increasing, so the inequality direction stays the same when converting to exponential form.
- Domain restrictions must be included in the final answer.
- Interval notation is useful for expressing inequality solutions.
- These skills connect directly to modeling growth, decay, and threshold problems in real life.
