P ( x ) = x 4 + 7 x 3 + 2 x − 9
If a 1 , a 2 , a 3 , a 4 are roots of P ( x ) = 0 , find the sum of coefficients of a least degree monic polynomial whose roots are a 1 a 2 a 3 , a 1 a 2 a 4 , a 1 a 3 a 4 , a 2 a 3 a 4 .
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.
You don't need to do that much work (expanding out the new polynomial). By definition of a polynomial, if we have a polynomial p , the sum of coefficients of all terms of p is equal to p ( 1 ) . We exploit this idea to get our answer.
Denote by e i the i th elementary symmetric polynomial made up by the roots of P ( x ) . By Vieta's formulas, we have,
e 1 = ( − 7 ) , e 2 = 0 , e 3 = ( − 2 ) , e 4 = ( − 9 )
As you noticed, the new four roots in the problem are e 4 / a i where 1 ≤ i ≤ 4 . As such, our new polynomial (call it g ) can be written as follows (using Remainder-Factor Theorem):
g ( x ) = k = 1 ∏ 4 ( x + a k 9 ) ⟹ g ( 1 ) = k = 1 ∏ 4 ( 1 + a k 9 ) ⟹ g ( 1 ) = k = 1 ∏ 4 a k k = 1 ∏ 4 ( a k + 9 ) = e 4 e 4 + 9 e 3 + 9 2 e 2 + 9 3 e 1 + 9 4
Plugging values, we get g ( 1 ) = ( − 1 5 9 ) which is our answer.
Log in to reply
Good approach. Note that we don't even need to know what e i are. The answer is equal to f ( 0 ) f ( − 9 ) .
Do you see why?
Log in to reply
I guess you meant P ( x ) instead of f ( x ) . And the reason is simple. As a consequence of Vieta's Formulas, we can write P ( x ) as,
P ( x ) = e 0 x 4 − e 1 x 3 + e 2 x 2 − e 3 x + e 4 ( i )
In the expression for g ( 1 ) , the numerator matches ( i ) with x = ( − 9 ) and the denominator matches ( i ) with x = 0 . Hence, the answer is P ( 0 ) P ( − 9 ) .
Note: e 0 = 1 by definition.
I wonder why my previous comment got downvoted 2 times. Makes me sad. :\
EDIT: One of the downvoters suddenly removed his/her downvote. This is becoming weird, to be honest.
Yaar...i jus missed it...sirf answer wrong aaya!!!! Bye the way u r in which class???
Nihar, in which class you study this way?
Log in to reply
Log in to reply
bro, i am in class 10th too. But i have not studied this way. I guess u r preparing 4 olympiad? Thanks for link.
Hey nm, no offence, dont u think this question is overrated??
@Calvin Lin It would be better if you lower down the ratings of this problem. Thanks!
This is incorrect. The product of the roots is − 9 , not 9 . The correct polynomial is x 4 + 2 x 3 + 5 6 7 x − 7 2 9 .
Log in to reply
Sorry , my mistake. I have told Calvin sir to edit the answer.Thanks!
The answer is right now and I have edited my solution accordingly. Thanks!
For convenience of typing, I would let the roots of original equation be a,b,c and d. Using nature of monic polynomial equation,
∑ a = a+b+c+d = -7
∑ ab = ab+ac+ad+bd+bc+cd = 0
∑ abc = abc+abd+acd+bcd = -2
abcd=-9
To form a new equation with roots abc, abd, acd and bcd, let the roots of new equation be a',b',c' and d'.
∑ a' = ∑ abc = -2
∑ a'b' = ∑ a^2 b^2 c*d = abcd(∑ ab) = -9(0) = 0
∑ a'b'c' = ∑ a^3 b^2 c^2*d^2 = (abcd)^2 (a+b+c+d) = (-9)^2 (-7) = -567
a'b'c'd' = (abcd)^3 = (-9)^3 =-729
Using nature of monic polynomial equation,
the coefficient of x^4 is 1
the coefficient of x^3 is 2
the coefficient of x^2 is 0
the coefficient of x is 567
the constant is -729
So, the sum is 1+2+0+567-729= -159
(This is my first solution, sorry if there is any mistake)
It is a pretty well explained solution, but next time would you please format the expressions properly? Just for the sake of unity and coherence...it really does help! There is a Daums online editor linked whenever you post a solution and is quite simple to use.
Problem Loading...
Note Loading...
Set Loading...
Let the roots be written in form a i i = 1 ∏ 4 a i = a i − 9
We introduce t i which is root of our required equation such that:
t i = a i − 9 ⇒ a i = t i − 9 ∀ i 1 ≤ i ≤ 4
Then we have:
∀ i 1 ≤ i ≤ 4 ⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ ( P ( t i − 9 ) = 0 ⇒ ( t i − 9 ) 4 + 7 ( t i − 9 ) 3 + 2 ( t i − 9 ) − 9 = 0 ⇒ t i 4 9 4 + t i 3 − 9 3 × 7 + t i − 9 × 2 − 9 = 0 ⇒ 9 − t i 4 ( t i 4 9 4 + t i 3 − 9 3 × 7 + t i − 9 × 2 − 9 ) = 0 ⇒ t i 4 + 2 t i 3 + 5 6 7 t i − 7 2 9 = 0
Thus sum of coefficients = 1 + 2 + 5 6 7 − 7 2 9 = − 1 5 9