Learn on PengiYoshiwara Intermediate AlgebraChapter 10: Logarithmic Functions

Lesson 4: Chapter Summary and Review

In this Grade 7 chapter review from Yoshiwara Intermediate Algebra, students consolidate their understanding of logarithmic functions, inverse functions, natural logarithms, and exponential growth and decay models of the form P(t) = P₀eᵏᵗ. Learners apply these concepts to real-world problems involving radioactive half-life, calculating the decay constant k and using exponential regression to fit data from Geiger counter measurements. The review also covers solving logarithmic equations, continuous compounding with A(t) = Peʳᵗ, and interpreting log scales used in measurements such as pH, decibels, and Richter magnitude.

Section 1

📘 Exponential and Logarithmic Functions

New Concept

This lesson explores the powerful relationship between exponential and logarithmic functions. You'll learn how they are inverses of each other, allowing you to solve for variables in exponents and apply these concepts to real-world growth and decay models.

What’s next

Next, you'll tackle interactive examples on solving logarithmic equations and apply your skills to real-world problems involving exponential growth and decay.

Section 2

Inverse Functions

Property

Two functions are called inverse functions if each function undoes the effects of the other. If we apply the inverse function to the output of ff, we return to the original input value. The graphs of ff and its inverse function are symmetric about the line y=xy = x.

Examples

  • If f(x)=x+4f(x) = x + 4, its inverse is f1(x)=x4f^{-1}(x) = x - 4. Notice that f(5)=9f(5)=9 and f1(9)=5f^{-1}(9)=5.
  • If a function's graph contains the point (2,8)(2, 8), the graph of its inverse must contain the point (8,2)(8, 2).
  • To find the inverse of y=3xy = 3x, we swap xx and yy to get x=3yx = 3y, then solve for yy to find y=x3y = \frac{x}{3}.

Explanation

Think of an inverse function as a 'reverse' button. If one function takes you from A to B, its inverse takes you from B back to A. Their graphs are perfect reflections of each other across the line y=xy=x.

Section 3

Logarithmic Functions

Property

The log function g(x)=logbxg(x) = \log_b x is the inverse of the exponential function f(x)=bxf(x) = b^x. Because f(x)=bxf(x) = b^x and g(x)=logbxg(x) = \log_b x are inverse functions for b>0b > 0, b1b \neq 1,

logbbx=x, for all x\log_b b^x = x, \text{ for all } x
blogbx=x, for x>0b^{\log_b x} = x, \text{ for } x > 0

Examples

  • The statement log381=4\log_3 81 = 4 is equivalent to the exponential statement 34=813^4 = 81.
  • Using the inverse property, we can simplify log8(85)\log_8(8^5) directly to 5.
  • Similarly, we can simplify 10log10100010^{\log_{10} 1000} directly to 1000.

Explanation

A logarithm answers the question: 'What exponent do I need to put on the base 'b' to get the number 'x'?' It is the opposite operation of raising a base to a power.

Section 4

Solving Logarithmic Equations

Property

A logarithmic equation is one where the variable appears inside of a logarithm. To solve:

  1. Use the properties of logarithms to combine all logs into one log.
  2. Isolate the log on one side of the equation.
  3. Convert the equation to exponential form.
  4. Solve for the variable.
  5. Check for extraneous solutions.

Examples

  • To solve log5(x+3)=2\log_5(x+3) = 2, convert to exponential form: 52=x+35^2 = x+3. This gives 25=x+325 = x+3, so x=22x=22.
  • Solve log2(x1)+log23=4\log_2(x-1) + \log_2 3 = 4. First, combine logs: log2(3(x1))=4\log_2(3(x-1)) = 4. Convert: 24=3x32^4 = 3x-3. So 16=3x316 = 3x-3, and x=193x=\frac{19}{3}.
  • To solve log10(x)=2\log_{10}(x) = -2, convert to exponential form: 102=x10^{-2} = x. So x=1100x = \frac{1}{100}.

Explanation

To free a variable trapped inside a log, you must convert the equation to its exponential form. First combine logs, isolate the logarithm, then rewrite the equation to solve for the variable.

Section 5

Natural Logs and Exponentials

Property

