Skip to main content
AMC 12 only

Exponential & Log Equations

Matching bases and applying log properties — the two moves that solve almost every exponential or logarithmic equation on the AMC 12.

Matching bases

Exponential functions are one-to-one, so if two sides of an equation have the same base, the exponents must be equal:

ax=ay    x=y(a>0, a1)a^x = a^y \;\Longrightarrow\; x = y \qquad (a>0,\ a\neq1)

This means the first move on any exponential equation is trying to rewrite every term with a common base (e.g. rewriting 8 and 32 as powers of 2).

Log properties

loga(xy)=logax+logay,loga ⁣(xy)=logaxlogay,loga(xy)=ylogax\log_a(xy) = \log_a x + \log_a y, \qquad \log_a\!\left(\dfrac{x}{y}\right) = \log_a x - \log_a y, \qquad \log_a(x^y) = y\log_a x

The change-of-base formula lets you convert between any two bases (useful for combining logs with mismatched bases, or for calculator-free comparison):

logax=logbxlogba\log_a x = \dfrac{\log_b x}{\log_b a}

A log equation always carries a hidden domain condition: the argument of a log must be positive. Solve the equation algebraically, then discard any solution that would make an argument zero or negative.

Worked example

Problem: Solve log2(x)+log2(x2)=3\log_2(x) + \log_2(x-2) = 3.

Solution: Combine the logs: log2(x(x2))=3\log_2\big(x(x-2)\big) = 3. Convert to exponential form:

x(x2)=23=8    x22x8=0    (x4)(x+2)=0x(x-2) = 2^3 = 8 \;\Longrightarrow\; x^2 - 2x - 8 = 0 \;\Longrightarrow\; (x-4)(x+2)=0

So x=4x=4 or x=2x=-2. Check the domain: we need x>0x>0 andx2>0x-2>0, i.e. x>2x>2. Only x=4x=4 survives; x=2x=-2 is extraneous.

Practice problems

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

2.Solve log5(2x+3)=2\log_5(2x+3) = 2.

3.Solve 4x=2x+34^x = 2^{x+3}.

4.Solve log3(x+2)log3(x2)=1\log_3(x+2) - \log_3(x-2) = 1.