Logarithm

Download as PDF

Ever wondered how scientists measure earthquakes or how we solve equations where the unknown is an exponent? The answer is logarithms! They might look tricky, but they're just a clever way to talk about powers and are the inverse of exponents, making them a powerful tool in math and science.

Logarithm — an original Algebra911 reference diagram defining logarithm with its key formula and a worked example.
A Beginner's Guide to Logarithms

What Is a Logarithm?

A logarithm is the exponent to which a base must be raised to produce a given number. In simpler terms, a logarithm answers the question: "What exponent do I need to put on this base to get that number?" It's like being an 'exponent detective.' Logarithms are the inverse, or opposite, operation of exponentiation. Just like subtraction undoes addition and division undoes multiplication, logarithms undo exponents.

The relationship between an exponential equation and a logarithmic equation is fundamental. If you have an exponential equation like:

by=x

You can express the exact same relationship in logarithmic form as:

logb(x)=y

Let's break down the parts of the logarithmic form:

  • b is the base. It's the number being raised to a power. The base must be a positive number and not equal to 1.
  • x is the argument. It's the number we are trying to get by raising the base to a power. The argument must be positive.
  • y is the logarithm. It is the exponent itself.
by=x is the same as logb(x)=y

Think about 23=8. Here, the base is 2, the exponent is 3, and the result is 8. If we want to ask this using a logarithm, we would say, "What power do we need to raise 2 to in order to get 8?" The answer is 3. We write this as log2(8)=3. They are two different ways of stating the same fact.

What Are the Common and Natural Logarithms?

While a logarithm can have any valid number as its base, there are two bases that are so frequently used they have earned special names and notation. Understanding these will make your work with logarithms much easier, especially when using a calculator.

The Common Logarithm (Base 10)

The common logarithm uses a base of 10. It is so common that if you see a logarithm written without a base, like log(x), you should assume the base is 10. Your calculator's 'LOG' button calculates the common logarithm.

Common Logarithm: log(x)=log10(x)

Why base 10? Our entire number system is base-10, so it's a natural fit for calculations. Common logs are used extensively in science and engineering to describe quantities that span vast ranges. For example, the pH scale (measuring acidity), the Richter scale (measuring earthquake intensity), and the decibel scale (measuring sound intensity) are all based on common logarithms.

The Natural Logarithm (Base e)

The natural logarithm uses a special, irrational number called e as its base. The value of e is approximately 2.71828. The natural logarithm is written as ln(x). Your calculator has a dedicated 'LN' button for it.

Natural Logarithm: ln(x)=loge(x)

The number e might seem strange at first, but it appears naturally in many areas of mathematics and science, especially those involving continuous growth or decay, like compound interest, population growth, and radioactive decay. It's a fundamental constant of the universe, much like π.

Logarithm TypeBaseNotationCalculator Button
Common Logarithm10log(x)LOG
Natural Logarithme2.718ln(x)LN

How Do You Evaluate Simple Logarithms?

Evaluating a logarithm without a calculator means finding the exponent. The key is to convert the logarithm back into its exponential form and solve. This process is like translating a sentence from one language to another to understand it better.

Here's a simple, reliable method:

  1. Set the logarithmic expression equal to a variable, usually y.
  2. Rewrite the equation in exponential form: logb(x)=y becomes by=x.
  3. Examine the exponential equation and determine the value of y that makes the statement true. Often, this involves rewriting the argument as the base raised to a certain power.
Example 1

Evaluate log3(81).

Step 1: Set the expression equal to y.

log3(81)=y

Step 2: Rewrite in exponential form.

3y=81

Step 3: Solve for y. We need to figure out what power of 3 gives us 81. We can test powers: 31=3, 32=9, 33=27, 34=81. We found it!

3y=34

Since the bases are the same, the exponents must be equal. Therefore, y=4.

Answer: log3(81)=4

Example 2

Evaluate log5(125).

Step 1: Set the expression equal to y.

log5(125)=y

Step 2: Rewrite in exponential form.

5y=125

Step 3: Solve for y. We know that 25=52. To get a fraction, we need a negative exponent. Recall the rule that an=1an.

5y=152

5y=52

Now that the bases are equal, we can set the exponents equal. Therefore, y=2.

Answer: log5(125)=2

What Are the Key Properties of Logarithms?

Logarithms have powerful properties that come directly from the rules of exponents. These properties allow us to simplify complex logarithmic expressions and solve logarithmic equations. Mastering them is essential for working effectively with logs.

Let's assume b, M, and N are positive numbers and b1. Let p be any real number.

1. The Product Rule

The logarithm of a product is the sum of the logarithms of its factors. This rule comes from the exponent rule xaxc=xa+c.

logb(MN)=logb(M)+logb(N)

2. The Quotient Rule

The logarithm of a quotient is the difference of the logarithms of the numerator and the denominator. This comes from the exponent rule xaxc=xac.

logb(MN)=logb(M)logb(N)

3. The Power Rule

The logarithm of a number raised to a power is the power multiplied by the logarithm of the number. This is one of the most useful properties for solving equations. It comes from the exponent rule (xa)c=xac.

logb(Mp)=plogb(M)

Special Properties

There are also a couple of identity properties that are very helpful:

  • logb(b)=1 because b1=b.
  • logb(1)=0 because b0=1.

How Do You Use Logarithm Properties to Expand and Condense Expressions?

The properties of logarithms are like tools that let you take expressions apart (expand) or put them back together (condense). This skill is crucial for simplifying problems and solving equations in algebra and calculus.

Expanding Logarithmic Expressions

To expand an expression means to rewrite a single logarithm as a sum, difference, or multiple of simpler logarithms. The goal is to have no products, quotients, or powers inside any single logarithm.

Example 3

