Consider the complex, non-zero, solutions a , b , c and d to
5 x 5 + 4 x 4 + 3 x 3 + 2 x 2 + x = 0
If the expression
a 2 + b 2 + c 2 + d 2 − a b c d a b + a c + a d + b c + b d + c d + a b c + a b d + a c d + b c d + a b c d
can be written as − n m , where m and n are positive, coprime, integers, find m + n .
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.
Great job! Also congratulations on 3rd place on JOMO 5! I see I've been beaten by a worthy competitor. :D
Log in to reply
I stood 3rd with John Ashley Capellan .
Oh... Thank you but I'm not that still good yet.. Still have a lot to improve...
Log in to reply
Hehe, 16/18 on any olympiad is already amazing. I only scored an 11, but I only did it in only 30 minutes, the hour it was released... :P
Log in to reply
I did it 2 days from the start of contest and no holding back... Somehow, not good yet persistence is the key....
First factor the polynomial 5 x 5 + 4 x 4 + 3 x 3 + 2 x 2 + x = 0 into x ( 5 x 4 + 4 x 3 + 3 x 2 + 2 x + 1 = 0 ) . We may divide the polynomial by x because we only need the nonzero polynomials.
Let A = 5 , B = 4 , C = 3 , D = 2 , and E = 1 (based on the coefficients of the polynomial)
By Vieta's Theorem,
a + b + c + d = − B / A = 5 − 4
a b + a c + a d + b c + b d + c d = C / A = 5 3
a b c + a b d + a c d + b c d = − D / A = 5 − 2
a b c d = E / A = 5 1
We cannot substitute the values directly into the equation because we do not have the value of a 2 + b 2 + c 2 + d 2 . But a 2 + b 2 + c 2 + d 2 is the sum of the squares of a polynomial of degree 4 . So we can use the identity ( a + b + c + d ) 2 = a 2 + b 2 + c 2 + d 2 + 2 ( a b + a c + a d + b c + b d + c d ) .
Using the identity (a + b + c + d)^2 = a^2 + b^2 + c^2 + d^2 + 2(ab + ac + ad + bc + bd + cd) ,
( a + b + c + d ) 2 = a 2 + b 2 + c 2 + d 2 + 2 ( a b + a c + a d + b c + b d + c d )
a 2 + b 2 + c 2 + d 2 = ( a + b + c + d ) 2 − 2 ( a b + a c + a d + b c + b d + c d ) .
Therefore if we substitute ( a + b + c + d ) 2 − 2 ( a b + a c + a d + b c + b d + c d ) to a 2 + b 2 + c 2 + d 2 , we can now use Vieta's Theorem directly into the expression.
By substitution,
a 2 + b 2 + c 2 + d 2 − a b c d a b + a c + a d + b c + b d + c d + a b c + a b d + a c d + b c d + a b c d
( a + b + c + d ) 2 − 2 ( a b + a c + a d + b c + b d + c d ) − a b c d a b + a c + a d + b c + b d + c d + a b c + a b d + a c d + b c d + a b c d
= ( 5 − 4 ) 2 − 2 ( 5 3 ) − 5 1 5 3 − 5 − 2 + 5 1
= 2 5 1 6 − 5 7 5 2
= 5 − 1 9 5 2
= 1 9 − 1 0
Therefore m = 1 0 and n = 1 9
So m + n = 1 0 + 1 9 = 2 9
Same method Yahi sahi hai Kaun utna newton lagane ja raha hai Agar normal vieta se ban raha hai to ?
I don't know how can such a problem reach level 5!!!
Because nobody had tried such questions
Log in to reply
But there are many better questions out there at level 2-3,the reason for this being at level 5 could be that the leveling system was different in 2014
Problem Loading...
Note Loading...
Set Loading...
Consider factoring the equation as x(5x^4 + 4x^3 + 3x^2 + 2x + 1) = 0 and consider the complicated polynomial.
By Vieta's Theorem: We consider the polynomial equation x^4 + (4/5)x^3 + (3/5)x^2 + (2/5)x + (1/5) = 0.
ab + ac + ad + bc + bd + cd = sum of roots taken 2 at a time = 3/5
abc + abd + acd + bcd = sum of roots taken 3 at a time = -2/5
abcd = sum of roots taken 4 at a time = product of roots = 1/5
We use Newton's Identity where: a(n)S(2) + a(n-1)S(1) + 2a(n-2) = 0
Since a(n) = leading coefficient = 5 S(1) = -4/5 (By vieta) a(n-1) = 4 a(n-2) = 3
Solving for S(2) gives -14/25. And so a^2 + b^2 + c^2 + d^2 - abcd = (-14/25) - (1/5) = (-19/25). And so... (2/5)/(-19/25) = -10/19. Hence, the answer.