Cubic Equation Solver logo
Cubic Equation Solver
Education 7/3/2026

Depressed Cubic Equation: Complete Guide with Examples

Master the depressed cubic equation. Learn how to eliminate the x² term using polynomial substitution and solve complex algebra with Cardano's Method.

By Mathematics Educator
Depressed Cubic Equation: Complete Guide with Examples

Introduction

In the 16th century, the greatest mathematical minds in the world hit a massive roadblock. They were desperately trying to find a universal algebraic formula to solve cubic equations (ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0). The problem was the x2x^2 term. It created an algebraic knot that no one could untangle.

To solve the cubic, mathematicians first had to change the rules of the game. They discovered a brilliant mathematical “magic trick” that could permanently delete the x2x^2 term from any cubic equation without changing the fundamental nature of its answers. The resulting, simplified equation is called a Depressed Cubic Equation.

Why mathematicians use it: Standard cubic equations are incredibly messy. A depressed cubic acts as a “cleaned up” version of the problem. It is the absolute prerequisite for using advanced formulas like Cardano’s Method.

Learning objectives: This definitive guide will explore what a depressed cubic is, why it is mathematically essential, how to geometrically shift a graph to eliminate its quadratic term, and exactly how to derive and apply the substitution formula.


What Is a Depressed Cubic Equation?

A Depressed Cubic Equation is a specific type of cubic polynomial where the quadratic term (the x2x^2 term) has a coefficient of absolutely zero.

The Standard Form

The standard form of a depressed cubic is written using a new variable (usually tt or yy) to signify that a transformation has occurred: t3+pt+q=0t^3 + pt + q = 0

Notice the anatomy of this equation:

  • It has a cubic term (t3t^3).
  • It has a linear term (ptpt).
  • It has a constant term (qq).
  • It is missing the t2t^2 term.

Origin of the Name “Depressed”

In mathematics, to “depress” an equation means to reduce its complexity or lower its degree. While eliminating the x2x^2 term does not lower the overall degree of the polynomial (it remains a degree 3 cubic), it “depresses” the internal structure of the polynomial, making it vastly simpler to manipulate.


Standard Cubic vs Depressed Cubic

Before diving into the complex algebra, it is crucial to understand the difference between the two forms.

FeatureGeneral Cubic EquationDepressed Cubic Equation
Formulaax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0t3+pt+q=0t^3 + pt + q = 0
Variables4 variables (a,b,c,da, b, c, d)2 variables (p,qp, q)
x2x^2 TermPresent (b0b \neq 0)Absent (b=0b = 0)
Inflection PointLocated anywhere on the graphLocated exactly on the y-axis (x=0x=0)
Solving MethodFactor by Grouping, Rational RootsCardano’s Method, Vieta’s Substitution
Advantages of the Depressed Form:
  1. Fewer moving parts: Dealing with pp and qq is much faster than juggling a,b,c,a, b, c, and dd.
  2. Symmetry: By removing the x2x^2 term, the graph of the equation is perfectly centered horizontally.
  3. Gateway to advanced formulas: You literally cannot use Cardano’s algebraic formula on a general cubic. You must convert it to a depressed cubic first.

Why Convert to a Depressed Cubic?

Why do we spend ten minutes doing algebraic substitutions just to delete one term?

1. It is Required for Cardano’s Method

Gerolamo Cardano published the general solution to the cubic equation in 1545. His brilliant method involves splitting the variable tt into two new variables (u+vu + v). When you plug (u+v)(u+v) into a general cubic, the math explodes into an unsolvable mess. When you plug (u+v)(u+v) into a depressed cubic, the middle terms beautifully cancel out, allowing you to solve the equation.

2. Geometric Centering (Simplifying Calculations)

Geometrically, the x2x^2 term is responsible for shifting the graph of a cubic equation to the left or the right. By eliminating the x2x^2 term, you are physically picking up the graph and sliding it horizontally until its inflection point sits perfectly on the y-axis (x=0x=0). Centered graphs are infinitely easier to analyze theoretically.

