Difference between revisions of "Newton's Sums"
(added basic info) |
m (fixed a typo (seveal --> several)) |
||
Line 1: | Line 1: | ||
− | 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 | + | 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. |
==Basic Usage== | ==Basic Usage== |
Revision as of 16:56, 23 June 2006
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.
Basic Usage
Consider a polynomial:
Let have roots . Define the following sums:
Newton sums tell us that,
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, -127 and 1.