Ready to tackle exponential and logarithmic functions? These powerful mathematical... Show more
Algebra 2 Chapter 7 & 8 Notes: Exponents and Logarithms











Exponential Growth and Decay
Ever wonder how your money grows in a bank or how populations increase over time? That's exponential growth in action! The basic form is y = a·b^x, where 'a' is your starting value and 'b' is the growth factor.
For practical applications, we often use y = a^x, where 'r' is the rate of growth or decay (negative for decay). When dealing with money, we use the compound interest formula: A = P^nt, where P is principal, r is rate, n is compounding frequency, and t is time.
Half-life problems (like radioactive decay) use the formula y = a(0.5)^x, where x represents the number of half-lives that have passed.
💡 How to tell if a relationship is exponential: Look at the pattern of change! If values are being multiplied by the same factor each time (like 2, 4, 8, 16...), it's exponential. If they increase by the same amount (like 2, 4, 6, 8...), it's linear.
When graphing exponential functions, remember they're transformations of parent functions like y = b^x. The domain is all real numbers, and the range is y > 0, with the x-axis as an asymptote.

Graphing Exponential Functions
Exponential functions with different bases create distinct graphs that you can easily sketch with a few key points. For functions like y = (1/5)^x or y = 3^x, creating a table of values helps visualize the shape.
When x = 0, y always equals 1 for basic exponential functions . For negative x-values, you're finding reciprocals . This creates the characteristic curve that approaches but never touches the x-axis.
When working with transformations like y = -2(3)^, break it down step by step:
- The negative sign flips the graph across the x-axis
- The 2 stretches the graph vertically
- The shifts the graph right by 1 unit
🔑 Remember: All exponential functions have a horizontal asymptote. For basic functions like y = b^x, this asymptote is y = 0 .
Understanding these transformations gives you the power to predict how any exponential function will behave without plotting every point.

Solving Exponential Equations
Exponential equations might look intimidating, but they follow a simple principle: if b^x = b^y, then x = y. This means the exponents must be equal when the bases are the same.
To solve exponential equations:
- Make sure both sides have the same base
- If they don't, rewrite one or both sides to get matching bases
- Once the bases match, set the exponents equal
For example, with 3^x = 9^4, rewrite 9^4 as ^4 = 3^8, so x = 8.
Sometimes you need to isolate the exponential term first. For 53^-2x = 625, rewrite 625 as 5^4, then set 3-2x = 4, and solve for x to get x = 3/2.
💪 You can create an exponential model when given points! If you know (0,13210) and (7,15129), plug these into y = ab^x and solve for the unknown values. This skill is essential for real-world applications.
Remember that exponential growth and decay models are powerful tools for making predictions about everything from population growth to radioactive decay.

Introduction to Logarithms
Logarithms are basically the inverse of exponential functions - they help us solve for the exponent! If b^x = y, then log_b(y) = x. Think of logarithms as asking, "To what power must I raise the base to get this number?"
For example, log_3(9) = 2 because 3^2 = 9. Similarly, log_10(100) = 2 because 10^2 = 100, and log_10(0.01) = -2 because 10^-2 = 0.01.
When evaluating logarithms, remember you can rewrite them in exponential form. To find log_5(243), think: 5^? = 243. Since 5^5 = 3125 and 5^4 = 625, we need to solve this algebraically to get the exact answer.
🧠 Logarithms and exponentials are two sides of the same coin! Whenever you're stuck with a logarithm, try rewriting it as an exponential equation.
Graphing logarithmic functions follows similar transformation rules to other functions. For y = log_3(x), create a table using key values, then apply any transformations like y = log_3+1. Remember that logarithmic functions have a vertical asymptote at x = 0, and their domain is x > 0.

