Enrol to start learning
Reading is open to everyone. Enrolling is free, and it is what unlocks the audio lessons, practice tests and progress tracking.
2. Methods of Solving Quadratic Equations
Interactive Audio Lesson
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountToday, we're discussing the factorization method for solving quadratic equations. Can anyone tell me what a quadratic equation looks like?
Isn't it in the form ax² + bx + c = 0?
Exactly! Now, for the factorization method, we need to first express this equation in standard form. Let's look at the example: x² + 5x + 6 = 0.
How do we factor that?
Good question! We look for two numbers that multiply to 6 and add to 5. Those numbers are 2 and 3. So, we can factor the equation as (x + 2)(x + 3) = 0. Can anyone solve for x now?
x = -2 or x = -3!
Great job! Remember the mnemonic, ‘Factors Find X’ for future reference. Let's summarize this method: Write the equation in standard form, factor, then solve the factors.
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountNext, we will explore completing the square. Can anyone explain what that means?
It's when we rearrange the equation to form a perfect square trinomial, right?
Exactly! Let's work through the equation x² + 6x + 5 = 0. First, we move 5 to the other side, giving us x² + 6x = -5. What's next?
We need to add and subtract the square of half the coefficient of x, so we add 9 to both sides.
Correct! Now we get (x + 3)² = 4. What do we solve for x next?
By taking the square root, we find x = -1 or x = -5.
Perfect! Remember: ‘Complete and Solve’ can help you recall this method. Let's summarize the steps involved.
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountNow, we will discuss the quadratic formula, which is useful for all quadratic equations. Who can tell me what the formula is?
Is it x = -b ± √(b² - 4ac) / 2a?
That's correct! Let's apply this to the equation 2x² + 3x - 2 = 0. What are our values for a, b, and c?
a = 2, b = 3, and c = -2.
Excellent! Now substituting these into the formula, what’s the discriminant first?
It’s D = b² - 4ac, so I calculate 9 + 16 = 25.
Exactly! Now, solving gives us x = (-3 ± 5)/4. What do we find for x?
The solutions are x = 0.5 and x = -2.
Great work! Remember the phrase, ‘Quadratic Always Works’ to recall the formula. Let's summarize the benefits of the quadratic formula!
Overview
Short Summary
This section explores various methods for solving quadratic equations, including factorization, completing the square, and using the quadratic formula.
Medium Summary
The section provides detailed explanations of three primary methods for solving quadratic equations: the factorization method, the completing the square method, and the quadratic formula. Each method is illustrated with examples and step-by-step procedures to help students understand their applications.
Detailed Summary
Methods of Solving Quadratic Equations
This section discusses three prevalent methods for solving quadratic equations, each with its unique process and application:
1. Factorization Method
The factorization method involves rewriting the quadratic equation in a standard form and then factoring the quadratic expression into a product of binomials. For example, to solve the equation x² + 5x + 6 = 0, we factor it as (x + 2)(x + 3) = 0, leading us to the solutions x = -2 and x = -3.
2. Completing the Square Method
The completing the square method allows us to manipulate the equation to create a perfect square trinomial. For example, in the equation x² + 6x + 5 = 0, we rearrange to x² + 6x = -5. By adding and subtracting the square of half the coefficient of x, we transform it and solve. We find x = -1 or x = -5.
3. Quadratic Formula
The quadratic formula provides a universal method to find the roots of any quadratic equation. Using the formula x = (-b ± √(b² - 4ac)) / (2a), we apply it to the equation 2x² + 3x - 2 = 0, ultimately finding the solutions x = 0.5 and x = -2. The discriminant (D) plays a crucial role in determining the nature of the roots (real or complex).
These methods not only provide solutions but also enhance understanding of the quadratic equation's properties and their roots.
Audio Book
Unlock the audio lesson
The script is above and free to read. A free account plays it back, in the voice you pick.
Create a free account2.1 Factorization Method
Step-by-step:
- Write the equation in standard form.
- Factor the quadratic expression on the LHS.
- Set each factor equal to 0.
- Solve for 𝑥.
Example: Solve 𝑥² + 5𝑥 + 6 = 0 Solution: 𝑥² + 5𝑥 + 6 = (𝑥 + 2)(𝑥 + 3) = 0 So, 𝑥 = -2 or 𝑥 = -3
Detailed Explanation
The Factorization Method involves breaking down the quadratic equation into simpler binomial expressions. First, the equation must be presented in the standard form (𝑎𝑥² + 𝑏𝑥 + 𝑐 = 0). Next, we identify two numbers that multiply to 'c' (the constant term) and add to 'b' (the coefficient of the linear term). Once we identify these numbers, we express the quadratic as the product of two binomials. Finally, we set each binomial equal to zero to find the possible values of 𝑥.
For example, in the equation 𝑥² + 5𝑥 + 6 = 0, we can factor it into (𝑥 + 2)(𝑥 + 3) = 0. Solving for each factor gives us the roots: 𝑥 = -2 or 𝑥 = -3.
Examples & Analogies
Imagine you're trying to find two numbers that, when combined, will create a certain length of a fence (the constant) and also balance out evenly on a number line (the coefficient). This is similar to finding the right pairs of factors that multiply together to meet the requirements of the quadratic equation.
Unlock the audio lesson
The script is above and free to read. A free account plays it back, in the voice you pick.
Create a free account2.2 Completing the Square Method
Step-by-step:
- Rearrange the equation: move the constant to the other side.
- Make the coefficient of 𝑥² equal to 1 (if necessary).
- Add and subtract the square of half the coefficient of 𝑥.
- Rewrite as a perfect square and solve.
Example: Solve 𝑥² + 6𝑥 + 5 = 0 by completing the square. Solution: 𝑥² + 6𝑥 = -5 Add 9 to both sides: 𝑥² + 6𝑥 + 9 = 4 (𝑥 + 3)² = 4 𝑥 + 3 = ±2 𝑥 = -1 or 𝑥 = -5
Detailed Explanation
The Completing the Square Method is a process for transforming a quadratic equation into a perfect square trinomial. First, move the constant term to the opposite side of the equation. If the coefficient of 𝑥² is not 1, divide through by that coefficient to make it 1. Next, take half of the coefficient of 𝑥, square it, and add it to both sides of the equation. This allows us to rewrite the left side as a perfect square. Finally, we solve for 𝑥 by taking the square root of both sides and isolating 𝑥.
In our example, starting with 𝑥² + 6𝑥 + 5 = 0, we rearranged to 𝑥² + 6𝑥 = -5, added 9 to both sides to make it (𝑥 + 3)² = 4, leading us to find 𝑥 = -1 or 𝑥 = -5.
Examples & Analogies
Think of it like adjusting a picture frame until it fits perfectly within a space. By adding or removing material (like adjusting the coefficients), you can make everything balance, revealing a clean and complete picture—just as completing the square helps you visualize the roots of the quadratic equation.
Unlock the audio lesson
The script is above and free to read. A free account plays it back, in the voice you pick.
Create a free account2.3 Quadratic Formula
The quadratic formula:
−𝑏 ± √(𝑏² - 4𝑎𝑐)
𝑥 =
2𝑎
Works for any quadratic equation.
Example:
Solve 2𝑥² + 3𝑥 − 2 = 0
Solution:
𝑎 = 2, 𝑏 = 3, 𝑐 = −2
−3 ± √(9 + 16)
−3 ± √(25)
𝑥 =
2
4
𝑥 = 0.5 or 𝑥 = −2
Detailed Explanation
The Quadratic Formula is a universal method that can solve any quadratic equation in the standard form (𝑎𝑥² + 𝑏𝑥 + 𝑐 = 0). It is given by the formula: 𝑥 = [−𝑏 ± √(𝑏² - 4𝑎𝑐)] / 2𝑎. Here, 𝑏² - 4𝑎𝑐 is known as the discriminant. The nature of the roots can be inferred from the discriminant, and it will always provide solutions to quadratic equations, even when the roots are complex.
For instance, for the equation 2𝑥² + 3𝑥 − 2 = 0, substituting the values of 𝑎, 𝑏, and 𝑐 into the quadratic formula yields the solutions 𝑥 = 0.5 and 𝑥 = -2.
Examples & Analogies
Imagine trying to find the optimal path while climbing a hill: the quadratic formula is like your GPS—it will direct you toward your destination (the roots) no matter the terrain (the specific coefficients). Just as the GPS provides accurate guidance, the quadratic formula gives you the exact values for 𝑥.
--
Key Concepts
Core takeaways and short definitions to help you quickly recall the key ideas from this section.
Factorization: A method of solving quadratic equations by expressing them as a product of factors.
Completing the Square: A technique to convert a standard quadratic equation into a perfect square form.
Quadratic Formula: A universal formula to find roots of any quadratic equation.
Discriminant: A crucial component in determining the nature of the roots.
Examples
Step-by-step examples to apply the section's ideas and test your understanding.
Example 1: Solve x² + 5x + 6 = 0 using factorization; Solutions are x = -2 and x = -3.
Example 2: Solve x² + 6x + 5 = 0 by completing the square; Solutions are x = -1 and x = -5.
Example 3: Solve 2x² + 3x - 2 = 0 using the quadratic formula; Solutions are x = 0.5 and x = -2.
Memory Aids
Interactive tools to help you remember key concepts
Stories
Memory Tools
Flash Cards
Glossary
Quadratic Equation
An equation of the form ax² + bx + c = 0, where a, b, c are constants and a ≠ 0.
Factorization
The process of rewriting an expression as a product of its factors.
Completing the Square
A method of converting a quadratic equation into a perfect square trinomial.
Quadratic Formula
A formula for finding the roots of any quadratic equation: x = (-b ± √(b² - 4ac)) / (2a).
Discriminant
The expression b² - 4ac, which determines the nature of the roots of a quadratic equation.