Skip to main content
Calkulon

learn.howToCalculate

learn.whatIsHeading

Quadratic formula solves ax² + bx + c = 0: x = (-b ± √(b²-4ac)) / 2a. Always finds roots (real or complex).

ステップバイステップガイド

  1. 1Input coefficients a, b, c
  2. 2Calculate discriminant b²-4ac
  3. 3Apply formula; show real or complex roots

解いた例

入力
x² - 5x + 6 = 0
結果
x = (5 ± 1)/2 → x=3 or x=2

避けるべきよくある間違い

  • Sign errors in formula
  • Not simplifying radicals

よくある質問

What does discriminant tell?

>0 two reals, =0 one repeated, <0 complex conjugate pair.

計算する準備はできましたか?無料の Quadratic Formula 計算機をお試しください

自分で試してみる→

設定