MathIsimple
π
log
Γ
ζ
Δ
Course 9

Conformal Mapping & Laplace Transform

Explore conformal mappings, Möbius transformations, and Laplace transform theory with applications to differential equations, signal processing, and engineering problems.

Advanced5-6 hours10 Practice Questions
Learning Objectives
Understand conformal mappings and angle preservation
Master Möbius (linear fractional) transformations
Learn the Laplace transform and its properties
Compute inverse Laplace transforms using residues
Apply Laplace transforms to solve differential equations
Understand the relationship between complex analysis and transforms
Work with common conformal mappings
Apply transforms to engineering problems

Conformal Mappings

Definition 9.1: Conformal Mapping
A mapping w=f(z)w = f(z) is conformal at z0z_0 if it preserves angles between curves. More precisely, if two curves intersect at z0z_0 with angle θ\theta, their images intersect at f(z0)f(z_0) with the same angle θ\theta (both magnitude and orientation).
Theorem 9.1: Conformality of Analytic Functions
If ff is analytic at z0z_0 and f(z0)0f'(z_0) \neq 0, then ff is conformal at z0z_0. Conversely, if a mapping is conformal and preserves orientation, then it is analytic with non-zero derivative.
Proof of Theorem 9.1:

If f(z0)0f'(z_0) \neq 0, then locally f(z)f(z0)f(z0)(zz0)f(z) - f(z_0) \approx f'(z_0)(z-z_0), which is a rotation and scaling. Rotations preserve angles, and scaling preserves angles, so angles are preserved.

The converse follows from the fact that angle preservation implies the Cauchy-Riemann equations are satisfied.

Example 9.1

Problem: Show that w=z2w = z^2 is conformal except at z=0z=0.

Solution:

f(z)=2zf'(z) = 2z, which is non-zero for z0z \neq 0. Therefore, w=z2w = z^2 is conformal everywhere except at z=0z=0, where f(0)=0f'(0) = 0.

At z=0z=0, angles are doubled (e.g., the real and imaginary axes, which meet at 9090^\circ, map to lines meeting at 180180^\circ).

Möbius Transformations

Definition 9.2: Möbius Transformation
A Möbius transformation (or linear fractional transformation) is a mapping of the form:
w=az+bcz+dw = \frac{az+b}{cz+d}
where a,b,c,dCa, b, c, d \in \mathbb{C} and adbc0ad - bc \neq 0. If c=0c = 0, this is a linear transformation; if c0c \neq 0, it can be written as w=ac+bcadc(cz+d)w = \frac{a}{c} + \frac{bc-ad}{c(cz+d)}.
Theorem 9.2: Properties of Möbius Transformations
Möbius transformations:
  • Map the extended complex plane C^\hat{\mathbb{C}} to itself (including infinity)
  • Preserve generalized circles (circles and lines)
  • Preserve cross-ratios
  • Are conformal everywhere (except at the pole)
  • Form a group under composition
Example 9.2

Problem: Find a Möbius transformation mapping 1,0,1-1, 0, 1 to 0,1,0, 1, \inftyrespectively.

Solution:

Using the cross-ratio: (w,0,1,)=(z,1,0,1)(w, 0, 1, \infty) = (z, -1, 0, 1)

Since (w,0,1,)=w0w110=w(w, 0, 1, \infty) = \frac{w-0}{w-\infty} \cdot \frac{1-\infty}{1-0} = -w (in limit), and (z,1,0,1)=z+1z1010+1=z+1z1(z, -1, 0, 1) = \frac{z+1}{z-1} \cdot \frac{0-1}{0+1} = -\frac{z+1}{z-1}

Setting equal: w=z+1z1w = \frac{z+1}{z-1}

Laplace Transform

