Properties of Logarithms
One of the powerful things about Logarithms is that they can turn multiply into add.
loga( m × n ) = logam + logan
"the log of a multiplication is the sum of the logs"
Why is that true? See Footnote.
Using that property and the Laws of Exponents we get these useful properties:
loga(m × n) = logam + logan | the log of a multiplication is the sum of the logs |
loga(m/n) = logam - logan | the log of a division is the difference of the logs |
loga(1/n) = -logan | this just follows on from the previous "division" rule, because loga(1) = 0 |
loga(mr) = r ( logam ) | the log of m with an exponent r is r times the log of m |
Remember: the base "a" is always the same!
History: Logarithms were very useful before calculators were invented ... for example, instead of multiplying two large numbers, by using logarithms you could turn it into addition (much easier!)
And there were books full of Logarithm tables to help.
Let us have some fun using them:
Note: there is no rule for handling loga(m+n) or loga(m−n)
We can also apply the logarithm rules "backwards" to combine logarithms:
The Natural Logarithm and Natural Exponential Functions
When the base is e ("Euler's Number" = 2.718281828459...) we get:
- The Natural Logarithm loge(x)which is more commonly written ln(x)
- The Natural Exponential Function ex
And the same idea that one can "undo" the other is still true:
ln(ex) = x
e(ln x) = x
And here are their graphs:
Natural Logarithm
|
Natural Exponential Function
| |
Graph of f(x) = ln(x) |
Graph of f(x) = ex
| |
Passes through (1,0) and (e,1)
|
Passes through (0,1) and (1,e)
|
They are the same curve with x-axis and y-axis flipped.
Which is another thing to show you they are inverse functions.
On a calculator the Natural Logarithm is the "ln" button.
|
Always try to use Natural Logarithms and the Natural Exponential Function whenever possible.
The Common Logarithm
When the base is 10 you get:
- The Common Logarithm log10(x), which is sometimes written as log(x)
Engineers love to use it, but it is not used much in mathematics.
On a calculator the Common Logarithm is the "log" button.
It is handy because it tells you how "big" the number is in decimal (how many times you need to use 10 in a multiplication).
|
Changing the Base
What if we want to change the base of a logarithm?
Easy! Just use this formula:
"x goes up, a goes down"
Or another way to think of it is that logb a is like a "conversion factor" (same formula as above):
loga x = logb x / logb a
So now we can convert from any base to any other base.
Another useful property is:
loga x = 1 / logx a
See how "x" and "a" swap positions?
But we use the Natural Logarithm more often, so this is worth remembering:
loga x = ln x / ln a
Here is another example:
Real World Usage
Here are some uses for Logarithms in the real world:
Earthquakes
The magnitude of an earthquake is a Logarithmic scale.
The famous "Richter Scale" uses this formula:
M = log10 A + B
Where A is the amplitude (in mm) measured by the Seismograph
and B is a distance correction factor
and B is a distance correction factor
Nowadays there are more complicated formulas, but they still use a logarithmic scale.
Sound
Loudness is measured in Decibels (dB for short):
Loudness in dB = 10 log10 (p × 1012)
where p is the sound pressure.
Acidic or Alkaline
Acidity (or Alkalinity) is measured in pH:
pH = −log10 [H+]
where H+ is the molar concentration of dissolved hydrogen ions.
Note: in chemistry [ ] means molar concentration (moles per liter).
Note: in chemistry [ ] means molar concentration (moles per liter).
More Examples
Footnote: Why does log(m × n) = log(m) + log(n) ?
To see why, we will use and :
First, make m and n into "exponents of logarithms": | |
Then use one of the Laws of Exponents
Finally undo the exponents.
It is one of those clever things we do in mathematics which can be described as "we can't do it here, so let's go over there, then do it, then come back"
No comments:
Post a Comment