Fiveable

📘Intermediate Algebra Unit 10 Review

QR code for Intermediate Algebra practice questions

10.5 Solve Exponential and Logarithmic Equations

10.5 Solve Exponential and Logarithmic Equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Properties and Applications of Logarithms

Solving exponential and logarithmic equations comes down to one core idea: logarithms and exponents undo each other. When a variable is stuck in an exponent, logarithms bring it down. When a variable is trapped inside a logarithm, exponentiation gets it out. This section covers the properties, techniques, and applications you need to solve both types of equations.

Properties of Logarithmic Equations

A logarithm answers the question: "What exponent do I need?" The definition is:

logb(x)=y\log_b(x) = y means by=xb^y = x

Here, bb is the base, xx is the argument, and yy is the exponent you're solving for. For example, log2(8)=3\log_2(8) = 3 because 23=82^3 = 8.

Three properties let you rewrite and simplify logarithmic expressions:

  • Product property: logb(MN)=logb(M)+logb(N)\log_b(M \cdot N) = \log_b(M) + \log_b(N) Multiplication inside the log becomes addition outside. For example, log2(48)=log2(4)+log2(8)=2+3=5\log_2(4 \cdot 8) = \log_2(4) + \log_2(8) = 2 + 3 = 5.

  • Quotient property: logb(MN)=logb(M)logb(N)\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N) Division inside the log becomes subtraction outside. For example, log3(279)=log3(27)log3(9)=32=1\log_3\left(\frac{27}{9}\right) = \log_3(27) - \log_3(9) = 3 - 2 = 1.

  • Power property: logb(Mn)=nlogb(M)\log_b(M^n) = n \cdot \log_b(M) An exponent inside the log comes out front as a multiplier. For example, log5(252)=2log5(25)=22=4\log_5(25^2) = 2 \cdot \log_5(25) = 2 \cdot 2 = 4.

The change of base formula lets you evaluate any logarithm on a calculator:

logb(x)=log(x)log(b)\log_b(x) = \frac{\log(x)}{\log(b)}

You can use either common log (log\log, base 10) or natural log (ln\ln, base ee) in the formula, as long as you use the same one in both the numerator and denominator. For example, log3(5)=log(5)log(3)0.6990.4771.465\log_3(5) = \frac{\log(5)}{\log(3)} \approx \frac{0.699}{0.477} \approx 1.465.

Watch out: In the original guide, log\log was described as the natural logarithm. That's not standard. By convention, log\log without a base typically means base 10 (common log), while ln\ln means base ee (natural log). Your textbook may differ, so check which convention your course uses.

Properties of logarithmic equations, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Logarithmic Equations

Solving Exponential Equations with Logarithms

The exponential function f(x)=bxf(x) = b^x and the logarithmic function g(x)=logb(x)g(x) = \log_b(x) are inverses of each other. This means they cancel each other out, which is exactly what makes logarithms useful for solving exponential equations.

When both sides can be written with the same base, you can solve by matching exponents directly:

  1. Rewrite each side as a power of the same base.
  2. Set the exponents equal.
  3. Solve the resulting equation.

Example: Solve 32x1=273^{2x-1} = 27.

  1. Recognize that 27=3327 = 3^3.

  2. So 32x1=333^{2x-1} = 3^3, which means 2x1=32x - 1 = 3.

  3. Solve: 2x=42x = 4, so x=2x = 2.

When you can't match bases, take the logarithm of both sides:

  1. Take log\log or ln\ln of both sides.
  2. Use the power property to bring the variable exponent down.
  3. Solve for the variable.

Example: Solve 5x=405^x = 40.

  1. Take the natural log of both sides: ln(5x)=ln(40)\ln(5^x) = \ln(40).
  2. Power property: xln(5)=ln(40)x \cdot \ln(5) = \ln(40).
  3. Divide: x=ln(40)ln(5)3.6891.6092.292x = \frac{\ln(40)}{\ln(5)} \approx \frac{3.689}{1.609} \approx 2.292.
Properties of logarithmic equations, Use the Properties of Logarithms – Intermediate Algebra

Solving Logarithmic Equations

To solve equations where the variable is inside a logarithm, convert back to exponential form:

  1. Use log properties to combine into a single logarithm if needed.
  2. Rewrite in exponential form: if logb(expression)=c\log_b(\text{expression}) = c, then expression=bc\text{expression} = b^c.
  3. Solve the resulting equation.
  4. Check your answer. Plug it back in to make sure the argument of every logarithm is positive. Any solution that makes an argument zero or negative is extraneous and must be thrown out.

Example: Solve log2(x+3)=5\log_2(x + 3) = 5.

  1. Convert to exponential form: x+3=25=32x + 3 = 2^5 = 32.
  2. Solve: x=29x = 29.
  3. Check: 29+3=32>029 + 3 = 32 > 0. Valid.

Applications of Exponential Models

Exponential functions model situations where a quantity multiplies by a constant factor over equal time intervals. The general form is:

f(x)=abxf(x) = a \cdot b^x

  • aa = initial value (the starting amount)
  • bb = growth factor if b>1b > 1, or decay factor if 0<b<10 < b < 1
  • xx = time or number of periods

Compound interest uses the formula:

A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}

VariableMeaning
AAFinal amount
PPPrincipal (initial investment)
rrAnnual interest rate (as a decimal)
nnCompounding periods per year
ttTime in years

Example: You invest $2,000 at 5% annual interest, compounded quarterly. How long until you have $3,000?

  1. Set up: 3000=2000(1+0.054)4t3000 = 2000\left(1 + \frac{0.05}{4}\right)^{4t}
  2. Divide both sides by 2000: 1.5=(1.0125)4t1.5 = (1.0125)^{4t}
  3. Take ln\ln of both sides: ln(1.5)=4tln(1.0125)\ln(1.5) = 4t \cdot \ln(1.0125)
  4. Solve: t=ln(1.5)4ln(1.0125)0.40550.049698.16t = \frac{\ln(1.5)}{4 \cdot \ln(1.0125)} \approx \frac{0.4055}{0.04969} \approx 8.16 years

Exponential decay uses the formula:

A(t)=A0ektA(t) = A_0 \cdot e^{-kt}

  • A(t)A(t) = amount remaining at time tt
  • A0A_0 = initial amount
  • kk = decay constant (positive number)

This shows up in radioactive decay and similar problems where you solve for tt by isolating the exponential and then taking ln\ln of both sides.

Characteristics of Exponential and Logarithmic Functions

Since these functions are inverses, their domains and ranges swap:

FeatureExponential f(x)=bxf(x) = b^xLogarithmic g(x)=logb(x)g(x) = \log_b(x)
DomainAll real numbersPositive real numbers only (x>0x > 0)
RangePositive real numbers only (y>0y > 0)All real numbers
AsymptoteHorizontal asymptote at y=0y = 0Vertical asymptote at x=0x = 0

The domain restriction on logarithmic functions is why you always need to check solutions to logarithmic equations. If a solution makes the argument of any log zero or negative, it doesn't work.