x 3 + ⎝ ⎜ ⎛ b a b b d − c ⎠ ⎟ ⎞ x 2 + ( a b a b c − b b d b − b d ) x − a 1 Let a , b , c and d be constant prime numbers such that the equation above has roots:
3 sin ( 2 6 6 5 7 π ) , 3 sin ( − 3 2 2 2 3 π ) , 3 sin ( − 6 0 2 2 1 5 π ) .
Find a + b + c + d .
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.
I was thinking to post same solution, but you did it.
Log in to reply
How did you think of this incredible problem?
Log in to reply
Actually, I was trying prove the following theorem.
If α is a prime number other than 2, then x α + y α + z α = 0 if and only if x + y + z = x y z = 0 . Meanwhile, I found that the expanded of ( a + b + c ) 3 can be written as a 3 + b 3 + c 3 + 3 ( a + b + c ) ( a b + b c + c a ) − 3 a b c .
I was intrigued by this identity and decided to post a problem based on this.
Log in to reply
@Aditya Sky – That claim is not true. For example, with α = 3 , take x = 1 , y = 1 , z = 3 − 2 .
Log in to reply
@Calvin Lin – I was thinking about it too. Actually, I found this identity somewhere on internet. I tried to prove it but was unable to do so. I too found some counter examples.
Log in to reply
@Aditya Sky – Nicely done! A lot of mathematics is about guessing and checking and finding counterexamples. If you can't find counterexamples, then just maybe you have a theorem!
I think the theorem that you are thinking of is "If a + b + c = a 3 + b 3 + c 3 = 0 , then a b c = 0 .
Problem Loading...
Note Loading...
Set Loading...
Notice that the roots are x k = 3 cos ( 7 2 π k ) for k ∈ { 1 , 2 , 3 } .
It is a well known fact that 2 x k 3 are roots of the equation x 3 + x 2 − 2 x − 1 = 0 , so using Vieta's formula we get x 1 3 + x 2 3 + x 3 3 = − 2 1 , ( x 1 x 2 ) 3 + ( x 1 x 3 ) 3 + ( x 2 x 3 ) 3 = − 2 1 and ( x 1 x 2 x 3 ) 3 = 8 1 .
Let S 1 = x 1 + x 2 + x 3 , S 2 = x 1 x 2 + x 1 x 3 + x 2 x 3 and S 3 = x 1 x 2 x 3 = 3 8 1 = 2 1 .
Cube both sides of the values of S 1 and S 2 :
S 1 3 = x 1 3 + x 2 3 + x 3 3 + 3 ( x 1 + x 2 + x 3 ) ( x 1 x 2 + x 1 x 3 + x 2 x 3 ) − 3 x 1 x 2 x 3 ⟹ S 1 3 + 2 = 3 S 1 S 2 … … ( 1 )
S 2 3 = ( x 1 x 2 ) 3 + ( x 1 x 3 ) 3 + ( x 2 x 3 ) 3 + 3 ( x 1 x 2 + x 1 x 3 + x 2 x 3 ) ( x 1 x 2 x 3 ) ( x 1 + x 2 + x 3 ) − 3 ( x 1 x 2 x 3 ) 2 ⟹ S 2 3 + 4 5 = 2 3 S 1 S 2 … … ( 2 )
Now substitute ( 1 ) in ( 2 ) :
S 2 3 + 4 5 = 2 S 1 3 + 2 S 2 = 3 4 2 S 1 3 − 1 … … ( 3 )
Substitute ( 3 ) in ( 1 ) :
S 1 3 + 2 = 3 S 1 3 4 2 S 1 3 − 1
Cube both sides:
( S 1 3 + 2 ) 3 = 2 7 S 1 3 ( 4 2 S 1 3 − 1 )
S 1 9 − 2 1 5 S 1 6 + 4 7 5 S 1 3 + 8 = 0
Note that in this case we can complete the cube to solve for S 1 :
( S 1 3 − 2 5 ) 3 = − 8 1 8 9
S 1 = 3 2 5 − 3 3 7
From equation ( 1 ) , solve for S 2 (we could also solve from equation ( 3 ) directly, but it wouldn't be in the required form):
S 2 = 3 S 1 S 1 3 + 2
S 2 = 2 2 / 3 3 5 − 3 3 7 3 − 3 7
Finally, the equation we want is x 3 − S 1 x 2 + S 2 x − S 3 = 0 , so substituting values we get:
x 3 + ( 3 2 3 3 7 − 5 ) x 2 + ( 2 2 / 3 3 5 − 3 3 7 3 − 3 7 ) x − 2 1 = 0 .
We get a = 2 , b = 3 , c = 5 and d = 7 . Thus the final answer is 1 7 .