Calculate Limit of (z/sin z)^(1/z^2) as z->0

  • Context: Graduate 
  • Thread starter Thread starter zoki85
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Discussion Overview

The discussion centers around calculating the limit of the expression \((\frac{z}{\sin z})^{\frac{1}{z^2}}\) as \(z\) approaches 0, with participants exploring various methods including series expansions and logarithmic transformations. The context includes theoretical reasoning and mathematical techniques.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants suggest using Laurent series expansion to evaluate the limit, although one participant finds it messy.
  • Others propose that the expression inside the brackets approaches 1 while \(\frac{1}{z^2}\) approaches infinity, questioning if the overall limit approaches 1.
  • A participant suggests using the natural logarithm function to simplify the limit calculation.
  • Another participant mentions that applying the definition of the exponential limit could yield results without needing Laurent series.
  • Several participants calculate the limit and arrive at \(e^{1/6}\), but there is disagreement on the methods used to reach this conclusion.
  • One participant expresses confusion about the transition from logarithmic forms to exponential forms in the calculations.
  • Another participant clarifies that the limit can be approached using the series expansion of \(\frac{z}{\sin(z)}\) for small \(z\).
  • There are multiple proposed methods to arrive at the same limit, indicating a variety of approaches among participants.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best method to calculate the limit, with multiple competing views and approaches discussed throughout the thread.

Contextual Notes

Some participants express uncertainty about the steps involved in their calculations, particularly regarding the application of L'Hospital's rule and the handling of logarithmic transformations. There are also mentions of different results obtained by various participants.

Who May Find This Useful

This discussion may be useful for students or individuals interested in complex analysis, limit calculations, and various mathematical techniques for evaluating expressions involving trigonometric functions.

zoki85
Messages
1,198
Reaction score
230
Calculate:

lim_{z\to 0}(\frac{z}{sin z})^{\frac{1}{z^2}

z\in \mathbb{C}

I tried using Laurent series expansion but it gets too messy.
I hope LaTex turns out properly.
 
Physics news on Phys.org
The bit inside the brackets approaches 1 and the 1/z^2 approaches infinity.

Overall, would it approach 1?
 
How about using the natural logarithm function ?
 
Your idea:
Laurent series expansion
was very good.

Simply apply it to the expression within the bracket, see what happens and think to the definition of the exponential as a limit.

Remember: lim (1+1/n)^(x*n) = exp(x) for n->infinity
 
Last edited:
{

theperthvan said:
The bit inside the brackets approaches 1 and the 1/z^2 approaches infinity.

Overall, would it approach 1?
No.That's a typical error in thinking when you consider such limits.


Dextercioby,how to use natural logarithm function ?
I tried that too by taking the logarithm of the expression:

Can you calculate:

lim_{z\to 0}\frac{1}{z^2}*ln \frac{z}{sin z}

What result do you get?
 
zoki85,

develop the Ln(z/sin(z)) in series for small z, and you will get the result quickly,

michel
 
zoki85 said:
Calculate:

lim_{z\to 0}(\frac{z}{sin z})^{\frac{1}{z^2}

z\in \mathbb{C}

I tried using Laurent series expansion but it gets too messy.
I hope LaTex turns out properly.

\lim_{z\to 0}\left(\frac{z}{sin\ z}\right)^{\frac{1}{Z^2}}=e^{1/6}


Laurent series not necessary :smile:
 
tehno said:
\lim_{z\to 0}\left(\frac{z}{sin\ z}\right)^{\frac{1}{Z^2}}=e^{1/6}


Laurent series not necessary :smile:
Will you explain how to calculate the limit without Laurent please?
I used the Laurent,but I think I got different result than your .:mad:

lalbatros what do you get?
 
Easily!

zoki85 said:
Will you explain how to calculate the limit without Laurent please?

Becouse of :

\lim_{\phi\to 0}(1+\phi)^{1/\phi}=e

We have:

\lim_{z\to 0}\left(\frac{z}{sin(z)}\right)^{1/z^2}=1/\left(\lim_{z\to 0}\frac{sin(z)}{z}\right)^{1/z^2}=1/\left(e^{\lim_{z\to 0}\frac{sin(z)-z}{z^3}}\right)=e^{1/6}


Limit:
\lim_{z\to 0}\frac{sin(z)-z}{z^3}=-1/6
is easily obtainable if you know to apply L'Hospital rule ,and derivations for elementar holomorphic functions.
 
Last edited:
  • #10
zoki85,

one method

z/sin(z) = z/(z-z³/6) = 1/(1-z²/6) = 1+z²/6 (up to 3th order)

therefore

(z/sin(z))^(1/z²) = (1+z²/6)^(1/z²) = (1+u)^(1/6/u) (by a change of variable with u->infinity)

and you get the result from tehno.

second method

Ln(z/sin(z)) = z²/6 (from the same series development)

therefore

ln((z/sin(z))^(1/z²)) = ln(z/sin(z)) * (1/z²) = 1/6

and the same result follows ...
 
Last edited:
  • #11
lalbatros and tehno:Thanks a lot ,3 solutions for 1 problem !
I had exam today (Complex Analysis) and guess what.One problem was to find:
lim_{z\to 0}\left(\frac{sinz}{z}\right)^{\frac{sinz}{z-sinz}}

Your instructions were very helpful and I solved it (in two ways) with no problems.
Thanks once again.
 
Last edited:
  • #12
Nice work :) btw if you want the z>0 to be under the lim, rather than next to it, write \lim instead of just lim in your tex.
 
  • #13
tehno said:
\lim_{z\to 0}\left(\frac{z}{sin(z)}\right)^{1/z^2}=1/\left(\lim_{z\to 0}\frac{sin(z)}{z}\right)^{1/z^2}=1/\left(e^{\lim_{z\to 0}\frac{sin(z)-z}{z^3}}\right)=e^{1/6}

shouldn't it be
\lim_{z\to 0}\left(\frac{z}{sin(z)}\right)^{1/z^2}=1/\left(\lim_{z\to 0}\frac{sin(z)}{z}\right)^{1/z^2}=1/\left(e^{\lim_{z\to 0}\frac{1}{z^2}\ln\left(\frac{\sin z}{z}\right)}\right) = 1/\left(e^{\lim_{z\to 0}\frac{\ln \sin z - \ln z}{z^2}\right)

or am i missing something here?
 
Last edited:
  • #14
I think you don't see there's no "ln" once "e" is introduced in calculations.
It is just an application of the definition of "e" :
lim_{x\to 0}(1+x)^{\frac{1}{x}
to the function expression.
By the way,it took me while to see that too!
 
  • #15
i still don't see exactly how tehno got:
1/\left(\lim_{z\to 0}\frac{sin(z)}{z}\right)^{1/z^2}=1/\left(e^{\lim_{z\to 0}\frac{sin(z)-z}{z^3}}\right)
 
Last edited:
  • #16
murshid_islam said:
i still don't see exactly how tehno got:
1/\left(\lim_{z\to 0}\frac{sin(z)}{z}\right)^{1/z^2}=1/\left(e^{\lim_{z\to 0}\frac{sin(z)-z}{z^3}}\right)

Look:

\frac{sin\ z}{z}=1+\frac{sin(z)-z}{z}

\lim_{z\to 0}\left(\frac{sinz}{z}\right)^{1/z^2}=\lim_{z\to 0}\left(1+\left(\frac{sin(z)-z}{z}\right)\right)^{\left(\frac{z}{sin(z)-z}\right)\cdot \frac{sin(z)-z}{z^3}}

Do you see e now?
 
  • #17
tehno said:
Do you see e now?
yeah, i see it now. thanks.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K