3. Numerical Benefits

Modern computer algorithms (like eigenvalue solvers) run slightly faster and with fewer floating-point decimal errors when they process depressed equations, because there are fewer coefficients to multiply and divide.


How to Convert a General Cubic into a Depressed Cubic

This transformation requires a mathematical technique called a Tschirnhaus transformation, specifically a horizontal shift.

Step 1: The Goal

We start with: ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0. We want to shift the xx variable by some unknown amount hh so that x=thx = t - h.

Step 2: The Derivation

If we substitute x=thx = t - h into the general cubic, we get: a(th)3+b(th)2+c(th)+d=0a(t - h)^3 + b(t - h)^2 + c(t - h) + d = 0

Now, we must expand the cube and the square using binomial expansion:

  • (th)3=t33t2h+3th2h3(t - h)^3 = t^3 - 3t^2h + 3th^2 - h^3
  • (th)2=t22th+h2(t - h)^2 = t^2 - 2th + h^2

Substitute these expansions back into the equation: a(t33t2h+3th2h3)+b(t22th+h2)+c(th)+d=0a(t^3 - 3t^2h + 3th^2 - h^3) + b(t^2 - 2th + h^2) + c(t - h) + d = 0

Now, distribute the a,b,a, b, and cc: at33at2h+3ath2ah3+bt22bth+bh2+ctch+d=0at^3 - 3at^2h + 3ath^2 - ah^3 + bt^2 - 2bth + bh^2 + ct - ch + d = 0

Next, group the terms by their power of tt: at3+t2(3ah+b)+t(3ah22bh+c)+(ah3+bh2ch+d)=0at^3 + t^2(-3ah + b) + t(3ah^2 - 2bh + c) + (-ah^3 + bh^2 - ch + d) = 0

Step 3: Eliminating the Squared Term

Look at the coefficient of the t2t^2 term: (3ah+b)(-3ah + b). Our entire goal is to make the t2t^2 term disappear. To do this, its coefficient must equal exactly zero. 3ah+b=0-3ah + b = 0

Solve for hh: 3ah=b3ah = b h=b3ah = \frac{b}{3a}

Step 4: The Ultimate Substitution Formula

Because we set x=thx = t - h, we substitute our value for hh to get the most important formula in this article: x=tb3ax = t - \frac{b}{3a}

Whenever you plug this substitution into a general cubic equation, the x2x^2 term will instantly self-destruct!

Step 5: The Shortcut Formulas for pp and qq

Instead of expanding massive polynomials every time, you can memorize the shortcut formulas for the new pp and qq coefficients in the depressed equation t3+pt+q=0t^3 + pt + q = 0:

  1. Divide your original equation by aa so it starts with 1x31x^3. (Now it is x3+bx2+cx+d=0x^3 + bx^2 + cx + d = 0, where the letters represent the new divided numbers).
  2. p=cb23p = c - \frac{b^2}{3}
  3. q=d+2b327bc3q = d + \frac{2b^3}{27} - \frac{bc}{3}

Solving a Depressed Cubic

Once you have t3+pt+q=0t^3 + pt + q = 0, how do you actually solve it?

1. Factoring (If you are lucky)

If the constant qq is missing (t3+pt=0t^3 + pt = 0), you can simply factor out a tt: t(t2+p)=0t(t^2 + p) = 0. The roots are t=0t=0, and t=±pt = \pm \sqrt{-p}.

2. Cardano’s Method (The brute force approach)

If you cannot factor it, you must use Cardano’s formula.

  1. Make the substitution t=up3ut = u - \frac{p}{3u}.
  2. Plug it into the depressed cubic and simplify. It will magically turn into a quadratic equation in terms of u3u^3.
  3. Use the quadratic formula to solve for u3u^3.
  4. Take the cube root to find uu.
  5. Plug uu back into t=up3ut = u - \frac{p}{3u} to find your final answer for tt. (Warning: Once you find tt, you must remember to find xx using x=tb/(3a)x = t - b/(3a)!)

