Chapter 1: Problem 36
In Exercises \(33-36,\) solve the equation algebraically. Support your solution graphically. $$2^{x}+2^{-x}=5$$
Short Answer
Expert verified
The solutions are \(x = log2((5+sqrt(21))/2)\) and \(x = log2((5-sqrt(21))/2)\).
Step by step solution
01
Substitution
Let \(u=2^x\). This means that \(2^{-x} = 1/u\). Replace these terms in the given equation. This gives us: \(u + 1/u = 5\).
02
Transform the equation into a quadratic equation
Multiply every term by 'u' to remove the denominator term. This gives us: \(u^2 + 1 - 5u = 0\)
03
Rearrange the equation
Rewrite the equation into standard form of a quadratic equation. This gives us: \(u^2 - 5u + 1 = 0\)
04
Solve the quadratic equation
Use the quadratic formula \[u = [5 ± sqrt((5^2) - 4*1*1)] / 2*1 = [5 ± sqrt(21)] / 2\] to solve for 'u'. This yields two solutions \(u1 = (5 + sqrt(21))/2 \) and \(u2 = (5 - sqrt(21))/2 \).
05
Substitute 'u' back and solve for 'x'
Recall that \(u = 2^x\). Hence, the first part of the solution is \(2^x = (5 + sqrt(21))/2\), which can be written in log form as \(x = log2((5+sqrt(21))/2)\). Similarly, the second part of the solution is \(2^x = (5 - sqrt(21))/2\), which can be written in log form as \(x = log2((5-sqrt(21))/2)\).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Substitution Method
Sometimes, solving exponential equations involves a clever technique called substitution. This method simplifies complex problems by changing variables. For example, in the equation \(2^x + 2^{-x} = 5\), using the substitution \(u = 2^x\) transforms it into a form that is easier to manage. Consequently, \(2^{-x}\) becomes \(1/u\). This reduces the complexity of dealing with exponents. It turns the equation into \(u + 1/u = 5\).
The merit of substitution is that it can transform a challenging exponential equation into a simplistic algebraic equation, thereby allowing various methods like factoring or even the quadratic formula to be used. The ultimate goal here is to make the problem less intimidating and into a form we are better equipped to handle.
The merit of substitution is that it can transform a challenging exponential equation into a simplistic algebraic equation, thereby allowing various methods like factoring or even the quadratic formula to be used. The ultimate goal here is to make the problem less intimidating and into a form we are better equipped to handle.
Quadratic Formula
The quadratic formula is a powerful tool for finding solutions to quadratic equations, which are polynomials of the form \(ax^2 + bx + c = 0\). In our discussion, after applying substitution, we rearrange the equation as \(u^2 - 5u + 1 = 0\). This fits perfectly into the quadratic form.
The quadratic formula itself is: \[ u = \frac{-b ± \sqrt{b^2 - 4ac}}{2a} \]By plugging in \(a = 1\), \(b = -5\), and \(c = 1\), we can solve easily:
The quadratic formula itself is: \[ u = \frac{-b ± \sqrt{b^2 - 4ac}}{2a} \]By plugging in \(a = 1\), \(b = -5\), and \(c = 1\), we can solve easily:
- \(u_1 = \frac{-(-5) + \sqrt{(-5)^2 - 4 \cdot 1 \cdot 1}}{2 \cdot 1} = \frac{5 + \sqrt{21}}{2}\)
- \(u_2 = \frac{-(-5) - \sqrt{(-5)^2 - 4 \cdot 1 \cdot 1}}{2 \cdot 1} = \frac{5 - \sqrt{21}}{2}\)
Graphical Solution
Finding solutions graphically involves understanding how the equation behaves when plotted on a graph. This approach visualizes the equation \(2^x + 2^{-x} = 5\) and allows us to see how it behaves in actual terms. By plotting \(f(x) = 2^x + 2^{-x}\) and \(g(x) = 5\) on the same graph, you observe where these two curves intersect.
The x-coordinates of these intersection points reflect the solutions to the equation. These visual solutions are effective for validating answers obtained algebraically and for seeing their context in a larger picture. Graphs can immediately show multiple solutions and approximate values accurately.
The x-coordinates of these intersection points reflect the solutions to the equation. These visual solutions are effective for validating answers obtained algebraically and for seeing their context in a larger picture. Graphs can immediately show multiple solutions and approximate values accurately.
Logarithms
Logarithms provide another method for solving exponential equations, especially after obtaining values from other methods. A logarithm answers the question: to what power must a base be raised to produce a certain number? For example, if \(2^x = a\), then \(x = \log_2 a\). This is a reversal of the exponential function, allowing us to solve for \(x\) directly.
In this case, after using the substitution method and solving with the quadratic formula, we found that \(u = 2^x\) yields values:
In this case, after using the substitution method and solving with the quadratic formula, we found that \(u = 2^x\) yields values:
- \(x = \log_2 \left( \frac{5 + \sqrt{21}}{2} \right)\)
- \(x = \log_2 \left( \frac{5 - \sqrt{21}}{2} \right)\)