BUSINESS CALCULUS • FUNCTIONS, MODELS & ALGEBRA TOOLS

Solving Exponential & Log Equations — Solving Exponential and Logarithmic Equations

Master the algebraic techniques that unlock growth models, compound interest, and decay analysis in business contexts.

Historical Context & Motivation

The ability to solve exponential equations and logarithmic equations ranks among the most consequential algebraic skills in applied mathematics. These equations arise naturally whenever a quantity grows or decays at a rate proportional to its current size — a pattern that permeates finance, biology, physics, and economics. The intellectual journey that produced the tools we use today stretches across four centuries of mathematical innovation, from the invention of logarithms as computational aids to their modern role as indispensable analytic functions.

1614
Napier Publishes Logarithms
John Napier introduced logarithms in Mirifici Logarithmorum Canonis Descriptio, transforming multiplication and division into addition and subtraction — a breakthrough that dramatically accelerated astronomical calculations.
1668
Mercator and the Natural Logarithm
Nicholas Mercator published a series expansion for ln(1 + x), establishing the natural logarithm as a central object in analysis and connecting logarithms to areas under the hyperbola y = 1/x.
1748
Euler Formalizes eˣ and ln x
Leonhard Euler's Introductio in analysin infinitorum unified the exponential function and the natural logarithm as inverse functions, crystallizing the framework we still use today.
1900s
Exponential Models in Finance & Science
Continuous compounding, radioactive decay, and population dynamics drove exponential and logarithmic equations into the standard toolkit of applied mathematics and business analysis.

The central question this lesson addresses is straightforward yet powerful: given an equation where the unknown appears in an exponent or inside a logarithm, how do we isolate and solve for that unknown? In business calculus, answering this question enables you to determine how long it takes an investment to double, when a market will reach saturation, or at what rate a resource depletes — all tasks that require algebraic fluency with exponentials and logarithms.

Core Principles & Definitions

Before diving into solution techniques, it is essential to internalize the foundational principles that govern exponential and logarithmic relationships. Every solution strategy ultimately rests on the inverse relationship between exponentiation and logarithms, together with a handful of algebraic properties that allow us to manipulate these expressions into solvable forms.

1

Inverse Function Principle

If bx = y, then x = logb(y). Exponentiation and logarithms 'undo' each other, forming the backbone of every solution technique.
2

One-to-One Property

If bm = bn, then m = n (for b > 0, b ≠ 1). Likewise, if logb(M) = logb(N), then M = N.
3

Power Rule for Logarithms

logb(Mk) = k · logb(M). This rule is the key that 'brings down' an unknown exponent so it can be solved with ordinary algebra.
4

Domain Restrictions

The argument of any logarithm must be strictly positive: logb(x) is defined only when x > 0. Always check that candidate solutions do not violate this constraint — extraneous solutions are common.
5

Change of Base Formula

logb(x) = ln(x) / ln(b). This allows any logarithmic expression to be converted to natural or common logarithms for computation.
KEY TAKEAWAY
Think of exponentiation and logarithms as a lock-and-key pair. When the unknown is trapped inside the 'lock' of an exponent (like 5x = 200), the logarithm is the key that opens it. When the unknown is trapped inside a logarithm (like ln(x) = 3), exponentiation is the key that releases it. Mastering this bidirectional relationship is analogous to understanding that differentiation and integration are inverse operations — a duality that will reappear throughout calculus.

Visual Explanation — Exponential & Logarithmic Inverses

The cyan curve represents y = eˣ, which passes through (0, 1) and grows without bound. The violet curve represents y = ln(x), which passes through (1, 0) and is the reflection of eˣ across the dashed line y = x. The amber dashed segment highlights how corresponding points on the two curves are mirror images — a visual confirmation that they are inverse functions.

This diagram encapsulates the most important structural insight for solving equations: because exponentiation and logarithms are exact inverses, applying one to both sides of an equation undoes the other. When you see an equation like ex = 12, taking the natural logarithm of both sides yields x = ln(12) ≈ 2.485, because ln(ex) collapses to x. Conversely, when you encounter ln(x) = 5, exponentiating both sides gives x = e5 ≈ 148.41. The reflection symmetry across y = x is not merely a geometric curiosity — it is the algebraic engine that drives every solution method in this lesson.

Mathematical Framework

With the inverse relationship firmly in mind, we now formalize the two principal strategies for solving these equations: taking logarithms of both sides (for exponential equations) and exponentiating both sides (for logarithmic equations). We also present the key logarithmic identities that simplify intermediate expressions.

