Finding numbers $a$ and $b$ for a complex number

469 Views Asked by At

Problem.

Given a complex number $$z=2-2i$$

Find numbers $a$ and $b$ such that $$a+ib = \frac{1}{z}$$


I tried multiplying both sides by $z$ and got

$$(a+ib)(2-2i)$$ $$= 2a-2ai+2bi-2bi^2$$ $$=(2a+2b)-(2ai-2bi)=1$$

So I see that there is a real and complex part but I'm not sure how to continue. I've got 2 variables but only 1 equation. One solution would be $a=1/2$ and $b=0$.

2

There are 2 best solutions below

0
On BEST ANSWER

You actually have two variables and two equations by comparing real and imaginary parts on both sides of your last equation. You should get you get $a=b$ since the imaginary part of $1$ is $0$ and $a=1/4$ after substituting $a=b$ into the equation you get from the real parts. This is the only solution.

The more standard method of doing this is to multiply $1/z$ on top and bottom by it's complex conjugate as illustrated in lab bhattacharjee's answer.

0
On

$$\frac1{2-2i}=\frac12\cdot\frac1{1-i}=\frac12\cdot\frac{1+i}{1^2-(i)^2}=\frac{1+i}4$$