# Quadratic & Polynomial Equation Solver

Solve quadratic, cubic, and quartic equations with step-by-step discriminant calculations and roots shown clearly and instantly.

---

- **Canonical URL:** https://dothecalculation.com/calculators/quadratic-solver
- **Category:** Math calculators
- **Publisher:** Do The Calculation (https://dothecalculation.com)
- **Cost:** Free, no account or sign-up required
- **Privacy:** Runs entirely in the browser; inputs are never sent to a server
- **Methodology:** https://dothecalculation.com/methodology

---

## Quadratic Equation & Parabola Vertex Calculator

Solve quadratic equations $a x^2 + b x + c = 0$, evaluate discriminant types, derive parabola vertices, and analyze projectile motion trajectories.

- Quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ & discriminant analysis
- Parabola vertex $(h, k)$ & axis of symmetry equations
- Real, repeated, and complex-conjugate root classification with live parabola graph

## Quadratic Equation Fundamentals: Standard Form & The Quadratic Formula

A Quadratic Equation is a second-degree polynomial equation in a single variable $x$, mathematically formulated in standard form as: $$a x^2 + b x + c = 0 \quad (a \neq 0)$$ where $a$ is the quadratic coefficient, $b$ is the linear coefficient, and $c$ is the constant term.

The exact solutions (roots) of any quadratic equation are derived using the universally applicable Quadratic Formula: $$x = \frac{-b \pm \sqrt{b^2 - 4 a c}}{2 a}$$ The quadratic formula is derived analytically by applying the algebraic method of Completing the Square to the standard equation $a x^2 + b x + c = 0$.

According to the Fundamental Theorem of Algebra, every quadratic equation possesses exactly two roots (which may be distinct real numbers, repeated real numbers, or a pair of complex conjugate numbers).

Quadratic equations are fundamental across mathematics, physics (kinematics and projectile motion), engineering (parabolic reflector geometry), economics (profit optimization and revenue curves), and computer graphics.

In addition, understanding root relationships (Vieta's Formulas: $x_1 + x_2 = -b/a$ and $x_1 \cdot x_2 = c/a$) provides rapid mental math checks for quadratic solutions.

Applying factoring shortcuts for simple quadratics ($x^2 + (p+q)x + p q = (x+p)(x+q)$) accelerates introductory algebraic calculations.

Consistently verifying that coefficient $a \neq 0$ prevents division-by-zero errors when automating quadratic solvers.

Leveraging graphical intersection intuition aids understanding of real versus complex root solutions.

Evaluating quadratic growth rates compares second-degree polynomial behavior against linear and exponential functions.

Practicing quadratic factoring across various integer combinations builds algebraic problem-solving confidence for high school and university students. Utilizing Vieta's formulas confirms root values without re-running long division steps.

Reviewing graphical symmetry properties helps students visualize parabola root intersections along the Cartesian plane.

Evaluating standard form quadratic coefficients ensures numerical root solvers apply accurate sign conventions across complex algebra problems. Consistently checking coefficient inputs prevents calculation errors in automated math tools.

## The Discriminant $\Delta$: Predicting Root Types & Real vs Complex Solutions

The Discriminant $\Delta$ (or $D$) is the expression underneath the square root in the quadratic formula: $$\Delta = b^2 - 4 a c$$

The value and sign of the discriminant determine the exact nature and quantity of the equation's roots without requiring full formula computation: 1. Positive Discriminant ($\Delta > 0$): The equation has Two Distinct Real Roots ($x_1 \neq x_2$). The parabola intersects the $x$-axis at two distinct points. If $\Delta$ is a perfect square, the roots are rational numbers.

2. Zero Discriminant ($\Delta = 0$): The equation has One Repeated Real Root ($x_1 = x_2 = -b / 2a$). The parabola touches the $x$-axis at exactly one point (its vertex is tangent to the $x$-axis).

3. Negative Discriminant ($\Delta < 0$): The equation has Two Complex Conjugate Roots: $$x = -\frac{b}{2a} \pm i \frac{\sqrt{|\Delta|}}{2a}$$ The parabola does not intersect the real $x$-axis.

Evaluating discriminant signs before computing square roots prevents invalid real-number arithmetic operations in software code.

Utilizing discriminant analysis in physics determines whether a projectile reaches a specified target altitude.

Applying complex conjugate root notation ($x = \alpha \pm i \beta$) preserves algebraic completeness in engineering systems.

Verifying discriminant values across parametric quadratic equations identifies bifurcation thresholds in non-linear dynamics.

Structuring automated discriminant check routines optimizes root solver performance in scientific computing libraries.

Analyzing discriminant threshold boundaries in financial options pricing models evaluates volatility transition points. Checking for perfect square discriminants identifies quadratic polynomials that factor neatly over integer coefficients.

Evaluating complex root pairs ensures structural vibration models capture harmonic resonance damping characteristics.

## Parabola Geometry: Vertex Form, Axis of Symmetry & Focus-Directrix Properties

Graphically, a quadratic function $y = a x^2 + b x + c$ represents a Parabola—a symmetric U-shaped planar curve. If $a > 0$, the parabola opens upward, possessing a minimum point. If $a < 0$, the parabola opens downward, possessing a maximum point.

The Vertex $(h, k)$ represents the turning point of the parabola. The Vertex Form of a quadratic function is: $$y = a (x - h)^2 + k$$ where the vertex coordinates are: $$h = -\frac{b}{2a} \quad \text{and} \quad k = c - \frac{b^2}{4a} = f(h)$$

The Axis of Symmetry is the vertical line passing through the vertex: $x = h = -b / 2a$. The parabola is mirror-symmetric about this line.

Geometrically, a parabola is defined as the locus of points equidistant from a point called the Focus $(h, k + p)$ and a line called the Directrix $y = k - p$, where focal length parameter $p = \frac{1}{4a}$.

Reflective property of parabolas: incoming parallel rays reflect off a parabolic surface straight to its focus point, powering satellite dishes, solar concentrators, car headlights, and radio telescopes.

Calculating vertex coordinates identifies maximum profit points in microeconomic revenue models.

Utilizing focal length formulas ($p = 1/4a$) guides optical engineering dish construction parameters.

Converting standard form equations into vertex form via completing the square clarifies geometric curve transformations.

Evaluating parabolic curvature attributes aids structural bridge arch design in civil engineering.

Designing parabolic solar concentrator arrays focuses thermal energy onto central collection pipes efficiently. Modeling headlight reflector geometry ensures emitted light beams form concentrated parallel rays.

Calculating axis of symmetry lines aids 3D computer animation software when reflecting mesh geometry.

## Completing the Square & Factoring Methods

Beyond the quadratic formula, Completing the Square and Factoring represent essential analytical methods for solving quadratic equations.

Factoring solves quadratics by rewriting $a x^2 + b x + c = 0$ as a product of two linear binomials $(p x + q)(r x + s) = 0$ and applying the Zero Product Property (setting each binomial to zero). Factoring is fastest when coefficients are small integers.

Completing the Square transforms any quadratic equation into $(x + h)^2 = k$, allowing direct solution via square roots. Steps: 1. Divide equation by $a$ so the leading coefficient is 1: $x^2 + \frac{b}{a} x = -\frac{c}{a}$. 2. Add $\left(\frac{b}{2a}\right)^2$ to both sides: $$x^2 + \frac{b}{a} x + \left(\frac{b}{2a}\right)^2 = -\frac{c}{a} + \frac{b^2}{4a^2}$$ 3. Factor the left side as a perfect square: $$\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}$$ 4. Take square roots to derive the quadratic formula.

Completing the square is vital in multivariable calculus for identifying conic sections (circles, ellipses, hyperbolas) and evaluating trigonometric substitution integrals.

Teaching completing the square builds deep foundational understanding of algebraic transformations.

Utilizing zero product property rules converts factored expressions into simple linear solutions.

Comparing factoring speed against quadratic formula execution highlights optimal problem-solving paths.

Applying completing the square techniques converts quadratic differential equations into solvable forms.

Structuring systematic algebraic steps ensures students avoid common sign errors during completing the square exercises.

Utilizing completing the square to rewrite circle and ellipse equations identifies center coordinates and radius lengths. Applying binomial expansion rules validates perfect square intermediate steps during manual derivations.

Practicing quadratic factoring techniques prepares students for advanced calculus polynomial integrations.

## How to Use This Calculator

Enter coefficients $a$, $b$, and $c$ for $ax^2 + bx + c = 0$. The calculator computes the discriminant, classifies the roots (two real, one repeated, or complex conjugate), finds the vertex, and plots the parabola.

## Worked Example: x² − 5x + 6 = 0 (the Calculator's Default)

$$\Delta = (-5)^2 - 4(1)(6) = 25 - 24 = 1$$

Since $\Delta > 0$, there are two distinct real roots:

$$x_1 = \frac{5 + \sqrt{1}}{2} = 3, \qquad x_2 = \frac{5 - \sqrt{1}}{2} = 2$$

Vertex: $$h = \frac{5}{2} = 2.5, \qquad k = (2.5)^2 - 5(2.5) + 6 = -0.25$$

So the parabola crosses the x-axis at $x=2$ and $x=3$, with its minimum at $(2.5, -0.25)$.

## Related Calculators

To decompose a rational expression whose denominator uses these roots, see the [partial fractions calculator](/calculators/partial-fractions-calculator). For higher-degree or non-polynomial equations, use the [scientific calculator](/calculators/scientific-calculator).

## Physics Applications: Projectile Motion & Kinematics Equations

In Newtonian physics, the motion of an object launched into the air under gravitational acceleration follows a Parabolic Trajectory governed by quadratic kinematics equations.

The vertical position $y(t)$ of a projectile launched with initial velocity $v_0$ at angle $\theta$ from initial height $y_0$ is: $$y(t) = -\frac{1}{2} g t^2 + (v_0 \sin\theta) t + y_0$$ where $g \approx 9.81 \text{ m/s}^2$ is gravitational acceleration.

Setting $y(t) = 0$ creates a quadratic equation in time $t$. Solving via the quadratic formula yields the total Time of Flight $t_{\text{flight}}$: $$t = \frac{v_0 \sin\theta + \sqrt{(v_0 \sin\theta)^2 + 2 g y_0}}{g}$$

The Maximum Height $y_{\max}$ occurs at the vertex time $t_{\text{vertex}} = \frac{v_0 \sin\theta}{g}$: $$y_{\max} = y_0 + \frac{(v_0 \sin\theta)^2}{2 g}$$

Evaluating projectile trajectories via quadratic equations powers aerospace ballistics, sports mechanics (basketball shooting arcs, golf ball trajectories), and video game physics engines.

Calculating launch angle optimization ($45^\circ$ for maximum flat ground range) maximizes horizontal distance.

Incorporating air resistance drag adjustments converts pure quadratic trajectories into numerical trajectory models.

Verifying positive time root selection ignores non-physical negative time solutions in real-world physics problems.

Evaluating impact velocity components ($v_x, v_y$) determines collision impact energy in mechanical safety engineering.

Calculating basketball release trajectory parameters ensures optimal entry angles into the hoop. Modeling rocket launch stage separation paths uses quadratic kinematics to predict debris splashdown zones.

Evaluating kinetic and potential energy trade-offs along parabolic paths validates mechanical energy conservation laws.

## Economic & Engineering Optimization: Revenue, Profit & Structural Curves

Quadratic functions model non-linear relationships across microeconomics, business operations, and structural design.

In Microeconomics, Demand Curves ($P = a - b Q$) create Quadratic Revenue Functions ($R = P \cdot Q = a Q - b Q^2$). Because the quadratic coefficient is negative ($-b < 0$), total revenue forms an inverted parabola.

The Maximum Revenue Point occurs at the parabola vertex: $$Q_{\text{max revenue}} = -\frac{a}{2(-b)} = \frac{a}{2b}$$ Subtracting total cost functions ($C = c + d Q$) yields Quadratic Profit Functions, allowing business analysts to determine the exact production volume maximizing net profit.

In Civil Engineering, parabolic arch bridges (such as steel arch bridges and concrete suspension cable sags) distribute weight loads efficiently, minimizing bending moments across structural support beams.

Utilizing quadratic profit optimization curves guides corporate product pricing and volume strategies.

Analyzing parabolic cable sag equations ($y = \frac{w x^2}{2 T}$) calculates tension forces in suspension bridge engineering.

Evaluating quadratic marginal cost intersections identifies point of diminishing economic returns.

Structuring automated parabolic optimization tools assists manufacturing managers with production batch sizing.

Conducting sensitivity audits on quadratic profit coefficients accounts for raw material price volatility.

Evaluating economic profit curves across fluctuating raw material costs prevents overproduction losses. Designing parabolic concrete arch bridges minimizes tensile stress concentrations across structural support piers.

Utilizing quadratic revenue functions helps retail pricing analysts set optimal promotional discount levels.

## Frequently asked questions

### What is a Quadratic Equation?

A quadratic equation is a second-degree polynomial equation in standard form ax^2 + bx + c = 0, where a is not equal to 0.

### What is the Quadratic Formula?

The quadratic formula is x = [-b ± sqrt(b^2 - 4ac)] / (2a), used to find the exact roots of any quadratic equation.

### What is the Discriminant (b^2 - 4ac)?

The discriminant determines root types: >0 gives two distinct real roots, =0 gives one repeated real root, <0 gives two complex conjugate roots.

### What is the Vertex of a Parabola?

The vertex (h, k) is the maximum or minimum turning point of a parabola, with x-coordinate h = -b / (2a).

### What is the Axis of Symmetry of a Parabola?

The axis of symmetry is the vertical line x = -b / (2a) that divides the parabola into mirror-image halves.

### How do you solve quadratic equations by factoring?

Rewrite the equation as (px + q)(rx + s) = 0 and apply the zero product property to set each factor to 0.

### What is Completing the Square?

Completing the square is an algebraic technique that rewrites ax^2 + bx + c into perfect square form (x + h)^2 = k to solve for x.

### How are quadratic equations used in physics?

They model projectile motion under gravity, determining time of flight, maximum trajectory height, and impact velocity.

### How are quadratic equations used in business profit optimization?

Revenue and profit functions are often quadratic curves; finding the parabola vertex identifies the exact price/volume for maximum profit.

### What are Vieta's Formulas for quadratic equations?

Vieta's formulas state that the sum of roots equals -b/a and the product of roots equals c/a.

## Related concepts

- **Discriminant** — The expression b^2 - 4ac that determines the nature and quantity of quadratic equation roots.
- **Parabola Vertex** — The peak or trough turning point of a parabolic curve evaluated at x = -b / 2a.
- **Projectile Motion** — The parabolic path followed by an object projected under the influence of gravity.

## Related guides

- [Ratio and Proportion Guide: Simplify, Solve, Split Totals](https://dothecalculation.com/blog/math/ratio-and-proportion) — Learn how to simplify ratios, solve proportions, and split totals with worked examples tied to the live DTC ratio calculator.

## Related calculators

- [Bisection & Newton-Raphson Root Finder](https://dothecalculation.com/calculators/bisection-method-calculator) — Find roots of nonlinear equations using interval bisection and Newton-Raphson iterative methods with this free numerical solver.
- [Derivative & Limit Solver](https://dothecalculation.com/calculators/derivative-solver) — Compute first and second derivatives of algebraic functions, find limits, and solve tangent line equations with clear steps.
- [Matrix Algebra & Linear Equations Solver](https://dothecalculation.com/calculators/matrix-solver) — Calculate determinants, inverses, eigenvalues, and solve systems of linear equations instantly with this free matrix algebra tool.
- [Modular Arithmetic & Congruence Solver](https://dothecalculation.com/calculators/modular-arithmetic-calculator) — Perform modular addition, multiplication, and exponentiation, and solve linear modular congruence equations with clear steps.
- [System of Linear & Nonlinear Equations Solver](https://dothecalculation.com/calculators/system-of-equations-calculator) — Solve systems of two linear or nonlinear equations using substitution, elimination, and graphing methods with clear steps.
- [Circle Equation & Geometry Solver](https://dothecalculation.com/calculators/circle-solver) — Convert between standard and general circle equation forms, find centers and radii, and compute areas with this free geometry solver.

---

_This mathematical calculator is designed for educational, scientific, and engineering calculations. Always verify real vs complex roots, vector coordinate systems, and precision limits when applying results to physics or engineering systems._

---

_Source: [Do The Calculation](https://dothecalculation.com/calculators/quadratic-solver). Quote freely with attribution and a link to this page._
