Solving Quadratic Equations Step by Step
A quadratic equation is any equation that can be written in the form ax squared plus bx plus c equals zero, where a is not zero. These equations appear throughout physics (projectile motion), engineering (structural analysis), economics (optimization), and pure mathematics. There are three main methods for solving them, each suited to different situations.
The Quadratic Formula
The quadratic formula works for every quadratic equation without exception. Given ax squared plus bx plus c equals zero, the solutions are x equals negative b plus or minus the square root of (b squared minus 4ac), all divided by 2a. This formula is worth memorizing because it is universally applicable.
To use it: identify the values of a, b, and c from your equation, substitute them into the formula, and simplify. For the equation 2x squared plus 5x minus 3 equals zero, a is 2, b is 5, and c is negative 3. Plugging in: x equals (-5 plus or minus the square root of (25 plus 24)) divided by 4, which simplifies to (-5 plus or minus 7) divided by 4. The two solutions are x equals 1/2 and x equals negative 3.
The Discriminant
The expression under the square root, b squared minus 4ac, is called the discriminant. It tells you the nature of the solutions before you finish the calculation. If the discriminant is positive, the equation has two distinct real solutions. If it equals zero, there is exactly one real solution (a repeated root). If it is negative, there are no real solutions, only complex numbers involving the imaginary unit i.
Checking the discriminant first is a useful strategy. It prevents wasted effort on equations with no real solutions and tells you what to expect from the calculation. In applied problems, a negative discriminant often means the physical situation described by the equation is impossible, such as a projectile that never reaches a certain height.
Solving by Factoring
When a quadratic equation factors neatly, factoring is faster than the formula. The goal is to rewrite ax squared plus bx plus c as a product of two binomials. For x squared plus 5x plus 6 equals zero, you need two numbers that multiply to 6 and add to 5. Those numbers are 2 and 3, giving (x plus 2)(x plus 3) equals zero. Setting each factor to zero: x equals negative 2 or x equals negative 3.
Factoring is elegant when it works, but not every quadratic factors into integers. If you spend more than a minute trying to find factors, switch to the quadratic formula. Time spent searching for elusive factors is time wasted when a guaranteed method exists.
Completing the Square
Completing the square transforms the equation into a perfect square trinomial. Start with ax squared plus bx plus c equals zero. Divide everything by a if a is not 1. Move the constant to the other side. Take half of the coefficient of x, square it, and add it to both sides. Factor the left side as a perfect square and solve.
For x squared plus 6x plus 2 equals zero: move the 2 to get x squared plus 6x equals negative 2. Half of 6 is 3, squared is 9. Add 9 to both sides: x squared plus 6x plus 9 equals 7. Factor: (x plus 3) squared equals 7. Take the square root: x plus 3 equals plus or minus the square root of 7. Solve: x equals negative 3 plus or minus the square root of 7.
Choosing a Method
- Factoring: use when the coefficients are small and the factors are obvious. Best for classroom problems and mental math
- Quadratic formula: use when factoring is not obvious or when you need exact solutions. Works every time without exception
- Completing the square: use when you need to rewrite the equation in vertex form for graphing, or when deriving formulas. Less common for routine solving
- Graphing: plotting the parabola shows where it crosses the x-axis, giving approximate solutions. Useful for visualization but imprecise
Applications
Projectile motion is the classic application. The height of a thrown ball over time follows a quadratic equation. Setting height to zero and solving tells you when the ball hits the ground. Optimization problems in business often reduce to quadratics: maximizing revenue, minimizing cost, or finding break-even points. Geometry uses quadratics when the area of a shape depends on a variable dimension.
Quadratic equations are the gateway to higher algebra. The methods you learn here, substitution, factoring, and formula application, extend to more complex equations throughout mathematics. A quadratic equation solver can verify your work or handle the arithmetic when the coefficients get unwieldy, but building fluency with the underlying techniques makes every subsequent math course more approachable.