Free Quadratic Formula Calculator

Enter A, B, C to solve the quadratic equation

Any equation that can be rearranged into the standard second‑degree form Ax2+Bx+C=0Ax^{2}+Bx+C=0 (with A≠0A\neq0) can be solved using the quadratic formula. This formula is the backbone of algebra and appears in fields ranging from physics to finance. A dedicated quadratic equation solver—often called a quadratic formula solver or second‑degree equation calculator—eliminates tedious manual computation: you input the three coefficients, and it instantly returns the roots, the discriminant, and sometimes even the vertex of the associated parabola.

Understanding the Quadratic Formula and Its Discriminant

For a given quadratic equation Ax2+Bx+C=0Ax^{2}+Bx+C=0, the formula is:

x=−B±Δ2A,Δ=B2−4ACx = \frac{-B \pm \sqrt{\Delta}}{2A}, \qquad \Delta = B^{2} - 4AC

The discriminant Δ\Delta determines the nature and quantity of the quadratic equation roots:

DiscriminantReal RootsDescription
Δ>0\Delta > 0TwoThe parabola crosses the x‑axis at two distinct points. Roots: x1,2=−B±Δ2Ax_{1,2} = \dfrac{-B \pm \sqrt{\Delta}}{2A}.
Δ=0\Delta = 0One (double)The parabola touches the x‑axis at its vertex. Root: x=−B2Ax = -\dfrac{B}{2A}.
Δ<0\Delta < 0None (two complex)The parabola never meets the x‑axis. Solutions are complex conjugates: real part −B2A-\dfrac{B}{2A}, imaginary part $\pm\dfrac{\sqrt{

Graphically, the function y=Ax2+Bx+Cy = Ax^{2}+Bx+C draws a parabola whose x‑intercepts (if any) are precisely the real roots.

Role of the Coefficients

  • AA (quadratic coefficient) cannot be zero; it determines whether the parabola opens upward (A>0A>0) or downward (A<0A<0).
  • BB (linear coefficient) influences the location of the vertex.
  • CC (constant term) gives the y‑intercept.

When B2<4ACB^{2}<4AC, the discriminant is negative, and the equation has no real solutions.

Manual Application of the Quadratic Formula

To solve a quadratic equation by hand, follow these steps:

  1. Express in standard form. Move every term to one side so the equation reads Ax2+Bx+C=0Ax^{2}+Bx+C=0.
    Example: 4x2+3x−7=−4−x4x^{2}+3x-7=-4-x becomes 4x2+4x−3=04x^{2}+4x-3=0 after adding 44 and xx to both sides.

  2. Read off the coefficients. Here A=4A=4, B=4B=4, C=−3C=-3.

  3. Compute the discriminant.

    Δ=42−4⋅4⋅(−3)=16+48=64.\Delta = 4^{2} - 4 \cdot 4 \cdot (-3) = 16 + 48 = 64.
  4. Check the sign of Δ\Delta. Since Δ>0\Delta>0, we expect two real roots.

  5. Enter the values into the formula.

    x1=−4+642⋅4=−4+88=0.5,x2=−4−642⋅4=−4−88=−1.5.x_{1} = \frac{-4 + \sqrt{64}}{2\cdot 4} = \frac{-4+8}{8}=0.5, \qquad x_{2} = \frac{-4 - \sqrt{64}}{2\cdot 4} = \frac{-4-8}{8} = -1.5.

Thus the roots are 0.50.5 and −1.5-1.5. A quadratic equation solver would do all this automatically as soon as you enter the coefficients.

Dealing with a Negative Discriminant (Complex Roots)

When Δ<0\Delta<0, the square root of the discriminant is an imaginary number. Using i=−1i=\sqrt{-1}:

x=−B2A±i ∣Δ∣2A.x = -\frac{B}{2A} \pm i\,\frac{\sqrt{|\Delta|}}{2A}.

For instance, the equation 2x2+2x+1=02x^{2}+2x+1=0 has A=2A=2, B=2B=2, C=1C=1, so Δ=4−8=−4\Delta = 4 - 8 = -4. Its roots are:

x=−24±i 44=−0.5±i 0.5.x = \frac{-2}{4} \pm i\,\frac{\sqrt{4}}{4} = -0.5 \pm i\,0.5.

These are complex conjugate numbers with both real and imaginary parts.

A Real‑World Use: Vertical Parabolic Curves

Civil engineers often design road transitions using vertical parabolic curves. The curve is described by a quadratic function, and by solving the corresponding quadratic equation they can pinpoint the highest or lowest point of the curve, ensuring safe and comfortable driving. This practical application shows that the quadratic formula is more than a classroom exercise—it is a daily tool in construction and planning.

Derivation of the Golden Ratio

One of the most elegant appearances of the quadratic formula is in deriving the golden ratio ϕ\phi. Suppose a line is divided into a longer segment aa and a shorter segment bb so that a+ba=ab\frac{a+b}{a} = \frac{a}{b}. Let ϕ=a/b\phi = a/b; then:

ϕ=1+1ϕ.\phi = 1 + \frac{1}{\phi}.

Multiplying by ϕ\phi gives ϕ2=ϕ+1\phi^{2} = \phi + 1, i.e., ϕ2−ϕ−1=0\phi^{2} - \phi - 1 = 0. Using the quadratic formula with A=1A=1, B=−1B=-1, C=−1C=-1:

ϕ=1±52.\phi = \frac{1 \pm \sqrt{5}}{2}.

The positive solution 1+52≈1.618\frac{1+\sqrt{5}}{2} \approx 1.618 is the golden ratio; the negative solution is about −0.618-0.618.

Why the Golden Ratio Matters

  • Mathematics: The ratios of successive Fibonacci numbers 1,1,2,3,5,8,…1,1,2,3,5,8,\dots converge to ϕ\phi.
  • Geometry: In a regular pentagon, the diagonal‑to‑side ratio equals ϕ\phi.
  • Art and architecture: Known as the divine proportion, ϕ\phi was studied by Luca Pacioli (illustrated by Leonardo da Vinci) in De Divina Proportione, which examined its presence in human proportions, buildings, and artworks.
  • Nature: Patterns in leaf arrangements, seashells, and animal bones are often cited as golden‑ratio examples, though many are rough approximations rather than exact matches.

Expanding Your Toolkit

Once you are comfortable with the quadratic formula, you can explore related algebraic methods. Factoring trinomials and recognizing perfect square trinomials offer alternative solution paths. Graphing quadratic inequalities becomes straightforward after mastering the parabola’s properties. For higher‑degree polynomials, a cubic equation solver or other polynomial calculators can extend your reach. The quadratic formula serves as a gateway to deeper mathematical understanding.

FAQ

1. How do I solve a quadratic equation with the quadratic formula?

First, rewrite the equation into the standard form Ax² + Bx + C = 0. Calculate the discriminant Δ = B² − 4AC. Then apply x = (−B ± √Δ) / (2A). If Δ > 0 you get two real roots; if Δ = 0 one real root; if Δ < 0 the roots are complex.

2. What does the discriminant tell me?

The discriminant Δ = B² − 4AC indicates the number and type of roots: Δ > 0 → two distinct real roots; Δ = 0 → one real double root; Δ < 0 → two complex conjugate roots (no real solution).

3. Can the quadratic formula handle equations with no real solutions?

Yes. When Δ < 0, the formula still works because you take the square root of a negative number, introducing the imaginary unit i. The roots are written as x = −B/(2A) ± i√|Δ|/(2A).

4. How is the golden ratio related to the quadratic formula?

The golden ratio φ satisfies φ² − φ − 1 = 0. Solving this quadratic equation with the formula gives φ = (1 ± √5)/2. The positive solution (≈1.618) is the golden ratio, a number that appears in art, architecture, and nature.

How to Use

  1. Enter the coefficients A (x²), B (x), and C (constant) from your quadratic equation.
  2. Optionally toggle "Show complex solutions" to see complex roots when the discriminant is negative.
  3. View the discriminant (Δ), root nature, and the calculated roots x₁ and x₂ instantly.