Chapter 4: Problem 67
Find the roots of the given functions. \(g(x)=x^{4}-13 x^{2}+36\)
Short Answer
Expert verified
The roots are \(x = 3, -3, 2, -2\).
Step by step solution
01
Recognize the Type of Polynomial
The function given is a fourth-degree polynomial, specifically in the form of a quadratic in terms of another variable substitution, because of the terms involving \(x^4\) and \(x^2\).
02
Substitute and Simplify
Let \(y = x^2\), then the equation becomes a quadratic function in \(y\): \(g(y) = y^2 - 13y + 36\).
03
Solve Quadratic Equation
Now, solve the quadratic equation \(y^2 - 13y + 36 = 0\) using the quadratic formula \(y = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\), where \(a=1\), \(b=-13\), and \(c=36\). First calculate the discriminant: \(b^2 - 4ac = 169 - 144 = 25\).
04
Calculate the Roots of Quadratic
Substitute the values into the quadratic formula: \(y = \frac{13 \pm \sqrt{25}}{2}\). This simplifies to \(y = \frac{13 \pm 5}{2}\), giving solutions \(y = 9\) and \(y = 4\).
05
Re-substitute to Find \(x\)
Since \(y = x^2\), substitute back to find \(x\) from both solutions: \(x^2 = 9\) and \(x^2 = 4\).
06
Solve for \(x\)
Take the square root of both sides for each equation to solve for \(x\). For \(x^2 = 9\), \(x = 3\) or \(x = -3\). For \(x^2 = 4\), \(x = 2\) or \(x = -2\).
07
Assemble All Roots of the Original Equation
The roots of \(g(x) = x^4 - 13x^2 + 36\) are \(x = 3, -3, 2, -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.
Quadratic Substitution
When faced with higher-degree polynomials, such as a fourth-degree polynomial, it can be challenging to find the roots directly. In such cases, using a quadratic substitution is a helpful technique. It involves substituting a variable with another quadratic expression, simplifying the equation, and then solving it as a standard quadratic equation.
In the problem given, the original function is a fourth-degree polynomial:
In the problem given, the original function is a fourth-degree polynomial:
- Polynomial: \(g(x)=x^{4}-13 x^{2}+36\)
- Notice: It contains terms like \(x^4\) and \(x^2\)
- Substitute \(y=x^{2}\): \(g(y) = y^2 - 13y + 36\)
Quadratic Formula
The quadratic formula is an essential tool for solving quadratic equations of the form \(ax^2 + bx + c = 0\). It provides a straightforward method to calculate the roots directly, regardless of whether they are real or complex.
Here is the quadratic formula:
Applying the quadratic formula:
Here is the quadratic formula:
- Formula: \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
Applying the quadratic formula:
- Calculate roots: \(y = \frac{-(-13) \pm \sqrt{(-13)^2 - 4\cdot 1\cdot 36}}{2\cdot 1}\)
- Calculate: \(y = \frac{13 \pm \sqrt{169 - 144}}{2}\)
- Simplify further: \(y = \frac{13 \pm \sqrt{25}}{2}\)
Discriminant
The discriminant in the quadratic formula is the expression beneath the square root, \(b^2 - 4ac\). It provides valuable information about the nature of the roots of the quadratic equation.
Understanding the discriminant:
Understanding the discriminant:
- If \(b^2 - 4ac > 0\), there are two distinct real roots.
- If \(b^2 - 4ac = 0\), there is exactly one real root (a double root).
- If \(b^2 - 4ac < 0\), the roots are complex or imaginary.
- Calculate: \(169 - 144 = 25\)