Logarithmic Properties (2024)

Back to the Table of Contents

Numbers and their Application - Lesson 17

Lesson Overview

  • The Definition of a Logarithm
  • The Four Basic Properties of Logs
  • The Slide Rule
  • Applications of Logarithms
  • Homework

The Definition of a Logarithm

A logarithm is an exponent.

Note, the above is not a definition, merely a pithy description.

Just as subtraction is the inverse operation of addition, and taking a square root is the inverse operation of squaring,exponentiation and logarithms are inverse operations. Finding an antilog is the inverse operation of finding a log,so is another name for exponentiation. However, historically, this was doneas a table lookup.Some history was given earlier andthe formal definition is repeated below, this time with restrictions.

y = logbx if and only if by = x,
where x > 0, b > 0, and b Logarithmic Properties (1) 1.

As noted above, the base can be any positive number (except 1). However, two choices are most usual: 10 and e=2.718281828....Logs to the base 10 are often call common logs, whereaslogs to the base e are often call natural logs.Logs to the bases of 10 and e are now both fairly standard on most calculators.Often when taking a log, the base is arbitrary and does not needto be specified. However, at other times it is necessary and mustbe assumed or specified.

At the high school level only,log x consistantly means log10x.
In college, especially in mathematics and physics,log x consistantly means logex.
A popular notation (despised by some) is:ln x means logex.

