A Quadratic Equation is an equation where the highest power of the unknown (usually x) is its square. These equations typically look like this: x² + 3x + 2 = 0.
Unlike simple linear equations, quadratics usually have two solutions. There are two primary ways to find them.
Many quadratic equations can be broken down into two simpler parts called "factors." In our example, x² + 3x + 2 = 0, we are looking for a result that looks like this:
(x ± ?) (x ± ?) = 0
Look at the signs in your equation. They provide a roadmap:
Now you need two numbers that satisfy two conditions simultaneously:
In our example, it is easy to see that 1 and 2 work perfectly: 1 times 2 = 2, and 1 + 2 = 3. So, our factored equation is:
(x + 1) (x + 2) = 0
This means our solutions are x = -1 and x = -2.
What happens when the numbers aren't simple? For equations like x² + 5x + 1 = 0, factoring by hand becomes nearly impossible. For these cases, we use a method that always works: the Quadratic Formula.
For any equation in the form ax² + bx + c = 0, the value of x is:
Even if you don’t memorize this formula right now, it is vital to remember that it exists. It is the "skeleton key" for all quadratic problems. In the modern world, you don't need to be a human calculator—if you run into a tough quadratic equation in your professional life or a hobby like radio repair, you can simply Google "Quadratic Formula" and plug in your numbers.