
Lesson 1 - Quadratics
Often, the simplest way to solve "ax2 + bx + c = 0" for the value of x is to factor the quadratic, set each factor equal to zero, and then solve each factor. But sometimes the quadratic is too messy, or it doesn't factor at all, or you just don't feel like factoring. While factoring may not always be successful, the Quadratic Formula can always find the solution. The Quadratic Formula uses the "a", "b", and "c" from "ax2 + bx + c", where "a", "b", and "c" are just numbers; they are the "numerical coefficients" of the quadratic equation they've given you to solve.
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:
Then, as expected, the solution is x = –4, x = 1.