Algebra 2 • Construct & Compare Functions

Solving Exponential Equations Using Logarithms

Master the inverse relationship between exponentials and logarithms to unlock solutions that algebra alone cannot reach.

A Brief History of Logarithms

Long before calculators and computers, mathematicians and astronomers faced a formidable challenge: multiplying and dividing extremely large numbers by hand. Errors crept in easily, and the sheer time required to perform the necessary arithmetic threatened to stall scientific progress. The invention of logarithms in the early 17th century was one of the most transformative breakthroughs in computational mathematics, converting multiplication problems into simple addition.

1614
John Napier
John Napier, a Scottish mathematician, published Mirifici Logarithmorum Canonis Descriptio ("Description of the Wonderful Canon of Logarithms"), introducing the first logarithm tables. His system was not base-10 but rather based on a relationship close to the natural logarithm. Napier's goal was to simplify the astronomical calculations that consumed years of effort.
1617
Henry Briggs
Henry Briggs visited Napier and proposed using base 10 for logarithms. The result was the common logarithm (log₁₀), which became the standard tool for engineers and scientists for the next three centuries. Briggs published tables of common logarithms computed to 14 decimal places.
1668
Nicolaus Mercator
Nicolaus Mercator published the series expansion for ln(1 + x), giving the natural logarithm (base e) a firm analytical foundation. The constant e ≈ 2.71828 would later be recognized as the most natural base for calculus and exponential growth.
1728
Leonhard Euler
Leonhard Euler formalized the relationship between exponential and logarithmic functions, establishing the notation log and the inverse function concept that underpins every technique you will learn in this lesson.
Today
Modern Applications
Logarithms remain essential in fields from finance (compound interest) to biology (population growth) to computer science (algorithm complexity). Every time you solve an exponential equation for an unknown exponent, you are standing on centuries of mathematical innovation.

The central question this lesson addresses is deceptively simple: if bx = y, how do we find x? When the exponent is the unknown, standard algebraic tools like factoring and root extraction fall short. Logarithms provide the key that unlocks the exponent from its position of power.

Core Principles & Definitions

Before tackling exponential equations, you need a solid understanding of four foundational ideas. Each one builds on the previous, creating a toolkit that will carry you through every problem in this lesson and beyond.

1

Exponential Functions

An exponential function has the form f(x) = bx, where the base b is a positive constant (b > 0, b ≠ 1) and x is the variable in the exponent. Unlike polynomial functions, the variable controls the rate of growth or decay, making exponentials extremely powerful for modeling real-world phenomena.
2

Logarithmic Functions

A logarithm answers the question: "To what exponent must I raise the base b to get y?" Formally, logb(y) = x means bx = y. The logarithm is the inverse function of the exponential, meaning it "undoes" exponentiation just as subtraction undoes addition.
3

Common & Natural Logs

Two logarithmic bases appear on every scientific calculator: the common logarithm log₁₀ (written simply as "log") and the natural logarithm loge (written as "ln"). The change-of-base formula lets you convert any logarithm to either of these, so you can always compute a numerical answer.
4

Key Log Properties

Three properties power every manipulation: the Product Rule log(ab) = log a + log b, the Quotient Rule log(a/b) = log a − log b, and the Power Rule log(an) = n · log a. The Power Rule is especially critical — it brings the exponent down to ground level where we can solve for it.
✦ Key Takeaway
Think of an exponential equation as a locked safe where the combination (the unknown) is trapped in the exponent. A logarithm is the master key: applying it to both sides of the equation brings the exponent down to a position where ordinary algebra can reach it. Just as you "undo" a square by taking a square root, you "undo" an exponential by taking a logarithm.

Visual Explanation: Exponentials & Their Inverses

The relationship between an exponential function and its logarithmic inverse is best understood graphically. The diagram below shows f(x) = 2x and its inverse g(x) = log₂(x), reflected across the line y = x. Notice how each function is a mirror image of the other — a point (a, b) on the exponential corresponds to (b, a) on the logarithm.

Graph of y = 2ˣ and y = log₂(x) reflected across y = x

The graph reveals the essential idea: the exponential function y = 2x passes through (0, 1) and grows rapidly to the right, while the logarithmic function y = log₂(x) passes through (1, 0) and grows slowly. Every point (a, b) on the exponential curve has a mirror twin (b, a) on the logarithmic curve, reflected across the dashed line y = x. This mirror relationship is the geometric proof that logarithms truly invert exponentials — and it's the reason we can apply a logarithm to both sides of an equation to "free" the exponent.

