Skip to content

Exponentials and logarithms

Exponentials describe repeated multiplication and change at a rate proportional to the current amount. Logarithms answer the inverse question: what power produces this number? Together they provide the language for compound interest, population growth, radioactive decay and many scientific scales.

This overview connects the main ideas. Follow the linked lessons for fuller treatment of each technique.

You should be able to:

  • use positive, negative, fractional and zero indices
  • rearrange equations and substitute into formulae
  • recognise transformations of familiar graphs
  • use a scientific calculator in exact and approximate form

An exponential function has the variable in the exponent. Its basic form is

f(x)=ax,f(x)=a^x,

where

a>0anda1.a>0 \qquad\text{and}\qquad a\ne1.

The restriction a>0a>0 ensures axa^x is real for every real xx. The value a=1a=1 is excluded because 1x=11^x=1 is constant rather than genuine growth or decay.

The laws of indices give the central behaviour:

a0=1,ax=1ax,ax+y=axay.a^0=1,\qquad a^{-x}=\frac1{a^x},\qquad a^{x+y}=a^x a^y.

Therefore every graph y=axy=a^x:

  • passes through (0,1)(0,1)
  • has domain R\mathbb R and range (0,)(0,\infty)
  • stays above the xx axis
  • has horizontal asymptote y=0y=0
  • is increasing if a>1a>1, and decreasing if 0<a<10<a<1

For example:

xx2-21-1001122
2x2^x14\frac1412\frac12112244
(12)x\left(\frac12\right)^x44221112\frac1214\frac14

Notice that

(12)x=2x.\left(\frac12\right)^x=2^{-x}.

Its graph is the reflection of y=2xy=2^x in the yy axis. Explore graph shape and transformations in exponential functions.

The number

e=2.7182818e=2.7182818\ldots

is the natural base for continuous change. The function exe^x has the remarkable property

ddxex=ex.\frac{\mathrm d}{\mathrm dx}e^x=e^x.

More generally,

ddxax=axlna.\frac{\mathrm d}{\mathrm dx}a^x=a^x\ln a.

This is why models whose rate of change is proportional to their current value naturally take the form y=Aekxy=Ae^{kx}.

For a>0a>0 and a1a\ne1,

ax=yx=logay,\boxed{a^x=y\quad\Longleftrightarrow\quad x=\log_a y},

provided y>0y>0.

Read logay\log_a y as “the power of aa that gives yy”.

Worked example 1: interpreting a logarithm

Section titled “Worked example 1: interpreting a logarithm”

Evaluate log381\log_3 81.

Ask for the power xx satisfying

3x=81.3^x=81.

Since 34=813^4=81,

log381=4.\boxed{\log_3 81=4}.

The same definition handles fractions and roots:

log2(18)=3because23=18,\log_2\left(\frac18\right)=-3 \quad\text{because}\quad 2^{-3}=\frac18,

and

log93=12because91/2=3.\log_9 3=\frac12 \quad\text{because}\quad 9^{1/2}=3.

Two immediate results are

loga1=0,logaa=1.\log_a1=0,\qquad \log_a a=1.

On a calculator, logx\log x usually means base 1010, while lnx\ln x means logex\log_e x. In A level work, ln\ln is particularly important.

For positive MM and NN,

loga(MN)=logaM+logaN,\boxed{\log_a(MN)=\log_aM+\log_aN}, loga(MN)=logaMlogaN,\boxed{\log_a\left(\frac MN\right)=\log_aM-\log_aN},

and, for real kk,

loga(Mk)=klogaM.\boxed{\log_a(M^k)=k\log_aM}.

These are consequences of the index laws, not unrelated rules to memorise. If M=apM=a^p and N=aqN=a^q, then

MN=ap+q,MN=a^{p+q},

so

loga(MN)=p+q=logaM+logaN.\log_a(MN)=p+q=\log_aM+\log_aN.

Expand

ln(x3yz2),\ln\left(\frac{x^3\sqrt y}{z^2}\right),

where x,y,z>0x,y,z>0.

Apply the quotient law first:

ln(x3yz2)=ln(x3y)ln(z2).\ln\left(\frac{x^3\sqrt y}{z^2}\right) =\ln(x^3\sqrt y)-\ln(z^2).