STRATEGY 1 — SOLVING EXPONENTIAL EQUATIONS
b^(f(x)) = c ⟹ f(x) = log_b(c) = ln(c) / ln(b)
When the variable appears in the exponent, apply logb (or equivalently ln) to both sides. The power rule then brings f(x) down from the exponent, reducing the equation to an algebraic one.
STRATEGY 2 — SOLVING LOGARITHMIC EQUATIONS
log_b(g(x)) = k ⟹ g(x) = b^k
When the variable is inside a logarithm, rewrite the equation in exponential form. Then solve the resulting algebraic equation g(x) = bk. Always verify that g(x) > 0 for the original equation.
LOGARITHMIC PROPERTIES TOOLKIT
log_b(MN) = log_b(M) + log_b(N) | log_b(M/N) = log_b(M) − log_b(N) | log_b(M^k) = k·log_b(M)
The product rule, quotient rule, and power rule are used to consolidate or expand logarithmic expressions before applying inverse operations.
CONTINUOUS COMPOUNDING MODEL
A = P·e^(rt) ⟹ t = ln(A/P) / r
A = future value, P = principal, r = annual rate, t = time in years. Solving for t is a direct application of Strategy 1 — divide by P, take ln of both sides, then divide by r.
Extraneous Solutions Warning
When solving logarithmic equations, algebraic manipulation can introduce solutions that make a logarithmic argument zero or negative. After solving, always substitute each candidate back into the original equation to confirm that every logarithmic term has a positive argument. Discard any candidate that violates this domain restriction.

Detailed Breakdown — Equation Types & Solution Strategies

Not all exponential and logarithmic equations require the same approach. Recognizing the structural type of an equation before beginning to solve it saves time and prevents errors. The following classification organizes the most common forms encountered in business calculus, along with the recommended strategy for each.

This decision flowchart guides you through the first critical question — is the variable in an exponent or inside a logarithm? — and branches into the appropriate strategy. The green path uses the one-to-one property when bases match, the pink path applies logarithms when they don't, and the violet path converts logarithmic equations to exponential form. All paths converge on the essential final step: checking for extraneous solutions.
Common equation types and their recommended solution strategies
Equation TypeExampleStrategy
Same-base exponential32x−1 = 35Set exponents equal: 2x − 1 = 5
Different-base exponential5x = 200Take ln: x = ln(200)/ln(5)
Exponential with ee0.04t = 3Take ln: 0.04t = ln(3)
Single logarithmiclog2(x + 3) = 5Rewrite: x + 3 = 25 = 32
Combined logarithmicln(x) + ln(x − 2) = ln(15)Combine: ln(x(x − 2)) = ln(15), then x(x − 2) = 15

Worked Examples

Example A: Exponential Equation (Business Application)

A company invests $10,000 in a continuously compounded account at an annual rate of 6%. How many years will it take for the investment to grow to $25,000?

Solving A = Pe^(rt) for t
1
Step 1 — Write the model and substituteThe continuous compounding formula is A = Pert. Substituting A = 25,000, P = 10,000, and r = 0.06, we get 25,000 = 10,000 · e0.06t.
2
Step 2 — Isolate the exponential termDivide both sides by 10,000:
2.5 = e0.06t
3
Step 3 — Apply natural logarithm to both sidesTaking ln of both sides and using the inverse property ln(ex) = x:
ln(2.5) = 0.06t
4
Step 4 — Solve for tDivide both sides by 0.06: t = ln(2.5) / 0.06 = 0.9163 / 0.06
t ≈ 15.27 years
5
Step 5 — InterpretIt takes approximately 15 years and 3 months for the $10,000 investment to grow to $25,000 under 6% continuous compounding. Since the exponential function has range (0, ∞), no extraneous-solution check is needed here.

Example B: Logarithmic Equation with Extraneous Solution

Solve: log2(x) + log2(x − 6) = 4.

Combining Logarithms and Checking Domain
1
Step 1 — Combine using the product rulelog2(x) + log2(x − 6) = log2[x(x − 6)] = 4
2
Step 2 — Convert to exponential formRewrite log2[x(x − 6)] = 4 as:
x(x − 6) = 24 = 16
3
Step 3 — Solve the quadraticExpanding: x² − 6x − 16 = 0. Factoring: (x − 8)(x + 2) = 0. So x = 8 or x = −2.
4
Step 4 — Check for extraneous solutionsFor x = −2: log2(−2) is undefined because −2 < 0. This candidate is extraneous and must be discarded. For x = 8: log2(8) = 3 and log2(2) = 1, so 3 + 1 = 4. ✓
x = 8

Strengths, Limitations & Method Comparison

Each solution strategy has contexts where it excels and situations where it becomes unwieldy. Understanding these trade-offs helps you choose the most efficient approach for a given problem, particularly in time-constrained exam settings or when building financial models that must be solved repeatedly.

