Quadratic Formula Calculator

Solve quadratic equations of the form ax² + bx + c = 0

x² + x + = 0

How to Use This Quadratic Formula Calculator

  1. Identify the coefficients in your equation ax^2 + bx + c = 0
  2. Enter the value for 'a' (the x^2 coefficient - cannot be 0)
  3. Enter the value for 'b' (the x coefficient)
  4. Enter the value for 'c' (the constant term)
  5. Click 'Solve Equation' to find the roots and see the graph

Example: Solving x^2 + 5x + 6 = 0: Here a=1, b=5, c=6. The discriminant = 25 - 24 = 1. Roots are x = (-5 + 1)/2 = -2 and x = (-5 - 1)/2 = -3. Verify: (-2)(-3) = 6 and -2 + -3 = -5.

Tip: Check your answer by substituting back into the original equation - both roots should make it equal zero.

Why Use a Quadratic Formula Calculator?

Quadratic equations appear throughout physics, engineering, economics, and wherever parabolic relationships exist.

  • Find the time when a thrown ball reaches a certain height (projectile motion)
  • Calculate break-even points in profit/cost business analysis
  • Determine optimal values in optimization problems
  • Solve area problems where dimensions depend on a variable
  • Find intersection points of parabolas and lines
  • Complete algebra homework and standardized test problems

Understanding Your Results

The discriminant (b^2 - 4ac) determines the nature of the roots.

Discriminant > 0

Meaning: Two distinct real roots

Action: The parabola crosses the x-axis at two points

Discriminant = 0

Meaning: One repeated real root

Action: The parabola touches the x-axis at one point (vertex)

Discriminant < 0

Meaning: Two complex roots

Action: The parabola doesn't cross the x-axis - roots have imaginary parts

Note: Complex roots always come in conjugate pairs: if a + bi is a root, so is a - bi.

About Quadratic Formula Calculator

The quadratic formula solves any equation of the form ax^2 + bx + c = 0, where a is not zero. It's derived by completing the square on the general form. The formula gives both solutions directly, handling all cases: real distinct roots, repeated roots, and complex roots. Understanding the discriminant helps predict solution types without full calculation, useful for checking work and graphing parabolas. For evaluating expressions and working with roots, use our do advanced arithmetic, or convert results to percentages with the work out percentage values.

Formula

x = (-b +/- sqrt(b^2 - 4ac)) / (2a)

The +/- gives two solutions. The discriminant (b^2 - 4ac) determines if we're taking the square root of a positive, zero, or negative number.

Current Standards: When a = 0, the equation is linear (bx + c = 0), not quadratic. The vertex of the parabola is at x = -b/(2a).

Frequently Asked Questions

Why can't 'a' equal zero?

If a = 0, the x^2 term disappears and you have bx + c = 0, which is linear. The quadratic formula would also have division by zero (2a in the denominator). Linear equations are solved simply as x = -c/b.

What do complex roots mean graphically?

Complex roots indicate the parabola doesn't intersect the x-axis. If a > 0, the parabola opens upward and sits entirely above the x-axis (or below if a < 0). The real part of complex roots gives the x-coordinate of the vertex.

When should I factor instead of using the formula?

Factor when you can easily spot factors - like x^2 + 5x + 6 = (x+2)(x+3). The quadratic formula always works but factoring is often faster for simple integer coefficients. If you're stuck factoring, the formula never fails.

How do I find the vertex of the parabola?

The vertex x-coordinate is -b/(2a). Plug this back into the original equation to get the y-coordinate. For x^2 + 5x + 6: vertex x = -5/2 = -2.5. Then y = (-2.5)^2 + 5(-2.5) + 6 = 6.25 - 12.5 + 6 = -0.25.

Can I use this for equations not in standard form?

First rearrange to ax^2 + bx + c = 0. For example, 2x^2 + 5 = 3x becomes 2x^2 - 3x + 5 = 0. Then a=2, b=-3, c=5. Watch your signs carefully when moving terms across the equals sign.

Developed by CalculatorOwl
View our methodology

Last updated: