Classifying Singularities and the Laurent Series

Click For Summary

Homework Help Overview

The discussion revolves around classifying the singularities of the function ##\frac{1}{z^2 \sinh(z)}## and analyzing its behavior as ##z## approaches infinity. Participants are also tasked with finding the Laurent series for the function and determining the region of convergence.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to derive the Laurent series and classify singularities, expressing uncertainty about the adequacy of their work. Some participants question the nature and number of singularities related to ##\sinh(z)##, while others suggest considering expansions around specific poles.

Discussion Status

Participants are actively exploring different aspects of the problem, including the nature of singularities and the appropriate expansions for the Laurent series. There is a focus on the periodic nature of the ##\sinh(z)## function and its implications for the series expansions around the poles.

Contextual Notes

There is mention of specific poles at ##n \pi i## and the need to consider expansions in terms of ##z - n \pi i##. Participants also note the distinction between Taylor and Laurent series in relation to the singularities.

Physgeek64
Messages
245
Reaction score
11

Homework Statement


Classify the singularities of ##\frac{1}{z^2sinh(z)}## and describe the behaviour as z goes to infinity

Find the Laurent series of the above and find the region of convergence

Homework Equations



N/A

The Attempt at a Solution


I thought these two were essentially the same thing, but I'm being given a fair few marks for each question, so I'm convinced I must be over-simplifying it

For the first part, I used to Laurent expansion to get:

##\frac{1}{z^2sinh(z)} = \frac{1}{z^2(z+\frac{z^3}{3!}+\frac{z^5}{5!}+...)}##
##\frac{1}{z^2(z+\frac{z^3}{3!}+\frac{z^5}{5!}+...)}= \frac{1}{z^3(1+\frac{z^2}{3!}+\frac{z^4}{5!}+...)}##
##\frac{1}{z^3(1+\frac{z^2}{3!}+\frac{z^4}{5!}+...)}=\frac{1}{z^3}(1+\frac{z^2}{3!}+\frac{z^4}{5!}+...)^{-1}##
##\frac{1}{z^3}(1+\frac{z^2}{3!}+\frac{z^4}{5!}+...)^{-1}=\frac{1}{z^3}(1-\frac{z^2}{3!}-\frac{z^4}{5!}+(\frac{z^2}{3!}+\frac{z^4}{5!})^2+...)##
##= \frac{1}{z^3} -\frac{1}{6z}+\frac{3z}{40}+...##

Hence, I got there to be an isolated singularity of order 3 at z=0, a simple pole of at z=0 and an essential singularity at ##z=\infinity##

So the behaviour as z goes to infinity is that the function is undefined? (I showed this by redefining a new variable ##\frac{1}{z}##

I just can't see what else to do, but for the number of marks it is worth, I don't feel I have done enough work

Also, I am not sure how to find the region of convergence

Many thanks

EDIT: Just had a thought- For the first part I could have written ##\frac{1}{z(i)(iz-\frac{1}{zi})}## ?
 
Last edited:
Physics news on Phys.org
Just a question for you: Is there only one value of z where sinh(z) = 0?
 
stevendaryl said:
Just a question for you: Is there only one value of z where sinh(z) = 0?
Oh no of course! There are also poles every ##n \pi i## With order ##\frac{1}{n^2 \pi^2}## ?
 
Physgeek64 said:
Oh no of course! There are also poles every ##n \pi i## With order ##\frac{1}{n^2 \pi^2}## ?

Okay, that needs to be part of the answer to your homework problem. What is the expansion about z=n\pi\ i for n \neq 0?
 
stevendaryl said:
Okay, that needs to be part of the answer to your homework problem. What is the expansion about z=n\pi\ i for n \neq 0?
Can we not just evaluate it at these points? Since the rest of the function will be analytic?
 
Physgeek64 said:
Can we not just evaluate it at these points? Since the rest of the function will be analytic?

You wrote down an expansion in powers of z. You need an expansion in powers of z-n\pi i for the other poles.

If you have a pole at z=p, then the Laurent series is in powers of (z-p), not powers of z
 
stevendaryl said:
You wrote down an expansion in powers of z. You need an expansion in powers of z-n\pi i for the other poles.

If you have a pole at z=p, then the Laurent series is in powers of (z-p), not powers of z
Okay, so we can expand ##\frac {1}{z}= \frac{1}{n \pi i +z- n \pi i} = \frac{1}{n \pi i} (1+\frac{z-n \pi i}{n\pi i})^{-1}##
## = \frac{1}{n \pi i}(1-\frac{z-n \pi i}{n\pi i}+\frac{(z-n \pi i)^2}{(n\pi i)^2}+...)##

How would we expand sinhx such that the brackets of ##z-n \pi i## remain in the denominator

Many thanks
 
Physgeek64 said:
Okay, so we can expand ##\frac {1}{z}= \frac{1}{n \pi i +z- n \pi i} = \frac{1}{n \pi i} (1+\frac{z-n \pi i}{n\pi i})^{-1}##
## = \frac{1}{n \pi i}(1-\frac{z-n \pi i}{n\pi i}+\frac{(z-n \pi i)^2}{(n\pi i)^2}+...)##

How would we expand sinhx such that the brackets of ##z-n \pi i## remain in the denominator

Many thanks

Well, since sinh is periodic, the expansion in powers of z is the same as the expansion in terms of z - n \pi i.
 
stevendaryl said:
Well, since sinh is periodic, the expansion in powers of z is the same as the expansion in terms of z - n \pi i.

So ##sinhz= (z-n\pi i)+ \frac{(z-n \pi i)^3}{3!} +... ## ?
 
  • #10
Physgeek64 said:
So ##sinhz= (z-n\pi i)+ \frac{(z-n \pi i)^3}{3!} +... ## ?

Yes. You can see that by letting q = z - n \pi i. Then sinh(z) = sinh(q + n \pi i) = sinh(q) = q + \frac{q^3}{3!} + ...
 
  • #11
stevendaryl said:
Yes. You can see that by letting q = z - n \pi i. Then sinh(z) = sinh(q + n \pi i) = sinh(q) = q + \frac{q^3}{3!} + ...

Ah okay. Does this mean that strictly speaking this only has a taylor series about ##n \pi i## ? Also when calculating the residue (slightly off topic I'm afraid) about ##n \pi i## do you need to expand ##sinhz## or can we simply 'read off' the residue?
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K