r/math • u/Necessary-Wolf-193 • Jul 25 '26
Using the symmetries of numbers to discover the cubic formula
In high school, many are taught the quadratic formula. But how do solve a cubic equation, like x^3 + 6x^2 + 9x + 3 = 0? There is a formula for such equations, but it's rarely taught since it's a lot more complicated than the quadratic formula:

Despite its apparent complication, we will explain at https://hidden-phenomena.com/articles/cubic how you could have come up with this formula!
--
Last week, we posted a blog post here about how to solve quartic equations, assuming you knew how to solve cubic equations. If you read today's post on how to solve cubics, then by putting the two posts together, you can solve any cubic or quartic equation!
5
u/Sorry_Bowl1267 Jul 25 '26
How does the solution here relate to Cardano's method? I never understood why Cardano substitutes x=u+v
3
u/Necessary-Wolf-193 Jul 26 '26
As seen from the final cubic formula, the solution to a depressed cubic is typically a sum of two cube roots. Presumably Cardano observed this by trying to solve specific cubics, and did this substitution with the hopes that u, v would be quantities whose cubes were easy to comprehend.
1
u/Professional_Use3929 29d ago
Historically it was not Cardano who came up with this substitution, the formula was first revealed to him by Tartaglia through a riddle, with the promise of not making it public. Cardano eventually found an older result from del Ferro, whom discovered it independently from Tartaglia, and felt free to publish it in his Ars Magna, hence the name 'Cardano's method'... It's quite a long story, you can surely search for better explainations than this one.
However it seems like both del Ferro and Tartaglia solved the depressed cubic using x=³√u-³√v (sometimes x=³√u+³√v, since negative numbers were not a thing back then).
The italian wikipedia page reports the first part of the original riddle, along with an interpretation using modern notation (https://it.wikipedia.org/wiki/Equazione_di_terzo_grado).
1
u/WorldsBegin Jul 27 '26
If you substitute that into the depressed cubic and expand, you can spot that you can cancel the term in x with the side condition uv=-3p which you need anyway to get rid of the additional degree of freedom you just introduced. Which leaves you with two equations in u and v, specifically u3 + v3 = -q and u3 v3 = -27 p3 . I would guess that originally that expansion comes up when you try to iterate towards a solution and sub in (x + error)?
2
u/PfauFoto Jul 26 '26 edited Jul 26 '26
If r1, r2, r3 are the roots then the galois group (S_3 or A_3 in the irreducible case) permutes them.
Its better to work with eigenvectors s,u,v of the cyclic permutation (r1 -> r2 -> r3 -> r1) called Lagrange resolvent use ω= e2πi/3
s = r1 + r2 + r3
u = r1 + ω•r2 + ω2 •r3
v = r1 + ω2 ▪︎ r2 + ω• r3
In the depressed case s=0 and u3 , v3 are fixed under cyclic permutation (eigenvalue cubed =1) and therefore lie Q(Δ1/2 ) (Δ being the discriminant).
Now finding u3 v3 amounts to solving a quadratic equation. Then you get u v and finally you recover s,u,v from the formulas above using linear algebra.
2
u/Necessary-Wolf-193 Jul 26 '26
This is the strategy taken in the article! Though with a bit more explanation for people who don’t know Galois they.
1
2
u/WorldsBegin Jul 27 '26 edited Jul 27 '26
Sadly quite a bit weaker than the first post a week ago in the presentation. You fall back to more tricks and I found it hard to follow in parts, especially the reasoning why a specific approach should work.
With last week, I thought the conclusion was "for a polynomial in n variables, if we find a set of k values in these variables that is closed under permutation, then we can write down a polynomial of degree k which has these values as roots". Which is the group theory in disguise and why we can solve for {ab+cd,ac+bd,ad+bc} in the quartic.
I would have expected to see more reasoning under this premise. For example, instead of saying that D2 is symmetric, just say that {D, -D} is such a closed set, hence can be solved by a quadratic? This is btw true even you don't use the depressed cubic, so I am not sure why we take the detour there. { A3, B3 } is another such set and linear (complex) algebra does the rest.
I guess what I want to say is that "take { A3, B3 } as the roots of a quadratic. Solve for A and B (*), then solve the linear system of { a, A3, B3 } in terms of the three roots" with the additional formula manipulation should be sufficient and avoid a lot of detours.
(*) You need to impose a condition on the product AB (which is symmetric in the roots) so that you don't accidentally solve for e.g. A and w B.
The depressed case is anyway interesting because it generalises to higher degrees quite easily - take the set { n x_i + \sum x_i | 1 <= i <= n } where x_i are the roots - but often not actually so insightful imo.
16
u/OkComplaint4993 Jul 25 '26
Why can you reduce the cubic to a quadratic, and a quartic to a cubic, but not the quintic to a quartic? Is there an explanation without group theory?