Quadratic Formula Calculator

Solve quadratic equations ax²+bx+c=0 using the quadratic formula. Calculate discriminant, find real and complex roots, vertex coordinates, and analyze parabola properties with step-by-step solutions.

How to use: Enter the coefficients a, b, and c for your quadratic equation ax²+bx+c=0, then click calculate to find the roots and detailed analysis.

Quadratic Equation Solver

ax² + bx + c = 0
Quadratic Equation Solutions

Understanding Quadratic Equations and the Quadratic Formula

A quadratic equation is a second-degree polynomial equation in the form ax² + bx + c = 0, where a, b, and c are constants and a ≠ 0. The quadratic formula is a powerful mathematical tool that provides solutions (roots) to any quadratic equation, making it essential for algebra, calculus, physics, and engineering applications.

Understanding quadratic equations is fundamental to mathematics and science, as they appear in countless real-world scenarios including projectile motion, optimization problems, area calculations, and parabolic shapes in architecture and engineering.

The Quadratic Formula

Standard Quadratic Formula

x = (-b ± √(b² - 4ac)) / (2a)

Where: a, b, c are coefficients and a ≠ 0

Discriminant Formula

Δ = b² - 4ac

The discriminant determines the nature of the roots

Types of Quadratic Equation Solutions

Two Real Distinct Roots (Δ > 0): When the discriminant is positive, the equation has two different real number solutions. The parabola crosses the x-axis at two points.
One Real Repeated Root (Δ = 0): When the discriminant equals zero, there is one repeated real root. The parabola touches the x-axis at exactly one point (vertex).
Two Complex Conjugate Roots (Δ < 0): When the discriminant is negative, the equation has two complex roots that are conjugates of each other. The parabola doesn't intersect the x-axis.

Examples of Quadratic Equations

Equation a b c Discriminant Root Type Solutions
x² - 5x + 6 = 01-561Two Realx = 2, 3
x² - 4x + 4 = 01-440One Realx = 2
x² + x + 1 = 0111-3Complexx = -1/2 ± i√3/2
2x² - 8x + 6 = 02-8616Two Realx = 1, 3
x² - 6x + 9 = 01-690One Realx = 3
3x² + 2x + 1 = 0321-8Complexx = -1/3 ± i√2/3

Key Properties of Quadratic Functions

Vertex Form: A quadratic function can be written as f(x) = a(x - h)² + k, where (h, k) is the vertex of the parabola. The vertex coordinates are h = -b/(2a) and k = f(h).

Axis of Symmetry: The vertical line x = -b/(2a) divides the parabola into two symmetric halves. This line passes through the vertex.

Direction of Opening: If a > 0, the parabola opens upward (U-shaped). If a < 0, the parabola opens downward (∩-shaped).

Y-intercept: The point where the parabola crosses the y-axis, which occurs at (0, c) when x = 0.

Deriving the Quadratic Formula

The quadratic formula is derived by completing the square for the general quadratic equation ax² + bx + c = 0:

Step 1: Start with ax² + bx + c = 0

Step 2: Divide by a: x² + (b/a)x + c/a = 0

Step 3: Move constant term: x² + (b/a)x = -c/a

Step 4: Complete the square: x² + (b/a)x + (b/2a)² = -c/a + (b/2a)²

Step 5: Factor left side: (x + b/2a)² = (b² - 4ac)/(4a²)

Step 6: Take square root: x + b/2a = ±√(b² - 4ac)/(2a)

Step 7: Solve for x: x = (-b ± √(b² - 4ac))/(2a)

Real-World Applications

Projectile Motion: The height of a projectile follows a quadratic equation h(t) = -½gt² + v₀t + h₀, where solving for h(t) = 0 gives the time when the projectile hits the ground.

Area Optimization: Many optimization problems involving area result in quadratic equations. For example, finding dimensions that maximize the area of a rectangle with a fixed perimeter.

Profit Maximization: Business profit functions are often quadratic, where the maximum profit occurs at the vertex of the parabola.

Engineering and Physics: Quadratic equations appear in electrical circuits, mechanical systems, wave equations, and structural analysis.

Alternative Methods for Solving Quadratics

Factoring: When the quadratic can be factored into (px + q)(rx + s) = 0, the solutions are x = -q/p and x = -s/r. This method works well when roots are rational.

Completing the Square: Converting ax² + bx + c = 0 to the form a(x - h)² + k = 0. This method is useful for finding vertex form and understanding parabola properties.

Graphing: Plotting the function y = ax² + bx + c and finding where it intersects the x-axis. This visual method helps understand the behavior of the function.

Using Technology: Graphing calculators, computer software, and online tools can quickly solve quadratic equations and provide visual representations.

Special Cases and Considerations

When a = 0: The equation becomes linear (bx + c = 0), which is not actually quadratic. Always ensure a ≠ 0 for quadratic equations.

Rational vs Irrational Roots: If the discriminant is a perfect square, the roots are rational. If it's positive but not a perfect square, the roots are irrational.

Integer Solutions: Quadratic equations with integer coefficients may have integer solutions when the discriminant is a perfect square and certain divisibility conditions are met.

Mathematical Significance: The quadratic formula is one of the most important formulas in algebra and serves as a foundation for understanding higher-degree polynomials, calculus, and advanced mathematical concepts. It demonstrates the power of algebraic manipulation and symbolic reasoning.