Then use the product and power laws:

3lnx+12lny2lnz.\boxed{3\ln x+\frac12\ln y-2\ln z}.

Write 2logaxloga(x+1)2\log_a x-\log_a(x+1) as one logarithm.

Move the coefficient into a power:

2logax=loga(x2).2\log_a x=\log_a(x^2).

Then use the quotient law:

loga(x2x+1).\boxed{\log_a\left(\frac{x^2}{x+1}\right)}.

The original expression requires x>0x>0 and x+1>0x+1>0, so its domain is x>0x>0. See logarithms and their laws for proofs and further manipulation.

The functions y=axy=a^x and y=logaxy=\log_a x are inverses. Therefore

loga(ax)=x\log_a(a^x)=x

for every real xx, while

alogax=xa^{\log_a x}=x

for x>0x>0.

Their graphs are reflections of one another in the line y=xy=x. Corresponding features exchange roles:

y=axy=a^xy=logaxy=\log_a x
domain R\mathbb Rrange R\mathbb R
range (0,)(0,\infty)domain (0,)(0,\infty)
point (0,1)(0,1)point (1,0)(1,0)
horizontal asymptote y=0y=0vertical asymptote x=0x=0

This inverse viewpoint explains both why logarithms accept only positive inputs and why they can return any real output.

Choose the simplest available method:

  1. Rewrite both sides using a common base if possible.
  2. Otherwise take logarithms of both sides.
  3. If several related powers occur, use a substitution such as u=2xu=2^x.

Solve

8x1=42x+1.8^{x-1}=4^{2x+1}.

Write both sides in base 22:

(23)x1=(22)2x+1.(2^3)^{x-1}=(2^2)^{2x+1}.

Hence

23x3=24x+2.2^{3x-3}=2^{4x+2}.

Equal powers of the same valid base have equal exponents:

3x3=4x+2,3x-3=4x+2,

so

x=5.\boxed{x=-5}.

Solve 5e0.3x=175e^{0.3x}=17.

First isolate the exponential:

e0.3x=175.e^{0.3x}=\frac{17}{5}.

Take natural logarithms:

ln(e0.3x)=ln(175).\ln(e^{0.3x})=\ln\left(\frac{17}{5}\right).

Since ln(eu)=u\ln(e^u)=u,

0.3x=ln(175),0.3x=\ln\left(\frac{17}{5}\right),

so

x=ln(17/5)0.34.08.\boxed{x=\frac{\ln(17/5)}{0.3}\approx4.08}.

Keep the exact logarithmic form until the final line to avoid premature rounding.

Solve

4x5(2x)+4=0.4^x-5(2^x)+4=0.

Since 4x=(2x)24^x=(2^x)^2, let u=2xu=2^x. Then u>0u>0 and

u25u+4=0.u^2-5u+4=0.

Factorise:

(u1)(u4)=0.(u-1)(u-4)=0.

Thus u=1u=1 or u=4u=4. Returning to 2x2^x gives

2x=1x=0,2x=4x=2.2^x=1\Rightarrow x=0, \qquad 2^x=4\Rightarrow x=2.

Therefore

x=0 or x=2.\boxed{x=0\text{ or }x=2}.

For logarithmic equations, domain checks and equations without closed forms, continue to exponential and logarithmic equations.

A quantity that changes by the same proportion in equal time intervals can be modelled discretely by

Q=Q0bt,Q=Q_0b^t,

where Q0Q_0 is the initial value. Growth has b>1b>1 and decay has 0<b<10<b<1.

Continuous proportional change is modelled by

Q=Q0ekt.\boxed{Q=Q_0e^{kt}}.

Here k>0k>0 gives growth and k<0k<0 gives decay. The parameter kk has units of inverse time.

A substance has mass 8080 g initially and half life 66 hours. Find its mass after 1515 hours.

Each 66 hour period multiplies the mass by 12\frac12, so

M=80(12)t/6.M=80\left(\frac12\right)^{t/6}.

At t=15t=15,

