UseCalcPro
Home
MathFinanceHealthConstructionAutoPetsGardenCraftsFood & BrewingTools
Blog
  1. Home
  2. Math

Quadratic Equation Calculator

Solve ax² + bx + c = 0

Roots

3, 2

Discriminant

1.00

Type

2 Real

Vertex

(2.5, -0.3)

x² - 5x + 6 = 0

Solutions (Roots)

x₁

3

x₂

2

Two distinct real roots

Discriminant (Δ = b² - 4ac)

1.00

Δ > 0 → Two real roots

Parabola Properties

Vertex

(2.50, -0.25)

Axis of Symmetry

x = 2.50

Y-Intercept

(0, 6)

Opens

↑ Upward

Solution Steps

1. Equation: x² - 5x + 6 = 0

2. Using quadratic formula: x = (-b ± √(b²-4ac)) / 2a

3. a = 1, b = -5, c = 6

4. Discriminant: Δ = (-5)² - 4(1)(6) = 1.00

5. x = (-(-5) ± √1.00) / (2 × 1)

6. x₁ = 3, x₂ = 2

Parabola Shape

(2.5, -0.3)x₁x₂
VertexRoots

Quadratic Formula

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

Formulas Used

Quadratic Formula

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

The quadratic formula finds the roots of any equation in the form ax² + bx + c = 0.

Where:

a= Coefficient of x² (must not be zero)
b= Coefficient of x
c= Constant term

Discriminant

Δ = b² - 4ac

The discriminant determines the nature of the roots: Δ > 0 gives two real roots, Δ = 0 gives one repeated root, Δ < 0 gives complex roots.

Where:

a= Coefficient of x²
b= Coefficient of x
c= Constant term

Vertex of Parabola

Vertex = (-b/(2a), a(-b/(2a))² + b(-b/(2a)) + c)

The vertex is the minimum or maximum point of the parabola.

Where:

-b/(2a)= The x-coordinate of the vertex (axis of symmetry)

Example Calculations

1Solve x² - 5x + 6 = 0

Inputs

a (x²)1
b (x)-5
c (const)6

Result

Rootsx₁ = 3, x₂ = 2
Discriminant1.00
Vertex(2.50, -0.25)
Root TypeTwo distinct real roots

Discriminant = (-5)² - 4(1)(6) = 25 - 24 = 1. Since Δ > 0, there are two real roots. x₁ = (5 + √1) / 2 = 3, x₂ = (5 - √1) / 2 = 2. Vertex at x = 5/2 = 2.50, y = -0.25.

2Solve 2x² + 4x - 6 = 0

Inputs

a (x²)2
b (x)4
c (const)-6

Result

Rootsx₁ = 1, x₂ = -3
Discriminant64.00
Vertex(-1.00, -8.00)
Root TypeTwo distinct real roots

Discriminant = 4² - 4(2)(-6) = 16 + 48 = 64. x₁ = (-4 + √64) / 4 = (-4 + 8) / 4 = 1. x₂ = (-4 - 8) / 4 = -3. Vertex at x = -4/4 = -1.00, y = 2(1) + 4(-1) - 6 = -8.00.

3Solve x² + 4x + 4 = 0 (Repeated Root)

Inputs

a (x²)1
b (x)4
c (const)4

Result

Rootsx₁ = -2, x₂ = -2
Discriminant0.00
Vertex(-2.00, 0.00)
Root TypeOne repeated real root

Discriminant = 4² - 4(1)(4) = 16 - 16 = 0. Since Δ = 0, there is one repeated root. x = -4 / (2×1) = -2. The vertex is at (-2, 0), meaning the parabola just touches the x-axis.

4Solve x² + x + 1 = 0 (Complex Roots)

Inputs

a (x²)1
b (x)1
c (const)1

Result

Rootsx₁ = -0.5 + 0.866i, x₂ = -0.5 - 0.866i
Discriminant-3.00
Vertex(-0.50, 0.75)
Root TypeTwo complex conjugate roots

Discriminant = 1² - 4(1)(1) = 1 - 4 = -3. Since Δ < 0, the roots are complex. Real part = -1/(2×1) = -0.5. Imaginary part = √3/2 ≈ 0.866. The parabola does not cross the x-axis.

Frequently Asked Questions

Q

What is the quadratic formula?

The quadratic formula is x = (-b ± √(b² - 4ac)) / 2a. It finds the roots (solutions) of any quadratic equation in the form ax² + bx + c = 0. This universal formula works for all quadratic equations, whether the roots are real or complex.

  • Works for any quadratic equation ax² + bx + c = 0
  • The ± sign means there are two solutions (x₁ and x₂)
  • a must not equal zero (otherwise it is linear)
  • Derived by completing the square on the general form
  • Also called the "abc formula" in some countries
Q

What does the discriminant tell us?

The discriminant (b² - 4ac) indicates the nature of the roots: positive means two real roots, zero means one real root (repeated), and negative means two complex conjugate roots.

  • Δ > 0: Two distinct real roots (parabola crosses x-axis twice)
  • Δ = 0: One repeated real root (parabola touches x-axis once)
  • Δ < 0: Two complex conjugate roots (parabola does not cross x-axis)
  • A larger Δ means the roots are further apart
  • Δ is always b² - 4ac, regardless of the sign of a
