I need a step by step answer on how to do this. What I've been doing is converting the top to $2e^{i(\pi/4)}$ and the bottom to $\sqrt2e^{i(-\pi/4)}$. I know the answer is $2e^{i(\pi/2)}$ and the angle makes sense but obviously I'm doing something wrong with the coefficients. I suspect maybe only the real part goes into calculating the amplitude but I can't be sure.
2026-04-12 22:49:46.1776034186
On
How do I reduce (2i+2)/(1-i) with step-by-step please?
121 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
The secret is to multiply and divide by the conjugate of the denominator:
$$\frac{2i+2}{1-i} =\frac{2i+2}{1-i}\frac{1+i}{1+i}=\frac{2(1+i)(1+i)}{1-i^2}=\frac{(1+i^2)}{1+1}=1+2i+i^2=1+2-1=2i.$$
Try multiplying the numerator and denominator by $1+i$. This will give you $\frac{(2i+2)(1+i)}{1^2+1^2}$. Then, FOIL the numerator and note $i^2=-1$.