Residue Calculation for Complex Analysis - Exercise Solution Discrepancy

Click For Summary

Discussion Overview

The discussion revolves around the calculation of the residue of the complex function f(z) = sin(z)/((z^2 + 1)^2) at the point z = -i. Participants are comparing their solutions to an exercise provided by a professor, which has led to discrepancies in the calculated residues.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant, referred to as iflare, calculates the residue as Res(f(z), -i) = -1/(4e) and expresses uncertainty about the correctness of their solution compared to the professor's answer of Res(f(z), -i) = (i/2)cosh(1).
  • Another participant suggests that iflare should post their calculations to identify any potential mistakes.
  • iflare shares their calculations, detailing the use of the residue formula for a pole of order 2 and the steps taken to arrive at their answer.
  • A participant presents the professor's solution via a screenshot, indicating that the professor's calculations may contain an error.
  • Some participants assert that iflare's calculations are correct and suggest that the professor made a mistake in deriving the solution.
  • Another participant proposes a different approach, separating the pole from the holomorphic part and discussing the method to find the residue by focusing on the coefficient of the linear term in the series expansion.
  • This participant also mentions the tedious nature of the calculations but arrives at a similar result of -1/(4e) while referencing the definitions of sine and cosine in terms of exponential functions.

Areas of Agreement / Disagreement

There is no consensus on the correct solution, as participants express differing views on the professor's calculations and the validity of iflare's approach. Some participants support iflare's result, while others question the professor's accuracy.

Contextual Notes

Participants have not fully resolved the discrepancies in their calculations, and there are varying interpretations of the residue calculation process. The discussion includes multiple approaches and methods without a definitive conclusion.

Who May Find This Useful

Students studying complex analysis, particularly those interested in residue calculations and the evaluation of complex functions at poles.

iflare
Messages
5
Reaction score
0
Hello!

I am studing for my Complex Analysis exam and solving the exercises for Residues given by the professor.

The problem is that for some exercises I get to a solution different from the one of the professor :bugeye:, and I am not sure that the mistake is in my calculations.

I would greatly appreciate it, if somebody could solve it and tell me what a solution he/she came up with.

Here is the exercise:
Calculate the residue of the complex-valued function [tex]f(z)[/tex] at [tex]z=-\imath[/tex], as:

[tex]f(z) = \frac{\sin(z)}{(z^2 + 1)^2}[/tex]​

My answer:
[tex]Res(f(z),\imath) = -\frac{1}{4e}[/tex]​
The professor's answer:
[tex]Res(f(z),\imath) = \frac{\imath}{2}\cosh(1)[/tex]​

Thanks a lot!
 
Last edited:
Physics news on Phys.org
Well, what did you get? Post your attempt, and we'll be able to see if you went wrong.
 
cristo said:
Well, what did you get? Post your attempt, and we'll be able to see if you went wrong.

Thank you for getting involved :smile:, here is what I did, I used the formula:

[tex]Res(f(z), z_0) = \lim_{z \to z_0} \left( \frac{1}{(m-1)!}\, \dfrac{d^{m-1}}{dz^{m-1}} \left( (z-z_0)^m f(z) \right)<br /> \right)[/tex]​

where [tex]m[/tex] is the order of the pole, and [tex]z_0[/tex] is the pole.

In the particular case of this exercise,

[tex] \begin{align*}<br /> m &= 2 \\<br /> z_0 &= -i<br /> \end{align*}[/tex]



[tex] \begin{align*}<br /> Res(f(z), -i) &= \lim_{z \to z_0} \left( \frac{1}{(m-1)!}\, \dfrac{d^{m-1}}{dz^{m-1}} \left( (z-z_0)^m f(z) \right)<br /> \right) \\<br /> &= \lim_{z \to -i}<br /> \left(<br /> \frac{1}{1!} \, <br /> \dfrac{d}{dz} \left( (z+i)^2 f(z) \right)<br /> \right)<br /> \end{align*}[/tex]
 
Last edited:
My Calculations

Here are the calculations:


[tex] \begin{align*}<br /> Res(f(z), -i) &= \lim_{z \to z_0} <br /> \left( <br /> \frac{1}{(m-1)!} \, \dfrac{d^{m-1}}{dz^{m-1}} \left( (z-z_0)^m f(z) \right)<br /> \right) \\<br /> &= \lim_{z \to -i}<br /> \left(<br /> \frac{1}{1!} \, \dfrac{d}{dz} \left( (z+i)^2 f(z) \right)<br /> \right) \\<br /> &= \lim_{z \to -i} <br /> \left(<br /> \dfrac{d}{dz} \left( (z+i)^2 \frac{\sin(z)}{(z+i)^2 (z-i)^2} \right)<br /> \right) \\<br /> &= \lim_{z \to -i} <br /> \left(<br /> \dfrac{d}{dz} \left(\frac{\sin(z)}{(z-i)^2} \right)<br /> \right) \\<br /> &= \lim_{z \to -i} <br /> \left(<br /> \dfrac{\cos(z) \cdot (z-i)^2 - \sin(z) \cdot 2(z-i)(z-i)'}{(z-i)^4}<br /> \right) \\<br /> &= \dfrac{\cos(-i) \cdot (-i-i)^2 - \sin(-i) \cdot 2(-i-i)}{(-i-i)^4} = \dfrac{\cos(-i) \cdot 4(-1) +4i \sin(-i)}{(-2i)^4} \\<br /> &= \dfrac{-4\cos(-i) +4i \sin(-i)}{16} = \dfrac{-\cos(-i) +i \sin(-i)}{4} = \dfrac{-\cos(i) -i \sin(i)}{4}\\<br /> &= -\dfrac{\cos(i) + i \sin(i)}{4} = -\dfrac{e^{i \cdot i}}{4}= -\dfrac{e^{-1}}{4} = -\dfrac{1}{4e}\\<br /> <br /> \end{align*}[/tex]
 
Last edited:
The Professor's Solution

Here is the solution of the professor. This is a screenshot of the page of his lecture notes on which he solves the exercise. In his calculations:
[tex]j=\sqrt{-1}[/tex]​
 

Attachments

  • Screenshot.jpg
    Screenshot.jpg
    12.2 KB · Views: 436
Last edited:
iflare, the fact of the matter is that your prof goofed the derivative and your work is correct.
 
benorin said:
iflare, the fact of the matter is that your prof goofed the derivative and your work is correct.

That is just great :smile:, thank you very much for the help!
 
i don't think it's so great that the prof goofed here!
 
i haven't taught this in a long time, so this may be wrong, but i think the idea is to separate the pole from the holomorphic part at -i.

so we have sin(z)/(z-i)^2 as the holomorphic part and 1/(z+i)^2 as the polar part.

now we want to multiply these together and pick off the coefficient of
1/(z+i)

Now to get the coefficient of 1/(z+i) it seems we just need the derivative of the holo part at -i.

by the quotient rule that should be [cos(z)(z-i) - 2sin(z)]/(z-i)^3, all evaluated at z= -i. yipes!

i.e. -[cos(i)+i sin(i)]/4 = -1/4e,

using the fact that cos(z) = (1/2)[e^z + e^(-z)], etc...

so its much easier than it looks above, but still tedious for me.
 
Last edited:
  • #10
did you understand my post? the point was that if you multiply a holomorphic power series by 1/(z-a)^2, the residue at a will be given by the coefficient of the linear term of the powers eries. i.e.all the exponents of (z-a) go down by 2, so the linear etrm becomes the -1 order term.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K