Discriminant (Δ)Number of RootsRoot TypeGraph Behavior
Δ > 02Two distinct real rootsCrosses x-axis twice
Δ = 01One repeated real rootTouches x-axis at vertex
Δ < 00 real (2 complex)Complex conjugate pairDoes not cross x-axis
Q

What is the vertex of a parabola?

The vertex is the highest or lowest point of the parabola. For y = ax² + bx + c, the vertex x-coordinate is -b/(2a), and it represents either the maximum (if a < 0) or minimum (if a > 0) value.

  • Vertex x-coordinate: x = -b/(2a)
  • Vertex y-coordinate: substitute x back into ax² + bx + c
  • If a > 0, vertex is the minimum point
  • If a < 0, vertex is the maximum point
  • The axis of symmetry passes through the vertex at x = -b/(2a)
Q

How do I know if the parabola opens up or down?

If the coefficient "a" is positive, the parabola opens upward (U-shape). If "a" is negative, the parabola opens downward (∩-shape). The magnitude of "a" controls how wide or narrow the parabola is.

  • a > 0: Opens upward (U-shape), has a minimum at the vertex
  • a < 0: Opens downward (∩-shape), has a maximum at the vertex
  • |a| > 1: Narrower parabola (steeper sides)
  • |a| < 1: Wider parabola (flatter sides)
  • |a| = 1: Standard-width parabola
Q

What are the solutions for common quadratic equations?

Many quadratic equations have clean integer or simple fraction roots. Recognizing common patterns like perfect square trinomials (x²+6x+9=0) and difference of squares (x²-9=0) helps solve equations faster without the full quadratic formula.

  • x² - 4 = 0 is a "difference of squares" → roots are ±2
  • x² - 6x + 9 = 0 is a "perfect square trinomial" → double root at 3
  • x² + 1 = 0 has no real roots (complex: ±i)
  • Factor when possible: x² + 5x + 6 = (x+2)(x+3)
  • Use quadratic formula when factoring is not obvious
Equationa, b, cDiscriminantRoots (x₁, x₂)
x² + 5x + 6 = 01, 5, 61-2, -3
x² - 4 = 01, 0, -4162, -2
2x² + 3x - 2 = 02, 3, -2250.5, -2
x² - 6x + 9 = 01, -6, 903, 3
x² + 1 = 01, 0, 1-4i, -i
x² - x - 6 = 01, -1, -6253, -2
Q

What are the different methods to solve quadratic equations?

There are four main methods: factoring, completing the square, the quadratic formula, and graphing. Factoring is fastest for simple equations. The quadratic formula always works. Completing the square is useful for deriving vertex form.

  • Factoring: Rewrite as (x - r₁)(x - r₂) = 0
  • Quadratic formula: Plug a, b, c directly
  • Completing the square: Rewrite as a(x - h)² + k = 0
  • Graphing: Plot y = ax² + bx + c and find x-intercepts
  • Always verify by substituting roots back into the original equation
MethodBest ForDifficultyAlways Works?
FactoringInteger roots, simple equationsEasyNo
Quadratic FormulaAny quadratic equationMediumYes
Completing the SquareConverting to vertex formMedium-HardYes
GraphingVisualizing rootsEasy (with tools)Approximate only

Understanding Quadratic Equations

A quadratic equation is a second-degree polynomial equation in the form ax² + bx + c = 0, where a ≠ 0. These equations appear frequently in physics, engineering, and mathematics.

The quadratic formula provides a universal method to find the roots of any quadratic equation. The discriminant helps determine whether the equation has real or complex solutions.

Understanding the vertex and axis of symmetry helps visualize the corresponding parabola and find maximum or minimum values in optimization problems.

Related Calculators

Square Root Calculator

Calculate square roots needed for solving quadratic equations

Scientific Notation Calculator

Convert large or small numbers to scientific notation

Percentage Calculator

Calculate percentages, increases, and decreases

Fraction Calculator

Add, subtract, multiply, and divide fractions

Slope-Intercept Calculator

Find the slope, y-intercept, and line equation y=mx+b from two points or a point and slope. Shows x-intercept, angle, parallel and perpendicular slopes.

Midpoint Calculator

Find the midpoint between two points in 2D or 3D using the midpoint formula. Shows distance, slope, and step-by-step coordinate geometry calculations.

Related Resources

Fraction Calculator

Work with fractions in algebra problems

Statistics Calculator

Calculate mean, median, standard deviation

Area Calculator

Use quadratic equations to find areas

Circle Calculator

Calculate circle properties using formulas

Last Updated: Mar 9, 2026

This calculator is provided for informational and educational purposes only. Results are estimates and should not be considered professional financial, medical, legal, or other advice. Always consult a qualified professional before making important decisions. UseCalcPro is not responsible for any actions taken based on calculator results.

UseCalcPro
FinanceHealthMath

© 2026 UseCalcPro