T-I-1: Difference between revisions

From ESPCI Wiki
Jump to navigation Jump to search
Line 46: Line 46:




Joukowski  showed that the image of a circle passing through and containing the point is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil.  
Joukowski  showed that the image of a circle passing through <math>z=1</math> and containing the point <math>z=-1</math> is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil.  


*Convince yourself that the parametric curve
*Convince yourself that the parametric curve
<center><math>  1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)  \quad \quad \text{with} \quad 0<u<2 \pi </math></center>
<center><math>  1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)  \quad \quad \text{with} \quad 0<u<2 \pi </math></center>
identifies a circle of radius <math>R</math> and crossing the point <math>z=1</math>. <math>\alpha</math> being the angle between the real axis and the tangent at <math>z=1</math>. you can now visualize the  Joukowski airfoil using the following code:
identifies a circle of radius <math>R</math>, passing through <math>z=1</math>. <math>\alpha</math> being the angle between the real axis and the tangent at <math>z=1</math>. You can now visualize the  Joukowski airfoil using the following code:
  Jouk[z_] := z + 1/z
  Jouk[z_] := z + 1/z
  Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +  I (R Cos[\[Alpha]] + R Sin[u])];
  Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +  I (R Cos[\[Alpha]] + R Sin[u])];

Revision as of 18:40, 15 October 2011


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 injective. 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:

- for the half-line passing through the origin:

 Jouk[z_] := z + 1/z
 Jouk[R Cos[u] + I  R Sin[u]];
 ParametricPlot[{{Re[%], Im[%]} /. {u -> 0.5}, {R Cos[u], R Sin[u]} /. {u -> 0.5}}, {R, .01, 10}]

- for the circle centered at the origin of radius :

 Jouk[R Cos[u] + I  R Sin[u]];
 ParametricPlot[{{Re[%], Im[%]} /. {R -> 0.79}, {R Cos[u], R Sin[u]} /. {R -> 0.79}}, {u, 0, 2 \[Pi]}, 
 PlotRange -> {{-3, 3}, {-1.5, 1.5}}]


  • 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 in up to first order and the expansion of close to up to second order.


Joukowski showed that the image of a circle passing through and containing the point is mapped onto a curve shaped like the cross section of an airplane wing. We call this curve the Joukowski airfoil.

  • Convince yourself that the parametric curve

identifies a circle of radius , passing through . being the angle between the real axis and the tangent at . You can now visualize the Joukowski airfoil using the following code:

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]

Harmonic functions

We recall that a function or ( being an open set of ) is called a "harmonic function" if it satisfies the Laplace equation

in all point . Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.

  • Let us consider a holomorphic function. Show that are harmonic functions.
  • Geometric interpration of and : show that the streamlines of are the level curves of .
  • Show that, if is a harmonic function and a conformal map, then is also a harmonic function.


Application to hydrodynamics in the plane

We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by its velocity field.