Solving Logarithmic Equations
Logarithmic equations can be solved using two main strategies, depending on their structure:
-
For equations with one logarithm: Isolate the log, then convert to exponential form and solve. Example: log_8(x) = 4/3, convert to 8^(4/3) = x, so x = 16.
-
For equations with multiple logs of the same base: Use the property of equality - if the logs are equal, their arguments must be equal. Example: log_4(x²) = log_4 means x² = -6x-8.
Always check your solutions! Remember that logarithms of negative numbers or zero are undefined, so potential solutions that give these values must be rejected.
⚠️ The most common mistake in logarithmic equations is forgetting to check your answers. Since logs have domain restrictions, not all algebraic solutions are valid!
When solving an equation like log_2 = log_2, set x²-18 = -3x and solve the quadratic x²+3x-18 = 0 to get x = -6 or x = 3. But check both: log_2(-18-18) would involve a negative number inside a log, which is invalid, so x = 3 is your only solution.

Properties of Logarithms
Logarithm properties are your secret weapons for simplifying complex expressions! These three key properties make working with logs much easier:
- Product Rule: log_b(m·n) = log_b(m) + log_b(n)
- Quotient Rule: log_b = log_b(m) - log_b(n)
- Power Rule: log_b = n·log_b(m)
To expand logarithmic expressions, break them apart using these rules. For instance, log_2(4x²y) becomes log_2(4) + log_2(x²) + log_2(y), which simplifies to 2 + 2log_2(x) + log_2(y).
Conversely, to write multiple logarithms as a single logarithm, work backwards. For log_2(6) + log_2(3) - log_2(15), combine them as log_2(6·3/15) = log_2(18/15) = log_2(6/5).
💡 A useful trick: log_b(1) = 0 for any base b, because b^0 = 1. This helps simplify many expressions!
These properties also help solve logarithmic equations. For log_3(x) + log_3(6) = 4, combine the logs to get log_3(6x) = 4, then convert to exponential form: 3^4 = 6x, so x = 81/6 = 13.5.

Advanced Logarithmic Problem Solving
What happens when you need to solve exponential equations with different bases? This is where logarithms really shine! The change-of-base formula lets you convert between any logarithmic bases: log_b(a) = log(a)/log(b).
To evaluate log_5(140), use the formula: log_5(140) = log(140)/log(5) ≈ 3.0704.
When solving exponential equations like 5^x = 62:
- Take the logarithm of both sides (any base works, but natural log or log base 10 is common)
- Use logarithm properties to isolate x
- Solve for x using the change-of-base formula
For example, with 5^x = 62:
- log_5(62) = x
- log(62)/log(5) = x
- x ≈ 2.5643
🧮 When solving exponential equations where you can't easily match bases, logarithms are your best tool! This technique works for any exponential equation.
For more complex equations like 3^(2x)+5 = 62, first isolate the exponential term , then take logarithms and solve: x = log(57)/(2log(3)) ≈ 1.8401.

Natural Logarithms and the Number e
The number e ≈ 2.71828 is one of the most important constants in mathematics. It appears naturally in growth and decay problems, which is why logarithms with base e are called "natural logarithms" (written as ln).
Natural logarithms work just like other logarithms, but they're especially useful for continuous growth models. Instead of using A = P^nt for compound interest, we can use A = Pe^(rt) for continuous compounding.
To solve equations with e or natural logs:
- For e^x = 23, take the natural log of both sides: ln = ln(23), which gives x = ln(23)
- For ln(25) = x, convert to exponential form: e^x = 25
🌱 The number e appears in nature everywhere, from population growth to radioactive decay. That's why natural logarithms are so valuable in science and finance!
Properties of logarithms work the same with natural logs. For example, 2ln(3) + ln(4) + ln(y) = ln = ln(36y).
When solving real-world problems, like finding how long it takes $700 to grow to $800 at 3% interest compounded continuously, set up 800 = 700e^(0.03t) and solve for t: t = ln(800/700)/0.03 ≈ 4.7 years.

