Difference between revisions of "Newton's Sums"
(Added Newtons' Inequality to the "see also") |
(Changed S to P, since I think it is more widely used, and S conflicts with the notation used in Newton's Inequality page.) |
||
Line 9: | Line 9: | ||
Let <math>P(x)=0</math> have roots <math>x_1,x_2,\ldots,x_n</math>. Define the following sums: | Let <math>P(x)=0</math> have roots <math>x_1,x_2,\ldots,x_n</math>. Define the following sums: | ||
− | <math> | + | <math>P_1 = x_1 + x_2 + \cdots + x_n</math> |
− | <math> | + | <math>P_2 = x_1^2 + x_2^2 + \cdots + x_n^2</math> |
<math>\vdots</math> | <math>\vdots</math> | ||
− | <math> | + | <math>P_k = x_1^k + x_2^k + \cdots + x_n^k</math> |
<math>\vdots</math> | <math>\vdots</math> | ||
Line 21: | Line 21: | ||
Newton sums tell us that, | Newton sums tell us that, | ||
− | <math> | + | <math>a_nP_1 + a_{n-1} = 0</math> |
− | <math> | + | <math>a_nP_2 + a_{n-1}P_1 + 2a_{n-2}=0</math> |
− | <math> | + | <math>a_nP_3 + a_{n-1}P_2 + a_{n-2}P_1 + 3a_{n-3}=0</math> |
<math>\vdots</math> | <math>\vdots</math> |
Revision as of 21:56, 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 .