Question Let $z_1 = 1 + i$, $z_2 = 2 - i$, evaluate $$\left | \frac{z_1}{z_2} \right |$$
I have this question! Its to evaluate the fraction !
what I did is the following
$$\frac{(1+i)(2+i)}{(2-i)(2+i)}$$
I got $\frac{3i+1}{5}$ simplest form
and then I tried doing it the other way around !
$$\frac{(1+i)(1-i)}{(2-i)(1-i)}$$
and I got $\frac{2}{(1-3i)}$
I don't know if there is another way to solve it
The first part is the right way to go(where you got $\displaystyle \frac{3i+1}{5}$). After that, you can calculate the absolute value of a complex number a+bi as $\sqrt{a^2+b^2}$.