Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. AP Precalculus
  2. Exponential and Logarithmic Equations and Inequalities

AP PRECALCULUS • EXPONENTIAL AND LOGARITHMIC FUNCTIONS

Exponential and Logarithmic Equations and Inequalities

Master the inverse relationship between exponentials and logarithms to solve equations and inequalities across every domain.

SECTION 1

Historical Context & Motivation

The story of exponential and logarithmic equations is inseparable from the broader development of algebra and computation. Long before electronic calculators, mathematicians needed efficient methods for handling the enormous products and quotients that arose in astronomy and navigation. Logarithms were invented precisely to transform multiplication into addition, dramatically reducing computational effort. Over centuries, the interplay between exponential growth models and their logarithmic inverses expanded from a computational shortcut into a foundational framework for science, engineering, and finance.

1614
Napier Publishes Logarithm Tables
John Napier introduced the concept of logarithms in Mirifici Logarithmorum Canonis Descriptio, enabling astronomers to replace tedious multiplications with simple additions.
1624
Briggs Develops Common Logarithms
Henry Briggs collaborated with Napier to create base-10 logarithm tables, which became the standard computational tool for over three centuries.
1748
Euler Formalizes the Exponential Function
Leonhard Euler's Introductio in Analysin Infinitorum established eˣ as a central object of analysis and connected exponential and logarithmic functions through their inverse relationship.
1798
Malthus Models Population Growth
Thomas Malthus used exponential equations to model population dynamics, illustrating how solving such equations carries real-world consequences for resource planning.
20th C
Logarithmic Scales in Modern Science
The Richter scale, decibel scale, and pH scale all employ logarithmic transformations, making fluency with logarithmic equations essential across the sciences.

The central question this lesson addresses is: given an equation or inequality involving exponential or logarithmic expressions, how do we systematically isolate the variable and determine the complete solution set? Answering this requires a deep understanding of the inverse relationship between exponential and logarithmic functions, alongside careful attention to domain restrictions that govern when solutions are valid.

SECTION 2

Core Principles & Definitions

Solving exponential and logarithmic equations rests on several interconnected principles. The most fundamental is the inverse function relationship: if f(x) = bˣ, then f⁻¹(x) = logb(x). This means that applying a logarithm to both sides of an exponential equation—or exponentiating both sides of a logarithmic equation—is the primary algebraic strategy for isolating the unknown. Every technique in this lesson derives from this core idea combined with standard algebraic identities for logarithms and exponents.

1

Inverse Property

logb(bˣ) = x and b^(logb x) = x. These identities let you "undo" one operation with its inverse.
2

One-to-One Property

If bˣ = bʸ then x = y, and if logb x = logb y then x = y. Both functions are strictly monotonic, so equal outputs imply equal inputs.
3

Logarithm Laws

Product rule: log(ab) = log a + log b. Quotient rule: log(a/b) = log a − log b. Power rule: log(aⁿ) = n · log a. These consolidate or expand logarithmic expressions.
4

Domain Restrictions

The argument of any logarithm must be strictly positive, and the base must be positive and not equal to 1. Always check candidate solutions against these constraints—extraneous solutions frequently arise.
5

Change of Base Formula

logb a = ln a / ln b = log a / log b. This allows conversion between any two bases for computation or algebraic simplification.
✦ KEY TAKEAWAY
KEY TAKEAWAY
SECTION 3

Visual Explanation — The Inverse Relationship

xyExponential vs. Logarithmic: Inverse Graphsy = log₂(x)y = 2ˣy = x(0, 1)(1, 0)−2−101234
The cyan curve represents y = 2ˣ, while the violet curve represents y = log₂(x). The dashed line y = x is the axis of reflection. Notice how the point (0, 1) on the exponential reflects to (1, 0) on the logarithm—this symmetry is the geometric manifestation of the inverse relationship that powers every technique in this lesson.

The diagram above captures the geometric essence of why logarithms solve exponential equations and vice versa. Because y = bˣ and y = logb(x) are reflections across the line y = x, every horizontal line that intersects one curve intersects the other at a corresponding reflected point. This reflection means that if we know the output of one function, we can recover the input by switching to the inverse. When you take the logarithm of both sides of an exponential equation, you are effectively projecting from the exponential curve onto the logarithmic curve to read off the unknown exponent. The strict monotonicity of both functions—exponentials are always increasing (for b > 1) and logarithms are always increasing—guarantees that each equation has at most one solution, and it underpins the direction of inequality signs when we manipulate exponential and logarithmic inequalities.

