Topic 9 Exponentials and Logarithms

9.1 Introduction

An exponential is something of the form

y=ax

E.g.

y=2x

A very common question to ask is something like: if 16=2x, what is x? In this case the answer is easily seen to be 4. The general case leads us onto logarithms, which are the inverse operation to exponentiation. I.e., if y=ax then logay=x — this can be read as “the logarithm to base a of y is x.”

E.g.

  • 16=24 means log216=4
  • 2x=32 means x=log232

The most common bases for logarithms are:

  • 10. This is so common that if the base isn’t written, you would normally assume it to be 10, e.g. log103 is commonly written as log3. This is not, however, a given, so it is worth double checking. The “log” button on most calculators gives logarithms to base 10.
  • e, where e=2.71828... is Euler’s number. This is often written as ln where the “n” stands for “natural.” It is probably the most commonly used base in science and mathematics, and so sometimes logx might mean logex. Most scientific calculators have a “ln” button.

Some modern calculators also have a general logax button for general bases.

The definition of a logarithm as the inverse operation to exponentiation

x=loga(y)ax=y

gives us the useful results that:

alogax=xloga(ax)=x

which in particular mean:

10log10x=xlog10(10x)=x

and

elnx=xln(ex)=x

9.2 Laws of logarithms

For exponentiation we have the laws of indices:

axay=ax+yaxay=axy(ax)y=axy

These then give us the laws of logarithms:

loga(xy)=loga(x)+loga(y)loga(xy)=loga(x)loga(y)loga(xn)=nloga(x)

which, along with the basic definition

x=loga(y)ax=y allow you to manipulate and solve problems with logarithms and exponentiation.

E.g.

  • log10(5x)=log10(5)+log10(x)

  • log3(x2)=2log3(x)

  • log5(6x2)=log5(6)+log5(x2)=log5(6)+2log5(x)

  • log5(5x2)=log5(5)log5(x2)=log5(5)2log5(x)=12log5(x)

9.3 Solving equations

Logarithms extend the types of equations that can be solved algebraically.

E.g. 35x=2 can be solved by taking logarithms of both sides to give: 35x=2log(35x)=log(2)5xlog(3)=log(2)x=log(2)5log(3)x=0.126

Note that this is true whichever base is taken for the logarithm (check), so the base hasn’t been written. The working would have been marginally easier if the base had been taken explicitly to be 3, but not dramatically so.

E.g. 5log3x=4 can be solved by 5log3x=4log3x=45x=345x=2.41

E.g. 5log3(2x1)=4 is very similar

5log3(2x1)=4log3(2x1)=452x1=3452x1=2.41x=2.41+12x=1.70

E.g. log3(2x1)+log3(x1)=1 just uses the laws of logs first log3(2x1)+log3(x1)=1(2x1)(x1)=312x23x+1=32x23x+13=02x23x2=0(x2)(2x+1)=0x=2or12 Which looks great, except you cannot take the logarithm of a negative number so, although both solutions are fine for the first logarithm, taking x=12 makes the second one negative, so we only have one solution, x=2.