3.6 Exponential & Logarithmic Equations

Key Takeaways

  • Exponential equations with matching bases can be solved using the one-to-one property b^u = b^v iff u = v; otherwise, take the natural logarithm of both sides and apply the Power Property.
  • Quadratic-in-form exponential equations (ae^(2x) + be^x + c = 0) are solved by setting u = e^x, solving the quadratic polynomial for u, and discarding non-positive u-values.
  • Logarithmic equations require applying log properties to condense terms before exponentiating or applying log_b(u) = c iff u = b^c.
  • Any candidate solution to a logarithmic equation must be verified against domain restrictions (argument > 0) to eliminate extraneous solutions.
  • Continuous growth and decay processes follow the model A = P * e^(rt), where doubling time is given by t = ln(2)/r.
Last updated: August 2026

3.6 Exponential & Logarithmic Equations

Exponential and logarithmic functions are inverse mathematical operations. Solving equations involving these functions requires applying logarithm laws, exponent rules, base matching, and domain restriction screening. These concepts represent high-yield content on the CLEP College Algebra exam.


1. Solving Exponential Equations

An exponential equation features variables in exponent positions (bg(x)=cb^{g(x)} = c).

Strategy A: Equating Bases (One-to-One Property)

For base b>0b > 0 and b1b \neq 1:

bu=bv    u=vb^u = b^v \iff u = v

If both sides can be expressed using a common base bb, equate exponents to solve.

Worked Example 1: Equating Bases

Solve 8x1=162x+38^{x - 1} = 16^{2x + 3}.

  1. Express 88 and 1616 as powers of 22 (8=238 = 2^3 and 16=2416 = 2^4): (23)x1=(24)2x+3    23x3=28x+12(2^3)^{x - 1} = (2^4)^{2x + 3} \implies 2^{3x - 3} = 2^{8x + 12}
  2. Equate exponents: 3x3=8x+12    5x=15    x=33x - 3 = 8x + 12 \implies -5x = 15 \implies x = -3 Solution: x=3x = -3.

Strategy B: Taking Natural Logarithms of Both Sides

When bases cannot be matched, take the natural logarithm (ln\ln) of both sides and apply the Power Property (ln(ak)=klna\ln(a^k) = k \ln a).

Worked Example 2: Taking Natural Logs

Solve 32x1=7x+23^{2x - 1} = 7^{x + 2}.

  1. Take ln\ln of both sides: ln(32x1)=ln(7x+2)    (2x1)ln3=(x+2)ln7\ln(3^{2x - 1}) = \ln(7^{x + 2}) \implies (2x - 1)\ln 3 = (x + 2)\ln 7
  2. Distribute and isolate xx: 2xln3ln3=xln7+2ln72x \ln 3 - \ln 3 = x \ln 7 + 2 \ln 7 2xln3xln7=ln3+2ln72x \ln 3 - x \ln 7 = \ln 3 + 2 \ln 7 x(2ln3ln7)=ln3+2ln7    x=ln3+2ln72ln3ln7x(2 \ln 3 - \ln 7) = \ln 3 + 2 \ln 7 \implies x = \frac{\ln 3 + 2 \ln 7}{2 \ln 3 - \ln 7}

Strategy C: Quadratic-in-Form Exponential Equations

Equations such as e2x5ex+6=0e^{2x} - 5e^x + 6 = 0 can be solved by substituting u=exu = e^x, yielding u25u+6=0    (u2)(u3)=0u^2 - 5u + 6 = 0 \implies (u - 2)(u - 3) = 0. Thus ex=2    x=ln2e^x = 2 \implies x = \ln 2, and ex=3    x=ln3e^x = 3 \implies x = \ln 3.


2. Solving Logarithmic Equations & Domain Restrictions

A logarithmic equation contains variable logarithmic arguments.

Fundamental Logarithmic Laws

  • Inverse Definition: logb(u)=c    u=bc\log_b(u) = c \iff u = b^c
  • Product Rule: logb(uv)=logb(u)+logb(v)\log_b(uv) = \log_b(u) + \log_b(v)
  • Quotient Rule: logb(uv)=logb(u)logb(v)\log_b\left(\frac{u}{v}\right) = \log_b(u) - \log_b(v)
  • Power Rule: logb(uk)=klogb(u)\log_b(u^k) = k \log_b(u)
  • Change of Base: logb(u)=lnulnb\log_b(u) = \frac{\ln u}{\ln b}