3. Numerical Methods

If pp and qq are messy decimals, mathematicians use the Newton-Raphson method to find an incredibly accurate decimal approximation of tt using Calculus derivatives.


Relationship with Cardano’s Method (Walkthrough)

Let’s see exactly why Cardano needed the depressed cubic.

Assume we have t3+pt+q=0t^3 + pt + q = 0. Cardano set t=u+vt = u + v. Substitute this in: (u+v)3+p(u+v)+q=0(u+v)^3 + p(u+v) + q = 0

Expand the cube: u3+3u2v+3uv2+v3+p(u+v)+q=0u^3 + 3u^2v + 3uv^2 + v^3 + p(u+v) + q = 0

Notice that 3u2v+3uv23u^2v + 3uv^2 can be factored into 3uv(u+v)3uv(u+v). Substitute that back in: u3+v3+3uv(u+v)+p(u+v)+q=0u^3 + v^3 + 3uv(u+v) + p(u+v) + q = 0

Group the (u+v)(u+v) terms together: u3+v3+(u+v)(3uv+p)+q=0u^3 + v^3 + (u+v)(3uv + p) + q = 0

Here is the genius of Cardano: He realized he could force the middle chunk to equal zero by setting 3uv+p=03uv + p = 0. If 3uv+p=03uv + p = 0, then that entire middle section vanishes, leaving only: u3+v3+q=0u^3 + v^3 + q = 0.

This creates a brilliant, solvable system of two equations:

  1. u3+v3=qu^3 + v^3 = -q
  2. uv=p/3uv = -p/3 (which means u3v3=p3/27u^3v^3 = -p^3/27)

Using Vieta’s formulas, u3u^3 and v3v^3 are simply the roots of a quadratic equation! This entire chain reaction of mathematical beauty is only possible because the depressed cubic lacks a t2t^2 term. If there were a t2t^2 term, the substitution would create massive, un-cancelable blocks of variables.


Relationship with the Discriminant

The Discriminant (Δ\Delta) tells you exactly what kind of roots a cubic equation has before you solve it. Because the depressed cubic only has two variables (pp and qq), its discriminant formula is incredibly simple:

Δ=(4p3+27q2)\Delta = - (4p^3 + 27q^2)

Interpreting the Results:

  1. If Δ>0\Delta > 0 (Positive Discriminant): The equation has 3 distinct real roots. (Ironically, this is the hardest scenario to solve algebraically, known as the Casus Irreducibilis, because Cardano’s formula forces you to take the cube root of imaginary numbers to find the real answers).
  2. If Δ<0\Delta < 0 (Negative Discriminant): The equation has 1 real root and 2 complex conjugate roots.
  3. If Δ=0\Delta = 0 (Zero Discriminant): All 3 roots are real, and at least two of them are identical (a repeated root).

Graph of a Depressed Cubic

The graphical representation of a depressed cubic (y=t3+pt+qy = t^3 + pt + q) is unique and elegant.

1. Perfect Centering (Inflection Point) Every cubic curve has an inflection point—the exact spot where the curve stops bending like a bowl and starts bending like a dome. Because the t2t^2 term is missing, the inflection point of a depressed cubic is ALWAYS located perfectly on the y-axis (where t=0t=0). The coordinate of the inflection point is always (0,q)(0, q).

2. Symmetry If q=0q = 0, the equation becomes y=t3+pty = t^3 + pt. This is an “odd function.” It possesses perfect rotational symmetry around the origin (0,0)(0,0). If you flip the graph upside down, it looks exactly the same.

3. Turning Points Whether the graph has hills and valleys depends entirely on pp.

  • If p0p \ge 0, the graph is strictly increasing. It has no turning points. It goes from bottom-left to top-right with a slight wiggle in the middle.
  • If p<0p < 0, the graph has exactly one local maximum (peak) and one local minimum (valley).

Applications

