inversion-am-kreis.tex 940 B

12345678910111213141516171819202122232425
  1. \begin{tikzpicture}[scale=3]
  2. \tkzSetUpPoint[shape=circle,size=3,color=black,fill=black]
  3. \tkzSetUpLine[line width=1]
  4. \tkzInit[xmax=1.2,ymax=1,xmin=-1.2,ymin=0]
  5. \pgfmathsetmacro{\Radius}{1}
  6. \tkzDefPoints{2.0/1.5/Z, 0/0/O, 0/1/i}
  7. %% Konstruktion von 1/ \overline{z} und -1/ \overline{z}
  8. \tkzTangent[from with R = Z,/tikz/overlay](O,\Radius cm) \tkzGetPoints{T1}{T2}
  9. \tkzInterLL(T1,T2)(O,Z) \tkzGetPoint{dZ}
  10. %%
  11. \tkzDrawArc[R,line width=1pt,color=orange](O,\Radius cm)(0,180)
  12. \tkzMarkAngle[size=1mm](Z,dZ,T1)
  13. \tkzLabelAngle[pos=0.06](Z,dZ,T1){$\cdot$}
  14. \tkzAxeXY
  15. \tkzDrawPoints(Z, dZ, T1)
  16. \tkzLabelPoint[above left](Z){$z = r \cdot e^{\iu \varphi}$}
  17. \tkzLabelPoint[below right](dZ){$\frac{1}{\overline{z}} = \frac{1}{r} \cdot e^{\iu \varphi}$}
  18. \tkzDrawSegments[dashed](O,Z)
  19. \tkzDrawLine[dashed, add=0 and 0.5](Z,T1)
  20. \tkzDrawSegments[dashed](T1,dZ)
  21. \end{tikzpicture}