The question asks:
Is this true that: $$(1-i)^5 \stackrel{?}= 2-2i$$
I want to know if I did it right:
$$z = (1-i)$$
$$r = \sqrt{1^2+(-1)^2} = \sqrt{2}$$
$$\tan \theta = \frac{-1}{1} = -1 \Rightarrow \theta = -45$$
$$\Downarrow$$
$$z = \sqrt{2}(\cos -45 + i \sin -45)$$
$$z^5 = (\sqrt{2})^5(\cos (5*-45) + i \sin (5*-45))$$
$$\Downarrow$$ $$(1-i)^5 = (\sqrt{2})^5(\cos (-225) + i \sin (-225)) = -4+4i$$
Therefore:
$$(1-i)^5 \neq 2-2i$$
Am I right?
Your solution is correct. In your particular problem, it might have been faster to simply compare the norms of both numbers, but to be fair, if these had been equal, you would've gotten no information out of it.
Here's another approach. Suppose otherwise. Then, dividing both sides of the equation by $1-i$, we get $$(1-i)^4=2.$$ However, by roots of unity, it is easy to verify that the only solutions to $x^4=2$ are $$\sqrt[4]{2},-\sqrt[4]{2},\sqrt[4]{2}i,-\sqrt[4]{2}i.$$ $1-i$ is clearly none of these numbers, contradiction.