Style Sampler

Layout Style

Patterns for Boxed Mode

Backgrounds for Boxed Mode

Search News Posts

Validating credentials, please wait...
  • General Inquiries: 62811816

Home

Quadratic equations

Quadratic equations

Quadratic equations

  • x2 + 3x – 4 = 0

For the Quadratic Formula to work, you must have your equation arranged in the form “(quadratic) = 0“. Also, the “2a” in the denominator of the Formula is underneath everything above, not just the square root. And it’s a “2a” under there, not just a plain “2“. Make sure that you are careful not to drop the square root or the “plus/minus” in the middle of your calculations, or I can guarantee that you will forget to “put them back in” on your test, and you’ll mess yourself up. Remember that “b2” means “the square of ALL of b, including its sign”, so don’t leave b2 being negative, even if b is negative, because the square of a negative is a positive.

In other words, don’t be sloppy and don’t try to take shortcuts, because it will only hurt you in the long run. Trust me on this!

Here are some examples of how the Quadratic Formula works:

  • Solve x2 + 3x – 4 = 0

This quadratic happens to factor:

x2 + 3x – 4 = (x + 4)(x – 1) = 0

…so I already know that the solutions are x = –4 and x = 1. How would my solution look in the Quadratic Formula? Using a = 1, b = 3, and c = –4, my solution looks like this:

x = \dfrac{-(3) \pm \sqrt{(3)^2 – 4(1)(-4)\,}}{2(1)}x=2(1)(3)±(3)24(1)(4)
= \dfrac{-3 \pm \sqrt{9 + 16\,}}{2} = \dfrac{-3 \pm \sqrt{25\,}}{2}=23±9+16=23±25
= \dfrac{-3 \pm 5}{2} = \dfrac{-3 – 5}{2},\, \dfrac{-3 + 5}{2}=23±5=235,23+5
= \dfrac{-8}{2},\, \dfrac{2}{2} = -4,\, 1=28,22=4,1

Then, as expected, the solution is x = –4, x = 1.