If V n = a n + b n , where a and b are the roots of x 2 + x + 1 , what is the value of
n = 0 ∑ 1 7 2 9 ( − 1 ) n ⋅ V 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.
Exactly , good problem
Have I missed something here because surely the sum: Sn = ( − 1 ) n = 1-1+1-1+1... would produce 0 if n is odd?
Log in to reply
Actually, the repeating sextet is: 2, 1,-1, -2, -1, 1. All of them end at n=1727 and give zero total. So, the resulting sum is equal to the sum of the elements 1728 and 1729, or two first elements in sextet: 2+1 =3.
Looks like you have missed the power 0 term which will reduce to a value 2 and moving forward your odd and even terms will be changed and reduce to 1. Final answer would be 2+1=3.
The roots of x 2 + x + 1 = 0 , ( a , b ) = − 2 1 ± i 2 3 , where i = − 1 .
Using the Euler's identity, we have: ( a , b ) = − 2 1 ± i 2 3 = cos 3 2 π ± sin 3 2 π = e ± i 3 2 π .
⇒ V n = a n + b n = e i 3 2 n π + e − i 3 2 n π = 2 cos 3 2 n π
⇒ V n = ⎩ ⎪ ⎨ ⎪ ⎧ + 2 − 1 − 1 n ≡ 0 ( m o d 3 ) n ≡ 1 ( m o d 3 ) n ≡ 2 ( m o d 3 )
Similarly,
n − 0 ∑ N ( − 1 ) n V n = ⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ 2 3 2 0 − 1 0 N ≡ 0 ( m o d 6 ) N ≡ 1 ( m o d 6 ) N ≡ 2 ( m o d 6 ) N ≡ 3 ( m o d 6 ) N ≡ 4 ( m o d 6 ) N ≡ 5 ( m o d 6 )
Since 1 7 2 9 ≡ 1 ( m o d 6 ) , the answer is 3 .
Nice Approach.
Log in to reply
Thanks. I find Euler's identity the clearest approach in terms of reasoning.
Log in to reply
SIR, how could i develop maths like you.
Log in to reply
@Dheeraj Agarwal – You can practice on Brilliant.org for a start.
Very Nice.
I did both solutions given. This one is very elegant.
Same process bro, but i have done with omega(w).
Nice solution. I did practically the same way. Used De Moivre's Formula to get Vn and then noticed that (-1)^n * Vn sextets give zero in total. So the result is the sum of elements 1728 and 1729 or first two elements, which is 2+1=3. Thank you.
Solution without using complex numbers : First note that V n + 1 = a n + 1 + b n + 1 = ( a + b ) ( a n + b n ) − a b ( a n − 1 + b n − 1 ) = − V n − V n − 1 i.e., V n + 1 + V n + V n − 1 = 0 Writing the above equality for n ← n + 1 , we have V n + 2 + V n + 1 + V n = 0 Comparing the above two equations, we have V n − 1 = V n + 2 , i.e. V n = V n + 3 Next we form groups of six consecutive terms in the summation ∑ n = 0 1 7 2 9 ( − 1 ) n V n and utilize the above observation to realize that the sum of each group is zero, e.g. V 0 − V 1 + V 2 − V 3 + V 4 − V 5 = 0 . Hence the value of the given sum is last two left-over terms, viz n = 0 ∑ 1 7 2 9 ( − 1 ) n V n = V 1 7 2 8 − V 1 7 2 9 = V 0 − V 1 = 2 − ( − 1 ) = 3 .
I used de moivre's theorem !
Can you provide more details about what you did?
Same here bro
Here is a solution using Newton's identities. One form of the general identities is: p k = i = k − n ∑ k − 1 ( − 1 ) k − 1 + i e k − i p i where p i ( a , b ) = a i + b i and e i is the ith elementary symmetric polynomial. This gives the following sequence of equations: p 1 = e 1 p 2 = e 1 p 1 − 2 e 2 p 3 = e 1 p 2 − e 2 p 1 + 3 e 3 ⋮ Since we are dealing with the roots of a quadratic, by definition e i = 0 for i > 2 . This then simplifies to: p k = e 1 p k − 1 − e 2 p k − 2 for k ≥ 3 . This gives us a recurrence for calculating values of p k , but we first need to determine the values of e 1 and e 2 . Since they are symmetric polynomials of the roots of a polynomial we can use Vieta's formulas. Since a , b are the roots of x 2 + x + 1 we have e 1 = p 1 = − 1 and e 2 = 1 . This gives us a complete recurrence for p k : p k = − p k − 1 − p k − 2 , k ≥ 2 p 0 = 2 , p 1 = − 1 This is a second order homogeneous linear recurrence relation with constant coefficients and so a general solution can be found, but for the purposes of this problem it is enough to note that p 3 = p 0 , p 4 = p 1 , p 5 = p 2 = − 1 and since each term relies only on the previous two, therefore the sequence must be periodic with period 3. That is, the sequence of p k satisfies: p k = { 2 − 1 k ≡ 0 ( m o d 3 ) o t h e r w i s e Clearly, from our definition p i = V i , so the value we are interested in is: n = 0 ∑ 1 7 2 9 ( − 1 ) n p n Since this sequence has period 3 (and hence also has period 6), ∑ n = a a + 5 ( − 1 ) n p n = 0 for any a , and 1 7 2 9 ≡ 1 ( m o d 6 ) , this becomes: n = 0 ∑ 1 7 2 9 ( − 1 ) n p n = 2 8 8 n = 0 ∑ 5 ( − 1 ) n p n + p 1 7 2 8 − p 1 7 2 9 = 0 + 2 + 1 = 3 Therefore, the answer is 3 .
Thanks for sharing your approach, Harry!
This solution doesn't require finding the roots of the given polynomial, and this method can be extended for polynomials of higher degree.
Let N : = 1 7 3 0 as a short-hand. You can do most of the job using the geometric sum:
S : = n = 0 ∑ N − 1 ( − 1 ) n V n = n = 0 ∑ N − 1 ( − a ) n + ( − b ) n = 1 + a 1 − ( − a ) N + 1 + b 1 − ( − b ) N = 1 + a 1 − ( − a ) R + 1 + b 1 − ( − b ) R , N ≡ R m o d 6
Use a 3 = b 3 = 1 in the last simplification. Now observe N = 1 7 3 0 ≡ 2 m o d 6 to obtain
S = 1 + a 1 − a 2 + 1 + b 1 − b 2 3. Binomi = 1 − a + 1 − b Vieta = 2 + 1 = 3
Rem.: You can use the first equation together with Vieta's formula to gain an expression for any N ∈ N :
S = ⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ 0 , 2 , 3 , − 1 , N ∈ { 0 ; 4 } m o d 6 N ∈ { 1 ; 3 } m o d 6 N ≡ 2 m o d 6 N ≡ 5 m o d 6
note that vn always equal to -1
v0=2
Problem Loading...
Note Loading...
Set Loading...
a = ω & b = ω 2 , w h e r e ω & ω 2 a r e c o m p l e x r o o t o f x 3 = 1 ( − 1 ) n V n = ( − ω ) n + ( − ω 2 ) n ⇒ n = 0 ∑ 1 7 2 9 ( − 1 ) n V n = n = 0 ∑ 1 7 2 9 ( − ω ) n + n = 0 ∑ 1 7 2 9 ( − ω 2 ) n = 1 − ( − ω ) 1 − ( − ω ) 1 7 3 0 + 1 − ( − ω 2 ) 1 − ( − ω 2 ) 1 7 3 0 = 1 + ω 1 − ω 1 7 3 0 + 1 + ω 2 1 − ω 3 4 6 0 = 1 + ω 1 − ω 2 + 1 + ω 2 1 − ω ( a s ω 3 = 1 ) = 1 + ω + ω 2 + ω 3 1 − ω 4 + 1 − ω 2 = 0 + 1 ‘ 2 − ω 2 − ω ( a s 1 + ω + ω 2 = 0 & ω 3 = 1 ) = 3 ( a s 1 + ω + ω 2 = 0 )