Quadratic Equations

Equations involving a squared variable, solved by factoring or the quadratic formula.

y = 1.0xΒ² + 0.0x βˆ’ 2.0
-4-3-2-11234xyroot(s)vertex
Definition

A quadratic equation has the form ax2+bx+c=0ax^2 + bx + c = 0 where a≠0a \neq 0. The highest power of xx is 22.

The two most common solution methods:

Factoring: rewrite as (xβˆ’r)(xβˆ’s)=0(x - r)(x - s) = 0, then x=rx = r or x=sx = s.

Quadratic formula: always works:

x=βˆ’bΒ±b2βˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Key properties
  • The graph of y=ax2+bx+cy = ax^2 + bx + c is always a parabola
  • Opens upward if a>0a > 0, downward if a<0a < 0
  • Has a vertex (peak or trough) at x=βˆ’b2ax = -\tfrac{b}{2a}
  • Is symmetric about the vertical line through the vertex
Solving by factoring

Solve x2βˆ’5x+6=0x^2 - 5x + 6 = 0.

Find two numbers that multiply to 66 and add to βˆ’5-5: that's βˆ’2-2 and βˆ’3-3.

(xβˆ’2)(xβˆ’3)=0β€…β€ŠβŸΉβ€…β€Šx=2Β orΒ x=3(x - 2)(x - 3) = 0 \implies x = 2 \text{ or } x = 3

Solving with the quadratic formula

Solve 2x2+3xβˆ’2=02x^2 + 3x - 2 = 0.

x=βˆ’3Β±9+164=βˆ’3Β±54x = \frac{-3 \pm \sqrt{9 + 16}}{4} = \frac{-3 \pm 5}{4}

x=12x = \dfrac{1}{2} or x=βˆ’2x = -2

Common mistakes
  • Forgetting the Β±\pm: the formula always gives two candidates β€” don't drop one
  • Sign errors on bb: the formula starts with βˆ’b-b, not bb
  • Dividing only part of the numerator: βˆ’bΒ±Ξ”2a\frac{-b \pm \sqrt{\Delta}}{2a} means the whole numerator over 2a2a
Try it

Solve x2βˆ’4=0x^2 - 4 = 0.

Solution

x2=4β€…β€ŠβŸΉβ€…β€Šx=Β±2x^2 = 4 \implies x = \pm 2

Or factor: (xβˆ’2)(x+2)=0(x-2)(x+2) = 0.

Related concepts

Needs first