<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gregory</id>
	<title>ESPCI Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gregory"/>
	<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php/Special:Contributions/Gregory"/>
	<updated>2026-05-09T02:44:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=185</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=185"/>
		<updated>2011-10-25T07:48:43Z</updated>

		<summary type="html">&lt;p&gt;Gregory: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyze in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: you will find useful to write the Cartesian coodinates of &amp;lt;math&amp;gt;f(z)&amp;lt;/math&amp;gt;  in terms of the polar coordinates of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2} \;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\Delta \varphi=0&amp;lt;/math&amp;gt; .&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=182</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=182"/>
		<updated>2011-10-16T14:26:06Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions and hydrodynamics in the plane */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyze in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: you will find useful to write the Cartesian coodinates of &amp;lt;math&amp;gt;f(z)&amp;lt;/math&amp;gt;  in terms of the polar coordinates of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2} \;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\Delta \varphi=0&amp;lt;/math&amp;gt; .&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=181</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=181"/>
		<updated>2011-10-16T14:25:33Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions and hydrodynamics in the plane */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyze in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: you will find useful to write the Cartesian coodinates of &amp;lt;math&amp;gt;f(z)&amp;lt;/math&amp;gt;  in terms of the polar coordinates of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2} \;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\Delta \varphi=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=180</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=180"/>
		<updated>2011-10-16T14:22:52Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions and hydrodynamics in the plane */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyze in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: you will find useful to write the Cartesian coodinates of &amp;lt;math&amp;gt;f(z)&amp;lt;/math&amp;gt;  in terms of the polar coordinates of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2} \;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=179</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=179"/>
		<updated>2011-10-16T14:21:46Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions and hydrodynamics in the plane */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyze in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: you will find useful to write the Cartesian coodinates of &amp;lt;math&amp;gt;f(z)&amp;lt;/math&amp;gt;  in terms of the polar coordinates of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2} \;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=178</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=178"/>
		<updated>2011-10-16T14:18:07Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyze in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: you will find useful to write the Cartesian coodinates of &amp;lt;math&amp;gt;f(z)&amp;lt;/math&amp;gt;  in terms of the polar coordinates of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=177</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=177"/>
		<updated>2011-10-16T14:17:43Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyze in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: you will find useful to write the Cartesian coodinates of &amp;lt;math&amp;gt;f(z)&amp;lt;/math&amp;gt;  in terms of the polar coordinates of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=176</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=176"/>
		<updated>2011-10-16T14:15:21Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyze in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=175</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=175"/>
		<updated>2011-10-16T14:13:24Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is injective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=174</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=174"/>
		<updated>2011-10-16T13:30:57Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions and hydrodynamics in the plane */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always injective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=173</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=173"/>
		<updated>2011-10-16T13:30:26Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Back to the Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always injective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z}) \;.&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=172</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=172"/>
		<updated>2011-10-16T13:27:20Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Back to the Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always injective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant and uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z})&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=171</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=171"/>
		<updated>2011-10-16T13:24:17Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always injective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant a uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z})&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=170</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=170"/>
		<updated>2011-10-16T13:22:27Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Analytical functions: conformal map and applications to hydrodynamics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;(z) \neq 0 &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this homework is to exploit this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always injective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.  Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
- for the half-line passing through the origin:&lt;br /&gt;
  Jouk[z_] := z + 1/z&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {u -&amp;gt; 0.5}, {R Cos[u], R Sin[u]} /. {u -&amp;gt; 0.5}}, {R, .01, 10}]&lt;br /&gt;
&lt;br /&gt;
- for the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  Jouk[R Cos[u] + I  R Sin[u]];&lt;br /&gt;
  ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 0.79}, {R Cos[u], R Sin[u]} /. {R -&amp;gt; 0.79}}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
  PlotRange -&amp;gt; {{-3, 3}, {-1.5, 1.5}}]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joukowski  showed that the image of a circle passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt; and containing the point &amp;lt;math&amp;gt;z=-1&amp;lt;/math&amp;gt; is mapped onto a curve shaped like the cross section of an airplane wing.  We call this curve the Joukowski airfoil. &lt;br /&gt;
