Cubic Equation Solver logo
Cubic Equation Solver

三次方程式判別式計算機

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

三次方程式判別式計算機

係数を入力して判別式 (Δ) を計算し、3 次関数に 3 つの異なる実根、反復根、

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

三次方程式判別式計算機

上に多項式係数を入力し、「判別式の計算」をクリックして結果を表示します。
解くとグラフがここに表示されます。

什么是三次方程式判別式計算機?

  • 判別式 (Δ) は、三次方程式の解の挙動を決定する数値です。
  • 解が実数か、重解か、あるいは共役複素数かを示します。
  • 判別式の公式: Δ = 18abcd - 4b³d + b²c² - 4ac³ - 27a²d²
公式 / 方法
  • 標準形: ax³ + bx² + cx + d = 0
  • 判別式公式: Δ = 18abcd - 4b³d + b²c² - 4ac³ - 27a²d²
  • Δ > 0 の場合: 異なる3つの実数解。
  • Δ = 0 の場合: 実数解をもち、少なくとも1つは重解。
  • Δ < 0 の場合: 1つの実数解と2つの共役複素数解。

使い方

  1. 三次方程式の係数 (a, b, c, d) を入力します。
  2. 「判別式を計算」をクリックします。
  3. 結果の Δ 値と解の性質の解説を確認します。

主な特徴

  • 根の性質を即座に分析します。
  • 複雑な数式での手動計算エラーを回避します。
  • 多項式に合わせて調整されたクリーンで直感的な入力フィールド。
  • 数学とともに初心者向けに解説。
📈 視覚的図
Δを計算する Δ > 03 つの異なる実際のルート Δ = 0繰り返される根 Δ < 01 実数 + 2 複素数 曲線が x 軸と交差する× 3 X 軸に接する曲線 曲線は x 軸と交差します× 1

例の概念

方程式についてはx3 - 6x2 + 11x - 6 = 0: 入るa=1、b=-6、c=11、d=-6の判別式が得られます\デルタ = 4。なぜなら4 > 0、計算機は 3 つの異なる実根があることを確認します。

対話型ディープダイブ

The discriminant of a cubic equation is a single numerical value, denoted Δ, that instantly reveals the nature of all three roots without solving the equation. For the general cubic ax³ + bx² + cx + d = 0, the discriminant formula is Δ = 18abcd − 4b³d + b²c² − 4ac³ − 27a²d². This expression encodes the geometric relationship between the curve and the x-axis.

When Δ > 0, the cubic has three distinct real roots — the curve crosses the x-axis at three separate points. When Δ = 0, at least two roots coincide, meaning the curve is tangent to the x-axis at one or more points. When Δ < 0, there is exactly one real root and a pair of complex conjugate roots — the curve crosses the x-axis only once.

The discriminant serves as a classification gateway in algebra and engineering. Before investing effort into solving, you can determine whether to expect real or complex solutions. This is especially valuable in structural analysis, control systems, and optimization problems where the nature of roots determines system stability.

🎯 実世界での応用

Engineering Stability

Determine whether a control system has oscillatory (complex) or overdamped (real) behavior based on its characteristic cubic equation.

Material Science

Predict phase transitions modeled by cubic free-energy equations — the discriminant reveals whether single or multiple phases coexist.

📈

Economics & Optimization

Assess whether profit models have multiple break-even points or a single crossing, guiding pricing strategy decisions.

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

1. Forgetting the 27a²d² term

The discriminant formula is long. Omitting the last term is common and leads to incorrect root-type classification.

2. Confusing cubic & quadratic discriminants

The quadratic discriminant b²−4ac is simpler. Don't accidentally use it for cubics — they require the full 5-term expression.

3. Sign interpretation is reversed vs. quadratics

For quadratics, Δ>0 means 2 real roots. For cubics, Δ>0 means 3 real roots. Keep the conventions straight.

📋 クイックリファレンス表
FormulaΔ = 18abcd − 4b³d + b²c² − 4ac³ − 27a²d²
Δ > 0Three distinct real roots
Δ = 0At least two equal real roots
Δ < 0One real root, two complex conjugate roots
InputCoefficients a, b, c, d
OutputDiscriminant value + root classification

よくある質問

判別式はルーツが実際に何であるかを教えてくれますか?

いいえ、それは存在するルートの *タイプ* を示すだけです。正確な値を見つけるには専用のソルバーが必要です。

方程式に次の要素が欠けている場合はどうなるでしょうか\\(x^2\\)学期?

に 0 を入力するだけです。<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">b</span>係数。計算機は欠落している項を簡単に処理します。

判別式をゼロにすることはできますか?

はい、判別式が 0 の場合は、曲線が X 軸にちょうど接触し、(複数の) 根が繰り返されることを意味します。

三次関数にとって正の判別式は何を意味しますか?

正の判別式 (Δ > 0) は、3次方程式に 3 つの異なる実根があることを意味します。

3次関数にとって負の判別式は何を意味しますか?

負の判別式 (Δ < 0) は、3 次方程式に 1 つの実根と 2 つの複素共役根があることを意味します。