Quadratic Formula Calculator

The Quadratic Formula Calculator finds the solutions of any quadratic equation in standard form. Simply enter your coefficients a, b, and c to calculate the roots of your equation. This calculator also calculates the discriminant to show you what type of solutions your equation has.

Enter the number in front of x² (cannot be 0)
Enter the number in front of x
Enter the constant term (number without x)

This calculator is for informational purposes only. Verify results with appropriate professionals for important decisions.

What Are Roots of a Quadratic Equation

Roots of a quadratic equation are the values of x that make the equation true. When you plug a root back into the equation, the left side equals zero. A quadratic equation always has two roots, but they can be real numbers or complex numbers. Real roots appear on a graph where the parabola crosses the x-axis. Complex roots happen when the parabola never touches the x-axis.

How Roots of a Quadratic Equation Are Calculated

Formula

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

Where:

  • a = coefficient of the x² term
  • b = coefficient of the x term
  • c = constant term
  • x = roots (solutions) of the equation

The formula works by first finding the discriminant, which is the part under the square root (b² - 4ac). The discriminant tells us what kind of roots we will get. If it is positive, there are two different real roots. If it is zero, there is one repeated real root. If it is negative, there are two complex roots. Then we use the plus and minus signs to find both values of x.

Why Roots of a Quadratic Equation Matter

Finding roots helps solve many real-world problems in physics, engineering, and business. When you know where a parabola crosses zero, you can find when a ball hits the ground, calculate profit break-even points, or design arches and bridges.

Why Understanding Root Types Is Important for Problem Solving

When solving real problems, the type of root tells you if a solution exists. Two real roots mean two answers work. One root means only one answer exists. Complex roots mean no real solution works for the situation. This helps you know whether your problem has an answer in the real world.

For Physics and Engineering Applications

In physics, quadratic equations describe the path of thrown objects. The roots tell you when the object starts and ends its journey. Engineers use roots to find stress points in structures and design safe bridges and buildings.

For Business and Economics

Business problems often involve finding when profit equals zero or when costs match revenue. The roots show the break-even points. This helps business owners understand price points and production levels that work for their company.

Example Calculation

Let us solve the quadratic equation x² - 3x + 2 = 0. This means our coefficients are a = 1, b = -3, and c = 2. This equation could represent finding when a ball thrown upward passes a certain height.

First, we calculate the discriminant: D = (-3)² - 4(1)(2) = 9 - 8 = 1. Since the discriminant is positive, we know there will be two distinct real roots. Now we apply the quadratic formula: x = (3 ± √1) / 2. This gives us x₁ = (3 + 1) / 2 = 2 and x₂ = (3 - 1) / 2 = 1.

The roots are x₁ = 2.0000 and x₂ = 1.0000. The discriminant is 1.0000, confirming two distinct real roots.

These results mean the equation equals zero when x equals 1 or when x equals 2. In a real-world context like the ball example, the ball passes that height at two different times: once going up and once coming down.

Frequently Asked Questions

Who is this Quadratic Formula Calculator for?

This calculator is for students learning algebra, teachers creating examples, engineers solving design problems, and anyone who needs to solve quadratic equations quickly. It handles both simple equations for homework and complex equations for professional work.

What does the discriminant tell me about the roots?

The discriminant reveals what type of roots you will get. A positive discriminant means two different real roots. Zero means one repeated real root. A negative discriminant means two complex roots. This helps you understand your equation before seeing the actual answers.

Why can coefficient a not be zero?

If a equals zero, the x² term disappears and the equation becomes linear, not quadratic. Linear equations have different solution methods and only one root. This calculator is designed specifically for quadratic equations, which must have an x² term.

Can I use this calculator for homework and tests?

This calculator helps you check your work and understand the process. It shows the discriminant and both roots so you can verify your hand calculations. For learning, try solving by hand first, then use the calculator to confirm your answer.

What are complex roots and when do they occur?

Complex roots contain the imaginary number i and occur when the discriminant is negative. They come in pairs and look like a + bi and a - bi. In real-world terms, complex roots often mean a problem has no solution in real numbers, like a ball that never reaches a certain height.

References

  • National Council of Teachers of Mathematics - Quadratic Functions and Equations
  • Khan Academy - Quadratic Formula and Discriminant
  • Wolfram MathWorld - Quadratic Equation

Calculation logic verified using publicly available standards.

View our Accuracy & Reliability Framework →