2

so i have this complex number $\dfrac1{(1+i)^{100}}$ and i need to use De Moivre's formula formula to power. So how do you calculate it ? For what i know it should go like this :
$\dfrac1{(1+i)^{100}} = (1+i)^{-100}$
$a = 1 , b =1 $
$n = -100$
$r=2^{1/2}$
$\tan(\frac11) = 45^\circ$
so we get $z = 2^{1/2} ( \cos(45^\circ) + i\sin(45^\circ))$
$(2^{1/2})^{-100} ( \cos(-4500^\circ) + i\sin(-4500^\circ))$ =
$2^{-50} ( (-1) + i\cdot0) = -\dfrac{1}{2^{50}}$ ???
so i fixed the mistake of $45*100$
$cos(-4500) = -1 , sin(-4500) = 0 $ ?

1 Answers1

3

$\dfrac1{{(1+i)}^{100}} =(1+i)^{-100}=(\sqrt2(\cos45^\circ+i\sin45^\circ))^{-100}$.

Now use De Moivre's formula.

In your steps, you have accidentally written $(\cos-450^\circ+i\sin-450^\circ)$ instead of $(\cos-4500^\circ+i\sin-4500^\circ)$.

Alraxite
  • 5,647