TMUA topic revision

Paper 1 · 12 min read

Exponentials and Logarithms

Exponential and log questions reward recognising inverse structure and rewriting to a common base before routine algebra.

All Topic Revision

Exponential Functions and the Graph of y=axy=a^x

An exponential function has the variable in the exponent. For this topic, the basic form is

y=ax,y=a^x,

where aa is a positive constant. The value of the base determines the shape of the graph.

Every graph of y=axy=a^x passes through (0,1)(0,1) because

a0=1.a^0=1.

For every real xx, the value of axa^x is positive. Therefore, the graph never crosses or touches the xx-axis.

Value of the base Behaviour of y=axy=a^x
a>1a>1 The function is increasing. As xx increases, axa^x grows; as xx becomes very negative, axa^x approaches 00.
a=1a=1 The function is constant because 1x=11^x=1, so the graph is the horizontal line y=1y=1.
0<a<10<a<1 The function is decreasing. As xx increases, axa^x approaches 00; as xx becomes very negative, axa^x grows.

For a>0a>0 with a1a\ne1, the graph has:

  • domain: all real values of xx;
  • range: y>0y>0;
  • yy-intercept: (0,1)(0,1);
  • horizontal asymptote: y=0y=0.

The graph never reaches its horizontal asymptote. It only gets arbitrarily close to it.

Reciprocal bases produce reflected graphs because

(1a)x=ax.\left(\frac{1}{a}\right)^x=a^{-x}.

Therefore, the graph of y=(1/a)xy=(1/a)^x is the reflection of the graph of y=axy=a^x in the yy-axis.

Coordinate graph of y equals 3 to the x, y equals 2 to the x, y equals 1, and y equals one half to the x. All pass through 0 comma 1; the non-constant curves approach the horizontal asymptote y equals 0.

A useful TMUA observation is that graph behaviour can determine the number of solutions without finding them explicitly. For example, if a>1a>1, then axa^x is strictly increasing, so an equation ax=ba^x=b can have at most one real solution.

Common mistake: a negative base is not part of this graph family. Expressions such as (2)x(-2)^x are not real for every real xx, so they do not define a continuous real-valued exponential function on the whole real line.

Logarithms as Inverse Exponents

A logarithm answers the question: “To what power must the base be raised to obtain this number?”

The statements

ab=ca^b=c

and

b=logacb=\log_a c

mean exactly the same thing.

For example,

25=32log232=5,2^5=32 \quad\Longleftrightarrow\quad \log_2 32=5,

33=127log3(127)=3,3^{-3}=\frac{1}{27} \quad\Longleftrightarrow\quad \log_3\left(\frac{1}{27}\right)=-3,

and

43/2=8log48=32.4^{3/2}=8 \quad\Longleftrightarrow\quad \log_4 8=\frac{3}{2}.

For real logarithms, the base and argument must satisfy

a>0,a1,c>0.a>0, \qquad a\ne1, \qquad c>0.

The base cannot be 11 because 1x1^x is always 11, so it cannot produce every positive number. The argument must be positive because axa^x is positive for every real xx when a>0a>0.

Two immediate consequences of the definition are

loga1=0\log_a 1=0

because a0=1a^0=1, and

logaa=1\log_a a=1

because a1=aa^1=a.

The inverse relationship also gives

alogax=x(x>0)a^{\log_a x}=x \qquad (x>0)

and

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

TMUA method: when a logarithm looks unfamiliar, return to index form. For example, instead of trying to recall a special rule for log93\log_9 3, write

9p=3.9^p=3.

Since 9=329=3^2,

32p=31,3^{2p}=3^1,

so p=1/2p=1/2 and therefore

log93=12.\log_9 3=\frac{1}{2}.

Laws of Logarithms

The logarithm laws follow from the laws of indices. Throughout this section, all logarithms have the same valid base aa, and every logarithm argument is positive.

The product law is

logax+logay=loga(xy).\log_a x+\log_a y=\log_a(xy).

It corresponds to multiplying powers with the same base:

apaq=ap+q.a^p\cdot a^q=a^{p+q}.

The quotient law is

logaxlogay=loga(xy).\log_a x-\log_a y=\log_a\left(\frac{x}{y}\right).

It corresponds to dividing powers with the same base:

apaq=apq.\frac{a^p}{a^q}=a^{p-q}.

The power law is

klogax=loga(xk).k\log_a x=\log_a(x^k).

It corresponds to raising a power to another power:

(ap)k=akp.(a^p)^k=a^{kp}.

A special case of the quotient and power laws is

loga(1x)=logax,\log_a\left(\frac{1}{x}\right)=-\log_a x,

because

1x=x1.\frac{1}{x}=x^{-1}.

Worked example

Simplify

2log32+log39log34.2\log_3 2+\log_3 9-\log_3 4.

Use the power law first:

2log32=log3(22)=log34.2\log_3 2=\log_3(2^2)=\log_3 4.

Then combine the logarithms:

