f u n c t i o n s
MCR3U: Functions
Solving Quadratic Equations
Part 1: Factoring and Quadratic Formula
- J. Garvin
Slide 1/18
f u n c t i o n s
Solving Quadratic Equations
Recall that to solve a quadratic equation means to find all values of the independent variable to satisfy a given equation. For example, the quadratic equation x2 + 5x + 6 = 0 has two solutions, x = −2 or x = −3. There are several techniques that we can use to solve quadratic equations.
- J. Garvin — Solving Quadratic Equations
Slide 2/18
f u n c t i o n s
Solving by Factoring
Often, the easiest method of solving a quadratic equation is to factor it. We have reviewed several methods of factoring for:
- simple trinomials (inspection)
- complex trinomials (decomposition)
- perfect squares (b = 2√a√c)
- differences of squares (inspection)
- grouping
- J. Garvin — Solving Quadratic Equations
Slide 3/18
f u n c t i o n s
Solving by Factoring
Example
Solve 10x2 + 13x − 3 = 0. 10x2 + 13x − 3 = 0 10x2 + 15x − 2x − 3 = 0 5x(2x + 3) − 1(2x + 3) = 0 (5x − 1)(2x + 3) = 0 x = 1 5 or − 3 2
- J. Garvin — Solving Quadratic Equations
Slide 4/18
f u n c t i o n s
Solving by Factoring
Your Turn
Solve 45x3 − 5x = 0. 45x3 − 5x = 0 5x(9x2 − 1) = 0 5x(3x − 1)(3x + 1) = 0 x = 0, 1 3 or − 1 3
- J. Garvin — Solving Quadratic Equations
Slide 5/18
f u n c t i o n s
Solving by Completing the Square
Sometimes it is not easy to factor a quadratic equation. The equation x2 + 4x + 2 = 0 has solutions −2 + √ 2 and −2 − √
- 2. These are not “obvious” in any way.
Another technique that can be used to solve quadratic equations is Completing the Square. While we typically associate this technique with converting a quadratic from standard to vertex form, this form is easy to isolate the independent variable and, thus, solve for any intercepts.
- J. Garvin — Solving Quadratic Equations
Slide 6/18