Find a mapping between a circle of radius r1 centered at z1 to a circle of radius r2 centered at z2. I thought it would be $w(z)=\frac{r2}{r1}z-z1+z2$ but I was marked wrong. I don't know what I did wrong...
Thanks.
Find a mapping between a circle of radius r1 centered at z1 to a circle of radius r2 centered at z2. I thought it would be $w(z)=\frac{r2}{r1}z-z1+z2$ but I was marked wrong. I don't know what I did wrong...
Thanks.
What you're multiplying by $r_2/r_1$ is the vector from the origin to your point $z$ rather than from the centre of the first circle to $z$.
$(r_2/r_1)(z-z_1) + z_2$ would be correct.