- Solve quadratic equations by factoring.
- Solve quadratic equations by square root property.
- Solve quadratic equations by completing the square.
- Solve quadratic equations by using quadratic formula.
Solving Quadratic Equations by Factoring
The Main Idea
- Definition of Quadratic Equations:
- Second-degree polynomial equation
- Standard form: [latex]ax^2 + bx + c = 0[/latex], where [latex]a \neq 0[/latex]
- Zero-Product Property:
- If [latex]ab = 0[/latex], then [latex]a = 0[/latex] or [latex]b = 0[/latex]
- Fundamental to solving factored quadratics
- Grouping Method:
- Used when the leading coefficient is not 1
- Transforms the quadratic into four terms for easier factoring
- Key Steps:
- Find factors of [latex]ac[/latex] that sum to [latex]b[/latex]
- Rewrite middle term using these factors
- Group terms and factor by pairs
- Factor out common binomial
Solving by Factoring: Step-by-Step
- Arrange the equation in standard form: [latex]ax^2 + bx + c = 0[/latex]
- Factor the left side of the equation
- Apply the zero-product property
- Solve the resulting linear equations
- Check solutions in the original equation
You can view the transcript for “More examples of factoring quadratics with a leading coefficient of 1 | Algebra II | Khan Academy” here (opens in new window).
Using the Square Root Property
The Main Idea
- Square Root Property:
- Used when there’s no linear term in the quadratic equation
- If [latex]x^2 = k[/latex], then [latex]x = \pm\sqrt{k}[/latex] (where [latex]k \geq 0[/latex])
- Applying Square Root Property:
- Isolate [latex]x^2[/latex] term
- Take square root of both sides
- Remember to use [latex]\pm[/latex] sign
- Pythagorean Theorem:
- Relates sides of a right triangle: [latex]a^2 + b^2 = c^2[/latex]
- [latex]a[/latex] and [latex]b[/latex] are legs, [latex]c[/latex] is hypotenuse
- Leads to quadratic equations when solving for a side
You can view the transcript for “Example: Solving simple quadratic | Quadratic equations | Algebra I | Khan Academy” here (opens in new window).
Completing the Square
The Main Idea
- Purpose:
- Transform [latex]ax^2 + bx + c = 0[/latex] into [latex](x - h)^2 = k[/latex]
- Enables solving quadratics that can’t be easily factored
- Key Steps:
- Rearrange the equation so that it is in standard form
- Isolate [latex]x[/latex] terms on one side
- Add [latex](\frac{b}{2})^2[/latex]
- Factor perfect square trinomial
- Apply square root property
- Perfect Square Trinomials:
- [latex]x^2 + 2px + p^2 = (x + p)^2[/latex]
- [latex]x^2 - 2px + p^2 = (x - p)^2[/latex]
- Applications:
- Solving quadratic equations
- Finding vertex of parabolas
- Deriving quadratic formula
You can view the transcript for “Solving quadratic equations by completing the square | Algebra II | Khan Academy” here (opens in new window).
Quadratic Formula
The Main Idea
- Quadratic Formula:
- Solves any quadratic equation [latex]ax^2 + bx + c = 0[/latex]
- Formula: [latex]x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}[/latex]