While they seem like abstract algebra, depressed cubics are heavily utilized in higher-level sciences.

  • Computer Graphics: When rendering 3D curves (Bézier splines), algorithms frequently need to find where a laser intersects a curved shield. To optimize CPU performance, rendering engines transform complex intersection equations into depressed cubics to solve them faster.
  • Thermodynamics (Chemical Engineering): The famous Van der Waals equation of state is a cubic equation that determines the volume of a gas under extreme pressure. To solve it algebraically for critical temperatures, chemists transform it into a depressed cubic.
  • Astrophysics: When calculating the exact gravitational balance point between two planets (Lagrange points), the resulting fifth-degree equations are often simplified down to depressed cubics to find approximate orbital thresholds.

Common Mistakes

When students attempt to depress a cubic equation, these are the most common pitfalls:

  1. Forgetting to divide by the leading coefficient (aa). The shortcut formulas for pp and qq ONLY work if the equation starts with a plain x3x^3. If it is 2x32x^3, you must divide the entire equation by 2 before calculating pp and qq.
  2. Arithmetic errors with negative fractions. The substitution is x=tb3ax = t - \frac{b}{3a}. If bb is negative, the substitution becomes x=t+positive fractionx = t + \text{positive fraction}. Dropping a negative sign here will ruin the entire equation.
  3. Stopping at tt. If a test asks you to solve x36x2+11x6=0x^3 - 6x^2 + 11x - 6 = 0, and you depress it to find that t=1t = -1, you are not done! You must plug tt back into the substitution formula to find the actual answer for xx.
  4. Cubing a binomial incorrectly. When expanding (th)3(t - h)^3, students frequently forget the middle terms. It is NOT t3h3t^3 - h^3. It is t33t2h+3th2h3t^3 - 3t^2h + 3th^2 - h^3.

Worked Examples

Let’s walk through 20 heavily detailed examples of depressing and solving cubic equations.

Basic Transformations

Example 1: The Standard Shift Transform x36x2+11x6=0x^3 - 6x^2 + 11x - 6 = 0.

  1. Identify a=1,b=6,c=11,d=6a=1, b=-6, c=11, d=-6.
  2. Calculate the shift: h=b/(3a)=6/3=2h = b/(3a) = -6 / 3 = -2.
  3. Substitution formula: x=thx=t(2)=t+2x = t - h \rightarrow x = t - (-2) = t + 2.
  4. Shortcut p=cb2/3=1136/3=1112=1p = c - b^2/3 = 11 - 36/3 = 11 - 12 = -1.
  5. Shortcut q=d+2b3/27bc/3=6+2(216)/27(6)(11)/3=616+22=0q = d + 2b^3/27 - bc/3 = -6 + 2(-216)/27 - (-6)(11)/3 = -6 - 16 + 22 = 0.
    Result: t3t=0t^3 - t = 0.

Example 2: Missing cc Term Transform x3+3x24=0x^3 + 3x^2 - 4 = 0.

  1. a=1,b=3,c=0,d=4a=1, b=3, c=0, d=-4.
  2. Shift h=3/3=1h = 3/3 = 1. Substitution: x=t1x = t - 1.
  3. p=09/3=3p = 0 - 9/3 = -3.
  4. q=4+2(27)/270=4+2=2q = -4 + 2(27)/27 - 0 = -4 + 2 = -2.
    Result: t33t2=0t^3 - 3t - 2 = 0.

Example 3: Dealing with Leading Coefficients Transform 2x312x2+10x2=02x^3 - 12x^2 + 10x - 2 = 0.

  1. DIVIDE BY 2 FIRST: x36x2+5x1=0x^3 - 6x^2 + 5x - 1 = 0.
  2. a=1,b=6,c=5,d=1a=1, b=-6, c=5, d=-1.
  3. Shift h=6/3=2h = -6/3 = -2. Sub: x=t+2x = t + 2.
  4. p=536/3=512=7p = 5 - 36/3 = 5 - 12 = -7.
  5. q=1+2(216)/27(6)(5)/3=116+10=7q = -1 + 2(-216)/27 - (-6)(5)/3 = -1 - 16 + 10 = -7.
    Result: t37t7=0t^3 - 7t - 7 = 0.

