Cubic Equation Solver logo
Cubic Equation Solver

簡約三次方程式計算機

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

簡約三次方程式計算機

3 次方程式の係数を入力して、x² 項を削除し、凹型 t3 + pt + q = 0 を取得します。

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

簡約三次方程式計算機

上に多項式係数を入力し、「3次を下げる」をクリックして結果を表示します。
解くとグラフがここに表示されます。

什么是簡約三次方程式計算機?

  • 簡単な説明:それは次のものを持たない三次方程式です。用語、通常は次の形式をとるt3 + pt + q = 0.
  • 3 次方程式で重要な理由:一般的な 3 次方程式の根を数学的に導出するには、2 乗項を消去することが必須の最初のステップです。これにより、代数作業が大幅に簡素化されます。
公式 / 方法
  • 式:代わりのx = t - \frac{b}{3a}
  • 変数の説明: * p = \frac{3ac - b²}{3a²} * q = \frac{2b3 - 9abc + 27a²d}{27a3}* 新しい方程式は次のようになりますt3 + pt + q = 0.

使い方

  1. 係数を入力してくださいa、b、c、d元の方程式の。
  2. 「方程式を押し下げる」をクリックします。
  3. 必須項目を表示する×t置換。
  4. 新しいことに注目して完了しますpそしてq係数。

主な特徴

  • 1 つの重要な代数ステップにのみ焦点を当てます。
  • 正確な情報を提供しますpそしてq瞬時に出力します。
  • 高速、軽量、そして数学的に厳密です。
  • 多項式変換の優れた学習支援ツールです。
📈 視覚的図
以前(一般的な形式) ax³ + bx² + cx + d = 0 4 つの係数: a、b、c、d 変曲点が中心からずれている 直接解決するのは難しい x = t − b/(3a) After(凹型) t³ + pt + q = 0 2 つのパラメータ: p、q 原点の変曲点 Cardano / trig の準備完了

例の概念

オリジナル:x3 - 6x2 + 11x - 6 = 0ツールの代替品x = t + 2。 結果として得られる凹んだ立方体:t3 - t = 0.

対話型ディープダイブ

A depressed cubic is a cubic equation that has been simplified by removing the x² term, resulting in the cleaner form t³ + pt + q = 0. This reduction is achieved through the Tschirnhaus substitution x = t − b/(3a), which shifts the polynomial so the second-degree coefficient vanishes. The technique is fundamental to every analytical method for solving cubics.

The depression process transforms four coefficients (a, b, c, d) into just two essential parameters (p, q). Specifically: p = (3ac − b²) / (3a²) and q = (2b³ − 9abc + 27a²d) / (27a³). This simplification is what makes Cardano's formula, Vieta's substitution, and the trigonometric method feasible.

Geometrically, depressing a cubic is equivalent to horizontally translating the graph so that the inflection point sits on the y-axis. This centering eliminates asymmetry in the curve and reveals the polynomial's essential shape, making both algebraic and graphical analysis cleaner.

🎯 実世界での応用
🔎

Prerequisite for Cardano

Every Cardano's method solution begins with depressing the cubic. This calculator automates that critical first step.

📊

Graph Centering

Depressing centers the cubic's inflection point at the y-axis, making graphical analysis and symmetry identification easier.

🎓

Algebra Courses

Students learning polynomial transformations use depression to understand how substitutions simplify equation structure.

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

1. Sign errors in the substitution

The substitution is x = t MINUS b/(3a), not plus. Getting the sign wrong shifts the curve in the wrong direction.

2. Forgetting to divide by a first

The formulas for p and q assume proper normalization. If a ≠ 1, you must include a in the denominators.

3. Confusing p and q formulas

p involves 3ac − b² while q involves 2b³ − 9abc + 27a²d. Mixing them up produces completely wrong depressed coefficients.

📋 クイックリファレンス表
Substitutionx = t − b/(3a)
Result Formt³ + pt + q = 0
p formula(3ac − b²) / (3a²)
q formula(2b³ − 9abc + 27a²d) / (27a³)
Geometric EffectCenters inflection point on y-axis

よくある質問

なぜそれを「うつ病」と呼ぶのでしょうか?

なぜなら、方程式は 2 次の項を取り除くことによって複雑さが「抑制」されたからです。

三次を下げると根が変わりますか?

はい、水平方向に移動します。見つけたら<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">t</span>を見つけるには、シフト係数を加算し直す必要があります。<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">×</span>.

すべてのキュービックが鬱になる可能性はありますか?

はい。すべての標準的な 3 次方程式をシフトして、その方程式を取り除くことができます。<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">x²</span>学期。

標準的な凹型立方体の形状は何ですか?

標準形式は t³ + pt + q = 0 で、二乗項はありません。

Cardano の手法ではなぜ 3 次を抑圧する必要があるのでしょうか?

カルダノの公式は、凹んだフォームにのみ直接適用されます。二乗項を削除すると、代数は閉じた形式の解を導出できるほど扱いやすくなります。