Chapter 8: Problem 28
Use the quadratic formula to solve each equation. These equations have real solutions and complex but not real solutions. See Examples 1 through 4. $$ 2=-9 x^{2}-x $$
Short Answer
Expert verified
The solutions are complex: \( x = -\frac{1}{18} \pm \frac{i \sqrt{71}}{18} \).
Step by step solution
01
Rearrange the equation into standard form
The quadratic equation should be in the form of \( ax^2 + bx + c = 0 \). Start with the given equation: \[ 2 = -9x^2 - x \]Subtract 2 from both sides to move all terms to one side:\[ 0 = -9x^2 - x - 2 \]Thus, the equation becomes:\[ -9x^2 - x - 2 = 0 \]
02
Identify coefficients
The standard form of a quadratic equation is \( ax^2 + bx + c = 0 \). Thus, identify the coefficients:- \( a = -9 \)- \( b = -1 \)- \( c = -2 \)
03
Apply the quadratic formula
The quadratic formula is given by:\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]Plug in the coefficients \( a = -9 \), \( b = -1 \), and \( c = -2 \) into this formula:\[ x = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(-9)(-2)}}{2(-9)} \]
04
Compute the discriminant
Calculate the discriminant, \( b^2 - 4ac \):\[ (-1)^2 - 4(-9)(-2) = 1 - 72 = -71 \]Since the discriminant is negative, the solutions will be complex.
05
Simplify the quadratic formula for complex solutions
Use the quadratic formula with the discriminant value:\[ x = \frac{1 \pm \sqrt{-71}}{-18} \]This indicates that the solutions are complex because of the negative under the square root.
06
Write the final solutions
Since we have a negative discriminant, express the square root of negative numbers using 'i' for imaginary parts. Therefore:\[ x = \frac{1 \pm i \sqrt{71}}{-18} \]So the solutions are:\[ x = -\frac{1}{18} \pm \frac{i \sqrt{71}}{18} \]
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.
Standard Form of a Quadratic Equation
The standard form of a quadratic equation is one of the foundational concepts in algebra. It sets the stage for solving quadratic equations accurately. The standard form is given by the equation: - \( ax^2 + bx + c = 0 \) Here:
In the problem provided, rearranging: \( 2 = -9x^2 - x \) involves moving terms, resulting in \( -9x^2 - x - 2 = 0 \). This equation is now in standard form, with coefficients \( a = -9 \), \( b = -1 \), and \( c = -2 \). This step is vital as it aligns the problem for straightforward solution finding using subsequent methods.
- \( a \) is the coefficient of \( x^2 \)
- \( b \) is the coefficient of \( x \)
- \( c \) is the constant term
In the problem provided, rearranging: \( 2 = -9x^2 - x \) involves moving terms, resulting in \( -9x^2 - x - 2 = 0 \). This equation is now in standard form, with coefficients \( a = -9 \), \( b = -1 \), and \( c = -2 \). This step is vital as it aligns the problem for straightforward solution finding using subsequent methods.
Discriminant
The discriminant is a key component of the quadratic formula method, tucked within the square root: \[ b^2 - 4ac \]. Its value tells us a lot about the roots of the quadratic equation:
- If the discriminant is positive, there are two real and distinct solutions.
- If it is zero, there is exactly one real solution (or a repeated root).
- If negative, as in this example, there are no real solutions. Instead, the solutions are complex.
Complex Solutions
Complex solutions appear when the discriminant of a quadratic equation is negative, which means there are no real number solutions. Complex numbers can be expressed in the form \( a + bi \), where \( i \) is the imaginary unit defined by \( i^2 = -1 \).
For the quadratic equation from the exercise, using the quadratic formula \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \], results in complex solutions due to the negative discriminant \(-71\). The solution can be simplified to: \[ x = \frac{1 \pm i \sqrt{71}}{-18} \].
This is interpreted as two complex numbers:
For the quadratic equation from the exercise, using the quadratic formula \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \], results in complex solutions due to the negative discriminant \(-71\). The solution can be simplified to: \[ x = \frac{1 \pm i \sqrt{71}}{-18} \].
This is interpreted as two complex numbers:
- \( x = -\frac{1}{18} + \frac{i \sqrt{71}}{18} \)
- \( x = -\frac{1}{18} - \frac{i \sqrt{71}}{18} \)