Learn on PengiOpenstax Intermediate Algebra 2EChapter 10: Exponential and Logarithmic Functions

Lesson 10.4: Use the Properties of Logarithms

In this lesson from OpenStax Intermediate Algebra 2E, students learn to apply the core properties of logarithms — including the Product Property, inverse properties, and the Change of Base Formula — to evaluate and simplify logarithmic expressions. Students practice rewriting expressions such as log_a(M·N) as a sum of logarithms and using inverse relationships like log_a(a^x) = x to solve problems efficiently. This lesson builds essential algebraic skills for solving exponential and logarithmic equations at the intermediate algebra level.

Section 1

📘 Use the Properties of Logarithms

New Concept

This lesson introduces the key properties of logarithms—Product, Quotient, and Power. You'll learn how to expand and condense logarithmic expressions, a crucial skill for solving complex logarithmic and exponential equations, and how to evaluate any logarithm.

What’s next

Now that you have the basics, you'll work through interactive examples of expanding and condensing logarithms, followed by practice problems to master these new properties.

Section 2

Properties of Logarithms

Property

loga1=0\\log_a 1 = 0
logaa=1\\log_a a = 1

Examples

  • Evaluate log121\log_{12} 1. Using the property loga1=0\log_a 1 = 0, the result is 00.
  • Evaluate log88\log_8 8. Using the property logaa=1\log_a a = 1, the result is 11.
  • Evaluate ln1\ln 1. Since the base is ee, this follows loga1=0\log_a 1 = 0, so the result is 00.

Explanation

These two properties are shortcuts derived from the definition of logarithms. A logarithm asks for the exponent. Since any base to the power of 0 is 1, loga1\log_a 1 is always 0. Since any base to the power of 1 is itself, logaa\log_a a is always 1.

Section 3

Inverse Properties of Logarithms

Property

For a>0,x>0a > 0, x > 0 and a1a \neq 1,
alogax=xa^{\log_a x} = x
logaax=x\\log_a a^x = x

Examples

  • Evaluate 6log6116^{\log_6 11}. Using the property alogax=xa^{\log_a x} = x, the result is 1111.
  • Evaluate log449\log_4 4^9. Using the property logaax=x\log_a a^x = x, the result is 99.
  • Evaluate eln12e^{\ln 12}. Since ln\ln is loge\log_e, this simplifies to 1212.

Explanation

These properties show that exponentiation and logarithms are inverse operations. When the bases match, one function 'undoes' the other, leaving just the argument or the exponent. It's like adding and then subtracting the same number.

Section 4

Product Property of Logarithms

Property

If M>0M > 0, N>0N > 0, a>0a > 0 and a1a \neq 1, then,

loga(MN)=logaM+logaN \log_a (M \cdot N) = \log_a M + \log_a N

The logarithm of a product is the sum of the logarithms.

Examples

  • Expand log5(25x)\log_5(25x). This becomes log525+log5x\log_5 25 + \log_5 x, which simplifies to 2+log5x2 + \log_5 x.
  • Expand logb(3yz)\log_b (3yz). This becomes logb3+logby+logbz\log_b 3 + \log_b y + \log_b z.
  • Expand ln(ex)\ln(ex). This becomes lne+lnx\ln e + \ln x, which simplifies to 1+lnx1 + \ln x.

Explanation

This property turns multiplication inside a logarithm into the addition of separate logarithms. It mirrors the exponent rule where multiplying powers with the same base means you add their exponents. Since logs are exponents, this rule applies.

Section 5

Quotient Property of Logarithms

Property

If M>0M > 0, N>0N > 0, a>0a > 0 and a1a \neq 1, then,

loga(MN)=logaMlogaN \log_a (\frac{M}{N}) = \log_a M - \log_a N

The logarithm of a quotient is the difference of the logarithms.

Examples

  • Expand log4x64\log_4 \frac{x}{64}. This becomes log4xlog464\log_4 x - \log_4 64, which simplifies to log4x3\log_4 x - 3.
  • Expand logy1000\log \frac{y}{1000}. This becomes logylog1000\log y - \log 1000, which simplifies to logy3\log y - 3.
  • Expand lne52\ln \frac{e^5}{2}. This becomes lne5ln2\ln e^5 - \ln 2, which simplifies to 5ln25 - \ln 2.

Explanation

This property transforms division inside a logarithm into subtraction of two logarithms. It is the counterpart to the exponent rule for division, where you subtract exponents when dividing powers with the same base.

Section 6

Power Property of Logarithms

Property

If M>0M > 0, a>0a > 0, a1a \neq 1 and pp is any real number then,

logaMp=plogaM \log_a M^p = p \log_a M

The log of a number raised to a power is the product of the power times the log of the number.

Examples

  • Expand log395\log_3 9^5. This becomes 5log395 \log_3 9, which simplifies to 52=105 \cdot 2 = 10.
  • Expand lnx\ln \sqrt{x}. This is lnx12\ln x^{\frac{1}{2}}, which becomes 12lnx\frac{1}{2} \ln x.
  • Expand logby3\log_b y^{-3}. This becomes 3logby-3 \log_b y.

