MAA problem 1

Algebra Level 5

Let a n = 1 { a }_{ n }=1 for n = 1 n=1 and a n = ( 1 2 + 3 i 2 ) a n 1 { a }_{ n }=\left( \frac { 1 }{ 2 } +\frac { \sqrt { 3 } i }{ 2 } \right) { a }_{ n-1 } for n > 1 n>1 . Now define the sum of the first k k terms of this series by S k {S}_{k} . That is, S k = n = 1 k a n { S }_{ k }=\sum _{ n=1 }^{ k }{ { a }_{ n } } . Determine the value of 2 S 2015 2{S}_{2015} .

Note: The i i s in the answer choices are all outside the square roots, and i = 1 i=\sqrt { -1 } .

1 + 3 i -1+\sqrt{3}i 1 3 i 1-\sqrt{3}i 1 + 3 i 1+\sqrt{3}i 1 3 i -1-\sqrt{3}i None of these

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.

4 solutions

Austin Antonacci
Nov 5, 2015

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 { S }_{ k }= a +ar+a{ r }^{ 2 }+\dots +a{ r }^{ n-1 }

r S k = a r + a r 2 + a r 3 + + a r n r{ S }_{ k }= ar+a{ r }^{ 2 }+a{r}^{3}+\dots +a{ r }^{ n }

( 1 r ) S k = a a r n \left( 1-r \right) { S }_{ k }=a-a{ r }^{ n }

S k = a a r n 1 r { S }_{ k }=\frac { a-a{ r }^{ n } }{ 1-r }

The first way to solve the problem from here is to notice that 1 2 + 3 2 i = cos π 3 + i sin π 3 \frac { 1 }{ 2 } +\frac { \sqrt { 3 } }{ 2 } i = \cos { \frac { \pi }{ 3 } } +i\sin { \frac { \pi }{ 3 } } , which is generally well known to be equivalent to e i π 3 { e }^{ \frac { i\pi }{ 3 } } . Because of this, a r 2015 a{ r }^{ 2015 } will be e 2015 i π 3 { e }^{ \frac { 2015 i\pi }{ 3 } } , which is equivalent to e 2 i π 3 { e }^{ \frac { 2i\pi }{ 3 } } 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 2015 = 1 2 3 2 i a{ r }^{ 2015 }=\frac { 1 }{ 2 } -\frac { \sqrt { 3 } }{ 2 } i . It is easy to see that a a r 2015 a-a{ r }^{ 2015 } can now be represented as 1 2 + 3 2 i \frac{1}{2}+\frac {\sqrt {3} }{2}i .

Now we divide this by 1 r 1-r , which is 1 2 3 2 i \frac { 1 }{ 2 } -\frac { \sqrt { 3 } }{ 2 } i in this case. To the solution all that is left is algebraic manipulation:

1 2 + 3 2 i 1 2 3 2 i \frac { \frac { 1 }{ 2 } +\frac { \sqrt { 3 } }{ 2 } i }{ \frac { 1 }{ 2 } -\frac { \sqrt { 3 } }{ 2 } i }

( 1 2 + 3 2 i ) ( 1 2 + 3 2 i ) ( 1 2 3 2 i ) ( 1 2 + 3 2 i ) \frac { \left( \frac { 1 }{ 2 } +\frac { \sqrt { 3 } }{ 2 } i \right) \left( \frac { 1 }{ 2 } +\frac { \sqrt { 3 } }{ 2 } i \right) }{ \left( \frac { 1 }{ 2 } -\frac { \sqrt { 3 } }{ 2 } i \right) \left( \frac { 1 }{ 2 } +\frac { \sqrt { 3 } }{ 2 } i \right) }

1 2 + 3 2 i \frac { -1 }{ 2 } +\frac { \sqrt { 3 } }{ 2 } i

Which we then multiply by two to get 1 + 3 i \boxed{-1+\sqrt{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 2015 a{ r }^{ 2015 } and then finish the problem just as we did with the first method.

Note that ( 1 2 + 3 2 i ) 3 = ( cos ( π / 3 ) + i sin ( π / 3 ) ) 3 = cos ( π ) + i sin ( π ) = 1 (\frac{1}{2}+\frac{\sqrt{3}}{2}i)^3=\left(\cos(\pi/3)+i\sin(\pi/3)\right)^3=\cos(\pi)+i\sin(\pi)=-1 by de Moivre, so that a n + 3 = a n a_{n+3}=-a_n . It follows that n = 6 2015 a n = 0 \sum_{n=6}^{2015}a_n=0 and a 1 + a 2 + a 3 + a 4 + a 5 a_1+a_2+a_3+a_4+a_5 = a 3 = ( 1 2 + 3 2 i ) 2 = 1 2 + 3 2 i =a_3=(\frac{1}{2}+\frac{\sqrt{3}}{2}i)^2=-\frac{1}{2}+\frac{\sqrt{3}}{2}i . Thus 2 S 2015 = 2 a 3 = 1 + 3 i 2S_{2015}=2a_3=\boxed{-1+\sqrt{3}i}

Otto Bretscher - 5 years, 7 months ago

Log in to reply

I wasn't aware of De Moivre's Formula (by name, anyway), so I put it into the e e exponent and then put it back. Should I edit my answer to include De Moivre?

Austin Antonacci - 5 years, 7 months ago

Log in to reply

I think you have some sign errors in your exponents, e π i / 3 e^{\pi i/3} etc. ... otherwise your approach is fine. I just wanted to point out an alternative approach.

Otto Bretscher - 5 years, 7 months ago

Log in to reply

@Otto Bretscher Oh, I made quite a few typos in the math. I'll fix it right now. Thanks!

Austin Antonacci - 5 years, 7 months ago

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

Sai Niranjan Ramachandran - 5 years, 7 months ago

Log in to reply

Good logic!!

Debmeet Banerjee - 5 years, 7 months ago
John Gilling
Nov 10, 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 a_n are simply all sixth roots of unity.

Now, the series S n 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 ) (0,0) (draw one iteration of this on graph paper to verify for yourself!). It follows that S 6 k = 0 S_{6k}=0 for all k N k \in \mathbb{N} , and since 2015 is 5 (mod 6), we have S 2015 = 1 2 + 3 2 S_{2015} = -\frac{1}{2}+\frac{\sqrt{3}}{2} .

The answer follows by multiplying this value by 2.

Marvelous !

Aditya Sky - 4 years, 7 months ago
Ayush Sinha
Nov 6, 2015

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

Aakash Khandelwal - 5 years, 7 months ago

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

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...