SECTION 4

Mathematical Framework

Solving Exponential Equations

There are two principal strategies. When both sides can be rewritten with a common base, apply the one-to-one property directly. Otherwise, take a logarithm of both sides (natural log or common log) and use the power rule to bring down the exponent.

COMMON BASE METHOD
If b^(f(x)) = b^(g(x)), then f(x) = g(x)
b > 0, b ≠ 1. Rewrite each side as a power of the same base, then equate exponents.
LOGARITHMIC METHOD
b^(f(x)) = c ⟹ f(x) = log_b(c) = ln(c) / ln(b)
Take logb (or ln) of both sides. Requires c > 0 since the range of bˣ is (0, ∞).

Solving Logarithmic Equations

Logarithmic equations are solved by first consolidating all logarithmic terms (using the product, quotient, or power rules) and then converting to exponential form. The critical additional step is checking that every candidate solution satisfies the domain requirement: the argument of every logarithm in the original equation must be positive.

CONVERTING TO EXPONENTIAL FORM
log_b(f(x)) = k ⟹ f(x) = b^k
After solving, verify f(x) > 0. Extraneous solutions arise when algebraic manipulation introduces values outside the domain.

Exponential and Logarithmic Inequalities

EXPONENTIAL INEQUALITY (b > 1)
b^(f(x)) > b^(g(x)) ⟹ f(x) > g(x)
When b > 1, the exponential function is strictly increasing, so the inequality direction is preserved. When 0 < b < 1, the function is strictly decreasing, and the inequality reverses.
Direction of Inequality
SECTION 5

Detailed Strategy Breakdown

Decision Flowchart: Solving Exponential & Logarithmic EquationsStart: Identify equation typeExponential: variable in exponentLogarithmic: variable in argumentCan both sides share acommon base?YesNoRewrite with same baseEquate exponentsTake log/ln of both sidesUse power rule to isolate xConsolidate log terms usingproduct/quotient/power rulesConvert to exponential formSolve algebraicallyCHECK DOMAINReject extraneous solutionsAll paths converge on domain verification
This flowchart summarizes the decision process for solving exponential and logarithmic equations. Note that domain checking is the final mandatory step regardless of which path you follow. Extraneous solutions are especially common in logarithmic equations where algebraic steps may introduce negative arguments.
Common equation types and their solving strategies
Equation TypeStrategyKey Pitfall
bˣ = c (simple exponential)Take log of both sides; x = ln c / ln bNo solution if c ≤ 0
b^(f(x)) = b^(g(x))Equate exponents: f(x) = g(x)Must verify both sides truly share base b
Exponential with quadratic substitutionLet u = bˣ, solve quadratic in uReject u ≤ 0 since bˣ > 0 always
logb(f(x)) = kConvert: f(x) = bᵏ, then solve for xCheck f(x) > 0 in original equation
log(f(x)) + log(g(x)) = kCombine: log(f(x)·g(x)) = k, then convertBoth f(x) > 0 and g(x) > 0 required
SECTION 6

Worked Examples

Step 1 — State the equation

Solve 3^(2x − 1) = 15 for x.

Step 2 — Take the natural log of both sides

ln(3^(2x − 1)) = ln(15). By the power rule: (2x − 1) · ln 3 = ln 15.

Step 3 — Isolate x

2x − 1 = ln 15 / ln 3 ≈ 2.7081 / 1.0986 ≈ 2.4650. Then 2x = 3.4650, so x = 1.7325.
x ≈ 1.7325

Step 4 — Verify

3^(2(1.7325) − 1) = 3^(2.465) ≈ 15.00 ✓. The solution is valid since the exponential function has no domain restrictions on the input.

Step 1 — State the equation

Solve log₂(x + 3) + log₂(x − 1) = 5.

Step 2 — Combine logarithms

Using the product rule: log₂((x + 3)(x − 1)) = 5.

Step 3 — Convert to exponential form

(x + 3)(x − 1) = 2⁵ = 32. Expanding: x² + 2x − 3 = 32, so x² + 2x − 35 = 0.

Step 4 — Solve the quadratic

Factoring: (x + 7)(x − 5) = 0, giving x = −7 or x = 5.

Step 5 — Check domain restrictions

