In today’s lecture we continue our introduction to complex analysis
by defining analytic complex functions, the complex derivative, and
looking closer at rational complex functions.
Complex Derivatives
A complex function
is analytic in some domain
of the function is
single valued, and
has a finite complex derivative
for all
.
Let
.
The function has a complex derivative if and only if
and
These are called the Cauchy-Riemann conditions. If these conditions are
met then the complex derivative is given by
If a complex function is analytic over the entire complex plane, i.e.
,
it is called an entire function.
If a complex function is not analytic at a point
,
but is analytic in the neighborhood of
,
then the point is called a or a singular point of the
function.
Examples
Example 1: Let
and define
Using Euler’s relation
Checking the Cauchy-Riemann conditions
Thus
and
and the function is analytic everywhere and thus an entire function. The
complex derivative is
just as if
was real and
a real function.
Example 2: Let
,
for
,
i.e.
.
Then
Checking the Cauchy-Riemann conditions
we we see that the function is analytic for
and
With some work you can show this is the same as
again, just as if
was real and
a real function.
Example 3: Now for a counter-example. Consider
Thus
and
.
Checking the Cauchy-Riemann conditions,
we see
thus the function is not analytic and no derivative exists.
Example 4: Show that
is a singularity of an analytic complex function
Rearranging to get the real part and imaginary part
Checking the Cauchy-Riemann conditions,
we see that
and
except at
where
Thus the function is analytic except at
.
Rational Complex Functions
The previous example is a rational function, a ratio of
polynomials in
.
These will be very important later in the course. We will need to be
very adept at doing manipulations of such functions. The general case
can be written as
If
the ratio is said to be strictly proper.
If
the ratio is proper.
If
the ratio is improper.
Example:
is a strictly proper rational function.
The roots of the denominator polynomial
are the singularities of
.
We will often be interested in writing rational functions as a
partial fraction expansion of the factors of the
denominator.
Partial Fraction Expansion
A ratio of polynomials that is improper can be written as the sum of
a polynomial and a strictly proper rational function. Example
Once a rational function is proper we can expand it in terms of the
factors of
.
Example
To find
and
we can "clear" the fractions
which gives the equation for the numerator
which requires
and
,
so that
Clearing fractions can be tedious with higher order systems. A
shortcut is to use the Heaviside "cover-up" method, or finding the
residues.
Case #1: non-repeated singularities
where
are the distinct singularities (roots of
).
Then
To find the
values we multiply through by that term
()
and evaluate the result when
Example:
We note that
and
so that the function is strictly proper. To find the constants
This works even if the roots are complex. For example:
Case #2: However we will often want to avoid working
with complex roots directly. Another approach is to combine them into a
quadratic term. Here is an example:
To find
we use the same residue method
To find
and
we can clear fractions or use another shortcut. To find
,
let
.
We get
which implies that
.
To find
multiply through by
and let
.
In the first term divide top and bottom by
,
in the second term by
,
and on the right-hand side by
:
Now let
.
We get
which implies
.
Or you can just clear the fractions and substitute for
and
.
We only need one equation,
so lets use
.
Solving for
and substituting for
gives
as above.
Thus the final result is
Case # 3: One other complication is when we have
repeated roots (a root
,
repeated
times).
To handle this case we expand the ratio as
The
values are determined using the same residue method as before. The
values are found using a variation on the residue method:
That is rather complicated so lets finish up with an example. Find
the partial fraction expansion of
Using the pattern above we expand the terms as
then find the residues
Thus the result is
As you might expect there are computational tools that do this job
for you.
Mathematica: Apart function
Matlab (using symbolic toolbox) and Maxima: partfrac
function
You can use this to check work and help on homework, but you will
need to be able to do this by hand on exams.