Cubic Equation Solver logo
Cubic Equation Solver

カルダノ法計算機

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

カルダノ法計算機

カルダノの古典的な 16 世紀の解法を段階的に説明するには、3 次方程式の係数を入力します。

3 次係数 — ax³ + bx² + cx + d = 0

カルダノ法計算機

上に多項式係数を入力し、「カルダノの方法を適用」をクリックして結果を表示します。
解くとグラフがここに表示されます。

什么是カルダノ法計算機?

  • 簡単な説明:これは、変数を代入して二乗項を削除し、より単純な方程式を作成して、三次方程式の正確な根を求めるために使用される代数公式です。
  • 3 次方程式で重要な理由:それは三次解法の歴史的基礎です。これは、2 次の 2 次公式と同様に、3 次多項式にも一般公式が存在することを証明します。
公式 / 方法
  • 式:代用x = t - \frac{b}{3a}凹んだ立方体を作成するt3 + pt + q = 0.
  • 変数の説明: * pそしてq: ディプレスト 3 次の新しい係数。 * カルダノの公式は、次のような複雑な式の三次根を結合します。pそしてq変数を生成するt、次にマッピングされます。×.

使い方

  1. 標準の 3 次係数を入力しますa、b、c、d.
  2. 「カルダノで解決」を押します。
  3. 生成された段階的な置換に従って、学期。
  4. 導出された最終的な実根と複素根を確認します。

主な特徴

  • 透明性の高いステップバイステップのロジック。
  • 凹フォームへの移行を自動的に処理します。
  • 中間変数の明確な視覚的内訳あなたそしてv.
  • 宿題のチェックに最適な教育用レイアウト。
📈 視覚的図
一般的なキュービックax³+bx²+cx+d=0 落ち込むx = t − b/(3a) ディプレスキュービックt³ + pt + q = 0 ルーツx₁, x₂, x₃ キー: Δ = q²/4 + p³/27Δ>0: 立方根 • Δ=0: 繰り返し • Δ<0: 三角法

例の概念

のためにx3 - 6x - 9 = 0(すでに落ち込んでいます): ツールマップp = -6、q = -9。中間二次方程式の根を計算し、立方根を抽出して、きれいな実根を提供します。x = 3.

対話型ディープダイブ

Cardano's method, published by Gerolamo Cardano in 1545, is the first known general algebraic solution for cubic equations. The method works by transforming the general cubic ax³ + bx² + cx + d = 0 into a depressed cubic (one without the x² term) using the substitution x = t − b/(3a). The resulting equation t³ + pt + q = 0 is simpler to solve algebraically.

The solution relies on a clever decomposition: set t = u + v, which leads to the system u³ + v³ = −q and uv = −p/3. Solving this system produces the discriminant Δ = q²/4 + p³/27. When Δ > 0, the cube roots are straightforward. When Δ < 0, the famous casus irreducibilis occurs — all three roots are real, yet the formula requires passage through complex numbers.

Despite its age, Cardano's method remains the foundation of cubic equation theory and is still taught in advanced algebra courses worldwide. Understanding it builds essential bridges to group theory, Galois theory, and the deeper question of why no analogous formula exists for polynomials of degree five or higher.

🎯 実世界での応用
📚

Academic Education

Cardano's method is a cornerstone of university algebra curricula, teaching students how general polynomial solutions are derived.

Control Engineering

Characteristic equations of third-order systems are solved analytically using Cardano's approach for exact pole placement.

🔬

Physics Simulations

Exact cubic solutions are needed in optics (Snell's law extensions), fluid dynamics, and orbital mechanics calculations.

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

1. Skipping the depression step

You must eliminate the x² term first. Applying Cardano's formula directly to the general form yields incorrect results.

2. Ignoring casus irreducibilis

When Δ < 0, the formula involves complex cube roots even though all roots are real. Use trigonometric substitution instead.

3. Arithmetic errors in p and q

The depressed coefficients involve fractions with 3a, 27a³, etc. Double-check these intermediate values carefully.

📋 クイックリファレンス表
Substitutionx = t − b/(3a)
Depressed Formt³ + pt + q = 0
DiscriminantΔ = q²/4 + p³/27
Published1545 by Gerolamo Cardano
LimitationCasus irreducibilis when Δ < 0

よくある質問

Cardano のメソッドが困難になるのはどのような場合ですか?

実根が 3 つ (Δ > 0) ある場合、「casus irreducibilis」と呼ばれる障害に遭遇します。この段階では、実際の答えを見つけるために複素数が必要になります。

自分でキュービックを押し下げる必要がありますか?

いいえ、計算機は自動的に計算を実行します。<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">t-b/3a</span>あなたの代わりです。

これが三次関数を解く唯一の方法ですか?

いいえ、実根が 3 つ存在する場合は、三角法が優先されることがよくあります。

カルダノのメソッドを発明したのは誰ですか?

この技術は 1545 年にジェロラモ カルダーノによって著書『Ars Magna』で出版されましたが、基礎となる技術の一部はシピオーネ デル フェロとニッコロ タルターリアによって発見されました。

これは宿題に使用するのに適していますか?

はい、単に答えをコピーするのではなく、それに沿って方法を学習できるように特別に設計されています。