Chapter 5: Problem 31
In \(18-35,\) find each common solution algebraically. Express irrational roots in simplest radical form. $$ \begin{array}{l}{y=2 x^{2}+3 x+4} \\ {y=11 x+6}\end{array} $$
Short Answer
Expert verified
The common solutions are \( x = 2 + \sqrt{5} \) and \( x = 2 - \sqrt{5} \).
Step by step solution
01
Set the Equations Equal to Each Other
Since both equations equal \(y\), set them equal to each other: \[ 2x^2 + 3x + 4 = 11x + 6 \]
02
Move All Terms to One Side
Rearrange the equation to move all terms to one side: \[ 2x^2 + 3x + 4 - 11x - 6 = 0 \] Simplify the equation: \[ 2x^2 - 8x - 2 = 0 \]
03
Solve Using the Quadratic Formula
The equation is in the form \(ax^2 + bx + c = 0\), with \(a = 2\), \(b = -8\), \(c = -2\). Use the quadratic formula: \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \] Substitute the values: \[ x = \frac{-(-8) \pm \sqrt{(-8)^2 - 4 \times 2 \times (-2)}}{2 \times 2} \]
04
Simplify the Expression Inside the Square Root
Calculate inside the square root: \[ (-8)^2 = 64 \] \[ 4 \times 2 \times (-2) = -16 \] So, \[ b^2 - 4ac = 64 + 16 \] \[ = 80 \]
05
Continue Solving with the Quadratic Formula
Substitute back into the quadratic formula: \[ x = \frac{8 \pm \sqrt{80}}{4} \] Simplify \(\sqrt{80}\): \[ \sqrt{80} = \sqrt{16 \times 5} = 4\sqrt{5} \] So, \[ x = \frac{8 \pm 4\sqrt{5}}{4} \] Divide both terms by 4: \[ x = 2 \pm \sqrt{5} \]
06
Write the Final Solutions for x
The solutions for \(x\) are: \[ x = 2 + \sqrt{5} \] \[ x = 2 - \sqrt{5} \]
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 equations
A "quadratic equation" is a type of polynomial equation of the second degree. It takes the general form \( ax^2 + bx + c = 0 \), where \( a \), \( b \), and \( c \) are coefficients, and \( a \) cannot be zero. This restriction ensures that the term \( x^2 \) is present, making the equation "quadratic"- The highest power of the variable \( x \) is 2, which makes these equations particularly interesting as they typically have two solutions.
- These solutions correspond to the points where a parabola, representing the quadratic function, intersects the x-axis.
When solving a system of equations that includes a quadratic equation, one method is to substitute the expression for one variable from the linear equation into the quadratic equation. By doing so, you derive a single equation with one variable: the quadratic equation. This allows using typical quadratic solving techniques such as factoring, completing the square, or the quadratic formula.
- These solutions correspond to the points where a parabola, representing the quadratic function, intersects the x-axis.
When solving a system of equations that includes a quadratic equation, one method is to substitute the expression for one variable from the linear equation into the quadratic equation. By doing so, you derive a single equation with one variable: the quadratic equation. This allows using typical quadratic solving techniques such as factoring, completing the square, or the quadratic formula.
Quadratic formula
The "quadratic formula" is a powerful tool for finding the solutions to any quadratic equation. The formula is given by:\[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]Here's a breakdown of what the formula components stand for:
- \( b^2 - 4ac \) is called the "discriminant." It tells us the nature of the roots (solutions) of the quadratic equation.
- An important aspect of the discriminant is its value:
- If \( b^2 - 4ac > 0 \), the quadratic has two distinct real roots.
- If \( b^2 - 4ac = 0 \), then there is exactly one real root, meaning the parabola touches the x-axis at just one point.
- If \( b^2 - 4ac < 0 \), the quadratic has no real roots, as the parabola does not intersect the x-axis. It results in complex solutions.
Simplifying radicals
"Simplifying radicals" is a technique used to make expressions involving square roots easier to work with. When you simplify a radical, you express the square root in its simplest form.- For example, \( \sqrt{80} \) can be broken down into its prime factors: \( \sqrt{16 \times 5} \).- Here we recognize that \( 16 \) is a perfect square, so \( \sqrt{16} = 4 \).
- Thus, \( \sqrt{80} = \sqrt{16} \times \sqrt{5} = 4\sqrt{5} \).To simplify a radical:
- Thus, \( \sqrt{80} = \sqrt{16} \times \sqrt{5} = 4\sqrt{5} \).To simplify a radical:
- Identify if the number under the square root sign possesses any perfect square factors.
- Extract the square root of those perfect square factors.
- Multiply the results to express the radical in its simplest form.