The natural exponential function is f(x)=exf(x) = e^x and the natural log function is g(x)=lnx=logexg(x) = \ln x = \log_e x, where e2.7182818245e \approx 2.7182818245.
Conversion Formula: y=lnxy = \ln x if and only if ey=xe^y = x.
Properties: For x,y>0x, y > 0,

  1. ln(xy)=lnx+lny\ln(xy) = \ln x + \ln y
  2. lnxy=lnxlny\ln \frac{x}{y} = \ln x - \ln y
  3. lnxk=klnx\ln x^k = k \ln x

Also, lnex=x\ln e^x = x and elnx=xe^{\ln x} = x.

Examples

  • To solve the equation ex=10e^x = 10, take the natural log of both sides: ln(ex)=ln(10)\ln(e^x) = \ln(10), which simplifies to x=ln(10)x = \ln(10).
  • Simplify ln(e2)+ln(e3)\ln(e^2) + \ln(e^3). This is 2+3=52+3=5. Alternatively, ln(e2e3)=ln(e5)=5\ln(e^2 \cdot e^3) = \ln(e^5) = 5.
  • To solve ln(x)=4\ln(x) = 4, convert to exponential form: x=e4x = e^4.

Explanation

The natural log (ln) is a special logarithm with a base called 'e', an irrational number vital for describing continuous growth. It follows all the same rules as other logarithms.

Section 6

Exponential Growth and Decay

Property

The function

P(t)=P0ektP(t) = P_0 e^{kt}

describes exponential growth if k>0k > 0, and exponential decay if k<0k < 0. Here, P0P_0 is the initial amount, tt is time, and kk is the continuous growth or decay rate.

Examples

  • A culture starts with 500 cells (P0=500P_0=500) and grows with k=0.1k=0.1 per hour. After 3 hours, the population is P(3)=500e0.1×3P(3) = 500e^{0.1 \times 3}.
  • A 100g sample of a substance decays with k=0.05k=-0.05 per year. The amount remaining after 20 years is P(20)=100e0.05×20P(20) = 100e^{-0.05 \times 20}.
  • If a town's population grew from 20,000 to 25,000 in 10 years, we find kk by solving 25000=20000e10k25000 = 20000e^{10k}.

Explanation

This formula models things that grow or shrink at a rate proportional to their current size, like populations or radioactive substances. A positive 'k' means growth, while a negative 'k' means decay.

Book overview

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

Continue this chapter

Chapter 10: Logarithmic Functions

  1. Lesson 1

    Lesson 1: Logarithmic Functions

  2. Lesson 2

    Lesson 2: Logarithmic Scales

  3. Lesson 3

    Lesson 3: The Natural Base

  4. Lesson 4Current

    Lesson 4: Chapter Summary and Review

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Exponential and Logarithmic Functions

New Concept

This lesson explores the powerful relationship between exponential and logarithmic functions. You'll learn how they are inverses of each other, allowing you to solve for variables in exponents and apply these concepts to real-world growth and decay models.

What’s next

Next, you'll tackle interactive examples on solving logarithmic equations and apply your skills to real-world problems involving exponential growth and decay.

Section 2

Inverse Functions

Property

Two functions are called inverse functions if each function undoes the effects of the other. If we apply the inverse function to the output of ff, we return to the original input value. The graphs of ff and its inverse function are symmetric about the line y=xy = x.

Examples

  • If f(x)=x+4f(x) = x + 4, its inverse is f1(x)=x4f^{-1}(x) = x - 4. Notice that f(5)=9f(5)=9 and f1(9)=5f^{-1}(9)=5.
  • If a function's graph contains the point (2,8)(2, 8), the graph of its inverse must contain the point (8,2)(8, 2).
  • To find the inverse of y=3xy = 3x, we swap xx and yy to get x=3yx = 3y, then solve for yy to find y=x3y = \frac{x}{3}.

Explanation

Think of an inverse function as a 'reverse' button. If one function takes you from A to B, its inverse takes you from B back to A. Their graphs are perfect reflections of each other across the line y=xy=x.

Section 3

Logarithmic Functions

Property

The log function g(x)=logbxg(x) = \log_b x is the inverse of the exponential function f(x)=bxf(x) = b^x. Because f(x)=bxf(x) = b^x and g(x)=logbxg(x) = \log_b x are inverse functions for b>0b > 0, b1b \neq 1,

logbbx=x, for all x\log_b b^x = x, \text{ for all } x
blogbx=x, for x>0b^{\log_b x} = x, \text{ for } x > 0

