Difference between revisions of "Newton's Sums"
m (moved Easy solution to Newton's Sums: Previous move was bizarre and unexplained) |
Ahaanomegas (talk | contribs) (→Example) |
||
| Line 56: | Line 56: | ||
<math>S_4 = r^4 + s^4 + t^4 = -127</math> | <math>S_4 = r^4 + s^4 + t^4 = -127</math> | ||
| − | Which gives us our desired solutions, <math>1</math> and <math>-127</math>. | + | Which gives us our desired solutions, <math>\boxed{1}</math> and <math>\boxed{-127}</math>. |
==See Also== | ==See Also== | ||
Revision as of 18:04, 15 November 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
.