1

Express $(1-i)^{11}$ in cartesian form.

Apart from expanding the expression, I don't know how to do this. I've looked at the solution and still don't understand how/why it has been done.

Mr Croutini
  • 1,158

4 Answers4

7

Hint: $1-i=\sqrt 2e^{-i\pi/4}{}{}{}{}$.

To find the above equality you can think about it geometrically and use the known techniques:

Triangle

Or algebraically by proving that given any $a,b\in \mathbb R$, it holds that $a+ib=\sqrt{a^2+b^2}e^{i\arg(a+ib)}$, where $$\arg(a+ib)=\begin{cases} \arctan(b/a), &\text{if }a>0\\ \pi /2, &\text{if }a=0\land b>0\\ \arctan(b/a)+\pi, &\text{if }a<0\\ -\pi/2, &\text{if }a=0\land b<0\end{cases}$$

Git Gud
  • 31,356
7

Hint: $(1-i)^2=-2i{}{}{}{}{}{}{}{}$.

Alraxite
  • 5,647
2

Expanding expressions like this one is not easy. Therefore, it is useful to rewrite it to its polar form. We know that the angle is $\varphi=-\frac 14 \pi$ and the length is $r=\sqrt 2$. We can find $r$ by Pythagoras' theorem: $$ r=\sqrt{1^2+(-1)^2}=\sqrt 2 $$ and we can find $\varphi$ by just looking at the point. (We know that $x=-y$, so the angle is of the form $k\frac 12\pi+\frac 14\pi$ for some integer $k$, and because it goes to the lower right, it has to be $-\frac 14\pi$.)

When taking the eleventh power, we get $$ \varphi'=11\varphi=-\frac{11}4\pi=-\frac 34\pi=\frac 54 \pi\\ r'=r^{11}\left(\sqrt2\right)^{11}=2^{\frac 12\cdot 11}=2^{5+\frac 12}=32\sqrt 2 $$ Now, we need to transform the result back to Carthesian form: $$ x=r'\cos\varphi'=-32\\ y=r'\sin\varphi'=-32 $$ Thus, we get the result $-32-32 i$ or $(-32,-32)$.

Ragnar
  • 6,233
  • How did you just know what the angle is and what r is? – Mr Croutini Jan 05 '14 at 12:12
  • @MrCroutini Plot the point $1-i$ or $(1,-1)$ in the plane; one unit east, one unit south of the origin. $\ \ r$ is the distance from $(1, -1)$ to $(0,0)$: $\sqrt((1)^2+(-1)^2)=\sqrt(2)$ by the distance formula. – bof Jan 05 '14 at 12:17
  • $\theta$ is the angle the line from the origin to $1-i$ makes with the positive $x$-axis. Note that that line bisects the angle between the positive $x$-axis and the negative $y$-axis, so the angle is $-45^0$ or $-\pi/4$ radians. – bof Jan 05 '14 at 12:21
0

Use Euler's Formula:

$(1-i)^{11} = \sqrt {2}^{11}*(\cos7\pi/4 + i\sin7\pi/4)^{11}$

= $\sqrt {2}^{11}*(\cos((7*11\pi)/4) + i\sin(7*11\pi)/4)$

= $\sqrt {2}^{11}*(-\frac{1}{\sqrt {2}}- i\frac{1}{\sqrt {2}})$

= $-32*(1+i)$

Thanks

Satish