Examples

  • The statement log381=4\log_3 81 = 4 is equivalent to the exponential statement 34=813^4 = 81.
  • Using the inverse property, we can simplify log8(85)\log_8(8^5) directly to 5.
  • Similarly, we can simplify 10log10100010^{\log_{10} 1000} directly to 1000.

Explanation

A logarithm answers the question: 'What exponent do I need to put on the base 'b' to get the number 'x'?' It is the opposite operation of raising a base to a power.

Section 4

Solving Logarithmic Equations

Property

A logarithmic equation is one where the variable appears inside of a logarithm. To solve:

  1. Use the properties of logarithms to combine all logs into one log.
  2. Isolate the log on one side of the equation.
  3. Convert the equation to exponential form.
  4. Solve for the variable.
  5. Check for extraneous solutions.

Examples

  • To solve log5(x+3)=2\log_5(x+3) = 2, convert to exponential form: 52=x+35^2 = x+3. This gives 25=x+325 = x+3, so x=22x=22.
  • Solve log2(x1)+log23=4\log_2(x-1) + \log_2 3 = 4. First, combine logs: log2(3(x1))=4\log_2(3(x-1)) = 4. Convert: 24=3x32^4 = 3x-3. So 16=3x316 = 3x-3, and x=193x=\frac{19}{3}.
  • To solve log10(x)=2\log_{10}(x) = -2, convert to exponential form: 102=x10^{-2} = x. So x=1100x = \frac{1}{100}.

Explanation

To free a variable trapped inside a log, you must convert the equation to its exponential form. First combine logs, isolate the logarithm, then rewrite the equation to solve for the variable.

Section 5

Natural Logs and Exponentials

Property

The natural exponential function is f(x)=exf(x) = e^x and the natural log function is g(x)=lnx=logexg(x) = \ln x = \log_e x, where e2.7182818245e \approx 2.7182818245.
Conversion Formula: y=lnxy = \ln x if and only if ey=xe^y = x.
Properties: For x,y>0x, y > 0,

  1. ln(xy)=lnx+lny\ln(xy) = \ln x + \ln y
  2. lnxy=lnxlny\ln \frac{x}{y} = \ln x - \ln y
  3. lnxk=klnx\ln x^k = k \ln x

Also, lnex=x\ln e^x = x and elnx=xe^{\ln x} = x.

Examples

  • To solve the equation ex=10e^x = 10, take the natural log of both sides: ln(ex)=ln(10)\ln(e^x) = \ln(10), which simplifies to x=ln(10)x = \ln(10).
  • Simplify ln(e2)+ln(e3)\ln(e^2) + \ln(e^3). This is 2+3=52+3=5. Alternatively, ln(e2e3)=ln(e5)=5\ln(e^2 \cdot e^3) = \ln(e^5) = 5.
  • To solve ln(x)=4\ln(x) = 4, convert to exponential form: x=e4x = e^4.

Explanation

The natural log (ln) is a special logarithm with a base called 'e', an irrational number vital for describing continuous growth. It follows all the same rules as other logarithms.

Section 6

Exponential Growth and Decay

Property

The function

P(t)=P0ektP(t) = P_0 e^{kt}

describes exponential growth if k>0k > 0, and exponential decay if k<0k < 0. Here, P0P_0 is the initial amount, tt is time, and kk is the continuous growth or decay rate.

Examples

  • A culture starts with 500 cells (P0=500P_0=500) and grows with k=0.1k=0.1 per hour. After 3 hours, the population is P(3)=500e0.1×3P(3) = 500e^{0.1 \times 3}.
  • A 100g sample of a substance decays with k=0.05k=-0.05 per year. The amount remaining after 20 years is P(20)=100e0.05×20P(20) = 100e^{-0.05 \times 20}.
  • If a town's population grew from 20,000 to 25,000 in 10 years, we find kk by solving 25000=20000e10k25000 = 20000e^{10k}.

Explanation

This formula models things that grow or shrink at a rate proportional to their current size, like populations or radioactive substances. A positive 'k' means growth, while a negative 'k' means decay.

Book overview

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

Continue this chapter

Chapter 10: Logarithmic Functions

  1. Lesson 1

    Lesson 1: Logarithmic Functions

  2. Lesson 2

    Lesson 2: Logarithmic Scales

  3. Lesson 3

    Lesson 3: The Natural Base

  4. Lesson 4Current

    Lesson 4: Chapter Summary and Review