Chapter 5: Problem 9
In \(3-18,\) find all roots of each given function by factoring or by using the quadratic formula. $$ f(x)=x^{4}-5 x^{2}+4 $$
Short Answer
Expert verified
The roots of the function are \( x = 2, -2, 1, -1 \).
Step by step solution
01
Identify the Structure
The equation given is a quartic polynomial: \( f(x) = x^4 - 5x^2 + 4 \). Notice that it can be seen as a quadratic in form of \( (x^2)^2 - 5(x^2) + 4 \). This suggests the equation can be rewritten and factored to solve for \( x \) effectively.
02
Substitution
Make the substitution \( y = x^2 \). The equation becomes \( y^2 - 5y + 4 = 0 \), which is a quadratic equation in \( y \).
03
Solve the Quadratic Equation
Solve the quadratic equation \( y^2 - 5y + 4 = 0 \) using the quadratic formula: \[y = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]where \( a = 1, b = -5, c = 4 \). This gives us:\[y = \frac{-(-5) \pm \sqrt{(-5)^2 - 4 \times 1 \times 4}}{2 \times 1}\]\[y = \frac{5 \pm \sqrt{25 - 16}}{2}\]\[y = \frac{5 \pm \sqrt{9}}{2}\]\[y = \frac{5 \pm 3}{2} \]This results in two solutions: \( y = 4 \) and \( y = 1 \).
04
Reverse Substitution
Substitute back to \( x \) using the solutions for \( y \).- If \( y = 4 \): \( x^2 = 4 \) implies \( x = \pm 2 \).- If \( y = 1 \): \( x^2 = 1 \) implies \( x = \pm 1 \).
05
Conclude with All Possible Roots
The possible values of \( x \) that solve the original equation \( x^4 - 5x^2 + 4 = 0 \) are \( x = 2, -2, 1, -1 \).
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.
Quadratic Substitution
When tackling a quartic polynomial, like the one in our exercise: \( x^4 - 5x^2 + 4 \), solving directly can be a bit complex. Instead, we can leverage the idea of quadratic substitution, which simplifies our task significantly. The equation \( x^4 - 5x^2 + 4 \) can be transformed using a clever substitution. By letting \( y = x^2 \), the quartic equation converts into a much simpler quadratic form: \( y^2 - 5y + 4 = 0 \). This substitution is incredibly useful because it temporarily reduces the degree of the polynomial we're working with. Instead of dealing with powers of four, we're now looking at a manageable quadratic problem.
- Substitute \( y = x^2 \) to change a quartic to a quadratic.
- Simplifies the problem, making root-finding straightforward.
Quadratic Formula
Once we've transformed our quartic expression into a quadratic equation, we can solve it using the quadratic formula. This formula is a reliable tool derived from the process of completing the square and provides the solutions to any quadratic equation of the form \( ax^2 + bx + c = 0 \).For our equation \( y^2 - 5y + 4 = 0 \), we set:- \( a = 1 \)- \( b = -5 \)- \( c = 4 \)Then, applying the quadratic formula \(y = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\), we substitute these values in:- Calculate \( b^2 - 4ac = (-5)^2 - 4 \cdot 1 \cdot 4 = 25 - 16 = 9 \).- Find \( y = \frac{5 \pm \sqrt{9}}{2} \).
- Simplifies to \( y = \frac{5 \pm 3}{2} \).
- Results are \( y = 4 \) and \( y = 1 \).
Root Finding
The step of root finding begins once we have the solutions from the quadratic equation. In our scenario, substituting back from \( y \) to \( x \) is crucial to unravel the original equation's roots.Our solutions from \( y^2 - 5y + 4 = 0 \) were \( y = 4 \) and \( y = 1 \). Now, recall:- If \( y = x^2 \), then for \( y = 4 \), \( x^2 = 4 \).- Solving for \( x \) yields \( x = \pm 2 \).- Similarly, for \( y = 1 \), \( x^2 = 1 \).- Thus, \( x = \pm 1 \).Therefore, the roots of the original quartic equation \( x^4 - 5x^2 + 4 = 0 \) are \( x = 2, -2, 1, -1 \).
- Utilize found \( y \) values to find all possible \( x \) roots.
- Recognize that both positive and negative solutions exist for each \( x^2 \).