Chapter 6: Problem 27
Find all of the zeros of each function. \(g(x)=2 x^{3}-x^{2}+28 x+51\)
Short Answer
Expert verified
The zeros are \(x = -3\), \(x = \frac{7 \pm i\sqrt{87}}{4}\).
Step by step solution
01
Identify the Polynomial
The given function is a cubic polynomial of the form \(g(x) = 2x^3 - x^2 + 28x + 51\). Our goal is to find the values of \(x\) for which \(g(x) = 0\).
02
Use the Rational Root Theorem
According to the Rational Root Theorem, any rational root of the polynomial equation \(a_n x^n + a_{n-1} x^{n-1} + ... + a_0 = 0\) is of the form \(p/q\), where \(p\) divides the constant term \(a_0 = 51\) and \(q\) divides the leading coefficient \(a_n = 2\). Thus, the possible rational roots are \(\pm 1, \pm 3, \pm 17, \pm 51, \pm \frac{1}{2}, \pm \frac{3}{2}, \pm \frac{17}{2}, \pm \frac{51}{2}\).
03
Test Possible Roots
Manually or with a calculator, substitute each possible root from Step 2 into \(g(x)\) to see if it produces zero. For \(x = -3\), substitute into the polynomial: \(g(-3) = 2(-3)^3 - (-3)^2 + 28(-3) + 51 = -54 - 9 - 84 + 51 = 0\). So \(x = -3\) is a root of the polynomial.
04
Perform Synthetic Division with Found Root
Use synthetic division to divide the polynomial \(g(x)\) by \(x + 3\) (since \(x = -3\) is a root). Set up the synthetic division using the coefficients \((2, -1, 28, 51)\). This yields a quotient of \(2x^2 - 7x + 17\) and a remainder of 0.
05
Solve the Quadratic Equation
The result of the synthetic division is the equation \(2x^2 - 7x + 17 = 0\). Solve this quadratic using the quadratic formula, \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\), where \(a = 2\), \(b = -7\), and \(c = 17\). Calculate: \(x = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(2)(17)}}{2(2)}\)\(x = \frac{7 \pm \sqrt{49 - 136}}{4}\)\(x = \frac{7 \pm \sqrt{-87}}{4}\).This results in complex numbers: \(x = \frac{7 \pm i\sqrt{87}}{4}\).
06
Conclude with the Zeros of the Function
The function \(g(x) = 2x^3 - x^2 + 28x + 51\) has one real root \(x = -3\) and two complex roots \(x = \frac{7 + i\sqrt{87}}{4}\) and \(x = \frac{7 - i\sqrt{87}}{4}\).
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.
Rational Root Theorem
The Rational Root Theorem is a useful tool when solving polynomial equations, particularly when we want to find potential rational zeros of a polynomial. A rational root is a solution to the polynomial equation that can be expressed as a fraction \( \frac{p}{q} \), where both \(p\) and \(q\) are integers. This theorem provides a way to list out all possible rational roots: **any rational solution of the polynomial \( a_n x^n + a_{n-1} x^{n-1} + ... + a_0 = 0 \) is the ratio of a factor of the constant term \( a_0 \)** to a factor of the leading coefficient \( a_n \).
In the exercise provided, our polynomial is \( g(x) = 2x^3 - x^2 + 28x + 51 \). Here, the constant term \( a_0 \) is 51, and the leading coefficient \( a_n \) is 2. Thus, we take all divisors of 51 (\( \pm 1, \pm 3, \pm 17, \pm 51 \)) and divide them by all divisors of 2 (\( \pm 1, \pm 2 \)), yielding the possibilities: \( \pm 1, \pm 3, \pm 17, \pm 51, \pm \frac{1}{2}, \pm \frac{3}{2}, \pm \frac{17}{2}, \pm \frac{51}{2} \).
By testing these values in the polynomial, one can quickly determine which, if any, are actual roots of the polynomial.
In the exercise provided, our polynomial is \( g(x) = 2x^3 - x^2 + 28x + 51 \). Here, the constant term \( a_0 \) is 51, and the leading coefficient \( a_n \) is 2. Thus, we take all divisors of 51 (\( \pm 1, \pm 3, \pm 17, \pm 51 \)) and divide them by all divisors of 2 (\( \pm 1, \pm 2 \)), yielding the possibilities: \( \pm 1, \pm 3, \pm 17, \pm 51, \pm \frac{1}{2}, \pm \frac{3}{2}, \pm \frac{17}{2}, \pm \frac{51}{2} \).
By testing these values in the polynomial, one can quickly determine which, if any, are actual roots of the polynomial.
Synthetic Division
Synthetic division is a shortcut method for dividing a polynomial by a linear divisor of the form \( x - c \). It's less cumbersome than long division and is especially useful when you're verifying potential roots of a polynomial.
Here's how synthetic division works, using our example polynomial \( g(x) = 2x^3 - x^2 + 28x + 51 \) and the found root \( x = -3 \):
Here's how synthetic division works, using our example polynomial \( g(x) = 2x^3 - x^2 + 28x + 51 \) and the found root \( x = -3 \):
- Set up the synthetic division using the divisor \( x + 3 \) (as \( x = -3 \) means \( (x - (-3)) \)).
- Write the coefficients of the polynomial: 2, -1, 28, and 51.
- Bring down the leading coefficient (2) to the bottom row.
- Multiply this by -3 and add to the next coefficient (-1), repeating this cycle along the row.
- The final number you'll obtain is the remainder, and if it's zero, the division confirms \( x = -3 \) is indeed a root.
Complex Roots
Complex roots arise when we solve polynomial equations and find solutions involving the square root of a negative number. In the given polynomial exercise, after using synthetic division, we were left with a quadratic \( 2x^2 - 7x + 17 = 0 \).
To find the roots, we use the quadratic formula, but encounter a negative discriminant. The discriminant (the part under the square root in the quadratic formula) is calculated as \( b^2 - 4ac \). For \( 2x^2 - 7x + 17 \), substituting \( a = 2 \), \( b = -7 \), and \( c = 17 \) gives the discriminant as \( 49 - 136 = -87 \).
Because the discriminant is negative, our solutions will involve the imaginary unit \( i \), where \( i^2 = -1 \). Hence, the roots become complex numbers: \( x = \frac{7 \pm i\sqrt{87}}{4} \).
Complex roots in polynomials always appear in conjugate pairs when the coefficients are real, as seen in this example.
To find the roots, we use the quadratic formula, but encounter a negative discriminant. The discriminant (the part under the square root in the quadratic formula) is calculated as \( b^2 - 4ac \). For \( 2x^2 - 7x + 17 \), substituting \( a = 2 \), \( b = -7 \), and \( c = 17 \) gives the discriminant as \( 49 - 136 = -87 \).
Because the discriminant is negative, our solutions will involve the imaginary unit \( i \), where \( i^2 = -1 \). Hence, the roots become complex numbers: \( x = \frac{7 \pm i\sqrt{87}}{4} \).
Complex roots in polynomials always appear in conjugate pairs when the coefficients are real, as seen in this example.
Quadratic Formula
The quadratic formula is a fundamental tool for finding the roots of any quadratic equation of the form \( ax^2 + bx + c = 0 \). It is expressed as \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \).
We encounter the quadratic formula in this problem after obtaining a quadratic from synthetic division. Given the equation \( 2x^2 - 7x + 17 = 0 \), we substitute \( a = 2 \), \( b = -7 \), and \( c = 17 \) into the formula:
We encounter the quadratic formula in this problem after obtaining a quadratic from synthetic division. Given the equation \( 2x^2 - 7x + 17 = 0 \), we substitute \( a = 2 \), \( b = -7 \), and \( c = 17 \) into the formula:
- Calculate \( -b \) which makes it \( 7 \).
- Compute the discriminant \( \sqrt{b^2 - 4ac} = \sqrt{49 - 136} = \sqrt{-87} \).
- Since the discriminant is negative, this implies the roots are complex.
- Finally, express the roots as \( x = \frac{7 \pm i\sqrt{87}}{4} \).