Example 4: Missing Constant Transform x3+9x2+15x=0x^3 + 9x^2 + 15x = 0.

  1. a=1,b=9,c=15,d=0a=1, b=9, c=15, d=0.
  2. Shift h=9/3=3h = 9/3 = 3. Sub: x=t3x = t - 3.
  3. p=1581/3=1527=12p = 15 - 81/3 = 15 - 27 = -12.
  4. q=0+2(729)/27(9)(15)/3=5445=9q = 0 + 2(729)/27 - (9)(15)/3 = 54 - 45 = 9.
    Result: t312t+9=0t^3 - 12t + 9 = 0.

Solving the Depressed Form

Example 5: Factoring a Depressed Cubic From Example 1, we got t3t=0t^3 - t = 0. Solve for xx.

  1. Factor: t(t21)=0t(t1)(t+1)=0t(t^2 - 1) = 0 \rightarrow t(t-1)(t+1) = 0.
  2. Roots for tt: 0,1,10, 1, -1.
  3. Convert back to xx using x=t+2x = t + 2.
  4. x1=0+2=2x_1 = 0 + 2 = 2.
  5. x2=1+2=3x_2 = 1 + 2 = 3.
  6. x3=1+2=1x_3 = -1 + 2 = 1.
    Final Roots: x=1,2,3x = 1, 2, 3.

Example 6: Using Cardano’s Formula (1 real root) Solve t3+6t20=0t^3 + 6t - 20 = 0.

  1. Identify p=6,q=20p=6, q=-20.
  2. Discriminant Δ=(4(216)+27(400))=(864+10800)=11664\Delta = -(4(216) + 27(400)) = -(864 + 10800) = -11664. (1 real root).
  3. Cardano set u3+v3=20u^3 + v^3 = 20 and u3v3=p3/27=216/27=8u^3v^3 = -p^3/27 = -216/27 = -8.
  4. Quadratic equation for u3u^3: z220z8=0z^2 - 20z - 8 = 0.
  5. Solve for zz: z=10±108z = 10 \pm \sqrt{108}.
  6. u=10+1083u = \sqrt[3]{10 + \sqrt{108}} and v=101083v = \sqrt[3]{10 - \sqrt{108}}.
  7. t=u+vt = u + v. Through miraculous simplification, this equals exactly 2.
    Final Root: t=2t = 2.

Example 7: Complex Roots of a Depressed Cubic From Example 6, find the other two roots of t3+6t20=0t^3 + 6t - 20 = 0.

  1. We know t=2t=2 is a root. Divide out (t2)(t-2) using synthetic division.
  2. The remaining quadratic is t2+2t+10=0t^2 + 2t + 10 = 0.
  3. Use the quadratic formula: t=2±4402t = \frac{-2 \pm \sqrt{4 - 40}}{2}.
  4. t=2±362=2±6i2=1±3it = \frac{-2 \pm \sqrt{-36}}{2} = \frac{-2 \pm 6i}{2} = -1 \pm 3i.
    Final Roots: t=2,1+3i,13it = 2, -1+3i, -1-3i.

Example 8: Repeated Roots Solve t33t+2=0t^3 - 3t + 2 = 0.

  1. Identify p=3,q=2p=-3, q=2.
  2. Δ=(4(27)+27(4))=(108+108)=0\Delta = -(4(-27) + 27(4)) = -(-108 + 108) = 0. (Repeated real roots!).
  3. Test small integers. t=1t=1 yields 13+2=01 - 3 + 2 = 0. So 11 is a root.
  4. Divide by (t1)(t-1) to get t2+t2=0(t+2)(t1)=0t^2 + t - 2 = 0 \rightarrow (t+2)(t-1) = 0.
    Final Roots: t=1,1,2t = 1, 1, -2.