Definition 9.3: Laplace Transform
The Laplace transform of a function f(t)f(t) (defined for t0t \geq 0) is:
L{f(t)}=F(s)=0f(t)estdt\mathcal{L}\{f(t)\} = F(s) = \int_0^{\infty} f(t)e^{-st}dt
where ss is a complex variable. The transform exists for Re(s)>σ0\text{Re}(s) > \sigma_0 where σ0\sigma_0 is the abscissa of convergence.
Theorem 9.3: Properties of Laplace Transform
  • Linearity: L{af(t)+bg(t)}=aF(s)+bG(s)\mathcal{L}\{af(t) + bg(t)\} = aF(s) + bG(s)
  • Derivative: L{f(t)}=sF(s)f(0)\mathcal{L}\{f'(t)\} = sF(s) - f(0)
  • Integral: L{0tf(τ)dτ}=F(s)s\mathcal{L}\left\{\int_0^t f(\tau)d\tau\right\} = \frac{F(s)}{s}
  • Shift: L{eatf(t)}=F(sa)\mathcal{L}\{e^{at}f(t)\} = F(s-a)
  • Convolution: L{fg}=F(s)G(s)\mathcal{L}\{f * g\} = F(s)G(s)
Example 9.3

Problem: Find the Laplace transform of f(t)=t2f(t) = t^2.

Solution:

Using integration by parts twice:

L{t2}=0t2estdt=2s3\mathcal{L}\{t^2\} = \int_0^{\infty} t^2 e^{-st}dt = \frac{2}{s^3} for Re(s)>0\text{Re}(s) > 0

More generally: L{tn}=n!sn+1\mathcal{L}\{t^n\} = \frac{n!}{s^{n+1}}

Theorem 9.4: Inverse Laplace Transform
The inverse Laplace transform is given by the Bromwich integral:
f(t)=L1{F(s)}=12πiγiγ+iF(s)estdsf(t) = \mathcal{L}^{-1}\{F(s)\} = \frac{1}{2\pi i} \int_{\gamma-i\infty}^{\gamma+i\infty} F(s)e^{st}ds
where γ\gamma is chosen so all singularities of F(s)F(s) lie to the left of the line Re(s)=γ\text{Re}(s) = \gamma. This can be evaluated using residue theory.
Example 9.4

Problem: Solve the differential equation y+y=0y'' + y = 0 with y(0)=1y(0) = 1, y(0)=0y'(0) = 0 using Laplace transforms.

Solution:

Taking Laplace transform: s2Y(s)sy(0)y(0)+Y(s)=0s^2Y(s) - sy(0) - y'(0) + Y(s) = 0

Substituting initial conditions: s2Y(s)s+Y(s)=0s^2Y(s) - s + Y(s) = 0, so Y(s)=ss2+1Y(s) = \frac{s}{s^2+1}

Taking inverse transform: y(t)=L1{ss2+1}=costy(t) = \mathcal{L}^{-1}\left\{\frac{s}{s^2+1}\right\} = \cos t

Applications

Applications of Conformal Mappings

Fluid Dynamics

Conformal mappings transform complex flow geometries into simpler ones, making potential flow problems easier to solve. The mapping preserves streamlines and equipotential lines.

Electrostatics

In two-dimensional electrostatics, conformal mappings solve Laplace's equation by transforming regions to standard geometries where solutions are known.

Cartography

Map projections like the Mercator projection are conformal mappings that preserve angles, essential for navigation where direction accuracy is crucial.

More Conformal Mapping Examples

Example 9.5

Problem: Find a conformal map from the upper half-plane to the unit disk.

Solution:

The Möbius transformation w=ziz+iw = \frac{z-i}{z+i} maps the upper half-plane Im z>0\text{Im } z > 0 to the unit disk w<1|w| < 1.

It sends: i0i \mapsto 0, 1\infty \mapsto 1, i-i \mapsto \infty

Example 9.6

Problem: Find a conformal map from the first quadrant to the upper half-plane.

Solution:

The map w=z2w = z^2 sends the first quadrant {z:Re z>0,Im z>0}\{z: \text{Re } z > 0, \text{Im } z > 0\} to the upper half-plane Im w>0\text{Im } w > 0.

This works because squaring doubles the argument, so angles between 00 and π/2\pi/2 map to angles between 00 and π\pi.

More Laplace Transform Examples

Example 9.7

Problem: Find the Laplace transform of f(t)=tsintf(t) = t\sin t.

Solution:

Since L{sint}=1s2+1\mathcal{L}\{\sin t\} = \frac{1}{s^2+1}, using the derivative property:

L{tsint}=dds(1s2+1)=2s(s2+1)2\mathcal{L}\{t\sin t\} = -\frac{d}{ds}\left(\frac{1}{s^2+1}\right) = \frac{2s}{(s^2+1)^2}

Example 9.8

Problem: Solve y+4y=sinty'' + 4y = \sin t with y(0)=0y(0) = 0, y(0)=1y'(0) = 1.

Solution:

Taking Laplace transform: s2Y(s)1+4Y(s)=1s2+1s^2Y(s) - 1 + 4Y(s) = \frac{1}{s^2+1}

Y(s)=1s2+4+1(s2+4)(s2+1)=1s2+4+1/3s2+11/3s2+4Y(s) = \frac{1}{s^2+4} + \frac{1}{(s^2+4)(s^2+1)} = \frac{1}{s^2+4} + \frac{1/3}{s^2+1} - \frac{1/3}{s^2+4}

=2/3s2+4+1/3s2+1= \frac{2/3}{s^2+4} + \frac{1/3}{s^2+1}

Taking inverse: y(t)=13sin(2t)+13sinty(t) = \frac{1}{3}\sin(2t) + \frac{1}{3}\sin t

Study Tips

1. Conformal Mappings

Möbius transformations are determined by three points. Use cross-ratios to find specific transformations. Remember: they map circles and lines to circles and lines.

2. Laplace Transforms

Memorize common transforms: 1/s1/s for unit step, 1/(sa)1/(s-a) for eate^{at}, ω/(s2+ω2)\omega/(s^2+\omega^2) for sin(ωt)\sin(\omega t). Use properties like linearity, shifting, and convolution.

3. Inverse Laplace Transforms

Use partial fractions, complete the square for quadratics, and the Bromwich integral for complex cases. For rational functions, factor the denominator and use Heaviside cover-up method.

More Möbius Transformation Examples

Example 9.9

Problem: Find a Möbius transformation that maps the real axis to the unit circle.

Solution:

The transformation w=ziz+iw = \frac{z-i}{z+i} maps the real axis Im z=0\text{Im } z = 0 to the unit circle w=1|w| = 1.

For zz real, w=ziz+i=ziz+i=1|w| = \left|\frac{z-i}{z+i}\right| = \frac{|z-i|}{|z+i|} = 1 since zi=z+i|z-i| = |z+i| for real zz.

Example 9.10

Problem: Find a Möbius transformation mapping the disk z<1|z| < 1 to the half-plane Re w>0\text{Re } w > 0.

Solution:

Use w=1+z1zw = \frac{1+z}{1-z}. This maps z=1z = -1 to w=0w = 0, z=1z = 1 to w=w = \infty, and z=iz = i to w=iw = i.

The boundary z=1|z| = 1 maps to the imaginary axis, and the interior maps to the right half-plane.

More Laplace Transform Examples

Example 9.11

Problem: Find the Laplace transform of f(t)=tneatf(t) = t^ne^{at}.

Solution:

Using the shift property and the fact that L{tn}=n!sn+1\mathcal{L}\{t^n\} = \frac{n!}{s^{n+1}}:

L{tneat}=n!(sa)n+1\mathcal{L}\{t^ne^{at}\} = \frac{n!}{(s-a)^{n+1}} for Re(s)>Re(a)\text{Re}(s) > \text{Re}(a).

Example 9.12

Problem: Solve y+2y+y=ety'' + 2y' + y = e^{-t} with y(0)=1y(0) = 1, y(0)=0y'(0) = 0.

Solution:

Taking Laplace transform: s2Y(s)s+2(sY(s)1)+Y(s)=1s+1s^2Y(s) - s + 2(sY(s) - 1) + Y(s) = \frac{1}{s+1}

(s2+2s+1)Y(s)=s+2+1s+1=(s+2)(s+1)+1s+1=s2+3s+3s+1(s^2 + 2s + 1)Y(s) = s + 2 + \frac{1}{s+1} = \frac{(s+2)(s+1) + 1}{s+1} = \frac{s^2 + 3s + 3}{s+1}

Y(s)=s2+3s+3(s+1)3=1s+1+1(s+1)2+1(s+1)3Y(s) = \frac{s^2 + 3s + 3}{(s+1)^3} = \frac{1}{s+1} + \frac{1}{(s+1)^2} + \frac{1}{(s+1)^3}

Taking inverse: y(t)=et+tet+t22et=et(1+t+t22)y(t) = e^{-t} + te^{-t} + \frac{t^2}{2}e^{-t} = e^{-t}\left(1 + t + \frac{t^2}{2}\right)

Example 9.13

Problem: Find the inverse Laplace transform of F(s)=s(s2+1)2F(s) = \frac{s}{(s^2+1)^2}.

Solution:

Using partial fractions or recognizing the derivative of 1s2+1\frac{1}{s^2+1}:

L1{s(s2+1)2}=tsint2\mathcal{L}^{-1}\left\{\frac{s}{(s^2+1)^2}\right\} = \frac{t\sin t}{2}

Example 9.14

Problem: Use convolution to find the inverse Laplace transform of F(s)=1s2(s2+1)F(s) = \frac{1}{s^2(s^2+1)}.

Solution:

Write F(s)=1s21s2+1F(s) = \frac{1}{s^2} \cdot \frac{1}{s^2+1}

L1{1/s2}=t\mathcal{L}^{-1}\{1/s^2\} = t, L1{1/(s2+1)}=sint\mathcal{L}^{-1}\{1/(s^2+1)\}= \sin t

By convolution: f(t)=(tsint)(t)=0t(tτ)sinτdτ=tsintf(t) = (t * \sin t)(t) = \int_0^t (t-\tau)\sin\tau d\tau = t - \sin t

Example 9.15

Problem: Find the Laplace transform of f(t)=δ(ta)f(t) = \delta(t - a) where δ\delta is the Dirac delta function.

Solution:

L{δ(ta)}=0δ(ta)estdt=esa\mathcal{L}\{\delta(t-a)\} = \int_0^{\infty} \delta(t-a)e^{-st}dt = e^{-sa} for a0a \geq 0

For a=0a = 0, L{δ(t)}=1\mathcal{L}\{\delta(t)\} = 1.

Example 9.16

Problem: Solve y+4y=δ(t)y'' + 4y = \delta(t) with y(0)=0y(0) = 0, y(0)=0y'(0) = 0.

Solution:

Taking Laplace transform: s2Y(s)+4Y(s)=1s^2Y(s) + 4Y(s) = 1

Y(s)=1s2+4Y(s) = \frac{1}{s^2+4}

Taking inverse: y(t)=12sin(2t)y(t) = \frac{1}{2}\sin(2t)

Example 9.17

Problem: Find a Möbius transformation that maps the upper half-plane to itself.

Solution:

A transformation w=az+bcz+dw = \frac{az+b}{cz+d} maps the real axis to itself if all coefficients are real (up to a common factor).

For it to map the upper half-plane to itself, we need adbc>0ad - bc > 0.

Example: w=zw = z (identity) or w=2z+1w = 2z + 1.

Example 9.18

Problem: Find the Laplace transform of f(t)=0tg(τ)dτf(t) = \int_0^t g(\tau)d\tau in terms of G(s)=L{g(t)}G(s) = \mathcal{L}\{g(t)\}.

Solution:

Using the integral property: L{0tg(τ)dτ}=G(s)s\mathcal{L}\left\{\int_0^t g(\tau)d\tau\right\} = \frac{G(s)}{s}

This is useful for solving integro-differential equations.

Example 9.19

Problem: Find a Möbius transformation that maps the points 1,0,1-1, 0, 1 to ,1,0\infty, 1, 0 respectively.

Solution:

Using cross-ratio: (w,,1,0)=(z,1,0,1)(w, \infty, 1, 0) = (z, -1, 0, 1)

Computing cross-ratios: w=1z1+zw = \frac{1-z}{1+z}

Example 9.20

Problem: Find the Laplace transform of f(t)=tneatf(t) = t^n e^{at} where nn is a positive integer.

Solution:

Using the shift property and the fact that L{tn}=n!sn+1\mathcal{L}\{t^n\} = \frac{n!}{s^{n+1}}:

L{tneat}=n!(sa)n+1\mathcal{L}\{t^n e^{at}\} = \frac{n!}{(s-a)^{n+1}} for Re(s)>Re(a)\text{Re}(s) > \text{Re}(a).

Example 9.21

Problem: Find the Laplace transform of f(t)=u(ta)f(t) = u(t-a) where uu is the unit step function.

Solution:

L{u(ta)}=aestdt=eass\mathcal{L}\{u(t-a)\} = \int_a^{\infty} e^{-st}dt = \frac{e^{-as}}{s} for Re(s)>0\text{Re}(s) > 0.

Example 9.22

Problem: Solve y+3y+2y=ety'' + 3y' + 2y = e^{-t} with y(0)=0y(0) = 0, y(0)=1y'(0) = 1.

Solution:

Taking Laplace transform: s2Y(s)1+3sY(s)+2Y(s)=1s+1s^2Y(s) - 1 + 3sY(s) + 2Y(s) = \frac{1}{s+1}

Y(s)=1(s+1)(s2+3s+2)+1s2+3s+2Y(s) = \frac{1}{(s+1)(s^2+3s+2)} + \frac{1}{s^2+3s+2}

Using partial fractions and taking inverse transform: y(t)=tety(t) = te^{-t}.

Example 9.23

Problem: Find the inverse Laplace transform of F(s)=1(s2+2s+5)2F(s) = \frac{1}{(s^2+2s+5)^2}.

Solution:

Complete the square: s2+2s+5=(s+1)2+4s^2+2s+5 = (s+1)^2+4

Using the shift property and convolution:

L1{F(s)}=etL1{1(s2+4)2}\mathcal{L}^{-1}\{F(s)\} = e^{-t} \cdot \mathcal{L}^{-1}\left\{\frac{1}{(s^2+4)^2}\right\}

Using convolution with sin2t\sin 2t gives: f(t)=et16(sin2t2tcos2t)f(t) = \frac{e^{-t}}{16}(\sin 2t - 2t\cos 2t)

Example 9.24

Problem: Solve x(t)2x(t)+2x(t)=2etcostx''(t) - 2x'(t) + 2x(t) = 2e^t\cos t with x(0)=x(0)=0x(0) = x'(0) = 0.

Solution:

Taking Laplace transform: s2X(s)2sX(s)+2X(s)=2(s1)(s1)2+1s^2X(s) - 2sX(s) + 2X(s) = \frac{2(s-1)}{(s-1)^2+1}

X(s)=2(s1)[(s1)2+1]2X(s) = \frac{2(s-1)}{[(s-1)^2+1]^2}

Using shift property and inverse transform: x(t)=tetsintx(t) = te^t\sin t.

Remark 9.1
The Laplace transform is particularly powerful for solving linear differential equations with constant coefficients, as it converts differential equations into algebraic equations in the s-domain.
Example 9.25

Problem: Find a Möbius transformation that maps the unit disk z<1|z| < 1 to the upper half-plane Im(w)>0\text{Im}(w) > 0.

Solution:

We want to map three boundary points. Choose: z1=1w1=0z_1 = -1 \to w_1 = 0, z2=iw2=1z_2 = i \to w_2 = 1, z3=1w3=z_3 = 1 \to w_3 = \infty.

Using cross-ratio: (w,0,1,)=(z,1,i,1)(w, 0, 1, \infty) = (z, -1, i, 1)

Since (w,0,1,)=w(w, 0, 1, \infty) = w and (z,1,i,1)=z+1z1i1i+1(z, -1, i, 1) = \frac{z+1}{z-1} \cdot \frac{i-1}{i+1}

Simplifying: w=i1+z1zw = i\frac{1+z}{1-z}

This Möbius transformation maps the unit disk to the upper half-plane, with the boundary circle mapping to the real axis.

Example 9.26

Problem: Use the Laplace transform to solve the system: x=x+yx' = x + y, y=x+yy' = -x + y with x(0)=1x(0) = 1, y(0)=0y(0) = 0.

Solution:

Taking Laplace transforms: sX(s)1=X(s)+Y(s)sX(s) - 1 = X(s) + Y(s) and sY(s)=X(s)+Y(s)sY(s) = -X(s) + Y(s)

Rearranging: (s1)X(s)Y(s)=1(s-1)X(s) - Y(s) = 1 and X(s)+(s1)Y(s)=0X(s) + (s-1)Y(s) = 0

Solving the system: X(s)=s1(s1)2+1X(s) = \frac{s-1}{(s-1)^2+1}, Y(s)=1(s1)2+1Y(s) = \frac{-1}{(s-1)^2+1}

Using inverse transforms: x(t)=etcostx(t) = e^t\cos t, y(t)=etsinty(t) = -e^t\sin t

Practice Problems

Conformal Mapping & Laplace Transform Practice
10
Questions
0
Correct
0%
Accuracy
1
A conformal mapping preserves:
Easy
Not attempted
2
A Möbius transformation has the form:
Easy
Not attempted
3
The Laplace transform of f(t)f(t) is defined as:
Easy
Not attempted
4
A function is conformal at z0z_0 if:
Medium
Not attempted
5
The inverse Laplace transform can be computed using:
Hard
Not attempted
6
Möbius transformations map:
Medium
Not attempted
7
The Laplace transform of eate^{at} is:
Medium
Not attempted
8
A Möbius transformation is determined by:
Medium
Not attempted
9
The Laplace transform of f(t)f'(t) is:
Medium
Not attempted
10
Conformal mappings are used in:
Easy
Not attempted

Frequently Asked Questions

What makes a mapping conformal?

A mapping is conformal at a point if it preserves angles between curves. For an analytic function $f$, this occurs at points where $f'(z) \neq 0$. The mapping preserves both the magnitude and orientation of angles.

What are Möbius transformations good for?

Möbius transformations are the most general conformal mappings of the extended complex plane. They preserve generalized circles (circles and lines) and cross-ratios, making them useful for transforming regions and solving boundary value problems.

How do I find a Möbius transformation mapping three points to three points?

Use the cross-ratio. If you want $z_1, z_2, z_3$ to map to $w_1, w_2, w_3$, set up the equation $(w, w_1, w_2, w_3) = (z, z_1, z_2, z_3)$ and solve for $w$ in terms of $z$.

What is the relationship between Laplace transform and complex analysis?

The Laplace transform $F(s)$ is a function of the complex variable $s$. The inverse transform is computed via a contour integral (Bromwich integral) using residue theory, connecting it directly to complex analysis.

Why use Laplace transforms for differential equations?

Laplace transforms convert differential equations into algebraic equations, making them easier to solve. After solving in the transform domain, we invert to get the solution in the time domain.