algebra

Quadratic Equation

A quadratic equation is a second-degree polynomial equation in one variable, written as ax² + bx + c = 0 with a ≠ 0. Its graph is a parabola.

本术语中文版本即将上线。下方暂以英文原文展示。

A quadratic equation has the standard form

ax2+bx+c=0,a0.ax^2 + bx + c = 0, \quad a \neq 0.

The graph of y=ax2+bx+cy = ax^2 + bx + c is a parabola; the equation's solutions are the x-values where the parabola crosses the x-axis.

Quadratics can have 0, 1, or 2 real solutions, governed by the discriminant Δ=b24ac\Delta = b^2 - 4ac (positive ⇒ two real roots; zero ⇒ one repeated root; negative ⇒ two complex conjugate roots).

Standard solving techniques include the quadratic formula x=b±Δ2ax = \frac{-b \pm \sqrt{\Delta}}{2a}, factoring, and completing the square. Quadratics appear throughout science: projectile motion, optimisation, parabolic mirrors, and even the simplest quantum-mechanical models.

相关资源