Adding and Subtracting Rational Expressions
Adding and subtracting rational expressions is like working with fractions - you need a common denominator. Here's your game plan:
- Factor all denominators completely
- Find the Least Common Denominator (LCD) - the product of all unique factors, each raised to its highest power
- Rewrite each fraction with the LCD as denominator
- Add or subtract the numerators while keeping the common denominator
For example, to find the LCD of 15ab^3c, 16b^5c^2, and 20a^5c^6, identify the highest power of each variable needed: a^5, b^5, c^6, and relevant coefficients to get 240a^5b^5c^6.
When adding fractions like + , first find the LCD: 42a^4b^3. Then convert each fraction to equivalent fractions with this denominator and add the numerators.
🔑 Always factor denominators before finding the LCD! This makes the process much more efficient.
For more complex expressions like / - /, factor the denominators first: 3 and 6. Then use the LCD of 6 to combine them, resulting in the simplified answer of -1/6.

Solving Rational Equations
Rational equations involve fractions with variables, and they require special care to solve correctly. Follow these steps:
- If one fraction on each side: Cross multiply to clear denominators
- If multiple fractions: Multiply every term by the LCD to clear all denominators
- Solve the resulting equation (usually polynomial)
- Always check your answers by substituting back into the original equation
For example, to solve / = /:
- Cross multiply: =
- Expand: x²-4x+3 = 2x²-5x-15
- Rearrange to standard form: -x²+x+18 = 0 or x²-x-18 = 0
- Factor and solve: = 0, so x = 6 or x = -3
⚠️ Extraneous solutions can sneak in when solving rational equations. Always check your answers in the original equation to make sure they don't cause division by zero!
For equations like -12/x + 24/ = 4, multiply all terms by the LCD x to get -12 + 24x = 4x. Then solve the resulting quadratic equation to find that x = 6 or x = -2.
We thought you’d never ask...
What is the Knowunity AI companion?
Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.
Where can I download the Knowunity app?
You can download the app in the Google Play Store and in the Apple App Store.
Is Knowunity really free of charge?
That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.
Most popular content in Algebra 2
9Most popular content
9Can't find what you're looking for? Explore other subjects.
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
Algebra 2 Chapter 7 & 8 Notes: Exponents and Logarithms
Ready to tackle exponential and logarithmic functions? These powerful mathematical tools model everything from population growth to compound interest and are essential for understanding many real-world scenarios. Let's break down these concepts into clear, manageable parts that will help you... Show more

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Exponential Growth and Decay
Ever wonder how your money grows in a bank or how populations increase over time? That's exponential growth in action! The basic form is y = a·b^x, where 'a' is your starting value and 'b' is the growth factor.
For practical applications, we often use y = a^x, where 'r' is the rate of growth or decay (negative for decay). When dealing with money, we use the compound interest formula: A = P^nt, where P is principal, r is rate, n is compounding frequency, and t is time.
Half-life problems (like radioactive decay) use the formula y = a(0.5)^x, where x represents the number of half-lives that have passed.
💡 How to tell if a relationship is exponential: Look at the pattern of change! If values are being multiplied by the same factor each time (like 2, 4, 8, 16...), it's exponential. If they increase by the same amount (like 2, 4, 6, 8...), it's linear.
When graphing exponential functions, remember they're transformations of parent functions like y = b^x. The domain is all real numbers, and the range is y > 0, with the x-axis as an asymptote.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Graphing Exponential Functions
Exponential functions with different bases create distinct graphs that you can easily sketch with a few key points. For functions like y = (1/5)^x or y = 3^x, creating a table of values helps visualize the shape.
When x = 0, y always equals 1 for basic exponential functions . For negative x-values, you're finding reciprocals . This creates the characteristic curve that approaches but never touches the x-axis.
When working with transformations like y = -2(3)^, break it down step by step:
- The negative sign flips the graph across the x-axis
- The 2 stretches the graph vertically
- The shifts the graph right by 1 unit
🔑 Remember: All exponential functions have a horizontal asymptote. For basic functions like y = b^x, this asymptote is y = 0 .
Understanding these transformations gives you the power to predict how any exponential function will behave without plotting every point.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Solving Exponential Equations
Exponential equations might look intimidating, but they follow a simple principle: if b^x = b^y, then x = y. This means the exponents must be equal when the bases are the same.
To solve exponential equations:
- Make sure both sides have the same base
- If they don't, rewrite one or both sides to get matching bases
- Once the bases match, set the exponents equal
For example, with 3^x = 9^4, rewrite 9^4 as ^4 = 3^8, so x = 8.
Sometimes you need to isolate the exponential term first. For 53^-2x = 625, rewrite 625 as 5^4, then set 3-2x = 4, and solve for x to get x = 3/2.
💪 You can create an exponential model when given points! If you know (0,13210) and (7,15129), plug these into y = ab^x and solve for the unknown values. This skill is essential for real-world applications.
Remember that exponential growth and decay models are powerful tools for making predictions about everything from population growth to radioactive decay.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Introduction to Logarithms
Logarithms are basically the inverse of exponential functions - they help us solve for the exponent! If b^x = y, then log_b(y) = x. Think of logarithms as asking, "To what power must I raise the base to get this number?"
For example, log_3(9) = 2 because 3^2 = 9. Similarly, log_10(100) = 2 because 10^2 = 100, and log_10(0.01) = -2 because 10^-2 = 0.01.
When evaluating logarithms, remember you can rewrite them in exponential form. To find log_5(243), think: 5^? = 243. Since 5^5 = 3125 and 5^4 = 625, we need to solve this algebraically to get the exact answer.
🧠 Logarithms and exponentials are two sides of the same coin! Whenever you're stuck with a logarithm, try rewriting it as an exponential equation.
Graphing logarithmic functions follows similar transformation rules to other functions. For y = log_3(x), create a table using key values, then apply any transformations like y = log_3+1. Remember that logarithmic functions have a vertical asymptote at x = 0, and their domain is x > 0.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Solving Logarithmic Equations
Logarithmic equations can be solved using two main strategies, depending on their structure:
-
For equations with one logarithm: Isolate the log, then convert to exponential form and solve. Example: log_8(x) = 4/3, convert to 8^(4/3) = x, so x = 16.
-
For equations with multiple logs of the same base: Use the property of equality - if the logs are equal, their arguments must be equal. Example: log_4(x²) = log_4 means x² = -6x-8.
Always check your solutions! Remember that logarithms of negative numbers or zero are undefined, so potential solutions that give these values must be rejected.
⚠️ The most common mistake in logarithmic equations is forgetting to check your answers. Since logs have domain restrictions, not all algebraic solutions are valid!
When solving an equation like log_2 = log_2, set x²-18 = -3x and solve the quadratic x²+3x-18 = 0 to get x = -6 or x = 3. But check both: log_2(-18-18) would involve a negative number inside a log, which is invalid, so x = 3 is your only solution.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Properties of Logarithms
Logarithm properties are your secret weapons for simplifying complex expressions! These three key properties make working with logs much easier:
- Product Rule: log_b(m·n) = log_b(m) + log_b(n)
- Quotient Rule: log_b = log_b(m) - log_b(n)
- Power Rule: log_b = n·log_b(m)
To expand logarithmic expressions, break them apart using these rules. For instance, log_2(4x²y) becomes log_2(4) + log_2(x²) + log_2(y), which simplifies to 2 + 2log_2(x) + log_2(y).
Conversely, to write multiple logarithms as a single logarithm, work backwards. For log_2(6) + log_2(3) - log_2(15), combine them as log_2(6·3/15) = log_2(18/15) = log_2(6/5).
💡 A useful trick: log_b(1) = 0 for any base b, because b^0 = 1. This helps simplify many expressions!
These properties also help solve logarithmic equations. For log_3(x) + log_3(6) = 4, combine the logs to get log_3(6x) = 4, then convert to exponential form: 3^4 = 6x, so x = 81/6 = 13.5.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Advanced Logarithmic Problem Solving
What happens when you need to solve exponential equations with different bases? This is where logarithms really shine! The change-of-base formula lets you convert between any logarithmic bases: log_b(a) = log(a)/log(b).
To evaluate log_5(140), use the formula: log_5(140) = log(140)/log(5) ≈ 3.0704.
When solving exponential equations like 5^x = 62:
- Take the logarithm of both sides (any base works, but natural log or log base 10 is common)
- Use logarithm properties to isolate x
- Solve for x using the change-of-base formula
For example, with 5^x = 62:
- log_5(62) = x
- log(62)/log(5) = x
- x ≈ 2.5643
🧮 When solving exponential equations where you can't easily match bases, logarithms are your best tool! This technique works for any exponential equation.
For more complex equations like 3^(2x)+5 = 62, first isolate the exponential term , then take logarithms and solve: x = log(57)/(2log(3)) ≈ 1.8401.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Natural Logarithms and the Number e
The number e ≈ 2.71828 is one of the most important constants in mathematics. It appears naturally in growth and decay problems, which is why logarithms with base e are called "natural logarithms" (written as ln).
Natural logarithms work just like other logarithms, but they're especially useful for continuous growth models. Instead of using A = P^nt for compound interest, we can use A = Pe^(rt) for continuous compounding.
To solve equations with e or natural logs:
- For e^x = 23, take the natural log of both sides: ln = ln(23), which gives x = ln(23)
- For ln(25) = x, convert to exponential form: e^x = 25
🌱 The number e appears in nature everywhere, from population growth to radioactive decay. That's why natural logarithms are so valuable in science and finance!
Properties of logarithms work the same with natural logs. For example, 2ln(3) + ln(4) + ln(y) = ln = ln(36y).
When solving real-world problems, like finding how long it takes $700 to grow to $800 at 3% interest compounded continuously, set up 800 = 700e^(0.03t) and solve for t: t = ln(800/700)/0.03 ≈ 4.7 years.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Adding and Subtracting Rational Expressions
Adding and subtracting rational expressions is like working with fractions - you need a common denominator. Here's your game plan:
- Factor all denominators completely
- Find the Least Common Denominator (LCD) - the product of all unique factors, each raised to its highest power
- Rewrite each fraction with the LCD as denominator
- Add or subtract the numerators while keeping the common denominator
For example, to find the LCD of 15ab^3c, 16b^5c^2, and 20a^5c^6, identify the highest power of each variable needed: a^5, b^5, c^6, and relevant coefficients to get 240a^5b^5c^6.
When adding fractions like + , first find the LCD: 42a^4b^3. Then convert each fraction to equivalent fractions with this denominator and add the numerators.
🔑 Always factor denominators before finding the LCD! This makes the process much more efficient.
For more complex expressions like / - /, factor the denominators first: 3 and 6. Then use the LCD of 6 to combine them, resulting in the simplified answer of -1/6.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Solving Rational Equations
Rational equations involve fractions with variables, and they require special care to solve correctly. Follow these steps:
- If one fraction on each side: Cross multiply to clear denominators
- If multiple fractions: Multiply every term by the LCD to clear all denominators
- Solve the resulting equation (usually polynomial)
- Always check your answers by substituting back into the original equation
For example, to solve / = /:
- Cross multiply: =
- Expand: x²-4x+3 = 2x²-5x-15
- Rearrange to standard form: -x²+x+18 = 0 or x²-x-18 = 0
- Factor and solve: = 0, so x = 6 or x = -3
⚠️ Extraneous solutions can sneak in when solving rational equations. Always check your answers in the original equation to make sure they don't cause division by zero!
For equations like -12/x + 24/ = 4, multiply all terms by the LCD x to get -12 + 24x = 4x. Then solve the resulting quadratic equation to find that x = 6 or x = -2.
We thought you’d never ask...
What is the Knowunity AI companion?
Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.
Where can I download the Knowunity app?
You can download the app in the Google Play Store and in the Apple App Store.
Is Knowunity really free of charge?
That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.
Most popular content in Algebra 2
9Most popular content
9Can't find what you're looking for? Explore other subjects.
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.