Skip to main content

learn.howToCalculate

learn.whatIsHeading

Cubic equation (ax³+bx²+cx+d=0) solver finds all roots using Cardano's formula; more complex than quadratic.

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

  1. 1Input cubic coefficients a,b,c,d
  2. 2Apply Cardano's formula (complex procedure)
  3. 3Results show 1-3 real roots

解いた例

入力
x³ - 6x² + 11x - 6 = 0
結果
Roots: 1, 2, 3

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

  • Using quadratic formula (wrong)
  • Not handling complex intermediate results

よくある質問

When do complex roots occur?

Cubic always has ≥1 real root, but others may be complex conjugate pairs.

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

自分で試してみる→

設定