什么是三次方程判别式计算器?
- 判别式 (Δ) 是决定三次方程根的行为的数值。
- 它揭示了根是实数、重根还是共轭复数。
- 判别式公式为:Δ = 18abcd - 4b³d + b²c² - 4ac³ - 27a²d²。
具有实根和复根的专用三次方程求解器、卡尔达诺方法步骤、三次图形和工作示例。
三次方程判别式计算器
在上面输入您的多项式系数,然后点击“计算判别式”查看结果。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.
Determine whether a control system has oscillatory (complex) or overdamped (real) behavior based on its characteristic cubic equation.
Predict phase transitions modeled by cubic free-energy equations — the discriminant reveals whether single or multiple phases coexist.
Assess whether profit models have multiple break-even points or a single crossing, guiding pricing strategy decisions.
The discriminant formula is long. Omitting the last term is common and leads to incorrect root-type classification.
The quadratic discriminant b²−4ac is simpler. Don't accidentally use it for cubics — they require the full 5-term expression.
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² |
| Δ > 0 | Three distinct real roots |
| Δ = 0 | At least two equal real roots |
| Δ < 0 | One real root, two complex conjugate roots |
| Input | Coefficients a, b, c, d |
| Output | Discriminant value + root classification |
不,它只告诉您存在什么“类型”的根。您需要一个专用的求解器来找到精确的值。
只需输入 0 即可<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">乙</span>系数。计算器可以轻松处理缺失的术语。
是的,判别式为零意味着曲线恰好接触 x 轴,从而产生重复(多重)根。
正判别式 (Δ > 0) 意味着三次方程具有三个不同的实根。
负判别式 (Δ < 0) 表示三次方程有一个实数根和两个复共轭根。