Explanation

This powerful rule allows you to move an exponent from inside a logarithm to the front as a coefficient. It's incredibly useful for simplifying expressions and solving equations where the variable is in the exponent.

Section 7

Condense logarithmic expressions

Property

To condense logarithmic expressions with the same base into one logarithm, we start by using the Power Property to get the coefficients of the log terms to be one and then the Product and Quotient Properties as needed.

Examples

  • Condense 2log3x+5log3y2\log_3 x + 5\log_3 y. This becomes log3x2+log3y5=log3(x2y5)\log_3 x^2 + \log_3 y^5 = \log_3(x^2 y^5).
  • Condense ln103lnz\ln 10 - 3\ln z. This becomes ln10lnz3=ln(10z3)\ln 10 - \ln z^3 = \ln(\frac{10}{z^3}).
  • Condense log240log25\log_2 40 - \log_2 5. Using the quotient property, this becomes log2(405)=log28=3\log_2(\frac{40}{5}) = \log_2 8 = 3.

Explanation

Condensing is the reverse of expanding. You use the log properties backwards to combine a sum or difference of logs into a single, more compact logarithm. This is key for simplifying and solving log equations.

Section 8

Change-of-Base Formula

Property

For any logarithmic bases a,ba, b and M>0M > 0,

logaM=logbMlogba \log_a M = \frac{\log_b M}{\log_b a}

For use with calculators, we use base 10 or base ee:

logaM=logMlogaorlogaM=lnMlna \log_a M = \frac{\log M}{\log a} \quad \text{or} \quad \log_a M = \frac{\ln M}{\ln a}

Examples

  • To approximate log640\log_6 40, use the formula log40log61.6020.7782.059\frac{\log 40}{\log 6} \approx \frac{1.602}{0.778} \approx 2.059.
  • To approximate log2100\log_2 100, use the formula ln100ln24.6050.6936.645\frac{\ln 100}{\ln 2} \approx \frac{4.605}{0.693} \approx 6.645.
  • Rewrite logk9\log_k 9 using base 10. The expression becomes log9logk\frac{\log 9}{\log k}.

Explanation

Since calculators typically only have 'log' (base 10) and 'ln' (base e) buttons, this formula is essential. It lets you convert a logarithm of any base into a fraction of logs that your calculator can handle.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 10: Exponential and Logarithmic Functions

  1. Lesson 1

    Lesson 10.1: Finding Composite and Inverse Functions

  2. Lesson 2

    Lesson 10.2: Evaluate and Graph Exponential Functions

  3. Lesson 3

    Lesson 10.3: Evaluate and Graph Logarithmic Functions

  4. Lesson 4Current

    Lesson 10.4: Use the Properties of Logarithms

  5. Lesson 5

    Lesson 10.5: Solve Exponential and Logarithmic Equations

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Use the Properties of Logarithms

New Concept

This lesson introduces the key properties of logarithms—Product, Quotient, and Power. You'll learn how to expand and condense logarithmic expressions, a crucial skill for solving complex logarithmic and exponential equations, and how to evaluate any logarithm.

What’s next

Now that you have the basics, you'll work through interactive examples of expanding and condensing logarithms, followed by practice problems to master these new properties.

Section 2

Properties of Logarithms

Property

loga1=0\\log_a 1 = 0
logaa=1\\log_a a = 1

Examples

  • Evaluate log121\log_{12} 1. Using the property loga1=0\log_a 1 = 0, the result is 00.
  • Evaluate log88\log_8 8. Using the property logaa=1\log_a a = 1, the result is 11.
  • Evaluate ln1\ln 1. Since the base is ee, this follows loga1=0\log_a 1 = 0, so the result is 00.

Explanation

These two properties are shortcuts derived from the definition of logarithms. A logarithm asks for the exponent. Since any base to the power of 0 is 1, loga1\log_a 1 is always 0. Since any base to the power of 1 is itself, logaa\log_a a is always 1.

Section 3

Inverse Properties of Logarithms

Property

For a>0,x>0a > 0, x > 0 and a1a \neq 1,
alogax=xa^{\log_a x} = x
logaax=x\\log_a a^x = x

Examples

  • Evaluate 6log6116^{\log_6 11}. Using the property alogax=xa^{\log_a x} = x, the result is 1111.
  • Evaluate log449\log_4 4^9. Using the property logaax=x\log_a a^x = x, the result is 99.
  • Evaluate eln12e^{\ln 12}. Since ln\ln is loge\log_e, this simplifies to 1212.

Explanation

These properties show that exponentiation and logarithms are inverse operations. When the bases match, one function 'undoes' the other, leaving just the argument or the exponent. It's like adding and then subtracting the same number.

Section 4

Product Property of Logarithms

Property

If M>0M > 0, N>0N > 0, a>0a > 0 and a1a \neq 1, then,

loga(MN)=logaM+logaN \log_a (M \cdot N) = \log_a M + \log_a N

The logarithm of a product is the sum of the logarithms.