Expand the expression log4(x3yz2).

Step 1: Start with the main operation inside the log, which is division. Apply the Quotient Rule.

log4(x3y)log4(z2)

Step 2: The first term, log4(x3y), contains a product. Apply the Product Rule to this term.

(log4(x3)+log4(y))log4(z2)

Step 3: Now, we have terms with powers. Apply the Power Rule to bring the exponents down as coefficients.

3log4(x)+log4(y)2log4(z)

Answer: The fully expanded expression is 3log4(x)+log4(y)2log4(z).

Condensing Logarithmic Expressions

To condense an expression means to do the reverse: rewrite a sum or difference of logarithms as a single logarithm. The key is to use the properties in the opposite direction.

Let's condense the expression 2log(a)+3log(b)12log(c).

  1. Apply the Power Rule first (in reverse): Move the coefficients back up to be exponents.
  2. log(a2)+log(b3)log(c1/2)

  3. Apply the Product and Quotient Rules: Work from left to right. Terms being added become a product inside the log, and terms being subtracted become a division.
  4. log(a2b3)log(c1/2)

    log(a2b3c1/2)

  5. Simplify if possible: Remember that an exponent of 12 is a square root.
  6. log(a2b3c)

This is the final condensed form.

Key formulas for logarithm by Algebra911.
Key formulas for logarithm by Algebra911.

How Can You Calculate a Logarithm with Any Base?

You may have noticed that your calculator only has buttons for the common log (log, base 10) and the natural log (ln, base e). So what do you do when you need to find the value of something like log7(50)? You can't just type it in directly. The solution is a handy formula called the Change of Base Formula.

This formula allows you to convert a logarithm from its original base to any new base you choose. Since our calculators use base 10 and base e, we typically convert to one of those.

Change of Base Formula: logb(x)=logc(x)logc(b)

In this formula, c is your new base. For practical purposes, we can write this using the common and natural logs:

logb(x)=log(x)log(b)orlogb(x)=ln(x)ln(b)

Both versions will give you the exact same answer. A helpful way to remember it is that the original argument (x) goes on top, and the original base (b) goes on the bottom.

Let's calculate log7(50) using the formula.

Using the common log (base 10):

log7(50)=log(50)log(7)

Now, use your calculator:

1.698970.845102.0097

Using the natural log (base e):

log7(50)=ln(50)ln(7)

Using your calculator again:

3.912021.945912.0097

As you can see, the result is the same. This formula is an essential tool for evaluating any logarithm you encounter.

What Are Some Common Mistakes with Logarithms?

Logarithms have very specific rules, and it's easy to misapply them or try to invent new ones that seem logical but are incorrect. Being aware of these common pitfalls will help you avoid them.

  • Mistake 1: The Log of a Sum/Difference.
    There is no property to simplify logb(M+N) or logb(MN). A very common error is to think that logb(M+N)=logb(M)+logb(N). This is incorrect! The sum of logs comes from the log of a product, not a sum.
  • Mistake 2: Confusing the Quotient Rule and Change of Base.
    The expression logb(M)logb(N) is not the same as logb(M)logb(N). The first is a division of two separate log values (related to the Change of Base formula), while the second is the result of applying the Quotient Rule to logb(MN).
  • Mistake 3: Misapplying the Power Rule.
    The Power Rule states that logb(Mp)=plogb(M). The exponent p must be on the argument M only. An expression like (logbM)p cannot be simplified using this rule. The parentheses make a big difference.
  • Mistake 4: Forgetting the Argument Must Be Positive.
    You cannot take the logarithm of a negative number or zero. Expressions like log5(25) and ln(0) are undefined. This is because a positive base raised to any real exponent can never produce a negative or zero result. Always check your answers to make sure you aren't taking the log of a non-positive number.

Logarithm Quick Summary

Here is a quick reference table summarizing the most important concepts and properties of logarithms.

ConceptExponential FormLogarithmic Form / Rule
Definitionby=xlogb(x)=y
Product Rulebmbn=bm+nlogb(MN)=logb(M)+logb(N)
Quotient Rulebmbn=bmnlogb(MN)=logb(M)logb(N)
Power Rule(bm)p=bmplogb(Mp)=plogb(M)
Change of BaseN/Alogb(x)=logc(x)logc(b)
Special Property 1b1=blogb(b)=1
Special Property 2b0=1logb(1)=0

Frequently Asked Questions

Why do we even need logarithms?

Logarithms are essential for solving equations where the variable is in the exponent, such as in finance or population growth problems. They also help us manage and compare numbers that have a very wide range, like the intensity of earthquakes or the loudness of sounds, by compressing them into a more manageable scale.

Can you take the logarithm of a negative number?

No, you cannot take the logarithm of a negative number or zero. The argument of a logarithm must always be positive. This is because a positive base raised to any real power can never result in a negative number or zero.

What is the logarithm of 1?

The logarithm of 1 is always 0, for any valid base. This is because any positive number (except 1) raised to the power of 0 is equal to 1. So, logb(1)=0 because b0=1.

What's the real difference between log and ln?

The only difference is the base. The common log, written log(x), has a base of 10. The natural log, written ln(x), has a base of Euler's number, e (about 2.718). We use log for man-made scales like pH and decibels, while ln appears in formulas describing natural processes of growth and decay.

How are logarithms and exponents related?

They are inverse operations, meaning one undoes the other. If you take the logarithm of an exponential expression with the same base, they cancel out. For example, log2(25)=5. This inverse relationship is the key to solving many types of equations.

Where are logarithms used in real life?

Logarithms are used all around us! They power the Richter scale for earthquakes, the decibel scale for sound, and the pH scale for acidity. They are also used in finance to calculate compound interest, in computer science to analyze the efficiency of algorithms, and in statistics to model data.