For x = −7: x − 1 = −8 < 0, so log₂(x − 1) is undefined. This is extraneous. For x = 5: x + 3 = 8 > 0 and x − 1 = 4 > 0. Check: log₂(8) + log₂(4) = 3 + 2 = 5 ✓.
x = 5 (x = −7 is extraneous)

Step 1 — State the inequality

Solve (1/2)ˣ > 8.

Step 2 — Rewrite with common base

(1/2)ˣ = 2⁻ˣ and 8 = 2³, so the inequality becomes 2⁻ˣ > 2³.

Step 3 — Apply the one-to-one property

Since the base 2 > 1, the exponential function f(t) = 2ᵗ is increasing. Therefore 2⁻ˣ > 2³ implies −x > 3, which gives x < −3.
x ∈ (−∞, −3)
SECTION 7

Strategy Comparisons & Common Errors

Comparing solution strategies for exponential and logarithmic equations
ApproachStrengthsLimitations
Common BaseExact answers; no calculator needed; clean algebraOnly works when both sides are integer powers of the same base
Take LogarithmUniversal—works for any exponential equation; change of base gives flexibilityOften yields irrational answers requiring approximation
Quadratic SubstitutionHandles equations like 4ˣ − 3·2ˣ + 2 = 0 by letting u = 2ˣMust reject negative u-values; can produce extra solutions
Convert to ExponentialStandard method for all log equations; directly uses inverse definitionDomain checking is essential—extraneous solutions are the norm, not the exception
Graphical / NumericalUseful for equations with no closed-form solution; provides visual intuitionApproximate only; may miss solutions if the viewing window is too narrow
✦ KEY TAKEAWAY
COMMON ERRORS TO AVOID
SECTION 8

Connections to Advanced Theory

The techniques developed in this lesson extend naturally into calculus and beyond. In AP Calculus, you will encounter equations involving eˣ and ln x in the context of derivatives and integrals—solving d/dx[eˣ] = eˣ and d/dx[ln x] = 1/x relies directly on the properties of exponential and logarithmic functions. In differential equations, exponential growth and decay models take the form dy/dt = ky, whose solution y = y₀eᵏᵗ is found by separating variables and integrating—a process that requires solving a logarithmic equation.

How Precalculus topics connect to higher mathematics
AP Precalculus ConceptAdvanced Extension
Solving bˣ = c using logarithmsLogarithmic differentiation: d/dx[f(x)^g(x)] via ln
Domain restrictions on log argumentsInterval of convergence for logarithmic series: ln(1+x) for |x| ≤ 1
Exponential inequality direction (b > 1 vs. 0 < b < 1)Monotonicity arguments in analysis; limit comparison tests
Change of base formulaComplex logarithms: logb z for z ∈ ℂ, multi-valued functions

Perhaps most importantly for AP Precalculus, fluency with exponential and logarithmic equations is prerequisite to modeling real-world phenomena: compound interest, radioactive decay, logistic population growth, and signal attenuation all require setting up and solving these types of equations. The ability to move fluidly between exponential and logarithmic forms—and to handle the accompanying inequalities—is a skill that recurs in every STEM discipline.

SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
Which of the following best explains why the equation log₃(x − 4) = 2 can have at most one solution?
PROBLEM 2 — BASIC CALCULATION
What is the solution to 5^(x+1) = 125?
PROBLEM 3 — INTERMEDIATE
Solve: log(x + 6) + log(x − 3) = 1, where log denotes log₁₀. What is x?
PROBLEM 4 — APPLIED
A radioactive substance decays according to the model A(t) = 200 · (0.85)ᵗ, where A is the amount in grams and t is the time in hours. (a) Determine the time t at which A(t) = 50 grams. Express your answer in exact form and as a decimal approximation. (b) Write an inequality for the values of t during which A(t) > 80 grams, and solve it. (c) A second substance decays according to B(t) = 300 · e^(−0.2t). At what time do the two substances have the same mass? Set up and solve the equation. (d) Explain why the inequality in part (b) uses the direction it does—specifically, why does taking the logarithm preserve or reverse the inequality sign?
PROBLEM 5 — CRITICAL THINKING
Consider the equation log₂(x² − 4x) = 5. (a) Solve the equation algebraically and identify all valid solutions. (b) Explain why the original equation might have fewer solutions than the quadratic obtained after converting to exponential form. (c) Describe a general principle for determining how many solutions a logarithmic equation can produce.
SUMMARY

Lesson Summary

Varsity Tutors • AP Precalculus • Exponential and Logarithmic Equations and Inequalities