Solve quadratic equations ax²+bx+c=0 using the quadratic formula with step-by-step solutions
x² - 5x + 6 = 0 (basic case)
2x² + 3x - 2 = 0 (medium difficulty)
x² - 4x + 4 = 0 (perfect square)
x² + 2x + 5 = 0 (complex roots)
-3x² + 12x - 9 = 0 (negative coefficient)
0.5x² - 2x + 1.5 = 0 (decimal coefficients)
The quadratic formula solves equations of the form ax² + bx + c = 0:
The expression under the square root (b² - 4ac) is called the discriminant.
Δ > 0: Two distinct real roots
Δ = 0: One repeated real root (perfect square)
Δ < 0: Two complex conjugate roots
Calculate when a thrown object hits the ground using h = -16t² + v₀t + h₀, where h is height, t is time, and v₀ is initial velocity.
Find optimal pricing to maximize revenue using profit functions like P = -2x² + 100x - 500, where x represents price points.
Model parabolic arches and determine structural dimensions for suspension bridges and architectural curved surfaces.
Calculate dimensions for fencing rectangular fields with fixed perimeter to maximize planting area.
Generate smooth parabolic curves for animations, game trajectories, and bezier curve approximations.
Forgetting the ± symbol
The quadratic formula has ±, which means you must calculate both + and - to get both roots.
Sign errors with negative b
The formula uses -b, so if b is already negative, -(-5) becomes +5. Watch your signs carefully.
Incorrect order of operations
Calculate the entire numerator (-b ± √Δ) before dividing by 2a. Don't divide -b by 2a first.
Using formula when a = 0
If a = 0, the equation becomes linear (bx + c = 0), not quadratic. The quadratic formula doesn't apply.
Best Practice
Always calculate the discriminant first to determine the nature of roots before proceeding with the full formula.
| Method | When to Use | Advantages | Disadvantages |
|---|---|---|---|
| Factoring | Simple equations with integer roots | Fast and intuitive; builds algebraic understanding | Only works for factorable equations; difficult with complex coefficients |
| Quadratic Formula | Any quadratic equation | Works for ALL quadratics; systematic approach; handles complex roots | More steps; requires careful calculation |
| Completing the Square | Deriving vertex form; theoretical work | Provides vertex directly; deepens conceptual understanding | More algebraic manipulation; prone to arithmetic errors |
| Graphing | Visual understanding; approximate solutions | Shows parabola shape; finds vertex and intercepts visually | Often gives approximate values; time-consuming |
Every quadratic equation ax² + bx + c = 0 corresponds to a parabola when graphed. Understanding parabola properties helps visualize solutions.
The vertex represents the maximum or minimum value of the quadratic function.
The parabola is symmetric about this vertical line passing through the vertex.
If a > 0: Opens upward (U-shaped)
If a < 0: Opens downward (∩-shaped)
The solutions from the quadratic formula are the x-coordinates where the parabola crosses the x-axis.
Connection to Discriminant: The discriminant tells you how many times the parabola crosses the x-axis: Δ > 0 (two crossings), Δ = 0 (touches once at vertex), Δ < 0 (doesn't cross).
Every object thrown, launched, or dropped follows a parabolic path described by a quadratic equation. NASA uses this exact math to calculate when rockets reach maximum altitude and when debris returns to Earth.
A rocket is launched with initial velocity 174 ft/s from a platform 78 ft high. The height equation is:
Here, comes from half of Earth's gravitational acceleration ().
Set h(t) = 0 and solve:
t ≈ 11.3 seconds (the positive root — the negative root is physically meaningless)
The vertex of the parabola gives the peak:
hmax ≈ 551 feet (about 168 meters)
Discriminant connection: Since Δ = 35,268 > 0, the parabola crosses the x-axis twice — meaning the rocket goes up and comes back down. If Δ were negative, the rocket would never reach ground level (physically impossible in this context, but possible if the equation modeled something with an offset).