什么是简化三次方程计算器?
- 简单解释:这是一个三次方程,没有x²术语,通常采用以下形式t3 + pt + q = 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.
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 |
因为通过去掉二次项,方程的复杂性被“降低”了。
是的,它使它们水平移动。一旦你发现<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">x</span>.
是的。每个标准三次方程都可以通过平移来消除它<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">x²</span>学期。
标准形式是 t3 + pt + q = 0,它没有平方项。
卡尔达诺公式仅直接适用于抑郁形式。通过删除平方项,代数变得足以导出封闭式解。