Solving Exponential Equations

College Depth 62 in the knowledge graph I know this Set as goal
Unlocks 2229 downstream topics
exponential equations logarithms solving

Core Idea

Exponential equations have the variable in the exponent. Two main strategies: (1) If both sides can be written with the same base, set exponents equal (e.g., 2^x = 8 becomes 2^x = 2^3, so x = 3). (2) If not, take the logarithm of both sides and use log properties to isolate the variable (e.g., 3^x = 20 becomes x = log(20)/log(3)). Strategy 2 is the general method and works for all cases.

How It's Best Learned

Start with equations solvable by rewriting with a common base. Then introduce the "take log of both sides" technique for equations that cannot be simplified to a common base. Practice with various bases including e. Apply to real-world problems (population doubling time, radioactive decay half-life).

Common Misconceptions

Explainer

Solving an exponential equation means finding the value of a variable that appears in an exponent. You already know from your work with exponential functions that the graph of y = bˣ is one-to-one — it passes the horizontal line test — so each output corresponds to exactly one input. That one-to-one property is what guarantees exponential equations have unique solutions and is what both solution strategies exploit.

The common base strategy works when both sides of the equation can be written as powers of the same base. For example, 4ˣ = 32 becomes 2²ˣ = 2⁵, so 2x = 5 and x = 5/2. This works because if bᵐ = bⁿ and b ≠ 1, then m = n — identical outputs from the same one-to-one function mean identical inputs. The skill is rewriting numbers as powers: 4 = 2², 8 = 2³, 27 = 3³, 1/9 = 3⁻², and so on. When you can do this, you reduce the exponential equation to a linear or polynomial equation.

The logarithm strategy handles the cases where a common base isn't obvious — which is most real-world cases. The equation 3ˣ = 20 has no convenient common base, so you apply log to both sides: log(3ˣ) = log(20). Using the power rule for logarithms (which you know: logₐ(mⁿ) = n·logₐ(m)), this becomes x·log(3) = log(20), so x = log(20)/log(3) ≈ 2.727. The power rule is what allows you to bring the exponent down as a coefficient — but only after taking the logarithm, never before. The logarithm "undoes" the exponential the same way division undoes multiplication: they are inverse operations.

A practical guide: for equations with base e, use the natural logarithm (ln) because ln(eˣ) = x exactly. For all other bases, any logarithm works (the ratio log(b)/log(a) is the same regardless of which log base you use), but base-10 log or ln are the most convenient. The biggest trap is misapplying log properties to sums: log(2ˣ + 5) is not x·log(2) + log(5). Log properties only simplify products, quotients, and powers — not sums. If you see a sum inside a logarithm, or a sum of exponential terms, the expression usually requires a substitution or a different approach entirely.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsStep FunctionsComposition of FunctionsInverse FunctionsRadical Functions and GraphsRational ExponentsExponential Functions and GraphsLogarithms IntroductionLogarithm PropertiesSolving Exponential Equations

Longest path: 63 steps · 244 total prerequisite topics

Prerequisites (3)

Leads To (1)