Problem 28

Question

Solve each equation analytically for all complex solutions, giving exact forms in your solution set. Then, graph the left side of the equation as \(y_{1}\) in the suggested viewing window and, using the capabilities of your calculator, support the real solutions. $$\begin{aligned} &x^{3}+3 x^{2}-19 x-57=0\\\ &[-10,10] \text { by }[-100,50] \end{aligned}$$

Step-by-Step Solution

Verified
Answer
The solutions are \(x = 3, -3 + i\sqrt{10}, -3 - i\sqrt{10}\). Graph confirms real root at \(x = 3\).
1Step 1: Use the Rational Root Theorem
The Rational Root Theorem suggests possible rational roots from factors of the constant term (-57) over factors of the leading coefficient (1). Potential rational roots are ±1, ±3, ±19, ±57.
2Step 2: Test Potential Rational Roots
Testing the potential roots using synthetic division or direct substitution, we find that 3 is a root. Substitute x=3 in the polynomial to verify this, yielding zero.
3Step 3: Divide the Polynomial
Use synthetic division to divide the polynomial by \((x-3)\) to reduce its degree. The division of \(x^3 + 3x^2 - 19x - 57\) by \((x-3)\) gives \(x^2 + 6x + 19\).
4Step 4: Solve the Quadratic Equation
Use the quadratic formula to solve \(x^2 + 6x + 19 = 0\). The quadratic formula is \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\). Substitute \(a=1\), \(b=6\), \(c=19\) to find the complex roots.
5Step 5: Calculate the Discriminant
Calculate the discriminant, \(b^2 - 4ac = 36 - 76 = -40\), which is negative, indicating two complex roots.
6Step 6: Find Complex Roots Using Quadratic Formula
Using \(x = \frac{-6 \pm \sqrt{-40}}{2}\), simplify to find the complex roots: \(x = -3 \pm i\sqrt{10}\).
7Step 7: Determine the Solution Set
The solutions for the equation are \(x = 3, -3 + i\sqrt{10}, -3 - i\sqrt{10}\).
8Step 8: Graph the Polynomial
Graph \(y_1 = x^3 + 3x^2 - 19x - 57\) in the viewing window \([-10,10]\) by \([-100,50]\). This will show where the graph crosses the x-axis, indicating real solutions.
9Step 9: Verify Real Solution Numerically
Use a calculator's root-finding capability to verify the real root found at \(x = 3\), ensuring it matches the graph showing the intersection with the x-axis.

Key Concepts

Rational Root TheoremSynthetic DivisionQuadratic FormulaComplex Numbers
Rational Root Theorem
The Rational Root Theorem is a handy mathematical tool that helps you find all potential rational roots of a polynomial equation. It works by taking the factors of the constant term and dividing them by the factors of the leading coefficient. In our example, the polynomial is \(x^3 + 3x^2 - 19x - 57\), where the constant term is \(-57\) and the leading coefficient is \(1\).

Here are the steps to apply the Rational Root Theorem:
  • List the factors of the constant term, \(-57\), which are \(\pm 1, \pm 3, \pm 19, \) and \(\pm 57\).
  • List the factors of the leading coefficient, which is \(1\), so the only factors are \(\pm 1\).
  • Form potential roots by dividing each factor of the constant term by each factor of the leading coefficient, simplifying where possible. This gives possible rational roots of \(\pm 1, \pm 3, \pm 19, \pm 57\).
You can now proceed to test these potential roots to see if they actually satisfy the equation, which can be done by substitution or synthetic division.
Synthetic Division
Synthetic division is a simplified method of dividing a polynomial by a linear factor, such as \((x - c)\). It is faster and less prone to errors than long division. Here's how you can use synthetic division.

Consider our polynomial \(x^3 + 3x^2 - 19x - 57\), which requires division by \((x - 3)\) after identifying \(x = 3\) as a root using the Rational Root Theorem.
  • Write down the coefficients of the polynomial: \(1, 3, -19, -57\).
  • Use the identified root \((3)\) as the synthetic divisor.
  • Arrange the coefficients and perform the synthetic division, bringing down the first coefficient \(1\), then multiply by \(3\) and add it to the next coefficient, repeating the process.
The result will give you the quotient polynomial \(x^2 + 6x + 19\) and confirm that there is no remainder, which verifies the division. This step simplifies the polynomial equation to a quadratic equation that is easier to solve.
Quadratic Formula
The quadratic formula is a powerful tool to solve quadratic equations of the form \(ax^2 + bx + c = 0\). The formula is:\[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]For our reduced polynomial \(x^2 + 6x + 19\), plug the coefficients into the formula: \(a = 1\), \(b = 6\), and \(c = 19\).

Next, calculate the discriminant, which is the part under the square root: \(b^2 - 4ac\). In this case:
  • \(b^2 = 36\)
  • \(-4ac = -76\)
The discriminant is \(36 - 76 = -40\), which is negative, indicating that the solutions will be complex numbers. Substitute back to find the complex roots:\[x = \frac{-6 \pm \sqrt{-40}}{2}\]This simplifies to complex solutions \(x = -3 \pm i\sqrt{10}\).
Complex Numbers
Complex numbers arise when the discriminant of a quadratic equation is negative, under the quadratic formula's square root. This leads to an imaginary component in the solution.

In our case, we have solved for roots of the form \(x = -3 \pm i\sqrt{10}\). Here, the term \(i\) represents the square root of \(-1\), indicating that, unlike real numbers, complex numbers include an imaginary component.A complex number generally takes the form \(a + bi\), where:
  • \(a\) is the real part
  • \(b\) is the imaginary part (involves \(i\))
This is a key concept when dealing with solutions to polynomial equations where the graph may not intersect the x-axis for certain parts of its domain. Complex numbers, like those found here, reveal non-real aspects of algebraic equations.