How to compute a linear fractional transformation that maps a circle to a given circle? For example, let $C_1$ be the circle $|z+(2+i)|=1$ and $C_2$ be the circle $|z-5|=7$. How to find a linear fractional transformation that maps $C_1$ to $C_2$? Thank you very much.
-
Hi, why is the formula given the accepted post true? I know that the $z's$ can be mapped to $0,1,\infty$. Similarly, the $w's$ can be mapped to $0,1,\infty$. Why must these two LFTs be the same? I know a LFT is uniquely determined, but haven't we mapped a different set of points to $0, 1, \infty$? – Junaid Aftab Sep 04 '17 at 11:41
3 Answers
As I said in your previous question, a LFT is uniquely determined by 3 points and their images. If $z_1, z_2, z_3$ are your inputs (pick 3 points on your first circle) and $w_1, w_2, w_3$ are your images of these (pick 3 points on your second circle). Be sure they are in the same order as you move around the circle, as I mentioned before that LFTs preserve order. Then, use the formula $$\frac{(z_1 - z_3)(z_2 - z)}{(z_2 - z_3)(z_1 - z)} = \frac{(w_1 - w_3)(w_2 - w)}{(w_2 - w_3)(w_1 - w)}$$ and then solve for $w$ to get $w$ as a function of $z$. This formula is one you need to know and is useful in many, many situations, not just this one.
- 11,270
-
Hi, why is the given formula true? I know that the $z's$ can be mapped to $0,1,\infty$. Similarly, the $w's$ can be mapped to $0,1,\infty$. Why must these two LFTs be the same? I know a LFT is uniquely determined, but haven't we mapped a different set of points to $0, 1, \infty$? – Junaid Aftab Sep 04 '17 at 11:40
-
@JunaidAftab Did you find the answer to your question? I want to know the answer also. – John Smith Feb 23 '23 at 16:52
To map a circle on a circle, you only need to translate and to scale (no fractional transformation is necessary).
If the first circle is centered at $z_1$ with radius $R_1$ and the second circle is at $z_2$ with radius $R_2$ correspondingly, then $$ z \mapsto z- z_1$$ translates the first circle to the origin. Then $$ z \mapsto \frac{R_2}{R_1} z$$ rescales the radius. Finally, $$z \mapsto z+ z_2$$ translates the circle to the origin of the second (image) circle. Composing these transformations yields the mapping $$f(z) = \frac{R_2}{R_1} (z-z_1) + z_2$$ which is actually a linear transformation.
Comment: for your example $z_1 = -2 - i$, $R_1=1$, $z_2 = 5$, $R_2=7$, and $$f(z) = \frac{1}{7} [ z + (2+i)] + 5.$$
- 23,360
Choose thre points $\{z_1,z_2,z_3\}$ in $C_1$ and three points $\{w_1,w_2,w_3\}$ in $C_2$. Then find the linear fractional transformation $f$ such that $f(z_i)=w_i$, $1\le i\le3$. Some care must be taken with the order of the points. Choose them in such a way that when you travel through them, the interior of the circle is on the left side.
- 76,354
-
Hi, why is the formula given the accepted post true? I know that the $z's$ can be mapped to $0,1,\infty$. Similarly, the $w's$ can be mapped to $0,1,\infty$. Why must these two LFTs be the same? I know a LFT is uniquely determined, but haven't we mapped a different set of points to $0, 1, \infty$? – Junaid Aftab Sep 04 '17 at 11:41
-
1@JunaidAftab If $\phi$ and $\psi$ take ${z_i}$ and ${w_i}$ to ${0,1,\infty}$ respectively, then we want $\phi(z_i)=\psi(w_i)$, and $\psi^{-1}\circ\phi$ takes ${z_i}$ to ${w_i}$. – Julián Aguirre Sep 05 '17 at 16:22