Difference between revisions of "Newton's Sums"
(Changed S to P, since I think it is more widely used, and S conflicts with the notation used in Newton's Inequality page.) |
(Replacing the S with the more widely used S) |
||
Line 37: | Line 37: | ||
Newton Sums tell us that: | Newton Sums tell us that: | ||
− | <math> | + | <math>P_1 + 3 = 0</math> |
− | <math> | + | <math>P_2 + 3P_1 + 8 = 0</math> |
− | <math> | + | <math>P_3 + 3P_2 + 4P_1 - 24 = 0</math> |
− | <math> | + | <math>P_4 + 3P_3 + 4P_2 - 8P_1 = 0</math> |
Solving, first for <math>S_1</math>, and then for the other variables, yields, | Solving, first for <math>S_1</math>, and then for the other variables, yields, | ||
− | <math> | + | <math>P_1 = r + s + t = -3</math> |
− | <math> | + | <math>P_2 = r^2 + s^2 + t^2 = 1</math> |
− | <math> | + | <math>P_3 = r^3 + s^3 + t^3 = 33</math> |
− | <math> | + | <math>P_4 = r^4 + s^4 + t^4 = -127</math> |
Which gives us our desired solutions, <math>\boxed{1}</math> and <math>\boxed{-127}</math>. | Which gives us our desired solutions, <math>\boxed{1}</math> and <math>\boxed{-127}</math>. |
Revision as of 21:57, 27 June 2013
Newton sums give us a clever and efficient way of finding the sums of roots of a polynomial raised to a power. They can also be used to derive several factoring identities.
Statement
Consider a polynomial of degree ,
Let have roots . Define the following sums:
Newton sums tell us that,
(Define for .)
Example
For a more concrete example, consider the polynomial . Let the roots of be and . Find and .
Newton Sums tell us that:
Solving, first for , and then for the other variables, yields,
Which gives us our desired solutions, and .