Skip to main content

如何计算Discriminant

learn.whatIsHeading

The discriminant (Δ = b² - 4ac) of a quadratic equation determines the nature and number of roots. It tells whether solutions are real, complex, or repeated.

公式

Δ = b² - 4ac; if Δ > 0: two real roots, Δ = 0: one repeated root, Δ < 0: complex roots

分步指南

  1. 1Enter coefficients a, b, c from ax² + bx + c = 0
  2. 2Calculate b² - 4ac
  3. 3Interpret the sign and value

例题解析

输入
x² - 5x + 6 = 0
结果
Δ = 1 (two distinct real roots)
25 - 24 = 1

常见错误注意事项

  • Sign errors in b or c
  • Forgetting the 4ac term

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

自己尝试一下 →

设置

隐私条款关于© 2026 PrimeCalcPro