Calculus/Complex analysis

From testwiki
Jump to navigation Jump to search

Complex analysis is the study of functions of complex variables. Complex analysis is a widely used and powerful tool in certain areas of electrical engineering, and others.

Before we begin, you may want to review Complex numbers

Complex Numbers

Complex Numbers

Complex Functions

A function of a complex variable is a function that can take on complex values, as well as strictly real ones. For example, suppose f(z) = z2. This function sets up a correspondence between the complex number z and its square, z2, just like a function of a real variable, but with complex numbers. Note that, for f(z) = z2, f(z) will be strictly real if z is strictly real.

Generally we can write a function f(z) in the form f(z) = f(x+iy) = a(x,y) + ib(x,y), where a and b are real-valued functions.

Limits and continuity

As with real-valued functions, we have concepts of limits and continuity with complex-valued functions also – our usual delta-epsilon limit definition:

limzwf(z)=L iff for each ϵ>0, there is a δ>0 such that |f(z)L|<ϵ for all z such that 0<|zw|<δ.

Note that ε and δ are real values. This is implicit in the use of inequalities: only real values are "greater than zero".

One difference between this definition of limit and the definition for real-valued functions is the meaning of the absolute value. Here we mean the complex absolute value instead of the real-valued one. Another difference is that of how z approaches w. For real-valued functions, we would only be concerned about z approaching w from the left, or from the right. In a complex setting, z can approach w from any direction in the two-dimensional complex plane: along any line passing through w, along a spiral centered at w, etc.

For example, let f(z)=z2. Suppose we want to show that the limzif(z)=1. We can write z as i+γ where we think of γ being a small complex quantity. Note then that zi=γ. Then, with L in our definition being -1, and w being i, we have

|f(z)L|=|z2+1|=|(i+γ)2+1|=|2iγ+γ;2|

By the triangle inequality, this last expression is less than

2|γ|+|γ|2

In order for this to be less than ε, we can require that

|γ|<12min(ϵ2,ϵ)

Thus, for any ϵ>0, if δ=12min(ϵ2,ϵ), and |zi|<δ, then |f(z)(1)|<ϵ. Hence, the limit of f(z)=z2 as z approaches i is -1.


Differentiation and Holomorphic Functions

Since we have limits defined, we can go ahead to define the derivative of a complex function, in the usual way:

limΔz0f(z+Δz)f(z)Δz

provided that the limit is the same no matter how Δz approaches zero (since we are working now in the complex plane, we have more freedom!).

If such a limit exists for some value z, or some set of values - a region, we call the function holomorphic at that point or region. Continuity and being single-valued are necessary for being analytic; however, continuity and being single-valued are not sufficient for being analytic.

Many elementary functions of complex values have the same derivatives as those for real functions: for example D z2 = 2z.

Problem set

Given the above, answer the following questions.

  1. Find the derivative of z3 from the limit definition.
  2. Write ez in the form a(x, y)+b(x, y)i

Answers

1. limΔz0(z+Δz)3z3Δz=limΔz03z2+3zΔz+Δz2=3z2,

2.  ez=ex+yi=exeyi=ex(cos(y)+isin(y))=excos(y)+exsin(y)i

Cauchy-Riemann Equations

We might wonder which sorts of complex functions are in fact differentiable. It would appear that the criterion for holomorphicity is much stricter than that of differentiability for real functions, and this is indeed the case. Suppose we have a complex function

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

where u and v are real functions. Assume furthermore that u and v are differentiable functions in the real sense. Then we can let Δz in the definition of differentiability approach 0 by varying only x or only y. Therefore f can only be differentiable in the complex sense if

