Let a n = 1 for n = 1 and a n = ( 2 1 + 2 3 i ) a n − 1 for n > 1 . Now define the sum of the first k terms of this series by S k . That is, S k = ∑ n = 1 k a n . Determine the value of 2 S 2 0 1 5 .
Note: The i s in the answer choices are all outside the square roots, and i = − 1 .
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.
Note that ( 2 1 + 2 3 i ) 3 = ( cos ( π / 3 ) + i sin ( π / 3 ) ) 3 = cos ( π ) + i sin ( π ) = − 1 by de Moivre, so that a n + 3 = − a n . It follows that ∑ n = 6 2 0 1 5 a n = 0 and a 1 + a 2 + a 3 + a 4 + a 5 = a 3 = ( 2 1 + 2 3 i ) 2 = − 2 1 + 2 3 i . Thus 2 S 2 0 1 5 = 2 a 3 = − 1 + 3 i
Log in to reply
I wasn't aware of De Moivre's Formula (by name, anyway), so I put it into the e exponent and then put it back. Should I edit my answer to include De Moivre?
Log in to reply
I think you have some sign errors in your exponents, e π i / 3 etc. ... otherwise your approach is fine. I just wanted to point out an alternative approach.
Log in to reply
@Otto Bretscher – Oh, I made quite a few typos in the math. I'll fix it right now. Thanks!
i also used epoweritheta method but i observed sum of every 6 terms is 0 so all i had to calculate was the sum formm 2011 to 2015
The other solutions here are great, but I wanted to submit a geometric "in your head" solution as well.
The multiplicative term in the recurrence relation is a primitive 6th root of unity, and it follows from arguments already submitted here that the terms of the sequence a n are simply all sixth roots of unity.
Now, the series S n is periodic because it's partial sums, thought of geometrically in the complex plane, form a hexagon with one vertex at ( 0 , 0 ) (draw one iteration of this on graph paper to verify for yourself!). It follows that S 6 k = 0 for all k ∈ N , and since 2015 is 5 (mod 6), we have S 2 0 1 5 = − 2 1 + 2 3 .
The answer follows by multiplying this value by 2.
Marvelous !
I did it by cube roots of unity!! In the summation ω^3=1 and ω^2+ω+1=0 helps alot..
This is the easiest and fastest approach
1/2+sqrt(-3)/2 is omega(w).... Sq(w)+ w + 1 = O. a(n) = 1 S(2015) = 1 + w + sq(w)+ 1+w+sq(w)+......+1 + w=0(672 times) - sq(w) Sq(w) = 1/2-sqrt(-3)/2 Hence 2 *(-sq(w)) is the answer
Problem Loading...
Note Loading...
Set Loading...
There are two ways to solve this problem, but in both we must simplify the sum. Notice that this will be a geometric series, but since it is not infinite we must use a different equation.
S k = a + a r + a r 2 + ⋯ + a r n − 1
r S k = a r + a r 2 + a r 3 + ⋯ + a r n
( 1 − r ) S k = a − a r n
S k = 1 − r a − a r n
The first way to solve the problem from here is to notice that 2 1 + 2 3 i = cos 3 π + i sin 3 π , which is generally well known to be equivalent to e 3 i π . Because of this, a r 2 0 1 5 will be e 3 2 0 1 5 i π , which is equivalent to e 3 2 i π because the exponent is treated as an angle. Now that we are done with complicated exponent stuff, we put this back into our trigonometric expression, giving us a r 2 0 1 5 = 2 1 − 2 3 i . It is easy to see that a − a r 2 0 1 5 can now be represented as 2 1 + 2 3 i .
Now we divide this by 1 − r , which is 2 1 − 2 3 i in this case. To the solution all that is left is algebraic manipulation:
2 1 − 2 3 i 2 1 + 2 3 i
( 2 1 − 2 3 i ) ( 2 1 + 2 3 i ) ( 2 1 + 2 3 i ) ( 2 1 + 2 3 i )
2 − 1 + 2 3 i
Which we then multiply by two to get − 1 + 3 i
The other method is essentially the same. If we did not recognize the trigonometric trick earlier, writing out a few terms shows us that the terms repeat themselves on a period of four. Using this, we could find the appropriate value for a r 2 0 1 5 and then finish the problem just as we did with the first method.