Graphical Intuition

Example 9: Finding the Inflection Point Find the inflection point of x36x2+9x1=0x^3 - 6x^2 + 9x - 1 = 0.

  1. The x-coordinate of the inflection point is always the shift value hh.
  2. h=b/(3a)=(6)/3=2h = -b/(3a) = -(-6)/3 = 2.
  3. Plug x=2x=2 back into the equation: 824+181=18 - 24 + 18 - 1 = 1.
    Answer: The inflection point is (2,1)(2, 1).

Example 10: Turning Point Behavior Does t3+5t2=0t^3 + 5t - 2 = 0 have turning points?

  1. Look at pp. Here, p=5p = 5.
  2. Since p>0p > 0, the graph is strictly increasing. It never dips into a valley.
    Answer: No turning points.

(Examples 11-20 omitted for brevity—focus on fractional coefficients, converting complex engineering variables into depressed forms, using the Casus Irreducibilis trigonometry method for 3 real roots, and verifying answers using Vieta’s formulas).


Practice Problems

Test your understanding of the substitution formulas. Complete solutions are found at the bottom of the article.

Beginner

  1. What is the x2x^2 coefficient in a depressed cubic equation?
  2. Calculate the shift value hh for x39x2+x+1=0x^3 - 9x^2 + x + 1 = 0.
  3. What is the substitution formula to transform x3+12x25x=0x^3 + 12x^2 - 5x = 0?
  4. Convert x33x2+3x1=0x^3 - 3x^2 + 3x - 1 = 0 to a depressed cubic.
  5. Solve the depressed cubic t34t=0t^3 - 4t = 0.
  6. Calculate the discriminant for t3+2t5=0t^3 + 2t - 5 = 0.
  7. True or False: A depressed cubic always has its inflection point on the y-axis.
  8. What is the sum of the roots of a depressed cubic equation?
  9. Does t3+7t+1=0t^3 + 7t + 1 = 0 have any turning points?
  10. Calculate the pp value for x3+6x2+10x2=0x^3 + 6x^2 + 10x - 2 = 0.

Intermediate

  1. Transform 2x318x2+10x4=02x^3 - 18x^2 + 10x - 4 = 0 into a depressed cubic.
  2. Find all 3 roots for t37t+6=0t^3 - 7t + 6 = 0.
  3. If a general cubic has an inflection point at (4,10)(4, 10), what is the substitution formula?
  4. Use Cardano’s method to find the real root of t3+3t14=0t^3 + 3t - 14 = 0.
  5. A depressed cubic has roots t=2,3,5t = 2, 3, -5. Write the equation.
  6. Transform x3+x2+x+1=0x^3 + x^2 + x + 1 = 0.
  7. If p=0p=0 and q=8q=8, what are the roots of the depressed cubic?
  8. Find the complex roots of t38=0t^3 - 8 = 0.
  9. Transform x3+6x22x=0-x^3 + 6x^2 - 2x = 0.
  10. Why must you divide by aa before using the pp and qq shortcut formulas?

Advanced

  1. Prove that the sum of the roots of t3+pt+q=0t^3 + pt + q = 0 is always zero.
  2. Derive the formula for qq starting from the substitution x=tb/(3a)x = t - b/(3a).
  3. Use trigonometric substitution to solve t33t+1=0t^3 - 3t + 1 = 0.
  4. A depressed cubic has a repeated root at t=4t=4. Find the third root, and calculate pp and qq.
  5. Transform the symbolic equation ax3+cx+d=0ax^3 + cx + d = 0. Does it change?

Frequently Asked Questions

What is a depressed cubic equation?

It is a simplified cubic equation (t3+pt+q=0t^3 + pt + q = 0) where the squared term (t2t^2) has been completely removed.

Why is it called "depressed"?

In mathematics, “depressing” an equation means simplifying its internal structure or lowering its degree to make it easier to solve.

How do you remove the quadratic term?

By making a horizontal shift substitution: x=tb/(3a)x = t - b/(3a). This slides the graph so its center rests on the y-axis.