Comparison of methods for solving exponential and logarithmic equations
MethodStrengthsLimitations
One-to-One PropertyFastest method when applicable; no calculator needed; preserves exact answers.Only works when both sides can be written with the same base — rarely the case in real-world data.
Taking LogarithmsUniversally applicable to any exponential equation; works with any base via change-of-base.Produces answers involving ln or log that may require a calculator for decimal approximation.
Rewriting in Exponential FormNatural and direct for single-log equations; avoids additional logarithmic manipulation.For combined logarithmic equations, must first condense into a single log — errors in applying log rules are common.
Graphical / NumericalUseful for transcendental equations with no closed-form solution (e.g., xex = 5).Provides only approximate answers; requires technology; does not develop algebraic fluency.
KEY TAKEAWAY
In the same way that an engineer selects the right tool for a specific material — a wrench for bolts, a soldering iron for circuits — you should select the solution strategy that matches the equation's structure. The one-to-one property is the wrench: simple, reliable, but limited in scope. Taking logarithms is the power drill: versatile and effective across a wide range of problems. Rewriting in exponential form is the specialized jig: perfectly suited for its specific task. Building fluency with all three tools ensures you can solve any equation you encounter in business modeling or calculus.

Connection to Calculus & Advanced Applications

The algebraic skills developed in this lesson form the prerequisite foundation for several pivotal topics in business calculus. When you study derivatives of exponential and logarithmic functions — d/dx[ex] = ex and d/dx[ln(x)] = 1/x — you will need to solve exponential and log equations to find critical points, optimize revenue functions, and analyze marginal quantities. Similarly, integration involving logarithms (such as ∫(1/x)dx = ln|x| + C) requires fluent manipulation of logarithmic expressions.

How algebra skills from this lesson connect to business calculus topics
Algebra Topic (This Lesson)Calculus Extension
Solving ef(x) = cFinding where a growth function reaches a target (optimization, break-even analysis)
Applying log properties to simplifyLogarithmic differentiation: ln both sides, then differentiate (useful for products/quotients)
Solving ln(g(x)) = kInverting after integration: solving for the original function after computing an antiderivative
Change of base formulaConverting between natural and common log models; comparing growth rates across different exponential bases
Domain checking (log argument > 0)Determining valid intervals for integration and domains of composite functions involving ln

Looking ahead, many business calculus applications involve differential equations whose solutions are exponential functions. For instance, if dP/dt = kP (uninhibited growth), the solution P(t) = P₀ekt is found by separating variables and integrating — a process that requires you to exponentiate both sides after integration. Mastering the algebra of exponentials and logarithms now ensures that these calculus procedures feel natural rather than mysterious.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why taking the natural logarithm of both sides of the equation 7x = 50 allows you to solve for x. Why does this work algebraically, and what specific logarithmic property is being applied?
PROBLEM 2BASIC CALCULATION
Solve for x: 32x+1 = 81. Express your answer as an exact value.
PROBLEM 3INTERMEDIATE
Solve for x: log₃(x + 5) + log₃(x − 1) = 3. Show all work and identify any extraneous solutions.
PROBLEM 4APPLIED
A startup's revenue is modeled by R(t) = 50,000 · e0.12t where R is in dollars and t is in years after launch. The company needs $400,000 in annual revenue to attract Series A funding. In how many years will revenue reach this threshold? Round to two decimal places.
PROBLEM 5CRITICAL THINKING
Consider the equation e2x − 5ex + 6 = 0. Solve for all values of x by making a substitution that converts this into a quadratic equation. Explain why this technique works and discuss whether every quadratic-in-disguise exponential equation will yield valid solutions.

Lesson Summary

This lesson established the algebraic techniques essential for solving exponential equations and logarithmic equations. The foundational principle is the inverse relationship between exponentiation and logarithms: bx = y if and only if x = logb(y). For exponential equations where the variable is in the exponent, the primary strategies are the one-to-one property (when bases match) and taking logarithms of both sides (when they do not), leveraging the power rule to bring the exponent down. For logarithmic equations, we convert to exponential form after condensing multiple logarithms using the product and quotient rules.

A critical step in every logarithmic equation is checking for extraneous solutions — candidates that make a logarithmic argument non-positive must be discarded. The change-of-base formula (logb(x) = ln(x)/ln(b)) enables calculator evaluation regardless of the original base. These skills directly feed into calculus applications including optimization of growth models, logarithmic differentiation, and the solution of separable differential equations that model business phenomena such as compound interest, market penetration, and resource depletion.

Varsity Tutors • Business Calculus • Solving Exponential & Log Equations