Is z=0 a Non-Isolated Singularity in \(\frac{1}{\sin(\frac{\pi}{z})}\)?

  • Context: Graduate 
  • Thread starter Thread starter krindik
  • Start date Start date
  • Tags Tags
    Singularity
Click For Summary

Discussion Overview

The discussion centers on the nature of the singularity at \( z=0 \) in the function \( \frac{1}{\sin(\frac{\pi}{z})} \). Participants explore whether this singularity is non-isolated and the implications of branch cuts in this context. The scope includes theoretical considerations and conceptual clarifications regarding singularities in complex analysis.

Discussion Character

  • Debate/contested
  • Conceptual clarification
  • Technical explanation

Main Points Raised

  • Some participants assert that \( z=0 \) is a non-isolated singularity because there are infinitely many singularities in any neighborhood around zero.
  • Others question this classification by noting that for small \( \epsilon > 0 \), \( \frac{1}{\sin(\frac{\pi}{\epsilon})} \) is not singular, suggesting that not all points in the neighborhood are singular.
  • A participant proposes that the function may involve branch cuts, which could contribute to the non-isolated nature of the singularity.
  • Another participant argues that the function \( \csc(a/z) \) is single-valued and that the singularity at the origin does not require branch cuts, emphasizing that any neighborhood of the origin contains infinitely many singularities.
  • Some participants reference the behavior of functions like \( e^{\frac{1}{z}} \) and Picard's theorem to illustrate the nature of essential singularities and the values the function can take near \( z=0 \).

Areas of Agreement / Disagreement

Participants express differing views on whether the singularity at \( z=0 \) is indeed non-isolated and the role of branch cuts in this classification. The discussion remains unresolved, with multiple competing perspectives presented.

Contextual Notes

There are unresolved assumptions regarding the definitions of isolated and non-isolated singularities, as well as the implications of branch cuts in the context of this function. The discussion also highlights the complexity of analyzing singularities in terms of neighborhoods and the behavior of the function near these points.

krindik
Messages
63
Reaction score
1
Hi,
The function [itex]\frac{1}{\sin(\frac{\pi}{z})}[/itex] has isolated singularities at z=+-1, +-1/2, ...

However, it is said that it has an non-isolated singularity at z=0.
A non-isolated singularity has to be a point where its neigborhood too is also singular.

But, for some [itex]\epsilon > 0 ,\, \frac{1}{\sin(\frac{\pi}{\epsilon})}[/itex] is not singular eg. [itex]\epsilon = 0.000001[/itex]

Can u pls explain.

Thanks
 
Physics news on Phys.org
krindik said:
Hi,
The function [itex]\frac{1}{\sin(\frac{\pi}{z})}[/itex] has isolated singularities at z=+-1, +-1/2, ...

However, it is said that it has an non-isolated singularity at z=0.
A non-isolated singularity has to be a point where its neigborhood too is also singular.

But, for some [itex]\epsilon > 0 ,\, \frac{1}{\sin(\frac{\pi}{\epsilon})}[/itex] is not singular eg. [itex]\epsilon = 0.000001[/itex]

Can u pls explain.

Thanks

My guess is that this function has a branch cut and in the neighborhood of z=0, there are singularities at the branch cut, as well as exactly at zero.

Note that I haven't studied that function carefully, so it's just a guess.

I've had trouble with this concept too. It's really confusing.

Here is a link to an explanation.

http://en.wikipedia.org/wiki/Branch_cut

I've also attached a PDF which talks about this a little.
 

Attachments

Thanks.
Isn't branch cuts used for multi-valued functions? ie. to map multi-valued functions to single-valued functions on Reimann sheets?
 
krindik said:
Thanks.
Isn't branch cuts used for multi-valued functions? ie. to map multi-valued functions to single-valued functions on Reimann sheets?

Yes. A simple example is natural logarithm log(z). The negative real axis is used as an arbitrary cut to define a single valued function. This then creates a singularity so that no matter how small the neighborhood around z=0, there is the singularity at zero and at the branch cut a small distance away from z=0. I'm guessing your function has the same issue, but I have not verified that.
 
krindik said:
Hi,
The function [itex]\frac{1}{\sin(\frac{\pi}{z})}[/itex] has isolated singularities at z=+-1, +-1/2, ...

However, it is said that it has an non-isolated singularity at z=0.
A non-isolated singularity has to be a point where its neigborhood too is also singular.

But, for some [itex]\epsilon > 0 ,\, \frac{1}{\sin(\frac{\pi}{\epsilon})}[/itex] is not singular eg. [itex]\epsilon = 0.000001[/itex]

Yes, there's a neighborhood around 0.000001 where everything's fine. But within a circle of radius 0.000001 around zero there are infinitely many singularities.
 
Thanks,

Yes, there's a neighborhood around 0.000001 where everything's fine. But within a circle of radius 0.000001 around zero there are infinitely many singularities.

But how can there be a singularity in [itex]0 < |z| < 0.000001[/itex] ? eg. at [itex]\frac{0.000001}{2}[/itex] because [itex] \frac{1}{\sin(\frac{\pi}{\frac{0.000001}{2}})}[/itex] is not singular?

Can u pls elaborate?
 
The branch-cut concept I mentioned may apply here, but I see CRGreathouse's point. The mapping of the real number line, via pi/z, into the sine function creates an infinity of zeros inside any finite radius that is established. This is a much simpler way to show that the point is a non-isolated singularity.
 
Last edited:
It's a non-issolated singularity and no branch cuts are involved: [tex]\csc(a/z)[/tex] is single-valued. The origin is a non-issolated singularity because there is no deleted neighborhood of the origin, [tex]D(0,\delta)[/tex], however small, that contains only one singularity. I think also it's a bonifide non-issolated, essential singularity, that is, in any deleted neighborhood of the origin, the function assumes every value in C infinitely often.
 
squidsoft said:
It's a non-issolated singularity and no branch cuts are involved: [tex]\csc(a/z)[/tex] is single-valued.

This function seems to have the same issue as the log(z) function in that angles with multiples of 2pi do not give the same answer. See the following calculations from Matlab. Since log(z) is considered to have a branch cut on the negative real axis, to have single-values, should not this function also?

>> 1/sin(-pi/.0001)

ans =

2.4250e+011

>> 1/sin(pi/.0001/exp(-i*pi))

ans =

1.2965e+011 -1.2096e+011i

>> 1/sin(pi/.0001/exp(i*pi))

ans =

1.2965e+011 +1.2096e+011i

The fact that there are three different answers above shows that the function is not single valued unless a branch cut is used to define a modified function that is single valued, this then generates a discontinuity at the branch cut.
 
  • #10
Thanks.

I got ur point. What u r saying is the given function can get any value within the neighborhood of z=0.

This can be easily visualized for example by [itex]e^{\frac{1}{z}}[/itex]
Representing z in polar form we get,
[itex]e^{\frac{1}{z}} = A e^{\imath\alpha}[/itex]

We can represent [itex]r, \theta[/itex] in terms of [itex]A, \alpha[/itex] and by keeping [itex]A = const, \alpha=2\pi n, n=\pm{1}, \pm{2}, ...[/itex] we can get many values for r

Note also the Picard's theorem : if an analytic function f(z) has an essential singularity at a point w then on any open set containing w, f(z) takes on all possible complex values, with at most a single exception, infinitely often.
 

Similar threads

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