What are the roots of the following equation?
\[ x^2 + 5x + 6 =0 \]
If you're familiar enough with quadratic equations, then you might be able to tell right away that its roots are and . If not, then you might at least have a vague sense that the left-hand expression can be factored into . It seems obvious now that we have the factorization handy. Why? Well, we know that the roots interact with the coefficients of the equation such that and . More formally, if we have a polynomial that can be factored as then we can expand it into:
Now it's a little clearer why our example polynomial was so easy to factor. It's two roots must multiply to yield the last coefficient, , while they must add to give us the first coefficient, . The only way that can happen is with the roots and . Let's try another one
We run into a wall here. We can't really get away with guessing the solution now because there are no immediately obvious integer or rational solutions to this. In fact, there are none. So our task is to find a solution to the following nonlinear system.
There's an interesting symmetry beneath these equations. In fact, we have no real way of distinguishing the two roots from each other. We can freely interchange and without changing the quantities in the above equations.
This is cool and all, but it's not helping us find the roots! We know that they must be different quantities from each other, but we're stuck at this point where we cannot distinguish them in any meaningful way.
Enter, Lagrange.
Lagrange's main insight concerned constructing non-symmetric permutations of these roots. If we're able to construct some intermediate equation that discriminates between the two roots, then we will have a way to solve this equation. Additionally, if we're trying to find the roots in terms of the coefficients of the polynomial, then we must write this equation in terms of the quantities and . We can start by going backwards; consider the equation:
Clearly, it doesn't have the same symmetry as the above equation; when we interchange the roots then the quantity changes from to . Since this distinguishes the roots from each other, this means that this quantity can be used to find solutions! Can we write this in terms of and though? Because this quantity changes sign when we permute the roots, we can square it in order to make it invariant under permutations of the roots.
Now, let's see what happens when we square and too:
There won't be any terms involving , so we can just ignore it. We can rewrite the above equation for as
We can take the square root to get the difference between the roots. Now, we finally have an expression which is both in terms of the coefficients of the polynomial and also not symmetric with respect to its roots, which was what we were missing in our original system of equations.
Finally, we can plug this back into the original system of equations
Of course this is just our old friend the quadratic equation! You can check for yourself that these roots work the way we need them to.
While this can be seen as an alternative derivation of the quadratic equation, it's really more than that. Lagrange found this method while attempting to create a unified method of solving polynomial equations of all degrees - not just quadratics. In some senses, it worked! He uncovered some deep structures, such as the fact that taking the square root of a symmetric polynomial like can sometimes lead to asymmetric polynomials which lead us to finding another polynomial's roots in terms of its coefficients. You could say that taking radicals effectively "splits" the roots into distinguished entities, foreshadowing the concept of splitting fields from Galois theory.
But in other senses, he failed in his goal. The method he developed had worked for cubics and quartics, but he eventually hit another wall when working with quintics - fifth-degree polynomials. It wasn't until later that Abel proved that there was no general equation that can solve fifth-degree polynomials, and it was even later until Galois was able to formulate why.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
This looks like math-made-unintentionally-hard but there's some more much richness behind it. I love how you introduced q,b,c here and yet it all loops back at the end! Thanks for sharing.
Log in to reply
Thank you! And theory-wise, it's extremely rich! This was historically one of the stepping stones to the development of group theory and abstract algebra.
Log in to reply
Group theory was around well before Lagrange; it was just never formalised properly. The origins of group theory lie in geometry, especially in the Greek times. What you are describing is a rough introduction to Galois theory, which is really just a formalisation of the "theory of equations". Also, Abel and Galois lived around the same time; only a couple of years separate their birth and death. Abel died of TB, whereas Galois was shot.
You should read up on the history of this stuff and check the accuracy of your statements.
Log in to reply
Log in to reply
Log in to reply
That looks very difficult to solve!