4. Exponential and Logarithmic

Exponential Equations

Solve equations with variable exponents using logarithms, substitution, and appropriate numerical methods when necessary.

Exponential Equations

Hey students! πŸ‘‹ Welcome to one of the most exciting topics in Algebra 2 - exponential equations! In this lesson, you'll discover how to solve equations where variables hide in the exponent, like $2^x = 16$ or $3^{2x+1} = 81$. By the end of this lesson, you'll master techniques using logarithms, substitution, and other methods to crack these mathematical puzzles. Get ready to unlock the secrets of exponential growth and decay that govern everything from population growth to radioactive decay! πŸš€

Understanding Exponential Equations

An exponential equation is any equation that contains a variable in the exponent. Unlike linear equations where the variable is multiplied by a coefficient, exponential equations have the variable as a power. Think of it like this: instead of asking "what number times 3 equals 12?" (which gives us $3x = 12$), we're asking "3 raised to what power equals 27?" (which gives us $3^x = 27$).

These equations appear everywhere in real life! 🌍 For instance, if you invest 1000 at 5% annual interest compounded annually, the amount after $t$ years follows the equation $A = 1000(1.05)^t$. If you want to know when your investment will double to $2000, you'd solve $2000 = 1000(1.05)^t$, which simplifies to $(1.05)^t = 2.

The key characteristic that makes exponential equations special is that the variable appears in the exponent position. Common forms include $a^x = b$, $a^{f(x)} = b^{g(x)}$, and more complex variations. The base $a$ must be positive and not equal to 1, since $1^x = 1$ for any value of $x$, making such equations either always true or impossible to solve uniquely.

Solving Simple Exponential Equations

The easiest exponential equations to solve are those where both sides can be expressed with the same base. Let's start with a straightforward example: $2^x = 32$.

Since $32 = 2^5$, we can rewrite the equation as $2^x = 2^5$. When the bases are equal, the exponents must be equal too! This gives us $x = 5$. It's like having two identical machines producing the same output - they must be running the same program (exponent).

Here's another example: $3^{2x+1} = 81$. First, express 81 as a power of 3: $81 = 3^4$. So our equation becomes $3^{2x+1} = 3^4$. Setting the exponents equal: $2x + 1 = 4$, which gives us $2x = 3$, so $x = \frac{3}{2}$.

This method works beautifully when you can express both sides with the same base. However, what happens when we encounter something like $2^x = 10$? We can't easily express 10 as a power of 2, so we need a more powerful tool: logarithms! πŸ”§

Using Logarithms to Solve Exponential Equations

Logarithms are the superhero tool for solving exponential equations! πŸ¦Έβ€β™‚οΈ A logarithm essentially asks the question: "To what power must I raise this base to get this number?" The logarithm base 10 (common logarithm, written as $\log$) and the natural logarithm base $e$ (written as $\ln$) are most commonly used.

The fundamental property we use is: if $a^x = b$, then $x = \log_a(b)$. For our equation $2^x = 10$, taking the common logarithm of both sides gives us $\log(2^x) = \log(10)$. Using the logarithm property $\log(a^b) = b\log(a)$, we get $x\log(2) = \log(10) = 1$. Therefore, $x = \frac{1}{\log(2)} \approx 3.32$.

Let's tackle a more complex example: $5^{3x-2} = 125$. First, notice that $125 = 5^3$, so we could solve this using equal bases. But let's use logarithms to demonstrate the method: $\log(5^{3x-2}) = \log(125)$. This becomes $(3x-2)\log(5) = \log(125)$. Solving for $x$: $3x - 2 = \frac{\log(125)}{\log(5)} = \frac{\log(5^3)}{\log(5)} = \frac{3\log(5)}{\log(5)} = 3$. Therefore, $3x - 2 = 3$, giving us $x = \frac{5}{3}$.

