P ( x ) = x 3 + 3 3 x 2 + 3 2 7 x + 9 3 5
Let P ( x ) be a polynomial as described above with a , b , c the roots of P ( x ) .
Find a 2 + b 2 + c 2 without solving P ( x ) = 0 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A nice standard approach.
Bonus question : Find a 2 + b 2 + c 2 by solving P ( x ) = 0 instead.
The first statement of your solution is one of the Newton's identities for the power sums of the roots of a polynomial P ( x ) , which is,
P 2 = e 1 P 1 − 2 e 2 , where e k refers to the k th elementary symmetric polynomial and P k refers to the k th power sum of the roots. Rest of the work is simply done using Vieta's formulas to find out e 1 , e 2 and then solve for P 2 . Also, note that P 1 = e 1 .
If we solve P(x) = 0 we get the roots as -5 , -11 , and -17 So The required sum is 289+121+25 = 435
As suggested in the title of the problem, you must be familiar to Newton's Sums. Knowing that P ( x ) = x 3 + 3 3 x 2 + 3 2 7 x + 9 3 5 , we can affirm that:
a + b + c + 3 3 = 0
a 2 + b 2 + c 2 + 3 3 ( a + b + c ) + 2 ∗ 3 2 7 = 0
Clearly, a 2 + b 2 + c 2 = 4 3 5
Learn more on Newton's Sums here : http://www.artofproblemsolving.com/Wiki/index.php/Newton%27s_Sums
You don't actually need to heed the title's suggestion as not all of them are accurately. Do you really need to solve this by Newton's Sum? Read Prasun Biswas' comment under William Isoroku's solution or read Anuj Modi's comment.
Elliot, can you explain how you found 435?
Log in to reply
33 = a + b + c as (x-a)(x-b)(x-c) = x^3 - (a+b+c)x^2 + (ab+bc+ac)x + abc 1089 = (a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab+bc+ac) ab+bc+ac = 327 then substitute and subtract
Problem Loading...
Note Loading...
Set Loading...
It is helpful to know that a 2 + b 2 + c 2 = ( a + b + c ) 2 − 2 ( a b + b c + a c
Then apply Vieta's formulas:
( a + b + c ) 2 = ( − l e a d i n g c o e f f i c i e n t c o e f f i c i e n t o f t h e s e c o n d h i g h e s t p o w e r ) 2 which is ( 1 − 3 3 ) 2 = 3 3 2
2 ( a b + b c + a c ) = 2 ( l e a d i n g c o e f f i c i e n t c o e f f i c i e n t o f t h i r d h i g h e s t p o w e r ) = 2 ( 3 2 7 )
Substitution: 3 3 2 − 2 ( 3 2 7 ) = 4 3 5