Mathematical Framework

Solving an exponential equation means isolating the variable that appears in the exponent. The technique hinges on one fundamental principle: if two quantities are equal, their logarithms are also equal. Let's formalize the tools you'll use.

Definition of a Logarithm
log_b(y) = x ⟺ b^x = y
where b > 0, b ≠ 1, and y > 0

This definition tells us that the logarithm base b of y is simply the exponent to which b must be raised to produce y. When we apply logb to both sides of the equation bx = y, the left side collapses to just x because the logarithm and the exponential cancel each other out.

The Power Rule (Most Critical Property)
log_b(M^n) = n · log_b(M)
This rule brings the exponent n down as a coefficient — the key step in solving exponential equations.

The Power Rule is the workhorse of this entire lesson. When you take the logarithm of something raised to a power, the exponent "comes down" and becomes a multiplier. This is exactly how we extract the unknown variable from the exponent position.

Change of Base Formula
log_b(x) = log(x) / log(b) = ln(x) / ln(b)
Converts any base-b logarithm into common log (log) or natural log (ln) for calculator evaluation.

Since most calculators only have buttons for log (base 10) and ln (base e), the change-of-base formula lets you evaluate any logarithm. In practice, when solving an exponential equation like 5x = 23, you can take the common log or natural log of both sides — you'll get the same answer either way.

General Solution Method
b^x = y → log(b^x) = log(y) → x · log(b) = log(y) → x = log(y) / log(b)
Take the log of both sides, apply the Power Rule, then isolate x.

This four-step pattern — isolate the exponential expression, take the logarithm of both sides, apply the Power Rule to bring the exponent down, and solve the resulting linear equation — works for virtually every exponential equation you'll encounter in Algebra 2.

Detailed Breakdown: Solving Strategy Flowchart

Not every exponential equation is created equal. Some can be solved by rewriting both sides with the same base (an algebraic approach), while others require logarithms. The decision flowchart below will help you choose the correct approach every time.

The flowchart separates exponential equations into two categories. The same-base method works when you can express both sides of the equation as powers of the same base — for instance, 4x = 64 can be rewritten as 4x = 43, giving x = 3 immediately. But when the two sides have no common base (like 5x = 23), you must use the logarithmic method: take log or ln of both sides, apply the Power Rule to bring x down, and then solve algebraically.

Below is a reference table of common situations you'll encounter and the most efficient approach for each.

Equation TypeMethodExample
Both sides share a common baseSame-base: set exponents equal2^(3x) = 8 → 2^(3x) = 2^3
No common base, simple formTake log/ln, Power Rule7^x = 50
Coefficient in front of exponentialIsolate first, then log3 · 5^x = 90
Exponential on both sides, different basesTake log, Power Rule both sides3^x = 7^(x−2)
Base is eTake ln (most efficient)e^(2x) = 15
Base is 10Take log₁₀ (most efficient)10^(x+1) = 500

Worked Example

Let's solve a complete exponential equation step-by-step, showing every detail of the logarithmic method.

Solve for x: 4 · 3^(2x − 1) = 100
1
Step 1 — Isolate the Exponential ExpressionDivide both sides by 4 to get the exponential term alone on one side.
32x − 1 = 100 / 4 = 25
2
Step 2 — Take the Logarithm of Both SidesSince 25 is not an obvious power of 3, we cannot use the same-base method. We'll take the common logarithm (log₁₀) of both sides. You could also use ln — the final answer will be the same.
log(32x − 1) = log(25)
3
Step 3 — Apply the Power RuleThe Power Rule states that log(an) = n · log(a). The exponent (2x − 1) comes down and becomes a coefficient.
(2x − 1) · log(3) = log(25)
4
Step 4 — Solve the Linear Equation for xDivide both sides by log(3), then isolate x. Using a calculator: log(25) ≈ 1.39794 and log(3) ≈ 0.47712.
2x − 1 = log(25) / log(3) ≈ 1.39794 / 0.47712 ≈ 2.92993 → 2x ≈ 3.92993 → x ≈ 1.9650
5
Step 5 — VerifySubstitute x ≈ 1.9650 back into the original equation.
4 · 32(1.9650) − 1 = 4 · 32.9300 ≈ 4 · 24.998 ≈ 99.99 ≈ 100 ✓ The exact answer can be written as x = (1 + log 25 / log 3) / 2, but the decimal approximation x ≈ 1.965 is typically what is reported.

