Difference between revisions of "Newton's Sums"
m (Broke "Main Usage" into "Statement" and "Example") |
m (moved Newton's sums to Easy solution: my blog) |
(No difference)
| |
Revision as of 00:45, 23 August 2010
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
.