Quadratic Equation Solver

Parabola calculator • 2026 edition

Quadratic Formula:

Show the calculator

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

For the general quadratic equation: \( ax^2 + bx + c = 0 \)

Where:

  • \( a \) = Coefficient of x² (a ≠ 0)
  • \( b \) = Coefficient of x
  • \( c \) = Constant term

The discriminant: \( \Delta = b^2 - 4ac \) determines the nature of roots:

  • Δ > 0: Two distinct real roots
  • Δ = 0: One repeated real root
  • Δ < 0: Two complex conjugate roots

Quadratic Coefficients

Advanced Options

Solution Results

x₁ = 3.00
First Root
x₂ = 2.00
Second Root
1.00
Discriminant (Δ)
V(2.50, -0.25)
Vertex Point
x = 2.50
Axis of Symmetry
Two Distinct Real Roots
Root Nature
Root Value Type
Root 1 3.00 Real
Root 2 2.00 Real
Parameter Value Description
Discriminant 1.00 Δ = b² - 4ac
Vertex X 2.50 x = -b/(2a)
Vertex Y -0.25 f(vertexX)
Y-Intercept 6.00 f(0) = c
Direction Upward a > 0

Comprehensive Quadratic Equation Guide

What is a Quadratic Equation?

A quadratic equation is a polynomial equation of degree 2, typically written in the standard form ax² + bx + c = 0, where a ≠ 0. The solutions to a quadratic equation are called roots or zeros, and they represent the x-intercepts of the corresponding parabola when graphed.

Quadratic Formula

The quadratic formula provides the exact solutions to any quadratic equation:

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

Where:

  • \(a\) is the coefficient of x²
  • \(b\) is the coefficient of x
  • \(c\) is the constant term
  • \(\Delta = b^2 - 4ac\) is the discriminant

Discriminant Analysis
1
Δ > 0: Two distinct real roots
2
Δ = 0: One repeated real root (perfect square)
3
Δ < 0: Two complex conjugate roots
Parabola Properties

Key characteristics of quadratic functions:

  • Vertex: Point of maximum/minimum value at (-b/2a, f(-b/2a))
  • Axis of Symmetry: Vertical line x = -b/2a
  • Y-Intercept: Point (0, c)
  • Direction: Upward if a > 0, downward if a < 0
  • X-Intercepts: Points where the parabola crosses x-axis (roots)
Solution Methods
  • Quadratic Formula: Universal method for any quadratic
  • Factoring: When the quadratic is factorable
  • Completing the Square: Derives the vertex form
  • Graphing: Visual representation of solutions
  • Discriminant: Predicts nature of solutions

Quadratic Basics

What is a Quadratic Equation?

Polynomial equation of degree 2: ax² + bx + c = 0, where a ≠ 0.

Formula

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

Where a, b, c are coefficients.

Key Rules:
  • Coefficient a must be non-zero
  • Maximum 2 real roots possible
  • Discriminant determines root nature
  • Vertex at x = -b/2a

Properties

Parabola Characteristics

Geometric properties of quadratic functions.

Key Properties
  1. Vertex: (-b/2a, f(-b/2a))
  2. Axis of symmetry: x = -b/2a
  3. Y-intercept: (0, c)
  4. Direction: Upward if a > 0, downward if a < 0
Considerations:
  • Discriminant: b² - 4ac
  • Δ > 0: Two real roots
  • Δ = 0: One real root
  • Δ < 0: Complex roots

Quadratic Equation Learning Quiz

Question 1: Multiple Choice - Understanding Discriminant

What is the discriminant of the quadratic equation 2x² - 4x + 1 = 0?

Solution:

The answer is A) 8. For the equation 2x² - 4x + 1 = 0, we have a=2, b=-4, c=1. The discriminant is calculated as: Δ = b² - 4ac = (-4)² - 4(2)(1) = 16 - 8 = 8. Since Δ > 0, the equation has two distinct real roots.

Pedagogical Explanation:

The discriminant is a critical concept in quadratic equations as it determines the nature of the roots without having to solve the equation completely. Students often confuse the signs when identifying coefficients, especially when the equation is not in standard form. It's important to correctly identify a, b, and c from ax² + bx + c = 0.

Key Definitions:

Discriminant: The expression b² - 4ac under the square root in the quadratic formula

Roots: Solutions to the quadratic equation

Standard Form: ax² + bx + c = 0

Important Rules:

• Discriminant: Δ = b² - 4ac

• Δ > 0: Two distinct real roots

• Δ = 0: One repeated real root

Tips & Tricks:

• Always write equation in standard form first

• Pay attention to signs of coefficients

Common Mistakes:

• Forgetting to multiply by 4 in the discriminant formula

• Misidentifying the coefficients a, b, c

Question 2: Detailed Application Problem

Find the vertex of the parabola represented by f(x) = 2x² - 8x + 6 and determine if it represents a maximum or minimum value.

Step-by-Step Solution:

For the function f(x) = 2x² - 8x + 6:

1. Identify coefficients: a = 2, b = -8, c = 6

2. Find x-coordinate of vertex: x = -b/(2a) = -(-8)/(2×2) = 8/4 = 2

3. Find y-coordinate by substituting x = 2: f(2) = 2(2)² - 8(2) + 6 = 8 - 16 + 6 = -2

4. Vertex: (2, -2)

5. Since a = 2 > 0, the parabola opens upward, so the vertex represents a minimum value.

The vertex is (2, -2) and represents the minimum value of -2.

Pedagogical Explanation:

This problem combines multiple concepts about quadratic functions. Finding the vertex requires understanding the formula x = -b/(2a) and then substituting back into the function to find the y-coordinate. The sign of 'a' determines whether the parabola opens upward (minimum) or downward (maximum). This connects algebraic and geometric properties of quadratics.

Key Definitions:

Vertex: The highest or lowest point on a parabola

Minimum/Maximum: The y-value at the vertex

Direction: Whether parabola opens up or down

Important Rules:

• Vertex x-coordinate: x = -b/(2a)

• If a > 0: Parabola opens upward (minimum)

• If a < 0: Parabola opens downward (maximum)

Tips & Tricks:

• Remember: a determines direction

• Always substitute x-value back to find y

Common Mistakes:

• Forgetting to substitute x-value to find y-coordinate

• Confusing maximum/minimum based on sign of a

Quadratic Equation Solver

FAQ

Q: Why can't 'a' equal zero in a quadratic equation?

A: If \( a = 0 \) in the equation \( ax^2 + bx + c = 0 \), the quadratic term disappears, leaving us with \( bx + c = 0 \). This is a linear equation, not a quadratic equation. The definition of a quadratic equation requires that the highest power of the variable is 2, which means the coefficient of \( x^2 \) (that is, \( a \)) must be non-zero.

Mathematically: If \( a = 0 \), then \( ax^2 = 0 \) for all values of \( x \), so the equation becomes linear: \( bx + c = 0 \).

Q: What happens when the discriminant is negative?

A: When the discriminant \( \Delta = b^2 - 4ac < 0 \), the quadratic equation has no real solutions. Instead, it has two complex conjugate roots.

For example, if \( \Delta = -4 \), then \( \sqrt{\Delta} = \sqrt{-4} = 2i \), where \( i = \sqrt{-1} \).

The roots become: \( x = \frac{-b \pm 2i}{2a} \)

Graphically, this means the parabola does not intersect the x-axis, so there are no real x-intercepts.

About

Math Team
This calculator was created
This calculator was created by our Algebra & Calculus Team , may make errors. Consider checking important information. Updated: April 2026.