什么是簡約三次方程式計算機?
- 簡単な説明:それは次のものを持たない三次方程式です。x²用語、通常は次の形式をとるt3 + pt + q = 0.
- 3 次方程式で重要な理由:一般的な 3 次方程式の根を数学的に導出するには、2 乗項を消去することが必須の最初のステップです。これにより、代数作業が大幅に簡素化されます。
実根および複素根を備えた専用の三次方程式ソルバー、Cardano メソッドのステップ、三次グラフ作成、および実際の例。
簡約三次方程式計算機
上に多項式係数を入力し、「3次を下げる」をクリックして結果を表示します。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.
Every Cardano's method solution begins with depressing the cubic. This calculator automates that critical first step.
Depressing centers the cubic's inflection point at the y-axis, making graphical analysis and symmetry identification easier.
Students learning polynomial transformations use depression to understand how substitutions simplify equation structure.
The substitution is x = t MINUS b/(3a), not plus. Getting the sign wrong shifts the curve in the wrong direction.
The formulas for p and q assume proper normalization. If a ≠ 1, you must include a in the denominators.
p involves 3ac − b² while q involves 2b³ − 9abc + 27a²d. Mixing them up produces completely wrong depressed coefficients.
| Substitution | x = t − b/(3a) |
| Result Form | t³ + pt + q = 0 |
| p formula | (3ac − b²) / (3a²) |
| q formula | (2b³ − 9abc + 27a²d) / (27a³) |
| Geometric Effect | Centers 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 で、二乗項はありません。
カルダノの公式は、凹んだフォームにのみ直接適用されます。二乗項を削除すると、代数は閉じた形式の解を導出できるほど扱いやすくなります。