MicrobiologyBytes: Maths & Computers for Biologists: Exponents & Logs Updated: January 28, 2007 Search

Exponents and Logs

Further information on this topic can be found in Chapter 6 of:

CoverMaths from Scratch for Biologists

Numerical ability is an essential skill for everyone studying the biological sciences but many students are frightened by the 'perceived' difficulty of mathematics, and are nervous about applying mathematical skills in their chosen field of study. Maths from Scratch for Biologists is a highly instructive, informal text that explains step by step how and why you need to tackle maths within the biological sciences. (Amazon.co.UK)

Before we begin:

An "index" or exponent of a number indicates how many times the number or term (the "base") should be multiplied by itself.

Multiplication is a shortcut for addition:

3 * 5  =  5 + 5 + 5

Exponents are a shortcut for multiplication:

53  =  5 * 5 * 5

Similarly, 

59  =  5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5

 

(-5) * (-5) * (-5)  =  (-5)3

and

(x + y) * (x + y) * (x + y) * (x + y) * (x + y)  =  (x + y)5

 

As you will see, logarithms are a shortcut for exponents.

Rules of Exponents:

Rule 1: To multiply identical bases, add the exponents.

Example:

37 * 39

=  (3 * 3 * 3 * 3 * 3 * 3 * 3) * (3 * 3 * 3 * 3 * 3 * 3 * 3 * 3 * 3)

=  316

 

Rule 2: To divide identical bases, subtract the exponents.

Example:

49
----
43

  4 * 4 * 4 * 4 * 4 * 4 * 4 * 4 * 4
= -------------------------------------
          4 * 4 * 4

  4  4  4
= - * - * - * 4 * 4 * 4 * 4 * 4 * 4
  4  4  4

  49
= ---  =  49-3  =  46
  43

 

Rule 3: When there are two or more exponents and only one base, multiply the exponents.

Example:

(34)5 can be written as  34 * 34 * 34 * 34 * 34

=  34+4+4+4+4  =  320

=34 * 5  =  320

Example:

Simplify ((99)9)9

=  99 * 9 * 9  =  9729

 

Exponential Functions:

Any quantity which increases by being multiplied by the same value at regular intervals is said to grow "exponentially".
Exponential functions occur frequently in biology because they describe processes of growth and decay, for example:

I(x) = I0e-kx

where I(x) is the light intensity at any given thickness of the absorber, I0 is the initial (incident) light intensity and k is a specific constant for any particular substance.
The value of this in biology lies in analytical spectroscopy. An unknown concentration of a substance can be determined by measuring the amount of light that a sample absorbs and applying Beer's law. If the absorption (or "extinction") coefficient is not known, the concentration of the substance can be determined using a graph of absorbance versus concentration derived from standard solutions of known concentration.

N = N0e-λt

where N is the amount of radioactivity remaining at time t, N0 the original amount of radioactivity and λ the decay constant for the radionuclide.

N(t) = N02t/T0

 

 

Logarithms

"Logarithm" comes from the Greek logos, "to calculate" and arithmos, "a number". In other words, a logarithm is a "calculating number".

A logarithm is: the exponent or power to which a base must be raised to yield a given number:

Base: Exponent: Resulting Number: Log:
10 1 10 1
10 2 100 2
10 3 1000 3
10 4 10000 4

 

Logarithms are written as the sum of an integer (the "characteristic") and a decimal (the "mantissa") (e.g. log10 150 = 2.176).

Logs are also useful for many other calculations, e.g. to work out the fifth root of a number, divide the log of the number by 5:
The fifth root of 10 000 000 000 = 10/5 = 2 = 100

Logs can be converted back to real numbers by looking up tables of antilogarithms, the inverse of the log function, or on a calculator as follows:

Most commonly encountered logs (common logs) are in base 10, written as log10.

Logs to the base "e" (2.71828...) are known as natural logs and are written as ln.

e is Euler's number. Leonard Euler was a Swiss mathematician who described e in his manuscript, Meditatio in Experimenta Explosione Tormentorum Nuper Instituta (Meditation on Experiments Made Recently on the Firing of Cannon), written in 1728.  e is a very unusual number. Apart from being the base for natural logarithms, it is an irrational (its decimal expansion never terminates, nor is it eventually periodic) and transcendental number (not the root of any polynomial with rational number coefficients) - these are properties that e shares with π.

