什么是カルダノ法計算機?
- 簡単な説明:これは、変数を代入して二乗項を削除し、より単純な方程式を作成して、三次方程式の正確な根を求めるために使用される代数公式です。
- 3 次方程式で重要な理由:それは三次解法の歴史的基礎です。これは、2 次の 2 次公式と同様に、3 次多項式にも一般公式が存在することを証明します。
実根および複素根を備えた専用の三次方程式ソルバー、Cardano メソッドのステップ、三次グラフ作成、および実際の例。
カルダノ法計算機
上に多項式係数を入力し、「カルダノの方法を適用」をクリックして結果を表示します。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.
Cardano's method is a cornerstone of university algebra curricula, teaching students how general polynomial solutions are derived.
Characteristic equations of third-order systems are solved analytically using Cardano's approach for exact pole placement.
Exact cubic solutions are needed in optics (Snell's law extensions), fluid dynamics, and orbital mechanics calculations.
You must eliminate the x² term first. Applying Cardano's formula directly to the general form yields incorrect results.
When Δ < 0, the formula involves complex cube roots even though all roots are real. Use trigonometric substitution instead.
The depressed coefficients involve fractions with 3a, 27a³, etc. Double-check these intermediate values carefully.
| Substitution | x = t − b/(3a) |
| Depressed Form | t³ + pt + q = 0 |
| Discriminant | Δ = q²/4 + p³/27 |
| Published | 1545 by Gerolamo Cardano |
| Limitation | Casus irreducibilis when Δ < 0 |
実根が 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』で出版されましたが、基礎となる技術の一部はシピオーネ デル フェロとニッコロ タルターリアによって発見されました。
はい、単に答えをコピーするのではなく、それに沿って方法を学習できるように特別に設計されています。