To calculate logs to other bases, the change of base rule below (#4) should be used.It is only multiplication by a constant (1 / logab).

The Four Basic Properties of Logs

  1. logb(xy) = logbx + logby.
  2. logb(x/y) = logbx - logby.
  3. logb(xn) = n logbx.
  4. logbx = logax / logab.

These four basic properties all follow directly from the fact that logs are exponents.In words, the first three can be remembered as:The log of a product is equal to the sum of the logs of the factors.The log of a quotient is equal to the difference between the logsof the numerator and demoninator.The log of a power is equal to the power times the log of the base.

Additional properties, some obvious, some not so obvious are listed below for reference. Number 6 is called the reciprocal property.

  1. logb1 = 0.
  2. logbb = 1.
  3. logbb2 = 2.
  4. logbbx = x.
  5. blogbx = x.
  6. logab = 1/logba.

The Slide Rule

The invention of logs was followed quickly by the invention of the slide rule. Slide rules simplify multiplication and divisionby converting these operations into addition and subtraction.This is done by placing the numbers on a scale which is logarithmic.Given below are the logs of some small integers.
nlog10nlogen
10.0000.000
20.3010.693
30.4771.099
40.6021.386
50.6991.609
60.7781.792
70.8451.946
80.9032.079
90.9542.197
101.0002.303

From this we can readily verify such properties as: log 10 = log 2 + log 5and log 4 = 2 log 2. These are true for either base.In fact, the useful result of 103 = 1000Logarithmic Properties (2)1024 = 210 can be readily seen as 10 log102 Logarithmic Properties (3) 3.

The slide rule below is presented in a disassembled state to facilitate cutting.(Also, by putting it below, it will be at the bottom of page 3 and have blankpaper behind it.)The portion above slides in the center of the portion below and shouldbe printed, then cut out for demonstration purposes as follows.

  1. Align the left 1 on the D scale with the 2 on the C scale. Observe thenumber above 4 of the D scale on the C scale. Since these numbersare laid out on a logorithmic scale, you have shown that log 2 + log 4 = log (2×4) = log 8. Circle that 8.
  2. Align the right 1 on the D scale with the 4 on the C scale. Observe thenumber below the left 1 on the C scale. You have just shown that log 10 - log 4 = log 2.5. Circle that 2.5.
  3. Align the D scale and A scale. The A scale is laid out similarily, except there are two cycles present. Observe the number just above the 9 on the D scale.You have just shown that 2 log 9 = log 92 = log 81. Circle that 81.
  4. See how the K scale can be used to cube things.
  5. Notice how the CI scale can also be used to divide.
Normally there is a cursor (the original meaning, not the kind blinking on the computer screen) present which allows one toget about three decimal places of accuracy, hence the term slide rule accuracy.

Applications of Logarithms

Logs are used in a variety of applications in sciences, some of the mostcommon are: measuring loudness (decibels), measureing earthquake intensity (Richter scale),radioactive decay, and acidity (pH= -log10[H+]). They are essentialin mathematics to solve certain exponential-type problems.

Following, is an interesting problem which ties the quadratic formula, logarithms, and exponents together very neatly.

log(2x+2) + log x - log(12) = 0
Simplify the logarithms by combining them.
log(2x2 + 2x) - log(12) = 0
log((2x2 + 2x)/12) = 0

After dividing by 2, exponentiate both sides (the base b is arbitrary, since it was not specified above)!
(x2 + x)/6 = b0
(x2 + x)/6 = 1
x2 + x = 6
x2 + x - 6 = 0
(x + 3)(x - 2) = 0x Logarithmic Properties (4) {-3, 2}

Blank space so when printed with Mozilla (oops, no boxes) it is in back of the slide rule.

However x Logarithmic Properties (5) -3since the domain of log is only the positive reals. (bx can never be a negative number with b > 0).

The next example (6.11#51) combines logarithms with simultaneous equations. It is also very convenient to introduce the concept of substitution, which is so useful in calculus.

log9x + logy8 = 2.
logx9 + log8y = 8/3.

Let u=log9x and v=log8y.By the reciprocal property above,1/u=logx9 and 1/v=logy8.

We can rewrite our equations now as:

u + 1/v = 2
1/u + v = 8/3
Solving by substitution,u = 2 - 1/v, thus:
1/(2 - 1/v) + v = 8/3.
3(1 + 2v - 1) = 8(2 - 1/v)
6v2 = 16v - 8.
6v2 - 16v + 8 = 0.
3v2 - 8v + 4 = 0.
To this we apply the quadratic formula and find that
v = (8 ± Logarithmic Properties (6)(64 - 48))/6.
= (8 ± 4)/6 or 2, 2/3.
Thus u = 3/2 or 1/2 or (u, v)={(3/2, 2), (1/2, 2/3)}
Thus (x, y) = {(27, 64), (3, 4)}
BACKHOMEWORKACTIVITYCONTINUE
  • e-mail: calkins@andrews.edu
  • voice/mail: 269 471-6629; BCM&S Smith Hall 105; Andrews University;
  • fax/classroom: 269 471-6646; Smith Hall 100; Berrien Springs, MI, 49104-0140
  • home: 269 473-2572; 610 N. Main St.; Berrien Springs, MI 49103-1013
  • URL: http://www.andrews.edu/~calkins/math/webtexts/numb17.htm
  • Copyright ©1999–2005, Keith G. Calkins. Revised on or after November 8, 2005.
Logarithmic Properties (7)

I am an expert in mathematics, particularly in the field of logarithms and their applications. My expertise is grounded in a deep understanding of mathematical concepts, and I can provide evidence of my knowledge by delving into the details of the article on "Numbers and their Application - Lesson 17." Let's explore the key concepts covered in the article:

  1. Definition of a Logarithm:

    • A logarithm is described as an exponent, and it is the inverse operation of exponentiation.
    • The formal definition is given by (y = \log_b x) if and only if (b^y = x), where (x > 0), (b > 0), and (b \neq 1).
    • The base ((b)) can be any positive number except 1, with common choices being 10 and (e) (approximately 2.718281828...).
  2. Four Basic Properties of Logs:

    • ( \log_b(xy) = \log_bx + \log_by )
    • ( \log_b(x/y) = \log_bx - \log_by )
    • ( \log_b(x^n) = n \log_bx )
    • ( \log_bx = \frac{\log_ax}{\log_ab} )
  3. Additional Logarithmic Properties:

    • ( \log_b1 = 0 )
    • ( \log_bb = 1 )
    • ( \log_b(b^n) = n )
    • ( \log_b(b^x) = x )
    • ( \log_ab = \frac{1}{\log_ba} )
  4. The Slide Rule:

    • Invented following the development of logarithms, the slide rule simplifies multiplication and division by converting them into addition and subtraction.
    • Logarithmic scales on the slide rule enable easy verification of properties like ( \log 10 = \log 2 + \log 5 ) and ( \log 4 = 2 \log 2 ).
  5. Applications of Logarithms:

    • Logarithms are used in various scientific applications, including measuring loudness (decibels), earthquake intensity (Richter scale), radioactive decay, and acidity (pH = -log₁₀[H⁺]).
    • They are essential in mathematics for solving exponential-type problems.
  6. Example Problem:

    • The article provides an example problem involving logarithmic equations, quadratic formulas, and exponentiation. The problem is solved step by step, demonstrating the application of logarithmic concepts.

In conclusion, my in-depth knowledge of logarithms is demonstrated by my ability to dissect and explain the various concepts covered in the article. If you have any specific questions or need further clarification on logarithmic principles, feel free to ask.

Logarithmic Properties (2024)
Top Articles
Latest Posts
Article information

Author: Dean Jakubowski Ret

Last Updated:

Views: 6285

Rating: 5 / 5 (70 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Dean Jakubowski Ret

Birthday: 1996-05-10

Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

Phone: +96313309894162

Job: Legacy Sales Designer

Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.