P2.5 - Exponentials and logarithms

Syllabus
2019
Topic
P2.5
Level
AS

Read the shape of an exponential graph

In y=axy=a^x, the variable is in the exponent. The restrictions a>0a>0 and a1a\ne1 give a real exponential curve rather than a sign-changing or constant rule.

y=ax,a>0, a1y=a^x,\qquad a>0,\ a\ne1

Base Left-to-right behaviour End behaviour
a>1a>1 increasing y0y\to0 as xx\to-\infty; yy\to\infty as xx\to\infty
0<a<10<a<1 decreasing yy\to\infty as xx\to-\infty; y0y\to0 as xx\to\infty

Every permitted base gives a0=1a^0=1, so the graph crosses the yy-axis at (0,1)(0,1). Its domain is all real xx, its range is y>0y>0, and y=0y=0 is a horizontal asymptote: the curve approaches but never meets the xx-axis.

Known graph transformations preserve this structure. For y=32x+4y=3\cdot2^x+4, the yy-intercept is (0,7)(0,7), the horizontal asymptote is y=4y=4, and the curve is increasing above that line.

Do not draw an xx-intercept for y=axy=a^x. A vertical shift changes the horizontal asymptote, while a=1a=1 would give the excluded constant graph y=1y=1.

Combine logarithms without losing their domain

A logarithm is an exponent: logax=y\log_a x=y means ay=xa^y=x. Therefore a>0a>0, a1a\ne1, and every logarithm argument must be positive.

loga(xy)=logax+logay,loga(x/y)=logaxlogay,loga(xk)=klogax,loga(1/x)=logax,logaa=1.\begin{aligned}\log_a(xy)&=\log_a x+\log_a y,\\ \log_a(x/y)&=\log_a x-\log_a y,\\ \log_a(x^k)&=k\log_a x,\\ \log_a(1/x)&=-\log_a x,\\ \log_a a&=1.\end{aligned}

These laws are the index laws read through the inverse operation: multiplying powers adds exponents, dividing subtracts them, and raising a power multiplies its exponent.

Solve log2(x1)+log2(x3)=3\log_2(x-1)+\log_2(x-3)=3. The domain requires x>3x>3. Combining gives log2[(x1)(x3)]=log28,\log_2[(x-1)(x-3)]=\log_2 8, so (x1)(x3)=8(x-1)(x-3)=8 and (x5)(x+1)=0(x-5)(x+1)=0. Only x=5x=5 satisfies the domain.

The arguments xx, yy, xyxy, or x/yx/y must be positive wherever their logarithms appear. Algebra can create candidate roots outside that domain, so check every final value in the original expression.

Use logarithms to release an unknown exponent

To solve ax=ba^x=b, apply a logarithm to both sides. The power law moves the unknown exponent in front, where ordinary algebra can isolate it.

ax=bxlogca=logcbx=logcblogca=logaba^x=b\quad\Longrightarrow\quad x\log_c a=\log_c b\quad\Longrightarrow\quad x=\frac{\log_c b}{\log_c a}=\log_a b

This requires a>0a>0, a1a\ne1, and b>0b>0. The change-of-base formula allows any convenient valid base cc, commonly 1010 or ee.

For 52x1=175^{2x-1}=17, take natural logarithms: (2x1)ln5=ln17.(2x-1)\ln5=\ln17. Hence x=12(1+ln17ln5)1.380.x=\frac12\left(1+\frac{\ln17}{\ln5}\right)\approx1.380. Substitution restores 52x1=175^{2x-1}=17, providing a check.

First isolate the exponential expression, then take logs of both complete sides. Do not write log(ax)=logax\log(a^x)=\log a^x ambiguously, and keep full calculator precision until the final rounding.