Showing posts with label analytic functions. Show all posts
Showing posts with label analytic functions. Show all posts

Tuesday, May 2, 2017

Math Revisited: The Cauchy-Riemann Equations And Harmonic Functions

Time to revisit one of the more fundamental aspects of advanced calculus. Given a function defined:

f(z) = f(x + iy)   = u(x,y) + iv(x,y)
 
which is taken to be differentiable at the point z 0 = x0 + iy0  - then the partial derivatives of u and v exist at the point (x0 ,  y0 ) and satisfy the equations:

 
a) u/ x  =  v/ y   and   b)  v/ x  =  -  u/ y  


Which are the Cauchy- Riemann equations. If such condition is met then the function is said to be analytic in the region, Â.  

An additional condition likely to be examined is whether the function is harmonic. If it is, then u and v also have continuous 2nd partial derivatives. Then, we can differentiate both sides of (a) with respect to x, and (b) with respect to y to obtain:

 
1) 2 u/ x2  =    2 v/ x  y    and

 
2)  - 2 u/ y2  =    2 v/ y  x  

 
From which:

  2 u/ x2  =   - 2 u/ y2       or    2 u/ x2  +  2 u/ y2       = 0


Which is known as Laplace’s equation.

Similarly, we can perform an analogous process for v (differentiating both sides of (a) with respect to y and (b) with respect to x) to arrive at:

 
2 v/ x2  +  2 v/ y2       = 0


If then this equation is satisfied, v is harmonic.

 
Let’s look at the  function.

  f(z) = (x2 – y2) + i2xy

So that: u(x,y) =  x2 -  y2

 
And v(x,y) =  2x y

 
Now, we first check to see if the eqns. are analytic

 
Take u/ x    =   2x

 
And:  v/ y    =   2x

 
Since:  u/ x  =  v/ y     then u(x.y) is analytic

 
Now check the other function, v(x.y)


v/ x  =  2y

 
And:  -  u/ y   =  - (-2y) = 2y

 
So that v(x,y) is analytic..

 
Note: If f(z) is analytic everywhere in the complex plane it is said to be an entire function.

 
Now, check to see whether the functions are harmonic.

 
For u(x,y) this means we need: 2 u/ x2  +  2 u/ y2       = 0


Since: u/ x    =   2x, then   2 u/ x2  =   2

 
Since: u/ y   =   -2y then  2 u/ y2    =   -2 


Then:

2 u/ x2  +  2 u/ y2       = 2 + (-2) = 0

 
For v(x.y): we need 2 v/ x2  +  2 v/ y2       = 0

 
Since: v/ x  =  2y then  2 v/ x2  =   2

 
Since: v/ y    =   2x   then  2 v/ y2      = 2


Then: 2 v/ x2  +  2 v/ y2         = 2 + 2 = 4

 
So, v(x,y) is evidently not harmonic since the sum of the 2nd partials are not equal zero.

 
Problems for the Math Maven:

 
1)     Given the function: u(x,y) = x3 – 3xy2

 
Show the function is harmonic on the entire complex plane.

 
2)     Given the function: u(x.y) = exp(-x) [x sin y – y cos y]

 
a)     Show u(x,y) is harmonic

b)     Find v(x,y) such that f(z) = u + iv is analytic

 
3) Let f(z) = exp(x) cos(y) + i(exp(x)sin(y) = u(x,y) + iv(x,y)


a) Determine if the function is analytic for both u and v.

b) Determine if the function is harmonic for both u and v.

Thursday, February 13, 2014

More Difficult Contour Integrals


Time for some more contour integrals. We have seen earlier examples of contour line integrals and now we look at a more detailed example:

We want to integrate around the closed contour  for which f(z) = 3x + 2iy:

We check first to see if the function is analytic using the Cauchy –Riemann relations:


i) u/ x = v/ y  and ii) u/ y   =  - v/ x


For f(z) = 3x + 2iy  =  u(x,y) + iv(x,y)

We have:  u/ x =  3   and v/ y    = 2,    so  u/ x ¹ v/ y 


And:


u/ y   = 0 =     - v/ x

Since condition (i) is not fulfilled the function is not analytic, hence we cannot evaluate using Cauchy’ theorem , i.e. 

 ò  C  f(z) dz = 0


So we must integrate line segment by line segment, viz.


I  =   ò C  f(z) dz  =   ò C  (u + iv) (dx + idy)  =     

 ò  C  (3x + 2iy) (dx + idy)


=    ò  C  (3x dx  -   2y dy)  +  i ò  C  ( 2y dx + 3x dy) 


I =     å3 n = 1     [ò  C  (3x dx  -   2y dy)   + iò  C  ( 2y dx + 3x dy) 


On C1:  0 < x  < 1, y = 3, dy = 0


ò  C1  (3x dx  -   2y dy)  +  i ò  C1  ( 2y dx + 3x dy)   


=  0 1    3x dx  +   i 0 1    6 dy  =    [3/2 x2] 0 1       +   i[6y] 0 1    


=  3/2 + 6i


On C2: 3 < y  < 5, x = 1, and dx = 0


ò  C2  (3x dx  -   2y dy)  +  i ò  C2  ( 2y dx + 3x dy)   


=   ò3 5   ( -2y ) dy  +   i ò3 5     3 dy  =      [- y2] 3 5      +   i[3y] 3 5


= - 16 + 6i


On C3: 1 < t  < 0, x = t, and dx = dt, y = 2t +3, dy = 2dt 


Then:


ò  C3  (3x dx  -   2y dy)  +  i ò  C3  ( 2y dx + 3x dy)   


=   1 0   [ 3t  dt  - 2(2t + 3) 2 dt] + i  1 0   [ 2(2t + 3) dt + 3t (2dt)]


= - 1 0    (5t  + 12)  dt   + i 1 0    (10t  + 6)  dt  


=   -  [5t2 / 2 + 12t] 1 0  + i[5t2  + 6t] 1 0     =  29/2 – 11i

Then the contour integral value is:


I =  ( 3/2 + 6i)  + (-16 + 6i) + (29/2 – 11i) =  0 + i


Problems  for Math Mavens:

1) For the closed path shown in the diagram below, evaluate the contour integral. I.

No automatic alt text available.
Let f(z) = z 2

   2) For the example shown in the blog post (Fig. 1) , what would the value of I be if:


f(z) = 3x + i3y?