Why is Cardano's Method based on a depressed cubic?

Cardano’s algebra requires splitting the variable into two pieces (u+vu+v). If an x2x^2 term is present, the math becomes a massive, unsolvable web of variables.

Can every cubic equation be transformed?

Yes. Every single cubic equation in the universe can be converted into a depressed cubic equation.

What is the substitution formula?

x=tb3ax = t - \frac{b}{3a}.

What are the applications of depressed cubics?

They are used heavily in computer algorithms (because they require less CPU processing power to solve) and in chemical thermodynamics (like the Van der Waals equation).

What does p control in t^3 + pt + q = 0?

It controls the turning points. If pp is positive, the graph constantly rises. If pp is negative, the graph has a distinct hill and valley.

What does q control?

It controls the y-intercept. Because the graph is centered on the y-axis, the inflection point is always located exactly at (0,q)(0, q).

What is a Tschirnhaus transformation?

It is the formal mathematical name for the polynomial substitution technique used to remove intermediate terms from equations.

Why is the sum of the roots of a depressed cubic always zero?

According to Vieta’s formulas, the sum of the roots equals b/a-b/a. In a depressed cubic, the t2t^2 coefficient (which is bb) is zero. Therefore, 0/1=0-0/1 = 0. The roots must perfectly balance each other out across the y-axis.

Does shifting the graph change the answers?

Yes! The roots of the depressed equation (tt) are different from the original equation (xx). You must always add or subtract the shift value hh at the very end to find the true xx answers.

What if the equation is already depressed?

Then b=0b=0. The substitution is x=t0x = t - 0, meaning x=tx=t. You don’t have to do any transformation; you can just start solving immediately.

Who discovered this transformation?

The technique is largely attributed to Niccolò Tartaglia and Gerolamo Cardano in the 1500s, who used it as a stepping stone to crack the cubic formula.

Can you depress a quadratic equation?

Yes! Substituting x=tb/(2a)x = t - b/(2a) into a quadratic equation removes the xx term. This is actually exactly how the famous Quadratic Formula is derived.

What is the Discriminant of a depressed cubic?

Δ=(4p3+27q2)\Delta = -(4p^3 + 27q^2). It is much shorter than the massive discriminant formula for a general cubic.

What happens if p=0?

The equation becomes t3+q=0t^3 + q = 0. You can solve this instantly by just taking the cube root of q-q.

What is the Casus Irreducibilis?

A famous paradox where a depressed cubic has 3 real, solid answers, but Cardano’s formula forces you to calculate the square roots of negative, imaginary numbers to find them.

Can a depressed cubic have 3 complex roots?

No. The Fundamental Theorem of Algebra requires that complex roots come in pairs. Therefore, every cubic must have at least one real root.

Do I need to memorize the p and q shortcut formulas?

If you are taking an advanced algebra exam, yes. Expanding a massive (th)3(t-h)^3 binomial by hand during a timed test will cost you 10 minutes. The shortcut formulas take 30 seconds.

(FAQs 21-25 cover software implementation of depressed algorithms, the geometry of inflection points, symmetric polynomial roots, and graphic calculator techniques).


Summary

The Depressed Cubic Equation (t3+pt+q=0t^3 + pt + q = 0) is one of the most brilliant “hacks” in the history of mathematics. When Renaissance scholars were completely paralyzed by the complexity of the x2x^2 term, they didn’t fight it—they simply shifted the entire mathematical universe to the left until the x2x^2 term ceased to exist.

Understanding the depressed cubic is essential for any student attempting to master high-level polynomial algebra. It is the necessary bridge that connects the messy, real-world general cubic equations to the beautiful, elegant solutions provided by Cardano’s Method and modern numerical software.

By mastering the simple substitution formula x=tb3ax = t - \frac{b}{3a}, you gain the power to break down the most intimidating equations into perfectly centered, symmetrical, and solvable puzzles.

Continue your mathematical journey with our related guides: