New Reply

Find sum of roots of polynomial

 
Share Thread Thread Tools
May1-12, 06:16 PM   #1
 

Find sum of roots of polynomial


How would I go about approaching this problem?

Given the polynomial:
x^100 - 3x + 2 = 0

Find the sum 1 + x + x^2 + ... + x^99 for each possible value of x.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
May1-12, 09:16 PM   #2
 
Quote by Cade View Post
How would I go about approaching this problem?

Given the polynomial:
x^100 - 3x + 2 = 0

Find the sum 1 + x + x^2 + ... + x^99 for each possible value of x.

If you meant that x is a root of the polynomial [itex]X^{100}-3X+2[/itex] , then
[tex]1+x+...+x^{99}=\frac{x^{100}-1}{x-1}=\frac{3x-3}{x-1}=3[/tex]

DonAntonio
May1-12, 09:17 PM   #3
 
Interesting, thanks, how did you derive that?
May1-12, 09:19 PM   #4
 

Find sum of roots of polynomial


Quote by Cade View Post
Interesting, thanks, how did you derive that?


First equality: sum of a geometric sequence.

Second equality: [itex]x^{100}-3x+2=0\Longrightarrow x^{100}=3x-2[/itex]

Third equality: trivial algebra

DonAntonio
May1-12, 09:20 PM   #5
 
Oh, I didn't realize the first part was the sum of a geometric series. Thanks for your help.
May2-12, 10:17 AM   #6
 
Recognitions:
Gold Membership Gold Member
isn't a trivial solution to the equation equal to 1, then then sum would be greater than 3, This is the solution that makes the geometric sum equation impossible as you are dividing by zero.
May2-12, 05:32 PM   #7
 
Quote by coolul007 View Post
isn't a trivial solution to the equation equal to 1, then then sum would be greater than 3, This is the solution that makes the geometric sum equation impossible as you are dividing by zero.


Indeed. So for [itex]\,\,x=1\,\,,\,\,1+1^1+1^2+...+1^{99}=100\,\,[/itex] , and for all the other roots it is what I wrote before.

Thanx.

DonAntonio
New Reply
Thread Tools


Similar Threads for: Find sum of roots of polynomial
Thread Forum Replies
How to find the roots of polynomial of a 5.th order Calculus & Beyond Homework 3
Find all complex roots of polynomial Calculus & Beyond Homework 11
find roots to quintic polynomial Calculus & Beyond Homework 9
Polynomial Roots Precalculus Mathematics Homework 5
Find all real roots of this polynomial Calculus 14