Jump to content

Talk:PlanetPhysics/Schwarz Christoffel Transformation

Page contents not supported in other languages.
Add topic
From Wikiversity

Original TeX Content from PlanetPhysics Archive

[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: Schwarz--Christoffel transformation %%% Primary Category Code: 02.30.-f %%% Filename: SchwarzChristoffelTransformation.tex %%% Version: 1 %%% Owner: pahio %%% Author(s): pahio %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}

\usepackage{html}

% this is the default PlanetPhysics preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners.

% almost certainly you want these \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts}

% used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) %\usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

Let

$$w = f(z) = c\int\frac{dz}{(z-a_1)^{k_1}(z-a_2)^{k_2}\ldots(z-a_n)^{k_n}}+C,$$ where the $a_j$'s are real numbers satisfying\, $a_1 < a_2 < \ldots < a_n$, the $k_j$'s are real numbers satisfying\, $|k_j| \leqq 1$;\, the integral expression means a complex antiderivative, $c$ and $C$ are complex constants.

The transformation\, $z \mapsto w$\, maps the real axis and the upper half-plane conformally onto the closed area bounded by a broken line.\, Some vertices of this line may be in the infinity (the corresponding angles are = 0).\, When $z$ moves on the real axis from $-\infty$ to $\infty$, $w$ moves along the broken line so that the direction turns the amount $k_j\pi$ anticlockwise every time $z$ passes a point $a_j$.\, If the broken line closes to a polygon, then\, $k_1\!+\!k_2\!+\!\ldots\!+\!k_n = 2$.

This transformation is used in solving \htmladdnormallink{two-dimensional}{http://planetphysics.us/encyclopedia/CoriolisEffect.html} potential problems.\, The \htmladdnormallink{parameters}{http://planetphysics.us/encyclopedia/Parameter.html} $a_j$ and $k_j$ are chosen such that the given polygonal \htmladdnormallink{domain}{http://planetphysics.us/encyclopedia/Bijective.html} in the complex $w$-plane can be obtained.

A half-trivial example of the transformation is $$w = \frac{1}{2}\int\frac{dz}{(z-0)^{\frac{1}{2}}} = \sqrt{z},$$ which maps the upper half-plane onto the first quadrant of the complex plane.

\end{document}