Real-world application time! πŸ“ˆ The half-life of Carbon-14 is approximately 5,730 years. If an archaeological sample has 25% of its original Carbon-14 remaining, how old is it? We use the decay equation $N(t) = N_0(\frac{1}{2})^{\frac{t}{5730}}$, where $N(t) = 0.25N_0$. This gives us $0.25 = (\frac{1}{2})^{\frac{t}{5730}}$. Taking the natural logarithm: $\ln(0.25) = \frac{t}{5730}\ln(\frac{1}{2})$. Solving: $t = \frac{5730 \ln(0.25)}{\ln(0.5)} \approx 11,460$ years!

Advanced Techniques and Special Cases

Sometimes exponential equations require creative approaches. Consider equations like $2^x + 2^{x+1} = 12$. We can factor this cleverly: $2^x + 2 \cdot 2^x = 12$, which becomes $2^x(1 + 2) = 12$, so $3 \cdot 2^x = 12$, giving us $2^x = 4 = 2^2$, therefore $x = 2$.

Another technique involves substitution. For equations like $4^x - 6 \cdot 2^x + 8 = 0$, let $y = 2^x$. Since $4^x = (2^2)^x = (2^x)^2 = y^2$, our equation becomes $y^2 - 6y + 8 = 0$. This factors as $(y-2)(y-4) = 0$, giving us $y = 2$ or $y = 4$. Since $y = 2^x$, we have $2^x = 2$ (so $x = 1$) or $2^x = 4$ (so $x = 2$).

For equations where bases are different and can't be made the same, like $2^x = 3^{x-1}$, we take logarithms of both sides: $\log(2^x) = \log(3^{x-1})$. This gives us $x\log(2) = (x-1)\log(3)$. Expanding: $x\log(2) = x\log(3) - \log(3)$. Collecting $x$ terms: $x\log(2) - x\log(3) = -\log(3)$, so $x(\log(2) - \log(3)) = -\log(3)$. Therefore, $x = \frac{-\log(3)}{\log(2) - \log(3)} = \frac{\log(3)}{\log(3) - \log(2)}$.

Population growth provides excellent real-world examples! 🌱 If a city's population grows according to $P(t) = 50000(1.03)^t$ where $t$ is years after 2020, when will the population reach 75,000? We solve $75000 = 50000(1.03)^t$, which simplifies to $(1.03)^t = 1.5$. Taking logarithms: $t\log(1.03) = \log(1.5)$, so $t = \frac{\log(1.5)}{\log(1.03)} \approx 13.7$ years, meaning sometime in 2034.

Conclusion

students, you've now mastered the essential techniques for solving exponential equations! You learned to recognize when bases can be made equal for simple solutions, how logarithms serve as the key tool for more complex equations, and advanced techniques like substitution and factoring for special cases. These skills aren't just academic exercises - they're the mathematical foundation for understanding compound interest, population dynamics, radioactive decay, and countless other phenomena that shape our world. With practice, you'll find these equations become as manageable as the linear equations you've already conquered! 🎯

Study Notes

β€’ Exponential equation definition: An equation with a variable in the exponent position, such as $a^x = b$

β€’ Equal bases method: If $a^f(x) = a^g(x)$, then $f(x) = g(x)$

β€’ Logarithm property for solving: If $a^x = b$, then $x = \log_a(b)$

β€’ Key logarithm rule: $\log(a^b) = b\log(a)$

β€’ Taking logs of both sides: For $a^x = b^y$, take $\log$ of both sides to get $x\log(a) = y\log(b)$

β€’ Substitution technique: For equations like $4^x - 6 \cdot 2^x + 8 = 0$, let $y = 2^x$ to create a quadratic

β€’ Factoring method: Look for common factors like $2^x + 2^{x+1} = 2^x(1 + 2) = 3 \cdot 2^x$

β€’ Real-world applications: Compound interest $A = P(1+r)^t$, population growth $P(t) = P_0(1+r)^t$, decay $N(t) = N_0(\frac{1}{2})^{\frac{t}{h}}$

β€’ Common logarithm: $\log$ (base 10), Natural logarithm: $\ln$ (base $e$)

β€’ Solution verification: Always substitute your answer back into the original equation to check

Practice Quiz

5 questions to test your understanding

Exponential Equations β€” High School Algebra 2 | A-Warded