Skip to main content
DigiCalcs

如何计算Quadratic Formula

learn.whatIsHeading

The quadratic formula solves any equation of the form ax² + bx + c = 0 for x. It works for all quadratics — even ones that cannot be factored — making it the most universal solving method. The formula was known to Babylonian mathematicians as early as 2000 BC.

分步指南

  1. 1Arrange the equation in standard form: ax² + bx + c = 0
  2. 2Identify a (coefficient of x²), b (coefficient of x), c (constant)
  3. 3Calculate the discriminant: Δ = b² − 4ac
  4. 4If Δ ≥ 0: substitute into x = (−b ± √Δ) / 2a for two real roots
  5. 5If Δ < 0: the equation has two complex (non-real) roots

例题解析

输入
x² − 5x + 6 = 0
结果
x = 3 or x = 2
Δ = 25−24 = 1 > 0. Roots: (5±1)/2
输入
x² − 2x + 1 = 0
结果
x = 1 (repeated)
Δ = 4−4 = 0. One repeated root.
输入
x² + x + 1 = 0
结果
Complex roots
Δ = 1−4 = −3 < 0. No real solutions.
输入
2x² + 3x − 2 = 0
结果
x = 0.5 or x = −2
Δ = 9+16 = 25. Roots: (−3±5)/4

准备好计算了吗?尝试免费的 Quadratic Formula 计算器

自己尝试一下 →

设置

隐私条款关于© 2026 DigiCalcs