Mock AIME 2 2006-2007 Problems/Problem 5

Revision as of 02:33, 23 April 2008 by I like pie (talk | contribs)

Problem

Given that $iz^2=1+\frac 2z + \frac{3}{z^2}+\frac{4}{z ^3}+\frac{5}{z^4}+\cdots$ and $z=n\pm \sqrt{-i},$ find $\lfloor 100n \rfloor.$

Solution

Multiplying both sides of the equation by $z$, we get

$iz^3 = z + 2 + \frac{3}{z} + \frac{4}{z^2} + \cdots,$

and subtracting the original equation from this one we get

$iz^2(z-1)=z+1+\frac{1}{z}+\frac{1}{z^2}+\frac{1}{z^3}+\cdots.$

Using the formula for an infinite geometric series, we find

$iz^2(z-1)=\frac{z}{1-\frac{1}{z}}=\frac{z^2}{z-1}.$

Rearranging, we get

$iz^2(z-1)^2=z^2\iff (z-1)^2=\frac{1}{i}=-i\Rightarrow z=1\pm\sqrt{-i}.$

Thus the answer is $n=1, \lfloor 100n \rfloor = 100$.

See also