1

I tried to prove in the complex plane that a transformation of a line not passing through the center of a inversion is a circle passing through the center. I just want to know, if what I wrote is right and not false.

We have a line $z(\frac {a-ib}{2})+\bar{z}(\frac{a+ib}{2})+c=0$. To simplify we put: $ w=\frac{a+ib}{2}$ and $\bar{w}=\frac {a-ib}{2}$. So,$d:z\bar{w}+\bar{z}w+c=0$. We know that an image of z is $z'=\frac{1}{\bar{z}} \nonumber$, if the ray of a circle of inversion is 1. So:

$ z\bar{w}+\bar{z}w+c=0 . \text { Dividing by } z\bar{z}: \ \\ \frac {1}{\bar z}\bar{w}+\frac{1}{z}w+\frac {c}{z\bar{z}}=0 \nonumber \\ z'\bar{w}+\bar{z'}w+c\bar{z'}z'=0 \nonumber \\ \frac {z'\bar{w}}{c}+\frac {\bar{z'w}}{c}+\bar{z'}z'=0 \nonumber \\ z'(\frac{\bar{w}}{c})+\bar{z'}(\frac {w}{c})+\bar {z'}{z'}=0 \nonumber $

which is a circle with center $-\frac {\bar{w}}{c}$

Daniil
  • 1,647
  • You assumed but didn't state that the circle's center is $0$ and it's radius is $1$.... Typo in the 2nd displayed line: $\frac {1}{z}\bar w$ should be $\frac {1}{\bar z}\bar w.$ Otherwise OK if there are no marks for style. Someone here is sure to ask how you know that the last equation is a circle.... – DanielWainfleet Jul 26 '19 at 11:21
  • BTW an inversion preserves the absolute values of angles so if the line is tangent to the inverting circle then its image is a circle tangent to the inverting circle. – DanielWainfleet Jul 26 '19 at 11:28
  • Okey, thank you Daniel. I was also looking for how to know if the final line is a circle equation, but i didnt find anything that explains it good. If its possible, can u also help with it please? @DanielWainfleet – Daniil Jul 26 '19 at 12:16
  • My edit was for that typo and for some "cosmetic" changes. – DanielWainfleet Jul 26 '19 at 23:11
  • This answer provides a geometrical proof of this fact. – robjohn Jul 27 '19 at 05:18

1 Answers1

1

In response to a comment to the Q from the OP.

$z\bar w+\bar z w+c=0 \iff 2Re (z\bar w)+c=0.$ So in order that this represents a line, and not the empty set nor a single point, we must have $c\in \Bbb R$ and $w\ne 0$. And in order that $0$ is not on this line we must have $c\ne 0.$

Let $z'=x+iy$ and $w=a+ib$ with $x,y,a,b \in \Bbb R.$ Then because $1/c\in \Bbb R$ we have, from the last displayed line in the Q, $$z'\bar w/c+\bar z' w/c+z'\bar z'=0 \iff$$ $$\iff (1/c)\cdot 2Re (z'\bar w)+|z|^2=0 \iff$$ $$\iff (1/c)\cdot 2(xa+yb)+x^2+y^2=0 \iff$$ $$\iff (x+a/c)^2+(y+b/c)^2=(a^2+b^2)/c^2 \iff$$ $$\iff |z'+w/c|^2=|w|^2/c^2\iff$$ $$\iff |z'+w/c|=|w|/|c|.$$ Since $|w|\ne 0,$ that is the equation of a circle $C$ centered at $-w/c$ (not $-\bar w/c$ as in the Q ) with radius $|w|/|c|.$

Note: The equation for $C$ is satisfied if $z'=0$ but there is no $z$ on the line that inverts to $0.$ The image of the line under the inversion is $C\setminus \{0\}.$

  • 1
    The importance of $1/c\in \Bbb R$ is in the LH sides of the 3rd-last & 2nd-last displayed lines, which are guaranteed to equal each other if $1/c\in \Bbb R.$ – DanielWainfleet Jul 27 '19 at 03:58
  • Thank you very much, I understood everything that you wrote. – Daniil Jul 27 '19 at 07:04
  • At first I posted "Then because $1/c\in \Bbb R$ we have..." and thought it didn't matter so I edited it to "Then we have..." but then I felt I must have used it somewhere so I changed it back. Finally I walked through it to find the exact place where it was used. – DanielWainfleet Jul 27 '19 at 10:10
  • In ''note'' you mean that in real circle passes through the origin as the equation for C is satisfied if z′=0, but the line doesn't have point that can inverse itself to O? – Daniil Jul 27 '19 at 14:44
  • 1
    Yes, exactly. Clearly we can't have $z'=1/\bar z=0.$ Each of the equations in the displayed lines is necessary if $z'$ belongs to the inverted image of the line, but to make them sufficient as well, we should have to append the phrase "$\land z\ne 0$'" to each of them. – DanielWainfleet Jul 27 '19 at 19:16