If cos ( 7 7 2 0 ∘ ) is a root of the sixth-degree polynomial
a x 6 − b x 4 + c x 2 − x − 1
where a , b , c are positive integers, find a + b + c .
Bonus: Can you find the monic third degree polynomial with rational coefficients that has cos ( 7 7 2 0 ∘ ) as a root?
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.
Exactly same approach :)
this is a better solution than mine. excellent job!!
i used complex numbers (de moivre's theorem) to create an equation with the required root and then compared coeffiecients.. that was much more rigorous and used brute force..this is more elegant :D
At first I constructed a cubic with the given root.From there I constructed a sixth degree polynomial.I will give my solution soon.
c o s 7 y − 1 = 6 4 ( c o s y ) 7 − 1 1 2 c o s ( y ) 5 + 5 6 c o s ( y ) 3 − 7 c o s y − as function of cosx.So for angle 720/7 cos(7*720/7)-1=1-1=0 so cos(720/7) is root of 64x^7-112x^5+56x^3-7x-1. Obvious x=1 is another solution,so we can divide by x-1.We now get polynomial 64x^6+64x^5-48x^4-48x^3+8x^2+8x+1.cos(720/7) is also root of this polynomial which is full square of (8x^3+4x^2-4x-1),so cos(720/7) is root of 8x^3+4x^2-4x-1 and that's monic third degree polynomial ith rational coefficiens
(BONUS).Now we just multiply 8x^3+4x^2-4x-1 by (dx^3+ex^2+fx+g) to get polynomial ax^6-bx^4+cx^2-x-1.After calculating we get d=4,e=-2,f=-3,g=1 so (8x^3+4x^2-4x-1)(4x^3-2x^2-3x+1)=32x^6-48x^4+18x^2-x-1 andvalues are a=32,b=48,c=18 ,so a+b+c=32+48+18=98.
FYI, to get your equations to display in Latex, you just need to add the brackets \ ( \ ) around them. I edited the first equation for your reference.
very nice approach. (:
Problem Loading...
Note Loading...
Set Loading...
This is a way to get the correct answer. However, it does not guarantee that there is a unique triple ( a , b , c ) . In fact, there is a unique triple, but the proof is too long and complex to be shown here and is left to the reader. Here I present the method to merely get the answer.
Let y = 7 7 2 0 .
Then, note that cos ( 3 y ) = cos ( 0 . 5 y ) ⟹ 4 cos 3 ( y ) − 3 cos ( y ) = ± 2 cos ( y ) + 1
(Whether it is plus or minus does not matter as we will square both sides later.)
Now we substitute x = c o s ( y ) to get
4 x 3 − 3 x = ± 2 x + 1
Squaring both sides,
1 6 x 6 − 2 4 x 4 + 9 x 2 = 2 x + 1
Multiplying by 2,
3 2 x 6 − 4 8 x 4 + 1 8 x 2 = x + 1 ⟹ 3 2 x 6 − 4 8 x 4 + 1 8 x 2 − x − 1 = 0
Hence we get the answer 3 2 + 4 8 + 1 8 = 9 8 .