&lt;br /&gt;
*Convince yourself that the parametric curve&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;   1 - R  \left( \cos(u) + \sin(\alpha) \right)  +  i R  \left( \cos(\alpha) + \sin(u) \right)   \quad \quad \text{with} \quad 0&amp;lt;u&amp;lt;2 \pi &amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
identifies a circle of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; being the angle between the real axis and the tangent at &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;. You can now visualize the  Joukowski airfoil using the following code:&lt;br /&gt;
 Jouk[z_] := z + 1/z&lt;br /&gt;
 Jouk[1 - R Sin[\[Alpha]] + R Cos[u] +   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
 ParametricPlot[{{Re[%], Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {{1 - R Sin[\[Alpha]] + R Cos[u]}, {R Cos[\[Alpha]] + R Sin[u]}} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}}, {u, 0, 2 \[Pi]}]&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions and hydrodynamics in the plane =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;br /&gt;
* Show that &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; is the gradient of a scalar potential &amp;lt;math&amp;gt;\varphi(x,y)&amp;lt;/math&amp;gt; which satisfies &amp;lt;math&amp;gt;\nabla \varphi=0&amp;lt;/math&amp;gt;&lt;br /&gt;
* Show that you can construct &amp;lt;math&amp;gt;\psi(x,y)&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g=\varphi +i \psi&amp;lt;/math&amp;gt; is holomorphic and &amp;lt;math&amp;gt;v_x+i v_y= \overline{g&#039;(z)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;g(z)&amp;lt;/math&amp;gt; is the complex potential associated to the 2-dimensional fluid flow.&lt;br /&gt;
&lt;br /&gt;
= Back to the Joukovski&#039;s transformation=&lt;br /&gt;
&lt;br /&gt;
* Consider a constant a uniform flow, parallel to the real axis and with velocity $V_0$. Show that the complex potential writes &amp;lt;math&amp;gt;g_0(z)=V_0 z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Consider a fluid in presence of an obstacle. The obstacle is a circle with &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;. Far from the circle the velocity is &amp;lt;math&amp;gt;V_0&amp;lt;/math&amp;gt;. Use the Joukovski&#039;s transformation to show that  the complex potential writes&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;g(z)=V_0(z+\frac{1}{z})&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
* Compute the velocity along the real and the imaginary axis. Draw the streamlines (&amp;lt;math&amp;gt;\psi(z)=\text{const.}&amp;lt;/math&amp;gt;) of the flow.&lt;br /&gt;
* Explain (without calculation) how you can use the Joukovski&#039;s transformation to study the flow if the circle is replaced by the airfoil.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=145</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=145"/>
		<updated>2011-10-14T15:12:50Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Application to hydrodynamics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Application to hydrodynamics in the plane=&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=144</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=144"/>
		<updated>2011-10-14T15:12:28Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Application to hydrodynamics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Application to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
We now consider the irrotational flow of a non-viscous and incompressible fluid in some region of the plane. We denote by &amp;lt;math&amp;gt;\vec{v}=(v_x,v_y) &amp;lt;/math&amp;gt; its velocity field.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=143</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=143"/>
		<updated>2011-10-14T15:09:57Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Application to hydrodynamics=&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=142</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=142"/>
		<updated>2011-10-14T15:09:23Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if it satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=141</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=141"/>
		<updated>2011-10-14T15:08:49Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{where} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=140</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=140"/>
		<updated>2011-10-14T15:08:20Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{oÃ¹} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=139</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=139"/>
		<updated>2011-10-14T15:07:54Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{oÃ¹} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;\Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=138</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=138"/>
		<updated>2011-10-14T15:07:21Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{oÃ¹} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: show that the streamlines of &amp;lt;math&amp;gt;\nabla \varphi &amp;lt;/math&amp;gt; are the level curves of &amp;lt;math&amp;gt; \psi &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Show that, if &amp;lt;math&amp;gt; varphi: \Omega \to \mathbb{R} &amp;lt;/math&amp;gt; is a harmonic function and &amp;lt;math&amp;gt; f: \Omega&#039; \to \Omega &amp;lt;/math&amp;gt; a conformal map, then &amp;lt;math&amp;gt;Phi = \varphi \circ f &amp;lt;/math&amp;gt; is also a harmonic function.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=137</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=137"/>
		<updated>2011-10-14T15:01:49Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{oÃ¹} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
* Geometric interpration of &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi &amp;lt;/math&amp;gt;: &lt;br /&gt;
&lt;br /&gt;
\bigskip&lt;br /&gt;
\noindent C. InterprÃ©tation gÃ©omÃ©trique: montrez que les lignes de&lt;br /&gt;
courant de $\vec{\nabla} \varphi$ sont les lignes de niveau de&lt;br /&gt;
$\psi$.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=136</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=136"/>
		<updated>2011-10-14T14:59:36Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{oÃ¹} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;br /&gt;
&lt;br /&gt;
* Let us consider &amp;lt;math&amp;gt;g:  \Omega \to \mathbb{C} &amp;lt;/math&amp;gt; a holomorphic function. Show that &amp;lt;math&amp;gt;g, \varphi = \mathrm{Re}\, g, \psi =&lt;br /&gt;
\mathrm{Im}\, g &amp;lt;/math&amp;gt; are harmonic functions. &lt;br /&gt;
&lt;br /&gt;
\bigskip&lt;br /&gt;
\noindent B. Soit $\varphi$ une fonction harmonique Ã  valeurs&lt;br /&gt;
\emph{rÃ©elles} dÃ©finie sur un ouvert $\Omega \subset \mathbb{C}$&lt;br /&gt;
$\emph{simplement connexe}$. Montrez qu&#039;il existe $g: \Omega \to&lt;br /&gt;
\mathbb{C}$ holomorphe telle que $\varphi = \mathrm{Re}\, g$. La&lt;br /&gt;
fonction $\psi = \mathrm{Im}\, g$ est appelÃ©e \emph{conjuguÃ©e&lt;br /&gt;
  harmonique} de $\varphi$. (Indication: le gradient de $\psi$ est&lt;br /&gt;
connu.)  Quelle pathologie peut-on avoir si $\Omega$ n&#039;est pas&lt;br /&gt;
simplement connexe?&lt;br /&gt;
&lt;br /&gt;
\bigskip&lt;br /&gt;
\noindent C. InterprÃ©tation gÃ©omÃ©trique: montrez que les lignes de&lt;br /&gt;
courant de $\vec{\nabla} \varphi$ sont les lignes de niveau de&lt;br /&gt;
$\psi$.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=135</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=135"/>
		<updated>2011-10-14T14:56:16Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Harmonic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{oÃ¹} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=134</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=134"/>
		<updated>2011-10-14T14:55:37Z</updated>

		<summary type="html">&lt;p&gt;Gregory: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Harmonic functions =&lt;br /&gt;
&lt;br /&gt;
We recall that a function &amp;lt;math&amp;gt; \varphi: \Omega \to \mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; being an open set of &amp;lt;math&amp;gt;\mathbb{C} &amp;lt;/math&amp;gt;) is&lt;br /&gt;
called a &amp;quot;harmonic function&amp;quot; if satisfies the Laplace equation&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{equation}&lt;br /&gt;
  \label{eq:laplace}&lt;br /&gt;
  \Delta \varphi  = 0&lt;br /&gt;
  \qquad \text{oÃ¹} \qquad &lt;br /&gt;
  \Delta \varphi \equiv \frac{\partial^2 \varphi}{\partial&lt;br /&gt;
    x^2}+\frac{\partial^2 \varphi}{\partial y^2}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
in all point &amp;lt;math&amp;gt; z = x + i y \in \Omega&amp;lt;/math&amp;gt;. Similarly to conformal maps, harmonic functions in two dimensions, are closely related to holomorphic functions.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=133</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=133"/>
		<updated>2011-10-14T14:32:08Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=132</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=132"/>
		<updated>2011-10-14T14:31:36Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through &amp;lt;math&amp;gt;z=1&amp;lt;/math&amp;gt;, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;\math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=131</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=131"/>
		<updated>2011-10-14T14:30:39Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through $z=1$, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;\math&amp;gt; in &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt; up to first order and the expansion of &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=130</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=130"/>
		<updated>2011-10-14T14:29:18Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Study the conformal map &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; in the vicinity of &amp;lt;math&amp;gt; z = 1&amp;lt;/math&amp;gt;: we consider a &amp;quot;smooth&amp;quot; curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; passing through $z=1$, with a well defined tangent. Show that the image of &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; exhibits a cusp in &amp;lt;math&amp;gt;J(1)&amp;lt;/math&amp;gt;. In this purpose, we parametrize this curve &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;z(t) &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;z(0)=1&amp;lt;/math&amp;gt; and  &amp;lt;math&amp;gt;z&#039;(0) \neq 0&amp;lt;/math&amp;gt;. Write then the Taylor expansion of &amp;lt;math&amp;gt;z&amp;lt;\math&amp;gt; in &amp;lt;math&amp;gt;t=0 &amp;lt;/math&amp;gt; up to first order and the one &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; close to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; up to second order.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=129</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=129"/>
		<updated>2011-10-14T14:20:38Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=128</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=128"/>
		<updated>2011-10-14T14:20:17Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
Jouk[z_] := z + 1/z \\&lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=127</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=127"/>
		<updated>2011-10-14T14:10:05Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z \\&lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=126</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=126"/>
		<updated>2011-10-14T14:09:44Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;verbatim&amp;gt;&lt;br /&gt;
Jouk[z_] := z + 1/z \\&lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&amp;lt;/verbatim&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=125</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=125"/>
		<updated>2011-10-14T14:04:57Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;verbatim&amp;gt;&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&amp;lt;/verbatim&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=124</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=124"/>
		<updated>2011-10-14T14:04:33Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z &lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=123</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=123"/>
		<updated>2011-10-14T14:04:06Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z \\&lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
   Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
 PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=122</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=122"/>
		<updated>2011-10-14T14:03:15Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jouk[z_] := z + 1/z&lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
   Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
 PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=121</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=121"/>
		<updated>2011-10-14T14:02:46Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Get a better idea of this Joukowski&#039;s transformation using the following code in Mathematica: &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{verbatim}&lt;br /&gt;
Jouk[z_] := z + 1/z&lt;br /&gt;
Jouk[1 - R Sin[\[Alpha]] + R Cos[u] + &lt;br /&gt;
   I (R Cos[\[Alpha]] + R Sin[u])];&lt;br /&gt;
ParametricPlot[{Re[%], &lt;br /&gt;
   Im[%]} /. {R -&amp;gt; 1.15, \[Alpha] -&amp;gt; 1.3}, {u, 0, 2 \[Pi]}, &lt;br /&gt;
 PlotRange -&amp;gt; {{-3, 3}, {-1, 1}}, AspectRatio -&amp;gt; 1/3]&lt;br /&gt;
\end{verbatim}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=120</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=120"/>
		<updated>2011-10-14T13:58:56Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (analyse in particular the case &amp;lt;math&amp;gt;R=1&amp;lt;/math&amp;gt;). What is the image, by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt;, of the outside of the unit circle &amp;lt;math&amp;gt;|z| &amp;gt; 1&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=119</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=119"/>
		<updated>2011-10-14T13:56:41Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Hint: it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=118</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=118"/>
		<updated>2011-10-14T13:56:16Z</updated>

		<summary type="html">&lt;p&gt;Gregory: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets: (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis, (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
  Hint : it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=117</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=117"/>
		<updated>2011-10-14T13:55:38Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets:&lt;br /&gt;
 (a) the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis. &lt;br /&gt;
 (b) the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
  Hint : it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=116</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=116"/>
		<updated>2011-10-14T13:54:03Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets:&lt;br /&gt;
 *the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis. &lt;br /&gt;
* the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
  Hint : it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=115</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=115"/>
		<updated>2011-10-14T13:53:43Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets:&lt;br /&gt;
&lt;br /&gt;
      *the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis. &lt;br /&gt;
&lt;br /&gt;
     * the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
  Hint : it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=114</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=114"/>
		<updated>2011-10-14T13:53:16Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;br /&gt;
&lt;br /&gt;
* Give the image by &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; of the following sub-sets:&lt;br /&gt;
&lt;br /&gt;
     - the half-line passing through the origin &amp;lt;math&amp;gt;O&amp;lt;/math&amp;gt; and making an angle &amp;lt;math&amp;gt;\alpha &amp;lt;/math&amp;gt; with the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis. &lt;br /&gt;
&lt;br /&gt;
     - the circle centered at the origin of radius &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
  Hint : it might be useful to use polar coordinates, writing &amp;lt;math&amp;gt;z = r e^{i \theta}&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=113</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=113"/>
		<updated>2011-10-14T13:47:01Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=112</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=112"/>
		<updated>2011-10-14T13:46:34Z</updated>

		<summary type="html">&lt;p&gt;Gregory: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map. Show that &amp;lt;math&amp;gt; J &amp;lt;/math&amp;gt; is always surjective. Under which&lt;br /&gt;
condition on the set &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; the application &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is surjective ? Give some examples of such (maximal) ensembles ?&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=111</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=111"/>
		<updated>2011-10-14T13:38:56Z</updated>

		<summary type="html">&lt;p&gt;Gregory: /* Joukovski&amp;#039;s transformation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compute &amp;lt;math&amp;gt;J&#039;(z)&amp;lt;/math&amp;gt; and deduce from it the maximal ensemble on which &amp;lt;math&amp;gt;J&amp;lt;/math&amp;gt; is a conformal map.&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=110</id>
		<title>T-I-1</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wikiespci/index.php?title=T-I-1&amp;diff=110"/>
		<updated>2011-10-14T13:33:42Z</updated>

		<summary type="html">&lt;p&gt;Gregory: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=Analytical functions: conformal map and applications to hydrodynamics=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This homework deals with the application of conformal maps to the study of two-dimensional hydrodynamics. A conformal map&lt;br /&gt;
is a geometrical transformation which preserves all (oriented) crossing angles between lines. In dimension &amp;lt;math&amp;gt;d \geq 3&amp;lt;/math&amp;gt; a conformal map is necessarily composed&lt;br /&gt;
from the following limited number of transformations:  translations, rotations, homothetic transformation and special conformal transformation&lt;br /&gt;
(which is the composition of a reflection and an inversion in a sphere). However in two dimensions, &amp;lt;math&amp;gt; d=2 &amp;lt;/math&amp;gt;, the space of conformal mappings is&lt;br /&gt;
much larger and one can show that, given an open set &amp;lt;math&amp;gt; \Omega \in {\mathbb{C}}&amp;lt;/math&amp;gt;, any holomorphic function &amp;lt;math&amp;gt; f : \Omega \rightarrow {\mathbb{C}} &amp;lt;/math&amp;gt; such that&lt;br /&gt;
&amp;lt;math&amp;gt;$ f&#039;(z) \neq 0 $&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\forall z \in \Omega &amp;lt;/math&amp;gt; defines a conformal map from &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;f(\Omega)&amp;lt;/math&amp;gt;. The aim of this HW is to exploit&lt;br /&gt;
this property to study some hydrodynamic flows in two spatial dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Joukovski&#039;s transformation =&lt;br /&gt;
&lt;br /&gt;
The Joukovski&#039;s transformation is defined by the following application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
 J: &lt;br /&gt;
    \begin{array}[t]{ccc}&lt;br /&gt;
    \mathbb{C} \setminus \{ 0 \} &amp;amp;\to &amp;amp;\mathbb{C} \\&lt;br /&gt;
    z &amp;amp;\mapsto &amp;amp; z + \displaystyle \frac{1}{z}&lt;br /&gt;
  \end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gregory</name></author>
	</entry>
</feed>