{ux=vyuy=vx.

In fact, if u and v are differentiable in the real sense and satisfy these two equations, then f is holomorphic. These two equations are known as the Cauchy-Riemann equations.

Integration

In single variable Calculus, integrals are typically evaluated between two real numbers

x1x2f(x)dx

On the real line, there is one way to get from x1 to x2. In the complex plane, however, there are infinitely many different paths which can be taken between two points, z0 and z1. For this reason, complex integration is always done over a path, rather than between two points.

Let γ be a path in the complex plane parametrized by z:[a,b], and let f(z) be a complex-valued function. Then the contour integral is defined analogously to the line integral from multivariable calculus:

γf(z)dz=abf(z(t))z(t)dt

Example Let f(z)=z, and let γ be a line from 0 to 1+i. This curve can be parametrized by z(t)=t(1+i), with t ranging from 0 to 1. Now we can compute

γf(z)dz=01(t(1+i))(1+i)dt=(1+i)22=i

Note that we also have

γf(z)dz=(1+i)22022=i

This indicates that complex antiderivatives can be used to simplify the evaluation of integrals, just as real antiderivatives are used to evaluate real integrals.

Cauchy's Theorem

Cauchy's theorem states that if a function f is holomorphic in the closure of an open set Ω, and γ is a simple closed curve in Ω, then

γf(z)dz=0

This can be understood in terms of Green's theorem, though this does not readily lead to a proof, since Green's theorem only applies under the assumption that f has continuous first partial derivatives...

Contour Integration

Contour over which to perform the integration

Cauchy's theorem allows for the evaluation of many improper real integrals (improper here means that one of the limits of integration is infinite). As an example, consider

0sinxxdx=limϵ0,RϵRsinxxdx

Since

(eiz)=sinz

we consider

f(z)=eizz

We now integrate over the indented semicircle contour, pictured above. We parametrize each segment of the contour as follows

γ1(t)=t, t[R,ϵ]
γ2(t)=t, t[ϵ,R]
γ3(t)=ϵeit, t[0,π]
γ4(t)=Reit, t[0,π]

By Cauchy's Theorem, the integral over the whole contour is zero. So,

0=γf(z)dz=γ1f(z)dz+γ2f(z)dzγ3f(z)dz+γ4f(z)dz

We now handle each of these integrals separately.

γ1f(z)dz=Rϵeizzdz=ϵReizzdz
γ2f(z)dz=ϵReizzdz

Recalling the definition of the sine of a complex number,

γ1f(z)dz+γ2f(z)dz=ϵReizeizzdz=2iϵRsinxxdx

Now we evaluate the other two integrals

γ3f(z)dz=0πeϵeitiϵeitϵeitdt=i0πeϵeitdt

As ϵ0, the integrand approaches one, so

limϵ0γ3f(z)dz=i0πdt=πi

The fourth integral is equal to zero, but this is somewhat more difficult to show. Its form is similar to that of the third segment:

γ4f(z)dz=0πeReitdt

This integrand is more difficult, since it need not approach zero everywhere. This difficulty can be overcome by splitting up the integral, but here we simply assume it to be zero.

Combining everything, we now have

γf(z)dz=0=2i0sinxxdxπi

Hence,

0sinxxdx=π2

Cauchy's Integral Formula

Cauchy's integral formula characterizes the behavior of holomorphics functions on a set based on their behavior on the boundary of that set. If Ω is an open set with a piecewise smooth boundary and f is holomorphic in Ω¯, then

f(z)=12πiΩf(ζ)dζζz   zΩ

This is a remarkable fact which has no counterpart in multivariable calculus. It says that if we know the values of a holomorphic function along a closed curve, then we know its values everywhere in the interior of the curve.

Because zΩ, an open set, it follows that ζz0 for all ζΩ. Hence the integrand in Cauchy's integral formula is infinitely differentiable with respect to z, and by repeatedly taking derivatives of both sides, we get

f(n)(z)=n!2πiΩf(ζ)dζ(ζz)n+1   zΩ,n

This result shows that holomorphicity is a much stronger requirement than differentiability. In the complex plane, if a function has just a single derivative in an open set, then it has infinitely many derivatives in that set.

Corollaries of Cauchy's Theorem

Cauchy's Theorem and integral formula have a number of powerful corollaries:

  • Convergence of power series If a function is holomorphic in a disc, then its Taylor series converges in this disc.
  • Liouville's Theorem If a function is bounded and holomorphic in all of then it is equal to a constant.
  • Fundamental Theorem of Algebra All polynomials of degree greater than zero with complex coefficients have a complex root. This is a simple corollary of Liouville's theorem.
  • Equality of functions If two functions f and g are holomorphic on a connected, open set Ω, and f(z)=g(z) on any disc in this set, then f(z)=g(z) for all zΩ.

Template:BookCat