Fiveable

📏Honors Pre-Calculus Unit 4 Review

QR code for Honors Pre-Calculus practice questions

4.6 Exponential and Logarithmic Equations

4.6 Exponential and Logarithmic Equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Exponential and logarithmic equations show up whenever you need to model quantities that grow or shrink by a constant percentage: population growth, radioactive decay, compound interest, and more. Solving these equations requires you to move fluently between exponential and logarithmic forms, so the core skill here is understanding that logs and exponentials are inverses of each other.

Exponential Equations

Pep mascot
more resources to help you study

Solving exponential equations with like bases

When both sides of an equation have the same base, you can drop the bases and set the exponents equal. This works because exponential functions are one-to-one: if am=ana^m = a^n, then m=nm = n.

  • 2x=252^x = 2^5 gives you x=5x = 5 immediately, since the bases match.
  • For something like 32x1=34x+73^{2x-1} = 3^{4x+7}, set the exponents equal:
  1. Write 2x1=4x+72x - 1 = 4x + 7

  2. Subtract 2x2x from both sides: 1=2x+7-1 = 2x + 7

  3. Subtract 7: 8=2x-8 = 2x

  4. Divide: x=4x = -4

If the bases don't look the same at first, try rewriting them. For example, 4x=84^x = 8 can be rewritten as (22)x=23(2^2)^x = 2^3, which becomes 22x=232^{2x} = 2^3, so 2x=32x = 3 and x=32x = \frac{3}{2}.

Logarithms for exponential equations

When you can't rewrite both sides with the same base, take a logarithm of both sides.

For 2x=502^x = 50:

  1. Take the natural log (or common log) of both sides: ln(2x)=ln(50)\ln(2^x) = \ln(50)
  2. Bring the exponent down using the power rule: xln(2)=ln(50)x \cdot \ln(2) = \ln(50)
  3. Solve: x=ln(50)ln(2)5.644x = \frac{\ln(50)}{\ln(2)} \approx 5.644

This approach works with ln\ln, log\log, or any base. You're really using the change of base formula:

logb(x)=loga(x)loga(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)}

This formula lets you evaluate any logarithm on a calculator that only has ln\ln and log10\log_{10} buttons. For instance, log2(50)=log(50)log(2)\log_2(50) = \frac{\log(50)}{\log(2)}.

Logarithmic Equations

Solving exponential equations with like bases, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Exponential Equations

Definition of logarithms in equations

The key definition to internalize: logb(x)=y\log_b(x) = y means by=xb^y = x. Converting a logarithmic equation into exponential form is often the fastest way to solve it.

  • log3(x)=4\log_3(x) = 4 converts to 34=x3^4 = x, so x=81x = 81.
  • log5(2x+1)=2\log_5(2x + 1) = 2 converts to 52=2x+15^2 = 2x + 1, giving 25=2x+125 = 2x + 1, so x=12x = 12.

One-to-one property for logarithmic equations

Since logarithmic functions are one-to-one, if logb(x)=logb(y)\log_b(x) = \log_b(y), then x=yx = y. You can use this whenever both sides of an equation are logs with the same base.

For log(x+1)=log(2x3)\log(x + 1) = \log(2x - 3):

  1. Set the arguments equal: x+1=2x3x + 1 = 2x - 3

  2. Solve: x=4x = 4

  3. Check for extraneous solutions. Plug x=4x = 4 back into the original arguments: 4+1=5>04 + 1 = 5 > 0 and 2(4)3=5>02(4) - 3 = 5 > 0. Both are positive, so x=4x = 4 is valid.

That check in step 3 matters. You can't take the log of zero or a negative number, so any solution that makes an argument non-positive must be thrown out. This is one of the most common mistakes on tests.

Properties and Characteristics

Solving exponential equations with like bases, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Exponential Equations

Exponential and Logarithmic Properties

These properties are your main tools for rewriting and simplifying equations before solving.

Exponential properties:

  • Product rule: axay=ax+ya^x \cdot a^y = a^{x+y}
  • Quotient rule: axay=axy\frac{a^x}{a^y} = a^{x-y}
  • Power rule: (ax)y=axy(a^x)^y = a^{xy}

Logarithmic properties:

  • Product rule: loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y)
  • Quotient rule: loga(xy)=loga(x)loga(y)\log_a\left(\frac{x}{y}\right) = \log_a(x) - \log_a(y)
  • Power rule: loga(xn)=nloga(x)\log_a(x^n) = n\log_a(x)

The log power rule is especially useful for solving exponential equations, since it lets you pull the variable out of the exponent.

Domain and Range

Exponential and logarithmic functions have complementary domains and ranges, which makes sense because they're inverses.

  • Exponential functions (y=axy = a^x, where a>0,a1a > 0, a \neq 1): domain is all real numbers; range is (0,)(0, \infty)
  • Logarithmic functions (y=loga(x)y = \log_a(x)): domain is (0,)(0, \infty); range is all real numbers

The restricted domain of logarithmic functions is exactly why you need to check for extraneous solutions.

Applications in Science

Half-life is the time it takes for half of a substance to decay. The formula is:

A(t)=A0(12)t/t1/2A(t) = A_0\left(\frac{1}{2}\right)^{t/t_{1/2}}

where A0A_0 is the initial amount, tt is elapsed time, and t1/2t_{1/2} is the half-life. For example, if a substance has a half-life of 5 years and you start with 100 grams, after 15 years you'd have 100(12)15/5=100(12)3=12.5100\left(\frac{1}{2}\right)^{15/5} = 100\left(\frac{1}{2}\right)^3 = 12.5 grams.

Applications

Real-world applications of exponential equations

The general continuous growth/decay model is:

A=A0ektA = A_0 e^{kt}

where A0A_0 is the initial amount, kk is the rate (positive for growth, negative for decay), and tt is time. A larger k|k| means faster change.

pH scale: pH measures how acidic or basic a solution is, defined as:

pH=log10[H+]pH = -\log_{10}[H^+]

where [H+][H^+] is the hydrogen ion concentration in moles per liter. A solution with [H+]=103[H^+] = 10^{-3} has pH=3pH = 3, which is quite acidic. Notice that each 1-unit decrease in pH means a 10-fold increase in hydrogen ion concentration.

Richter scale: Earthquake magnitude is measured as:

M=log10(AA0)M = \log_{10}\left(\frac{A}{A_0}\right)

where AA is the maximum seismic wave amplitude and A0A_0 is a reference amplitude. Because of the logarithm, each 1-point increase on the Richter scale represents a 10-fold increase in wave amplitude. This is why a magnitude 7 earthquake is not "a little worse" than a magnitude 6; it's 10 times larger in amplitude.