Crucial Rule: Domain Screening (u>0u > 0)

CRITICAL RULE: Logarithm functions y=logb(u)y = \log_b(u) are defined ONLY for strictly positive arguments (u>0u > 0). You MUST substitute candidate solutions into the original log expressions. Candidates causing non-positive arguments are extraneous solutions and must be eliminated.

Worked Example 3: Logarithmic Equation with Extraneous Root

Solve log3(x+2)+log3(x4)=3\log_3(x + 2) + \log_3(x - 4) = 3.

  1. Condense using Product Rule: log3[(x+2)(x4)]=3\log_3[(x + 2)(x - 4)] = 3
  2. Convert to exponential form: (x+2)(x4)=33=27(x + 2)(x - 4) = 3^3 = 27
  3. Expand and solve quadratic: x22x8=27    x22x35=0    (x7)(x+5)=0x^2 - 2x - 8 = 27 \implies x^2 - 2x - 35 = 0 \implies (x - 7)(x + 5) = 0 Roots: x=7x = 7 or x=5x = -5.
  4. Screen against Domain Restrictions (u>0u > 0):
    • Check x=5x = -5: log3(5+2)=log3(3)\log_3(-5 + 2) = \log_3(-3) is undefined. Extraneous.
    • Check x=7x = 7: log3(9)+log3(3)=2+1=3\log_3(9) + \log_3(3) = 2 + 1 = 3. Valid! Solution: x=7x = 7.

3. Continuous Growth, Decay & Financial Models

  • Continuous Compounding Model: A=PertA = P e^{rt}
  • Doubling Time Derivation: Set A=2P    2P=Pert    2=ert    t=ln2rA = 2P \implies 2P = P e^{rt} \implies 2 = e^{rt} \implies t = \frac{\ln 2}{r}
  • Radioactive Decay Model: N(t)=N0ektN(t) = N_0 e^{-kt}, where half-life t1/2=ln2kt_{1/2} = \frac{\ln 2}{k}.

Worked Example 4: Continuous Interest Doubling Time

An investment grows continuously at 5%5\% annual interest (r=0.05r = 0.05). How many years will it take to double? 2=e0.05t    ln2=0.05t    t=ln20.050.6931470.0513.86 years2 = e^{0.05 t} \implies \ln 2 = 0.05 t \implies t = \frac{\ln 2}{0.05} \approx \frac{0.693147}{0.05} \approx 13.86 \text{ years} Rounding to one decimal place gives 13.913.9 years.


4. Master Chapter 3 Equation Comparison Matrix

Equation FamilyStandard Algebraic FormPrimary Solution TechniqueDomain Restrictions / Extraneous Risks
Linearax+b=0ax + b = 0Inverse operations / Isolate variableNone (unless rational denominators present)
Rational LinearP(x)Q(x)=0\frac{P(x)}{Q(x)} = 0Multiply by LCD to clear fractionsDenominators Q(x)0Q(x) \neq 0; check candidate roots
Quadraticax2+bx+c=0ax^2 + bx + c = 0Factoring / Quadratic FormulaDiscriminant D<0D < 0 yields complex roots (u±viu \pm vi)
Absolute Valueax+b=c\lvert ax + b\rvert = cSplit cases (u=cu = c or u=cu = -c)u0\lvert u\rvert \ge 0; right side non-negative when variable present
Exponentialbg(x)=cb^{g(x)} = cEquate bases or take ln\ln of both sidesRange bx>0b^x > 0; c0c \le 0 yields no real solution
Logarithmiclogb(g(x))=c\log_b(g(x)) = cCondense logs, convert u=bcu = b^cArgument g(x)>0g(x) > 0; screen candidates to remove extraneous
Loading diagram...
Logarithmic Solution & Domain Screening Pipeline
Test Your Knowledge

What is the solution to the exponential equation 8x1=162x+38^{x - 1} = 16^{2x + 3}?

A
B
C
D
Test Your Knowledge

What is the true solution set for the equation log3(x+2)+log3(x4)=3\log_3(x + 2) + \log_3(x - 4) = 3?

A
B
C
D
Test Your Knowledge

If an investment grows continuously at an annual interest rate of 5% (r = 0.05), approximately how many years will it take for the investment to double in value?

A
B
C
D
Test Your Knowledge

What are the real solutions to the quadratic-in-form exponential equation e2x4ex+3=0e^{2x} - 4e^x + 3 = 0?

A
B
C
D