Chapter 20: Quadratic Equations

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.


Method 1: The Factoring Shortcut (The Logic Puzzle)

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

Step A: Deciding the Signs

Look at the signs in your equation. They provide a roadmap:

Step B: Finding the Numbers

Now you need two numbers that satisfy two conditions simultaneously:

  1. When multiplied, they must equal the last number (2).
  2. When added (or subtracted, depending on the signs), they must equal the middle number (3).

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.

Important Note: This factoring method is elegant and fast, but it only works when the numbers are "carefully selected" by a textbook author to be whole numbers!

Method 2: The Quadratic Formula (The Universal Tool)

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:

$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

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.

Doctor's Pro-Tip: Don't get intimidated by the square root sign. The formula is just a set of instructions. Once you identify your a, b, and c, you just follow the path until you reach the end!