How to find the residue of a complex function

In summary: I think I understand a bit, but I really need to know how to use Laurent series. What makes me really confused is the general formula with Cauchy, It seems like there are a lot of way to find a Laurent series. Some use geometric series as Laurent series.
  • #1
Redwaves
134
7
Homework Statement
Find the residue $$f(z) = \frac{z^2}{(z^2 + a^2)^2}$$
Relevant Equations
$$Res f(± ia) = \lim_{z\to\ \pm ia}(\frac{1}{(2-1)!} \frac{d}{dz}(\frac{(z \pm a)^2 z^2}{(z^2 + a^2)^2}) )$$
Hi,
I'm trying to find the residue of $$f(z) = \frac{z^2}{(z^2 + a^2)^2}$$
Since I have 2 singularities which are double poles.
I'm using this formula
$$Res f(± ia) = \lim_{z\to\ \pm ia}(\frac{1}{(2-1)!} \frac{d}{dz}(\frac{(z \pm a)^2 z^2}{(z^2 + a^2)^2}) )$$

then,
$$\lim_{z\to\ \pm ia} \frac{d}{dz}(\frac{z^2}{z^2 + a^2})$$

At this point, I don't get the correct answer which is $$\pm \frac{1}{4ai}$$
 
Physics news on Phys.org
  • #2
Let me see. With the formula from Wikipedia I get
$$
\operatorname{Res}_{+ i a }=\lim_{z \to + i a} \dfrac{d}{dz}\left(\dfrac{z^2}{(z+ia)^2}\right)\, , \,\operatorname{Res}_{- i a }=\lim_{z \to - i a} \dfrac{d}{dz}\left(\dfrac{z^2}{(z-ia)^2}\right)
$$
which is not what you have.
 
  • #3
fresh_42 said:
Let me see. With the formula from Wikipedia I get
$$
\operatorname{Res}_{+ i a }=\lim_{z \to + i a} \dfrac{d}{dz}\left(\dfrac{z^2}{(z+ia)^2}\right)\, , \,\operatorname{Res}_{- i a }=\lim_{z \to - i a} \dfrac{d}{dz}\left(\dfrac{z^2}{(z-ia)^2}\right)
$$
which is not what you have.
So I should replace a with ia and get the Res separately for + and -?
 
  • #4
Redwaves said:
So I should replace a with ia and get the Res separately for + and -?
Yes. The formula is
$$
\textstyle \operatorname {Res}_{c}f=\tfrac{1}{\left(n-1\right)!}\lim_{z\rightarrow c}\dfrac{d^{n-1}}{d z^{n-1}} [(z-c)^{n}f(z)]
$$
and
$$
f(z)=\dfrac{z^2}{(z^2+a^2)^2}=\dfrac{z^2}{[(z+ia)(z-ia)]^2}=\dfrac{z^2}{(z+ia)^2(z-ia)^2}
$$
Alternatively, you could perform a long division and calculate the Laurent series, or use the integral definition with appropriate paths.
 
  • #5
Speaking of Laurent series. I have a hard time to use it. Every videos of examples I watch they uses taylor or mclaurin series as Laurent series. I mean I though that the Laurent series of a complex function was given by $$f(z) = \sum_{n=-\infty}^{\infty} a_n (z-c)^n$$
 
  • #6
Yes. But that does not say anything about ##a_n=0##. They do not have to be infinite at either end. A polynomial is also a Laurent series, although a rather simple one.
 
  • #7
fresh_42 said:
Yes. But that does not say anything about ##a_n=0##. They do not have to be infinite at either end. A polynomial is also a Laurent series, although a rather simple one.
I meant in general
 
  • #8
In general, a Laurent series is a formal power series seen as a function: ##f(z)=g(z)+h(1/z)## with Taylor series for ##g## and ##h##. They include polynomials, and Taylor series, which include Maclaurin Series. Specific examples are usually only at one end infinite and start or end at a certain final index.

Theoretically, however, Laurent series are of the form ##\sum_{n=-\infty }^\infty a_n(z-c)^n ## without any information about the coefficients ##a_n##.
 
  • #9
So basically, we never use the form $$
\sum_{n=-\infty }^\infty a_n(z-c)^n
$$
 
  • #10
Redwaves said:
So basically, we never use the form $$
\sum_{n=-\infty }^\infty a_n(z-c)^n
$$
We use it. We just rarely have functions with all ##a_n \neq 0.##
 
  • #11
Is it the same as Taylor's series without the derivative.
c is the point of a singularity, right?
 
  • #12
Redwaves said:
Is it the same as Taylor's series without the derivative.
c is the point of a singularity, right?
Yes. The derivatives and faculties in the Taylor series are the coefficients in the Laurent series. Laurent series are a generalization of Taylor series.
 
  • #13
$$a_n$$ is the Cauchy's integral formula, why we didn't simply use that?
 
  • #14
See post #4. But I think the formula you suggested is the easier calculation. We only have to differentiate a quotient once.
 
  • #15
I think I understand a bit, but I really need to know how to use Laurent series. What makes me really confused is the general formula with Cauchy, It seems like there are a lot of way to find a Laurent series. Some use geometric series as Laurent series. It's probably not clear what I mean.
 

1. What is the definition of residue in complex analysis?

The residue of a complex function at a given point is the coefficient of the term with a negative power in the Laurent series expansion of the function around that point.

2. How do you find the residue of a simple pole?

To find the residue of a simple pole, you can use the formula Res(f,z0) = limz→z0 (z-z0)f(z), where z0 is the location of the pole.

3. Can the residue of a function have a complex value?

Yes, the residue of a function can have a complex value. This occurs when the pole of the function is a higher-order pole, such as a double pole or triple pole.

4. What is the significance of the residue in complex analysis?

The residue plays a crucial role in calculating complex integrals using the residue theorem. It also helps determine the behavior of a function near its singularities.

5. How do you find the residue of a function with multiple poles?

To find the residue of a function with multiple poles, you can use the formula Res(f,z0) = 1/(m-1)! * limz→z0 dm-1/dzm-1 [(z-z0)m f(z)], where m is the order of the pole at z0.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
882
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
870
  • Calculus and Beyond Homework Help
Replies
2
Views
998
  • Calculus and Beyond Homework Help
Replies
19
Views
985
  • Calculus and Beyond Homework Help
Replies
7
Views
558
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
Back
Top