Examples

  • Expand log5(25x)\log_5(25x). This becomes log525+log5x\log_5 25 + \log_5 x, which simplifies to 2+log5x2 + \log_5 x.
  • Expand logb(3yz)\log_b (3yz). This becomes logb3+logby+logbz\log_b 3 + \log_b y + \log_b z.
  • Expand ln(ex)\ln(ex). This becomes lne+lnx\ln e + \ln x, which simplifies to 1+lnx1 + \ln x.

Explanation

This property turns multiplication inside a logarithm into the addition of separate logarithms. It mirrors the exponent rule where multiplying powers with the same base means you add their exponents. Since logs are exponents, this rule applies.

Section 5

Quotient Property of Logarithms

Property

If M>0M > 0, N>0N > 0, a>0a > 0 and a1a \neq 1, then,

loga(MN)=logaMlogaN \log_a (\frac{M}{N}) = \log_a M - \log_a N

The logarithm of a quotient is the difference of the logarithms.

Examples

  • Expand log4x64\log_4 \frac{x}{64}. This becomes log4xlog464\log_4 x - \log_4 64, which simplifies to log4x3\log_4 x - 3.
  • Expand logy1000\log \frac{y}{1000}. This becomes logylog1000\log y - \log 1000, which simplifies to logy3\log y - 3.
  • Expand lne52\ln \frac{e^5}{2}. This becomes lne5ln2\ln e^5 - \ln 2, which simplifies to 5ln25 - \ln 2.

Explanation

This property transforms division inside a logarithm into subtraction of two logarithms. It is the counterpart to the exponent rule for division, where you subtract exponents when dividing powers with the same base.

Section 6

Power Property of Logarithms

Property

If M>0M > 0, a>0a > 0, a1a \neq 1 and pp is any real number then,

logaMp=plogaM \log_a M^p = p \log_a M

The log of a number raised to a power is the product of the power times the log of the number.

Examples

  • Expand log395\log_3 9^5. This becomes 5log395 \log_3 9, which simplifies to 52=105 \cdot 2 = 10.
  • Expand lnx\ln \sqrt{x}. This is lnx12\ln x^{\frac{1}{2}}, which becomes 12lnx\frac{1}{2} \ln x.
  • Expand logby3\log_b y^{-3}. This becomes 3logby-3 \log_b y.

Explanation

This powerful rule allows you to move an exponent from inside a logarithm to the front as a coefficient. It's incredibly useful for simplifying expressions and solving equations where the variable is in the exponent.

Section 7

Condense logarithmic expressions

Property

To condense logarithmic expressions with the same base into one logarithm, we start by using the Power Property to get the coefficients of the log terms to be one and then the Product and Quotient Properties as needed.

Examples

  • Condense 2log3x+5log3y2\log_3 x + 5\log_3 y. This becomes log3x2+log3y5=log3(x2y5)\log_3 x^2 + \log_3 y^5 = \log_3(x^2 y^5).
  • Condense ln103lnz\ln 10 - 3\ln z. This becomes ln10lnz3=ln(10z3)\ln 10 - \ln z^3 = \ln(\frac{10}{z^3}).
  • Condense log240log25\log_2 40 - \log_2 5. Using the quotient property, this becomes log2(405)=log28=3\log_2(\frac{40}{5}) = \log_2 8 = 3.

Explanation

Condensing is the reverse of expanding. You use the log properties backwards to combine a sum or difference of logs into a single, more compact logarithm. This is key for simplifying and solving log equations.

Section 8

Change-of-Base Formula

Property

For any logarithmic bases a,ba, b and M>0M > 0,

logaM=logbMlogba \log_a M = \frac{\log_b M}{\log_b a}

For use with calculators, we use base 10 or base ee:

logaM=logMlogaorlogaM=lnMlna \log_a M = \frac{\log M}{\log a} \quad \text{or} \quad \log_a M = \frac{\ln M}{\ln a}

Examples

  • To approximate log640\log_6 40, use the formula log40log61.6020.7782.059\frac{\log 40}{\log 6} \approx \frac{1.602}{0.778} \approx 2.059.
  • To approximate log2100\log_2 100, use the formula ln100ln24.6050.6936.645\frac{\ln 100}{\ln 2} \approx \frac{4.605}{0.693} \approx 6.645.
  • Rewrite logk9\log_k 9 using base 10. The expression becomes log9logk\frac{\log 9}{\log k}.

Explanation

Since calculators typically only have 'log' (base 10) and 'ln' (base e) buttons, this formula is essential. It lets you convert a logarithm of any base into a fraction of logs that your calculator can handle.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 10: Exponential and Logarithmic Functions

  1. Lesson 1

    Lesson 10.1: Finding Composite and Inverse Functions

  2. Lesson 2

    Lesson 10.2: Evaluate and Graph Exponential Functions

  3. Lesson 3

    Lesson 10.3: Evaluate and Graph Logarithmic Functions

  4. Lesson 4Current

    Lesson 10.4: Use the Properties of Logarithms

  5. Lesson 5

    Lesson 10.5: Solve Exponential and Logarithmic Equations