Evaluate $(-\sqrt3 + i)^9$

571 Views Asked by At

Evaluate $(-\sqrt3 + i)^9$

So I used the binomial theorem, but it took quite a while to evaluate all those out. However, seeing as how this is a problem on a competition, I was wondering if there was a faster way to do this.

6

There are 6 best solutions below

0
On

Hint :

$$-\sqrt 3+i =2\left( \frac{-\sqrt 3}{2} +\frac 12 i\right)=2 \left( \cos \left( \frac{5\pi}{6} \right) +i\sin \left( \frac{5\pi}6 \right) \right) = 2e^{i5\pi /6}$$

0
On

Hint: Write the number in polar form. Evaluate the norm and the tangent of angle in complex plane. Then use the fact that the angle is multiplied $n$ times when raised to power $n$.

2
On

If you know your way around complex numbers and De Moivre's theorem, you easily get that the answer is equal to -512i. Hint: rewrite it as (2 ((cos(5π/6) + sin (5π/6))^9 and then apply the Theorem.

0
On

HINT

Use trigonometric or polar form such that

$$z=r e^{i\theta}\implies z^n= r^ne^{in\theta}$$

1
On

Hints :- Take i common and you get the well known $2i\omega$ and we know that cube of $\omega$ is 1 and $i^9=i $. I hope you can use them to get the final answer.

0
On

Following up on OP's approach, without using the polar form:

So I used the binomial theorem, but it took quite a while to evaluate all those out

It's enough to calculate the first couple of powers, which goes rather quickly.

Let $\,z=-\sqrt3 + i\,$, then $\,z^2=3 - 2 \sqrt{3}i+i^2=2(1-i\sqrt{3})=2i(-\sqrt{3}-i)=2i \bar z$. It follows that $\,z^3=z \cdot 2i \bar z = 2i |z|^2=8i\,$, and $\,z^9=\big(z^3\big)^3 = (8i)^3=\ldots\,$