<< Chapter < Page Chapter >> Page >
This module contains some of the properties of logarithms and how they can be used for manipulation.

Just as there are three fundamental laws of exponents, there are three fundamental laws of logarithms.

log x ( ab ) = log x a + log x b size 12{"log" rSub { size 8{x} } \( ital "ab" \) ="log" rSub { size 8{x} } a+"log" rSub { size 8{x} } b} {}
log x a b = log x a log x b size 12{"log" rSub { size 8{x} } { {a} over {b} } ="log" rSub { size 8{x} } a - "log" rSub { size 8{x} } b} {}
log x ( a b ) = b log x a size 12{"log" rSub { size 8{x} } \( a rSup { size 8{b} } \) =b"log" rSub { size 8{x} } a} {}

As always, these algebraic generalizations hold for any a size 12{a} {} , b size 12{b} {} , and x size 12{x} {} .

Properties of logarithms

  1. Suppose you are given these two facts :
    • log 4 5 = 1 . 16 size 12{"log" rSub { size 8{4} } 5=1 "." "16"} {}
    • log 4 10 = 1 . 66 size 12{"log" rSub { size 8{4} } "10"=1 "." "66"} {}
  2. Then we can use the laws of logarithms to conclude that :
    • log 4 50 = log 4 5 + log 4 10 = 2 . 82 size 12{"log" rSub { size 8{4} } left ("50" right )="log" rSub { size 8{4} } 5+"log" rSub { size 8{4} } "10"=2 "." "82"} {}
    • log 4 2 = log 4 10 log 4 5 = 0 . 5 size 12{"log" rSub { size 8{4} } left (2 right )="log" rSub { size 8{4} } "10" - "log" rSub { size 8{4} } 5=0 "." 5} {}
    • log 4 100 , 000 = 5 log 4 10 = 8 . 3 size 12{"log" rSub { size 8{4} } left ("100","000" right )=5"log" rSub { size 8{4} } "10"=8 "." 3} {}
All three of these results can be found quickly, and without a calculator. Note that the second result could also be figured out directly, since 4 1 2 = 2 size 12{4 rSup { size 8{ { { size 6{1} } over { size 6{2} } } } } =2} {} .
Got questions? Get instant answers now!

These properties of logarithms were very important historically, because they enabled pre-calculator mathematicians to perform multiplication (which is very time-consuming and error prone) by doing addition (which is faster and easier). These rules are still useful in simplifying complicated expressions and solving equations.

Solving an equation with the properties of logarithms

log 2 x log 2 ( x 1 ) = 5 size 12{"log" rSub { size 8{2} } x - "log" rSub { size 8{x} } \( x - 1 \) =5} {} The problem
log 2 x x 1 = 5 size 12{"log" rSub { size 8{2} } left ( { {x} over {x - 1} } right )=5} {} Second property of logarithms
x x 1 = 2 5 = 32 size 12{ { {x} over {x - 1} } =2 rSup { size 8{5} } ="32"} {} Rewrite the log as an exponent. (2-to-what is? x x 1 size 12{ { {x} over {x - 1} } } {} 2-to-the-5!)
x = 32 ( x 1 ) size 12{x="32" \( x - 1 \) } {} Multiply. We now have an easy equation to solve.
x = 32 x 32 size 12{x="32"x - "32"} {}
31 x = 32 size 12{ - "31"x= - "32"} {}
x = 32 31 size 12{x= { {"32"} over {"31"} } } {}
Got questions? Get instant answers now!

Proving the properties of logarithms

If you understand what an exponent is, you can very quickly see why the three rules of exponents work. But why do logarithms have these three properties?

As you work through the text, you will demonstrate these rules intuitively, by viewing the logarithm as a counter . ( log 2 8 size 12{"log" rSub { size 8{2} } 8} {} asks “ how many 2s do I need to multiply, in order to get 8?”) However, these rules can also be rigorously proven, using the laws of exponents as our starting place.

Proving the First Law of Logarithms, log x ( ab ) = log x a + log x b size 12{"log" rSub { size 8{x} } \( ital "ab" \) ="log" rSub { size 8{x} } a+"log" rSub { size 8{x} } b} {}
m = log x a size 12{m="log" rSub { size 8{x} } a} {} I’m just inventing m size 12{m} {} to represent this log
x m = a size 12{x rSup { size 8{m} } =a} {} Rewriting the above expression as an exponent. ( log x a size 12{"log" rSub { size 8{x} } a} {} asks “ x size 12{x} {} to what power is a size 12{a} {} ?” And the equation answers: “ x size 12{x} {} to the m size 12{m} {} is a size 12{a} {} .”)
n = log x b size 12{n="log" rSub { size 8{x} } b} {} Similarly, n size 12{n} {} will represent the other log.
x n = b size 12{x rSup { size 8{n} } =b} {}
log x ( ab ) = log x ( x m x n ) size 12{"log" rSub { size 8{x} } \( ital "ab" \) ="log" rSub { size 8{x} } \( x rSup { size 8{m} } x rSup { size 8{n} } \) } {} Replacing a size 12{a} {} and b size 12{b} {} based on the previous equations
= log x ( x m + n ) size 12{ {}="log" rSub { size 8{x} } \( x rSup { size 8{m+n} } \) } {} This is the key step! It uses the first law of exponents. Thus you can see that the properties of logarithms come directly from the laws of exponents.
= m + n size 12{ {}=m+n} {} = log x ( x m + n ) size 12{ {}="log" rSub { size 8{x} } \( x rSup { size 8{m+n} } \) } {} asks the question: “ x size 12{x} {} to what power is x m + n size 12{x rSup { size 8{m+n} } } {} ?” Looked at this way, the answer is obviously ( m + n ) size 12{ \( m+n \) } {} . Hence, you can see how the logarithm and exponential functions cancel each other out, as inverse functions must.
= log x a + log x b size 12{ {}="log" rSub { size 8{x} } a+"log" rSub { size 8{x} } b} {} Replacing m size 12{m} {} and n size 12{n} {} with what they were originally defined as. Hence, we have proven what we set out to prove.

To test your understanding, try proving the second law of logarithms: the proof is very similar to the first. For the third law, you need invent only one variable, m = log x a size 12{m="log" rSub { size 8{x} } a} {} . In each case, you will rely on a different one of the three rules of exponents, showing how each exponent law corresponds to one of the logarithms laws.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Advanced algebra ii: conceptual explanations. OpenStax CNX. May 04, 2010 Download for free at http://cnx.org/content/col10624/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Advanced algebra ii: conceptual explanations' conversation and receive update notifications?

Ask