Find and classify the isolated singularity

  • Thread starter Thread starter fishturtle1
  • Start date Start date
  • Tags Tags
    Singularity
Click For Summary

Homework Help Overview

The problem involves finding and classifying the isolated singularity of the function f(z) = sin(z) / z. The discussion centers around the nature of the singularity at z = 0 and whether it is removable, a pole, or essential.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants explore the classification of the singularity, with some attempting to express f(z) in terms of a Laurent series. Questions arise regarding the definitions of removable singularities and the implications of coefficients for negative powers in the series.

Discussion Status

The discussion is ongoing, with participants sharing their interpretations of the definitions and attempting to clarify the conditions for classifying the singularity. There is a mix of agreement and confusion regarding the necessity of checking coefficients for negative powers.

Contextual Notes

Some participants express confusion about the definitions and the implications of having no terms for negative powers in the power series for sin(z). There is also a mention of homework constraints that may influence the discussion.

fishturtle1
Messages
393
Reaction score
82

Homework Statement


Find and classify the singularity.

f(z) = sin(z) / z

Homework Equations


sin(z) = (z - z3 / 3! + z5 / 5! - z7 / 7! + z9 / 9! - ...

The Attempt at a Solution


so the singularity is at z = 0.

f(z) = (1/z) * (z - z3 / 3! + z5 / 5! - z7 / 7! + z9 / 9! - ...)

f(z) = 1 - z2 / 3! + z4 / 5! - z6 / 7! + z8 / 9! ...

and these are terms starting at index 0, because the series for sin(z) is Σ(-1)k * (z2k + 1 / (2k+1)!), for k >= 0.

The definition of removable singularity is if cn = 0 for n = -1, -2, -3 ... then f(z) has a removable singularity at α.

ANSWER: So the singularity z = 0 is removable because the series for sin(z) starts at k = 0, and so any term k<0 must have coefficient 0.

i'm really confused how to check whether the singuarlity is removable, a pole, or essential. The definition doesn't make sense to me. How can I check if ck = 0 for all k < 0, if there are no terms for k < 0 in the power series for sin(z)?
 
Physics news on Phys.org
fishturtle1 said:

Homework Statement


Find and classify the singularity.

f(z) = sin(z) / z

Homework Equations


sin(z) = (z - z3 / 3! + z5 / 5! - z7 / 7! + z9 / 9! - ...

The Attempt at a Solution


so the singularity is at z = 0.

f(z) = (1/z) * (z - z3 / 3! + z5 / 5! - z7 / 7! + z9 / 9! - ...)

f(z) = 1 - z2 / 3! + z4 / 5! - z6 / 7! + z8 / 9! ...

and these are terms starting at index 0, because the series for sin(z) is Σ(-1)k * (z2k + 1 / (2k+1)!), for k >= 0.

The definition of removable singularity is if cn = 0 for n = -1, -2, -3 ... then f(z) has a removable singularity at α.

ANSWER: So the singularity z = 0 is removable because the series for sin(z) starts at k = 0, and so any term k<0 must have coefficient 0.

i'm really confused how to check whether the singuarlity is removable, a pole, or essential. The definition doesn't make sense to me. How can I check if ck = 0 for all k < 0, if there are no terms for k < 0 in the power series for sin(z)?
Why do you think you need to check? You just said that there are no terms for k < 0 in the power series.
 
Ray Vickson said:
Why do you think you need to check? You just said that there are no terms for k < 0 in the power series.
yeah... so "no terms for k < 0" <=> "ck = 0 for all k < 0"?
 
fishturtle1 said:
yeah... so "no terms for k < 0" <=> "ck = 0 for all k < 0"?
What do YOU think?
 
Ok, so in order to find out what kind of singularity it is, I need to write this as a Laurent series.

So a Laurent series, as I understand it, is f(z) rewritten as
Σ Ck(z-z0)k, for k >= 0 + Σ Ck(z - z0)k, for k < 0.

I've got the first series.. (1 - z2/3! + z4/5! - z7/8! + ...

but I need to see the values for the negative indexes.. so I rewrite the series like this

##
\frac{1}{z} * \sum_{n=1}^{-\infty} (-1)^{-k-1} \frac{z^{-2k-1}}{|z|!} =\frac{1}{z} * ( \frac{1}{z^{3}3!} -
\frac{1}{z^{5}5!} + \frac{1}{z^{7}7!} - ...)

= \frac{1}{z^{4}3!} - \frac{1}{z^{6}5!} + \frac{1}{z^{8}7!} - ...

##Looking at this.. I think that these negative index value have coefficients of ##\frac{1}{|k|!}## which isn't 0 which is what I expected
 
fishturtle1 said:
Ok, so in order to find out what kind of singularity it is, I need to write this as a Laurent series.

So a Laurent series, as I understand it, is f(z) rewritten as
Σ Ck(z-z0)k, for k >= 0 + Σ Ck(z - z0)k, for k < 0.

I've got the first series.. (1 - z2/3! + z4/5! - z7/8! + ...

but I need to see the values for the negative indexes.. so I rewrite the series like this

##
\frac{1}{z} * \sum_{n=1}^{-\infty} (-1)^{-k-1} \frac{z^{-2k-1}}{|z|!} =\frac{1}{z} * ( \frac{1}{z^{3}3!} -
\frac{1}{z^{5}5!} + \frac{1}{z^{7}7!} - ...)

= \frac{1}{z^{4}3!} - \frac{1}{z^{6}5!} + \frac{1}{z^{8}7!} - ...

##Looking at this.. I think that these negative index value have coefficients of ##\frac{1}{|k|!}## which isn't 0 which is what I expected

An ordinary power series ##\sum_{n \geq 0} c_n z^n## IS a Laurent series with all negative powers absent. Usually, though, we do not refer to it as a Laurent series (with no negative-power terms); it is easier to just call it a power series.
 
But if there are no terms raised to z raised to a negative exponent, then how can there exist nonexistent terms that have Ck = 0?

If a power series is a series that has all negative powers absent, then how can there be terms:
C-1 (z - z0) + C-2 (z - z0) + ... = 0, if the series starts at k=0?

I know 0 + Σck(z-z0) = Σck(z-z0) how do we know Ck = 0.. what if (z-z0) = 0 and Ck is some number?
 
sorry for double post
 
fishturtle1 said:
But if there are no terms raised to z raised to a negative exponent, then how can there exist nonexistent terms that have Ck = 0?

If a power series is a series that has all negative powers absent, then how can there be terms:
C-1 (z - z0) + C-2 (z - z0) + ... = 0, if the series starts at k=0?

It's easy: ##0 (z-z_0)^{-1} + 0 (z-z_0)^{-2} + 0 (z-z_0)^{-3} + \cdots ## is just zero. I genuinely cannot understand why you have a problem with that, but at this point I am quitting this thread.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K