M=80(12)15/6=80(12)5/2=102.M=80\left(\frac12\right)^{15/6} =80\left(\frac12\right)^{5/2} =10\sqrt2.

Therefore

M14.1 g.\boxed{M\approx14.1\text{ g}}.

The exponent 15/615/6 counts how many half life periods have elapsed. It need not be an integer.

A population follows P=1200ektP=1200e^{kt} and reaches 18001800 after 44 years. Find kk.

Substitute t=4t=4 and P=1800P=1800:

1800=1200e4k.1800=1200e^{4k}.

Divide by 12001200:

e4k=32.e^{4k}=\frac32.

Take natural logarithms:

4k=ln(32),4k=\ln\left(\frac32\right),

so

k=14ln(32)0.1014 year1.\boxed{k=\frac14\ln\left(\frac32\right)\approx0.1014\text{ year}^{-1}}.

The model and its assumptions are developed in exponential growth and decay.

Taking logarithms can turn a curved relationship into a straight line.

If

y=Aekx,y=Ae^{kx},

then

lny=lnA+kx.\ln y=\ln A+kx.

Thus a plot of lny\ln y against xx has gradient kk and intercept lnA\ln A.

For a power law y=Axny=Ax^n,

lny=lnA+nlnx,\ln y=\ln A+n\ln x,

so a plot of lny\ln y against lnx\ln x has gradient nn. The choice of axes matters: plotting the wrong transformed variables will not reveal the intended straight line. Learn how to extract parameters and assess models in linearising exponential and power relationships.

  • axa^x is not axax. In axa^x, the variable controls repeated multiplication.
  • Exponential growth means a constant percentage change, not a constant amount added.
  • ln(x2)=2lnx\ln(x^2)=2\ln x is valid only where the original and rewritten real expressions have matching domains. For arbitrary x0x\ne0, ln(x2)=2lnx\ln(x^2)=2\ln|x|.
  • Taking logarithms does not mean taking the logarithm of separate terms: ln(u+v)\ln(u+v) cannot be split.
  • A negative decay constant does not make the quantity negative. If Q0>0Q_0>0, then Q0ekt>0Q_0e^{kt}>0 for every real tt.
  • Calculator values should be rounded only at the end of a calculation.
  1. Evaluate log5(1/125)\log_5(1/125).
  2. Simplify ln12+ln3ln2\ln 12+\ln 3-\ln 2.
  3. Solve 32x1=73^{2x-1}=7, giving an exact answer.
  4. Solve 9x10(3x)+9=09^x-10(3^x)+9=0.
  5. A quantity follows Q=500e0.08tQ=500e^{-0.08t}. State its initial value and whether it grows or decays.
  6. If y=7x2.4y=7x^{2.4}, what are the gradient and intercept of a graph of lny\ln y against lnx\ln x?
Answers
  1. 3-3, because 53=1/1255^{-3}=1/125.
  2. ln(12×3/2)=ln18\ln(12\times3/2)=\boxed{\ln18}.
  3. Taking logarithms gives (2x1)ln3=ln7(2x-1)\ln3=\ln7, so x=12(1+ln7ln3)\boxed{x=\frac12\left(1+\frac{\ln7}{\ln3}\right)}.
  4. Let u=3x>0u=3^x>0. Then u210u+9=(u1)(u9)=0u^2-10u+9=(u-1)(u-9)=0, giving x=0 or x=2\boxed{x=0\text{ or }x=2}.
  5. Q0=500\boxed{Q_0=500}. It decays because the coefficient of tt in the exponent is negative.
  6. Since lny=ln7+2.4lnx\ln y=\ln7+2.4\ln x, the gradient is 2.4\boxed{2.4} and the intercept is ln7\boxed{\ln7}.

Work through the topic in this order:

  1. Exponential functions for graphs, transformations and the base ee.
  2. Logarithms and their laws for inverse functions and algebraic manipulation.
  3. Exponential and logarithmic equations for exact, substituted and numerical solutions.
  4. Exponential growth and decay for modelling, half life and doubling time.
  5. Linearising exponential and power relationships for transformed data and parameter estimation.

These ideas lead directly into calculus, where exponential and logarithmic functions are differentiated, integrated and used in differential equations.