Method Comparison: Same-Base vs. Logarithmic

Understanding when each method shines — and where it falls short — will help you work more efficiently on exams and in applications.

CriteriaSame-Base MethodLogarithmic Method
When to useBoth sides can be expressed as powers of the same base (e.g., 2, 3, 5, 10)When sides have different bases or no simple common base
Answer typeExact integers or simple fractionsUsually irrational decimals (can be left in log form for exact answer)
Calculator needed?Rarely — pure algebraYes, for decimal approximation
StrengthsFast, elegant, exact resultsUniversal — works for any exponential equation
LimitationsOnly works when a common base exists; can't handle arbitrary valuesRequires understanding of log properties; results often approximate
Example8^x = 32 → x = 5/35^x = 17 → x ≈ 1.760
✦ Key Takeaway
Think of the same-base method as a shortcut on a highway — it's fast and direct when the road exists, but many destinations don't lie along it. The logarithmic method is like a GPS with off-road capability: it may take a few more steps, but it can reach any destination. In Algebra 2, you should always check for a common base first (it's quicker), and then reach for logarithms when no shortcut exists.

Connections to Advanced Mathematics

The techniques you've learned in this lesson are the gateway to a host of more advanced topics. Understanding how exponentials and logarithms interact will serve you in precalculus, calculus, and every quantitative discipline beyond.

Algebra 2 ConceptAdvanced ExtensionWhere You'll See It
Solving bx = y with logarithmsSolving differential equations like dy/dx = ky (exponential growth/decay)Calculus, biology, physics
Power Rule: log(an) = n · log(a)Logarithmic differentiation: d/dx [f(x)g(x)]AP Calculus
Change of base formulaEntropy formulas: S = kB · ln Ω (converting between log bases in thermodynamics)Chemistry, physics
Exponential equations in modelingCompound interest: A = P(1 + r/n)nt, half-life: N = N₀ · (1/2)t/τFinance, nuclear physics
Graphing inverse functionsInverse function theorem; log-log and semi-log plots for data analysisStatistics, engineering

Perhaps the most important connection is to continuous exponential models. In the real world, populations grow, radioactive isotopes decay, and investments compound according to exponential laws. Every time a scientist writes "solve for t" in the equation N = N₀ekt, they are applying the exact technique you practiced in this lesson: take ln of both sides, bring the exponent down, and isolate the variable. The mathematical muscle you're building now is the same one that drives modern science and engineering.

Practice Problems

Test your understanding with these five problems, arranged from foundational to challenging. Try each one before revealing the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words why you cannot solve the equation 7x = 200 by simply "taking the seventh root of both sides." What mathematical operation is actually needed, and why?
PROBLEM 2BASIC CALCULATION
Solve for x: 6^x = 42
PROBLEM 3INTERMEDIATE
Solve for x: 5 · 2^(3x + 1) = 320
PROBLEM 4APPLIED / MULTI-STEP
A bacterial colony doubles every 4 hours. If the colony starts with 500 bacteria, after how many hours will the population reach 50,000? Use the model P(t) = 500 · 2t/4.
PROBLEM 5CRITICAL THINKING / SYNTHESIS
Solve for x: 3^(x + 2) = 5^x. Express your answer both in exact logarithmic form and as a decimal approximation.

Lesson Summary

Solving exponential equations using logarithms is built on one elegant idea: the logarithm is the inverse of the exponential function, meaning it undoes exponentiation and brings the unknown variable down from the exponent position. The process follows a reliable pattern: first isolate the exponential expression, then take the logarithm of both sides (using either log or ln), next apply the Power Rule to convert the exponent into a coefficient, and finally solve the resulting linear equation for the variable. When both sides of an equation share a common base, you can skip logarithms entirely by setting the exponents equal — but for all other cases, the logarithmic method is the universal tool.

Three properties of logarithms power every manipulation: the Product Rule, the Quotient Rule, and — most critically — the Power Rule log(an) = n · log(a). The Change of Base Formula ensures that any logarithm can be evaluated with a standard calculator. These techniques extend far beyond the classroom into compound interest, population growth, radioactive decay, and every scientific discipline that models exponential change. Master them here, and you will carry a powerful tool into calculus and beyond.

Varsity Tutors • Algebra 2 • Solving Exponential Equations Using Logarithms