log34+log39log34=log3(494)=log39=2.\log_3 4+\log_3 9-\log_3 4 =\log_3\left(\frac{4\cdot9}{4}\right) =\log_3 9 =2.

The order of operations matters. A coefficient in front of a logarithm becomes a power of its argument; it does not multiply the argument:

3logax=loga(x3),3\log_a x=\log_a(x^3),

not loga(3x)\log_a(3x).

Common traps:

loga(x+y)logax+logay\log_a(x+y)\ne\log_a x+\log_a y

and

loga(xy)logaxlogay.\log_a(x-y)\ne\log_a x-\log_a y.

There is no logarithm law for splitting a sum or difference inside a logarithm. Also, never combine logarithms with different bases using the product, quotient, or power laws.

Questions requiring the change-of-base formula are not part of this specification, so it is not needed for this topic.

Solving Exponential Equations by Rewriting to a Common Base

When both sides of an exponential equation can be written with the same base, rewrite them before using logarithms. This is usually the fastest method.

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

au=avu=v.a^u=a^v \quad\Longrightarrow\quad u=v.

This works because y=axy=a^x is one-to-one: each output is produced by only one input.

Worked example

Solve

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

Write both sides as powers of 22:

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

Therefore,

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

Equate the exponents:

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

so

x=5.x=5.

Before taking logarithms, look for bases that are powers of a common number. Common rewrites include

4=22,8=23,9=32,25=52,27=33.4=2^2, \qquad 8=2^3, \qquad 9=3^2, \qquad 25=5^2, \qquad 27=3^3.

Common mistake: from

2x+2x=2x+1,2^x+2^x=2^{x+1},

but not 22x2^{2x}. Addition does not follow the multiplication law for indices.

Solving Equations of the Form ax=ba^x=b

For

ax=b,a^x=b,

where a>0a>0, a1a\ne1, and b>0b>0, the exact solution is

x=logab.x=\log_a b.

This is simply the definition of a logarithm.

If b0b\le0, there is no real solution because axa^x is always positive. If b>0b>0, there is exactly one real solution because y=axy=a^x is strictly increasing when a>1a>1 and strictly decreasing when 0<a<10<a<1.

Worked example

Solve

32x=4.3^{2x}=4.

Treat the entire exponent 2x2x as the power required to turn 33 into 44:

2x=log34.2x=\log_3 4.

Hence

x=12log34.x=\frac{1}{2}\log_3 4.

This is an exact answer. No decimal approximation is required.

Equations may need rearranging before they reach the form ax=ba^x=b.

Worked example

Solve

22x+1=52x.2^{2x+1}=5\cdot2^x.

Since 2x>02^x>0, division by 2x2^x is always valid:

2x+1=5.2^{x+1}=5.

Therefore,

x+1=log25,x+1=\log_2 5,

so

x=log251.x=\log_2 5-1.

TMUA method: keep answers in exact logarithmic form unless the question supplies enough information for an exact simplification. On a non-calculator paper, an awkward logarithm is often intended to remain in the answer.

Equations Reducible to a Quadratic in a Power

Some exponential equations become ordinary quadratics after a substitution. The key recognition is

a2x=(ax)2.a^{2x}=(a^x)^2.

More generally, powers such as a3xa^{3x}, a2xa^{2x}, and axa^x can be treated as powers of the single quantity axa^x.

Worked example

Solve

25x35x+2=0.25^x-3\cdot5^x+2=0.

Since

25x=(52)x=52x=(5x)2,25^x=(5^2)^x=5^{2x}=(5^x)^2,

let

u=5x.u=5^x.

The equation becomes

u23u+2=0.u^2-3u+2=0.

Factorise:

(u1)(u2)=0.(u-1)(u-2)=0.

Therefore,

u=1oru=2.u=1 \quad\text{or}\quad u=2.

Return to u=5xu=5^x:

5x=1x=0,5^x=1 \quad\Longrightarrow\quad x=0,

and

5x=2x=log52.5^x=2 \quad\Longrightarrow\quad x=\log_5 2.

Hence the solutions are

x=0orx=log52.\boxed{x=0 \quad\text{or}\quad x=\log_5 2}.

The substitution has an important restriction:

u=ax>0.u=a^x>0.

Therefore, any zero or negative solution for uu must be rejected.

For example, if a substitution produces

(u1)(u+3)=0,(u-1)(u+3)=0,

then u=1u=1 is possible but u=3u=-3 is impossible when u=axu=a^x.

A reliable method is:

  1. Rewrite every exponential term using one base.
  2. Identify a repeated quantity such as axa^x.
  3. Substitute u=axu=a^x and record u>0u>0.
  4. Solve the resulting polynomial equation.
  5. Reject non-positive values of uu.
  6. Substitute back and solve each remaining equation of the form ax=ba^x=b.

Common mistake: solving the quadratic in uu is not the end of the problem. The final answers must be values of the original variable xx.

Turn this into exam pace

Create a free account for topic practice across the syllabus, or try an open sample question with a full worked solution.