Rules of Logarithms:

Since logarithms are nothing more than exponents, these rules come from the rules of exponents:

Where a is a positive number that does not equal 1, n is a real number (i.e. all numbers representable by an infinite decimal expansion, i.e. the ratios a/b, where a and b are integers and b does not equal 0) and x and y are positive real numbers:

Rule 1:   loga (x.y) = loga (x) + loga (y)

Rule 2:   loga (x/y) = loga (x) - loga (y)

Rule 3:   loga (x)n = n loga (x)

 

So why bother?

Because logs are useful.

Just as exponents are a shortcut for multiplication, logs are a shortcut for exponents.

Logs can be used to solve exponential equations, which occur commonly in biology, e.g:

pH = -log [H+]

 

Human blood plasma has a typical H+ concentration (written as "[H+]") of 4*10-8 M,   so:

pH = -log 4*10-8 = 7.4

 

graphDuring the growth phase of a bacterial culture, the rate of increase of cells is proportional to the number of bacteria present. The constant of proportionality, µ, is an index of the growth rate and is called the growth rate constant:

Rate of increase of cells = µ * number of cells

The value of µ can be determined from the following equation:

ln Nt - ln N0 = µ(t - t0)

the natural log of the number of cells at time t minus the natural log of the number of cells at time zero (t0) equals the growth rate constant multiplied by the time interval.
For most purposes, it is easier to use log10 values rather than natural logs, so the above equation can be converted as follows:

log10 N - log10 N0 = (µ/2.303) (t - t0)

or alternatively:

µ = ( (log10 N - log10 N0) 2.303) / (t - t0)

Example:

By measuring the increase in the number of cells during a certain time period, the growth rate constant (µ) can be calculated:

graph t0 = 1.5h:
N = 8.4*101,
log10 N = 1.92

t = 8.5h:
N = 3.39*108,
log10 N = 8.53

Therefore in this case:

µ = ( (log10 N - log10 N0) 2.303) / (t - t0)

= ( (8.53 - 1.92) 2.303) / (8.5 - 1.5)

= (6.61 * 2.303) / 7

= 15.22 / 7

= 2.18 hour-1

 

dB = 10 log10 (I/I0)

where I is the intensity of the sound and I0 is the reference sound intensity (1*10-12 W m-2 , the lowest sound intensity detectable by the human ear):

Source
Intensity
Intensity Level
Times Greater Than TOH
Threshold of Hearing (TOH)
1*10-12 W m-2
0 dB
100
Rustling Leaves
1*10-11 W m-2
10 dB
101
Whisper
1*10-10 W m-2
20 dB
102
Conversation
1*10-6 W m-2
60 dB
106
Traffic
1*10-5 W m-2
70 dB
107
Vacuum Cleaner
1*10-4 W m-2
80 dB
108
Orchestra
1*10-3 W m-2
90 dB
109
Walkman
1*10-2 W m-2
100 dB
1010
Rock Concert
1*10-1 W m-2
110 dB
1011
Threshold of Pain
1*101 W m-2
130 dB
1013
Military Jet Takeoff
1*102 W m-2
140 dB
1014
Perforation of Eardrum
1*104 W m-2
160 dB
1016

Why do we use decibels? The ear is capable of hearing a very large range of sound - more than a billion-fold difference in intensity. To deal with such a range, logarithmic units are most useful.

Examples:

The sound intensity at a heavy metal concert is recorded as 0.5*10-1 W m-2. What is the intensity of the sound in decibels?

dB = 10 log10 (I/I0)

= 10 * log10 (0.5*10-1 / 1*10-12)

= 10 * 10.7

= 107 dB

The engine of a Ferrari makes a noise of 105 dB and a Ford engine makes a noise of 99 dB. How many times more intense is the Ferrari engine noise?

Difference in noise = 105 - 99 = 6 dB

Remember that a difference of 10 dB represents a 10-fold diffence in sound intensity, and a difference of 3 dB represents roughly a doubling in the intensity of sound, so the Ferrari is four times louder than the Ford.


© MicrobiologyBytes 2005.