T-I-1
Analytical functions: conformal map and applications to hydrodynamics
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension a conformal map is necessarily composed from the following limited number of transformations: translations, rotations, homothetic transformation and special conformal transformation (which is the composition of a reflection and an inversion in a sphere). However in two dimensions, , the space of conformal mappings is much larger and one can show that, given an open set , any holomorphic function such that , defines a conformal map from to . The aim of this HW is to exploit this property to study some hydrodynamic flows in two spatial dimensions.
Joukovski's transformation
The Joukovski's transformation is defined by the following application
- Compute and deduce from it the maximal ensemble on which is a conformal map. Show that is always surjective. Under which condition on the set the application on is surjective ? Give some examples of such (maximal) ensembles.
- Give the image by of the following sub-sets: (a) the half-line passing through the origin and making an angle with the -axis, (b) the circle centered at the origin of radius (analyse in particular the case ). What is the image, by , of the outside of the unit circle .
Hint: it might be useful to use polar coordinates, writing .
- Get a better idea of this Joukowski's transformation using the following code in Mathematica:
Jouk[z_] := z + 1/z
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +
I (R Cos[\[Alpha]] + R Sin[u])];
ParametricPlot[{Re[%],
Im[%]} /. {R -> 1.15, \[Alpha] -> 1.3}, {u, 0, 2 \[Pi]},
PlotRange -> {{-3, 3}, {-1, 1}}, AspectRatio -> 1/3]
- Study the conformal map in the vicinity of : we consider a "smooth" curve passing through , with a well defined tangent. Show that the image of exhibits a cusp in . In this purpose, we parametrize this curve by with and . Write then the Taylor expansion of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z} in Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t=0} up to first order and the expansion of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle J} close to Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1} up to second order.
Harmonic functions
We recall that a function Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \varphi: \Omega \to \mathbb{R}} or Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathbb{C}} (Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Omega} being an open set of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathbb{C} } ) is called a "harmonic function" if satisfies the Laplace equation
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta \varphi = 0 \qquad \text{où} \qquad \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial x^2}+\frac{\partial^2 \varphi}{\partial y^2} }
in all point Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z = x + i y \in \Omega} . Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.
- Let us consider Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle g: \Omega \to \mathbb{C} } a holomorphic function. Show that Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle g, \varphi = \mathrm{Re}\, g, \psi = \mathrm{Im}\, g } are harmonic functions.
- Geometric interpration of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \varphi } and Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \psi } : show that the streamlines of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \nabla \varphi } are the level curves of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \psi } .
- Show that, if is a harmonic function and a conformal map, then is also a harmonic function.