Cubic Equation Solver logo
Cubic Equation Solver

三次方程式の根計算機

実根および複素根を備えた専用の三次方程式ソルバー、Cardano メソッドのステップ、三次グラフ作成、および実際の例。

三次方程式の根計算機

係数を入力して、3 次方程式の実数と複素数の 3 つの根すべてを見つけます。

3 次方程式 — ax³ + bx² + cx + d = 0

三次方程式の根計算機

上に多項式係数を入力し、「すべての根を見つける」をクリックして結果を表示します。
解くとグラフがここに表示されます。

什么是三次方程式の根計算機?

  • 簡単な説明:3 次方程式の根 (またはゼロ) は、特定の×- 曲線が水平軸と交差する値 (ここで、y = 0).
  • 3 次方程式で重要な理由:根を見つけることは方程式を解くことです。これらは、多項式によってモデル化された現実世界の幾何学的、物理的、および工学的問題に対する正確な解決策を表します。
公式 / 方法
  • 方法:この計算機は、Cardano の分析式と三角関数の分岐置換を組み合わせて利用し、手動算術をバイパスします。
  • 変数の説明:あなたが入力したa、b、c、d標準的な形からax3 + bx2 + cx + d = 0そして受け取るx_1、x_2、x_3.

使い方

  1. 係数を入力してくださいa、b、c、そしてd.
  2. 「ルーツを探す」を押します。
  3. 正確な答えのリストについては、出力パネルを参照してください。
  4. 課題やデザインのデータをコピーします。

主な特徴

  • 超高速の生出力。
  • 実数ルートと複素ルートの両方のペアを正確に計算します。
  • 浮動小数点の不正確さを自動的にクリーンアップします。
  • 宿題の迅速なチェックに最適です。
📈 視覚的図
3 つの異なる実際のルート 1 実数 + 2 複素数 繰り返される根

例の概念

方程式:2x3 - 4x2 - 22x + 24 = 0ルートの計算:x_1 = -3, x_2 = 1, x_3 = 4.

対話型ディープダイブ

The roots of a cubic equation are the values of x that satisfy ax³ + bx² + cx + d = 0. By the Fundamental Theorem of Algebra, every cubic equation has exactly three roots (counting multiplicity), which may be real or complex. Graphically, real roots correspond to points where the cubic curve crosses or touches the x-axis.

Cubic roots can appear in three configurations: (1) three distinct real roots — the curve crosses the x-axis three times; (2) one real root plus two complex conjugate roots — the curve crosses the x-axis once and turns away twice; (3) repeated roots — the curve is tangent to the x-axis at one or more points. The discriminant Δ determines which case applies.

Computing cubic roots efficiently requires combining multiple strategies: the Rational Root Theorem for nice integer/fraction answers, Cardano's formula for exact algebraic expressions, and the trigonometric method for the three-real-roots case. Our calculator automatically selects the optimal strategy and delivers all three roots with full precision.

🎯 実世界での応用
🛠

Structural Engineering

Finding where stress or deflection equations cross zero helps engineers identify critical load points in beams and frames.

📈

Financial Modeling

Break-even analysis for cubic cost/revenue models requires finding all real roots to identify profitable operating ranges.

🌱

Population Dynamics

Cubic growth models in biology use root-finding to predict population equilibria and tipping points.

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

1. Assuming all roots are real

Not every cubic has three real roots. Always check the discriminant first to know what to expect.

2. Ignoring multiplicity

A root can repeat (e.g., x=2 is a double root). The total count is always 3, but distinct roots may be fewer.

3. Rounding too early

Intermediate calculations involve cube roots and fractions. Rounding prematurely can shift root locations significantly.

📋 クイックリファレンス表
Total RootsAlways exactly 3 (counting multiplicity)
Real Root GuaranteeAt least 1 real root always exists
Complex RootsAlways appear in conjugate pairs (a±bi)
Methods UsedCardano + Trigonometric + Numerical
VerificationSubstitute each root back into the original equation

よくある質問

3 次方程式に根がないことはありますか?

いいえ。すべての 3 次方程式は、3 次曲線の性質により、少なくとも 1 つの実根を保証します。

複雑なルートとは何を意味しますか?

これは、曲線の方向が変わりますが、その特定の曲がりで X 軸を横切ることができないことを意味します。複雑なルートは常にペアで発生します。

一部の根が繰り返すのはなぜですか?

ルートが繰り返されるということは、曲線が X 軸に接している (完全に交差せずに接している) ことを意味します。

3 次方程式には常に根がいくつありますか?

ちょうど 3 つの根 (多重度を数えます)。それらは、3 つの異なる実数ルート、1 つの実数共役と 2 つの複素共役、または反復ルートの組み合わせにすることができます。

実根と複素根の違いは何ですか?

実根は、曲線が x 軸と交差するか接触する数直線上の値です。複素根には虚数が含まれており、標準グラフでは x 切片として表示されません。