In-Depth Notes on Exponential Equations
Exponential Equations Learning Outcomes
- Understand techniques for solving exponential equations involving common bases.
- Identify situations when an exponential equation has no solution.
- Employ logarithms to solve exponential equations.
One-to-One Property of Exponential Functions
- Given real numbers ( b > 0 ) and ( b \neq 1 ):
- If ( b^S = b^T ), then ( S = T ).
- Applies to algebraic expressions as well.
Example: Solving Exponential Equations with Common Bases
Consider the equation:
[ 3^{4x - 7} = 3^{2x} ]- Rewrite both sides using the common base (here, 3):
[ 4x - 7 = 2x ] - Apply the one-to-one property by equating the exponents:
[ 4x - 7 = 2x ] - Rearranging gives:
[ 4x - 2x = 7 ] - This leads to:
[ 2x = 7 \implies x = 3.5 ]
- Rewrite both sides using the common base (here, 3):
Recognizing No Solutions in Exponential Equations
- Exponential functions only produce positive outputs. If the equation yields a negative solution, then it has no solutions.
Example:
- Consider the equation:
[ 3^{x + 1} = -2 ]
- Real value of ( x ) cannot satisfy this, as the left-hand side is always positive.
Using Logarithms to Solve
- When common bases are elusive, use logarithms:
- Apply log to both sides:
[ \log(b^S) = \log(b^T) \implies S \log b = T \log b ] - Utilize properties of logarithms to isolate variable terms.
- Apply log to both sides:
Example: Solving with Logarithms
- For ( 5^{x + 2} = 4^{x} ):
- Apply logarithm:
[ (x + 2) \log 5 = x \log 4 ] - Rearranging gives:
[ x \log 5 + 2\log 5 = x \log 4 ] - Grouping terms leads to:
[ x(\log 5 - \log 4) = -2 \log 5 ] - Finally, solve for ( x ).
- Apply logarithm:
Exponential Equations with e
- For equations of the form:
[ y = A e^{kt} ]
- Steps to solve:
- Divide each by A: [ y/A = e^{kt} ]
- Apply natural logarithm: [ \ln(y/A) = kt ]
- Rearranging yields: [ t = \frac{\ln(y/A)}{k} ]
Example: Solve ( 100 = 20 e^{2t} )
- Divide both sides by 20: [ 5 = e^{2t} ]
- Logarithm application: [ \ln(5) = 2t ]
- Solve for ( t ): [ t = \frac{\ln(5)}{2} ]
Extraneous Solutions
- While taking logarithms or solving, be cautious about extraneous solutions occurring from mathematical manipulations that may violate original equations’ conditions.
Example: Solving ( e^{2x} - e^{x} = 56 )
- Rewrite as a quadratic: ( (e^x)^2 - e^x - 56 = 0 )
- Factor and solve for valid solutions only, rejecting any non-real results.
Key Takeaway
- Always check to ensure that solutions maintain the integrity of the original equations, especially with logarithmic forms where the input must be positive.