Cubic Equation Solver logo
Cubic Equation Solver

简化三次方程计算器

具有实根和复根的专用三次方程求解器、卡尔达诺方法步骤、三次图形和工作示例。

简化三次方程计算器

输入三次方程的系数,消除 x² 项并获得降压形式 t3 + pt + q = 0。

原始三次 — ax3 + bx2 + cx + d = 0

简化三次方程计算器

在上面输入您的多项式系数,然后点击“压三次”查看结果。
图形将在您求解后出现在此处。

什么是简化三次方程计算器?

  • 简单解释:这是一个三次方程,没有术语,通常采用以下形式t3 + pt + q = 0.
  • 为什么它在三次方程中很重要:消除平方项是从数学上推导一般三次方程的根的强制性第一步。它极大地简化了代数工作。
公式 / 方法
  • 公式:代替x = t - \frac{乙}{3a}
  • 变量解释: * p = 压裂{3ac - b²}{3a²} * q = \frac{2b³ - 9abc + 27a²d}{27a立方}* 新方程变为t3 + pt + q = 0.

如何使用

  1. 提供系数a、b、c、d你原来的方程。
  2. 单击“压低方程”。
  3. 查看必填项xt替代。
  4. 通过记下您的新内容来结束pq系数。

关键特性

  • 纯粹专注于一个重要的代数步骤。
  • 提供准确的pq立即输出。
  • 快速、轻量级且数学上严格。
  • 多项式翻译的优秀学习辅助工具。
📈 视觉图表
之前(一般表格) ax³ + bx² + cx + d = 0 4 个系数:a、b、c、d 拐点偏离中心 直接解决比较困难 x = t − b/(3a) 之后(抑郁形式) t³ + pt + q = 0 2个参数:p、q 原点拐点 准备好卡尔达诺/三角函数

示例概念

原来的: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

常见问题解答

为什么我们称之为“抑郁症”?

因为通过去掉二次项,方程的复杂性被“降低”了。

降低三次方会改变根吗?

是的,它使它们水平移动。一旦你发现<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,它没有平方项。

为什么卡尔达诺方法需要降低三次方?

卡尔达诺公式仅直接适用于抑郁形式。通过删除平方项,代数变得足以导出封闭式解。