Newton's Identities
Newton's identities, also known as Newton-Girard formulae, is an efficient way to find the power sum of roots of polynomials without actually finding the roots. If are the roots of a polynomial equation, then Newton's identities are used to find the summations like
It is mainly used in conjunction with Vieta's formula while working with the (complex) roots of a degree polynomial. The main idea is that the elementary symmetric polynomials form an algebraic basis to produce all symmetric polynomials. Newton's identity gives us the calculation via a recurrence relation with known coefficients.
Contents
Newton's Identities for a Quadratic Polynomial
Suppose that you have a quadratic polynomial with (complex) roots and . Now, you are asked to find the value of . This seems very easy since you can use Vieta's formula along with the identity to find the required result. But what if you need to find This would take a while if you were to simply use algebraic manipulations. But there's a clever way, using Newton's sums.
Let . Then using Vieta's formula, we can get and . Now, denote as the power sum of the roots, namely Then we can obtain recursively as follows:
This is a linear recurrence relation that gives us the power sum. Note that solving this recurrence to get a closed-form solution is equivalent to finding the roots of the quadratic polynomial.
For a quadratic polynomial with (complex) roots , we denote the power sum of the roots as and the sum and product of the roots as and respectively. Then we have
Let a polynomial be defined as with its (complex) roots and . Then what is the value of
By Vieta's formula, the sum of the roots is and the product of the roots is . Now, using the recurrence relation found above and Newton's identities, we have
Now, we can simply use this recurrence relation obtained repeatedly to find and then finally which is the required answer. The answer comes out to be .
Hence, our final answer is .
If , where and are the roots of the equation
what is
Newton's Identities for a Cubic Polynomial
Now that we have learned the use of Newton's identities for a quadratic polynomial, let's take it up a notch. Consider a cubic polynomial with (complex) roots . Once again, how would we calculate ? Again, like last time, we will first use Vieta's formula to find the following values:
As before, denote as the power sum of the roots, namely . Then we can obtain recursively as follows:
In particular, for , we have
This is a linear recurrence relation that gives us the power sum. Note that while the final recurrence has similarities with the quadratic case above, the equations for and currently are not easily guessed.
If the roots of the polynomial are what is the value of
Using Vieta's formulas, we get that the sum of the roots is , the sum of all distinct products of different roots is and the product of the roots is . From the above formula, we calculate that
If the roots of are , and , what is the value of
Let be a polynomial as described above with the roots of .
Find without solving .
Consider the cubic equation with roots . If
is of the form , where and are coprime positive integers, what is value of
General Form
Now that we have seen Newton's identities in action for a quadratic and a cubic polynomial, let us learn the general form to tackle the power sum of the roots of a polynomial of any degree. Consider a degree polynomial with (complex) roots . The polynomial can be defined as
Denote by the power sum of the roots, i.e. . Also, denote by the elementary symmetric polynomial, which is the sum of all the products of (different) roots. From Vieta's formula, we have
Newton's identities give us a relation between the power sum of the roots and the elementary symmetric polynomials. As before, there are 2 parts to the formulas for , namely for and .
For , we have the formulas
For , we have the formula
Proof
To make our proof simpler, we are going to consider the case when the polynomial is of degree 4. Once the reader understands this simpler case, he or she should be able to generalize the proof to an arbitrary value of So let us assume that our polynomial is Of course Another assumption that we are going to make is that Of course, if we can reduce the degree of the polynomial by dividing by a certain power of so we eliminate all possible zero roots. By assuming that we are also assuming that all the roots of are different from zero. Let us denote any root of as above, by where is an integer satisfying that
Dividing the polynomial by and using Vieta's Formulas, we can express the polynomial in the form We are going to divide the proof into two cases.
Case 1. Where .
We know that as is a root of the given polynomial for any integer value where it follows that Multiplying both sides of this equation by we obtain Now, adding with respect to we obtain that This proves the second part of the conclusion of the theorem above in the case that that corresponds to this case 1.
Case 2. Where
Now differentiating both sides of the equation we get that Using synthetic division, we get that Adding with respect to we get that From and and making the coefficients of and equal, we obtain the following: which can be solved for Then we get Additionally, it is obvious that because all the roots are different from zero.
This completes the proof of Case 2, and then the proof of the theorem is complete for
If are the roots of then find the value of the expression above.
Inspiration
Applications
Newton's identities give us the power sums in terms of the elementary symmetric polynomials . This also allows us to reverse the equations, to get in terms of .
If
what is the value of
For , Newton's identities tell us that
As such, we can calculate that
Isn't that amazing? The values of are complex, and are the roots of the polynomial . That would have been hard to determine otherwise.
Evaluate .
Of course, one way of approaching this would be to simply use the binomial theorem to expand both terms, simplify everything, and hope you did not make a calculation mistake. We will present another approach that uses the idea of Newton's identities.
Let and . Then, since and , we know that these are the roots of the quadratic equation .
We can then apply Newton's identities to obtain a recurrence relation to find . From the problem at the top, this is equal to .
Given the following system of equations:
\[\begin{align}
x + y + z &= 1\\
x^{2} + y^{2} + z^{2} &= 2\\
x^{3} + y^{3} + z^{3} &= 3,
\end{align}\]
find the smallest positive integer value of such that is an integer.