Skip to main content

learn.howToCalculate

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 計算機をお試しください

自分で試してみる→

設定