Calculate the limit cos(x)/sin(x) when x approaches 0

  • Thread starter Thread starter Lambda96
  • Start date Start date
  • Tags Tags
    Cos Limit Sin
Click For Summary
The limit of the function cos(x)/sin(x) as x approaches 0 does not exist because the right-sided limit approaches infinity while the left-sided limit approaches negative infinity. This discrepancy indicates that the two limits are not equal. A more rigorous proof involves using a delta-epsilon argument to show that for any large number M, there exists a small delta such that the function exceeds M when x is sufficiently close to 0. Additionally, the cotangent function's behavior around zero confirms that the limit diverges in opposite directions, reinforcing that the limit does not exist. Thus, the conclusion is that the limit of cos(x)/sin(x) as x approaches 0 is undefined.
Lambda96
Messages
233
Reaction score
77
Homework Statement
Calculate ##\displaystyle{\lim_{x \to 0}} \frac{\cos(x)}{\sin(x)}##
Relevant Equations
none
Hi,

I need to check whether the limit of the following function exists or not
Bildschirmfoto 2024-01-09 um 19.42.37 Kopie.png
I have now proceeded as follows to look at the right-sided and left-sided limit i.e. ##\displaystyle{\lim_{x \to 0^{+}}}## and ##\displaystyle{\lim_{x \to 0^{-}}}##

To do this, I drew up a list in which I move from 1 closer and closer to 0 and for the left-hand side from -1 towards 0 and got the following:

Bildschirmfoto 2024-01-10 um 20.27.22.png


As you can see, the function tends from the right towards ##\infty## and from the left towards ##- \infty## As the two values are therefore not equal, the function has no limit at the point ##x=0##

My question, can I prove it this way, or is there a way to prove it more precisely mathematically?
 

Attachments

  • Bildschirmfoto 2024-01-09 um 19.42.37 Kopie.png
    Bildschirmfoto 2024-01-09 um 19.42.37 Kopie.png
    7 KB · Views: 75
Physics news on Phys.org
Lambda96 said:
Homework Statement: Calculate ##\displaystyle{\lim_{x \to 0}} \frac{\cos(x)}{\sin(x)}##
Relevant Equations: none

Hi,

I need to check whether the limit of the following function exists or not
View attachment 338389I have now proceeded as follows to look at the right-sided and left-sided limit i.e. ##\displaystyle{\lim_{x \to 0^{+}}}## and ##\displaystyle{\lim_{x \to 0^{-}}}##

To do this, I drew up a list in which I move from 1 closer and closer to 0 and for the left-hand side from -1 towards 0 and got the following:

View attachment 338390

As you can see, the function tends from the right towards ##\infty## and from the left towards ##- \infty## As the two values are therefore not equal, the function has no limit at the point ##x=0##

My question, can I prove it this way, or is there a way to prove it more precisely mathematically?
If you're asked to prove that the limit exists or doesn't exist, calculating a table of values doesn't do the job. What you would need to do in this case is a sort of modified ##\delta - \epsilon## argument. In this case you would need to show that for any given (large number) M, there is a (small number) ##\delta > 0## such that whenever ##|x - 0| < \delta##, where ##x \ne 0##, then ##|\frac{\cos(x)}{\sin(x)}| > M##. As a side note, ##\frac{\cos(x)}{\sin(x)}= = \cot(x)##.
 
  • Like
Likes MatinSAR and Lambda96
Still, it seems you're working on the extended Reals, if ##\mathbb R## with the line on top *. Edit: Then the limit of infinity could exist.

*Sorry, don't know how to Latex it in.
 
Last edited:
  • Like
Likes MatinSAR and Lambda96
WWGD said:
Still, it seems you're working on the extended Reals, if ##\mathbb R## with the line on top *. Then the limit exists and it's infinity.

*Sorry, don't know how to Latex it in.
##\overline{\mathbb R}##
 
  • Like
Likes MatinSAR, Lambda96 and WWGD
WWGD said:
Still, it seems you're working on the extended Reals, if ##\mathbb R## with the line on top *. Then the limit exists and it's infinity.

*Sorry, don't know how to Latex it in.

That is true for the projectively extended reals. The normal extended reals have two infinities and no limit here.
 
Office_Shredder said:
That is true for the projectively extended reals. The normal extended reals have two infinities and no limit here.
Yes, not this expression, but either of ## \infty, -\infty ## are possible limits in
##\overline {\mathbb R}##
 
Thank you Mark44, WWGD, Orodruin and Office_Shredder for your help

I have now proceeded as Mark44 described:

The following applies ##|x-0|< \delta \rightarrow x < \delta## and ##\frac{\cos(x)}{\sin(x)}>M \rightarrow \cot(x)>M##

Then I calculated the following

##\cot(x) > M \qquad | \text{Form reciprocal value}##
##\frac{1}{\cot(x)} < \frac{1}{M} \qquad |\frac{1}{\cot(x)}= \tan(x)##
##\tan(x) < \frac{1}{M} \qquad | \arctan(...)##
##x < \arctan(\frac{1}{M})##

It then follows that for ##\cot(x) > M##, ##\delta## must be chosen as follows ##\delta = \arctan(\frac{1}{M})##
 
Lambda96 said:
Calculate ##\displaystyle{\lim_{x \to 0}} \frac{\cos(x)}{\sin(x)}##
You can use Taylor series ...

##cos(x)=1-\frac{x^2}{2!}+\frac{x^4}{4!}-\frac{x^6}{6!}+\frac{x^8}{8!}-...##
##sin(x)=x-\frac{x^3}{3!}+\frac{x^5}{5!}-\frac{x^7}{7!}+\frac{x^9}{9!}-...##

... and approximate with first members of two series ...
(the same as replacing functions cos(x) and sin(x) with their tangent straight lines for x=0)

##\displaystyle{\lim_{x \to 0}} \frac{\cos(x)}{\sin(x)}
=\displaystyle{\lim_{x \to 0}} \frac{1}{x}##

From the left side ##x \to -0## you can get
##\displaystyle{\lim_{x \to -0}} \frac{1}{x}
=\displaystyle{\lim_{x \to -\infty}} \frac{1}{ \frac{1}{x}}
=\displaystyle{\lim_{x \to -\infty}} x =-\infty##

Also from the right side ##x \to +0## you can get
##\displaystyle{\lim_{x \to +0}} \frac{1}{x}
=\displaystyle{\lim_{x \to +\infty}} \frac{1}{ \frac{1}{x}}
=\displaystyle{\lim_{x \to +\infty}} x =+\infty##

Cotangent function is ##ctg(x)=cot(x)=\frac{\cos(x)}{\sin(x)}##
Wolfram alpha -> https://www.wolframalpha.com/input?i=cos(x)/sin(x)
 
Last edited:
  • Like
Likes Lambda96 and WWGD
You can see that \cos x/\sin x is odd, so either the limit is zero or the limit does not exist. The limit is not zero: since \tan x \to 0, for each R &gt; 0 there exists \delta &gt; 0 such that if 0 &lt; |x| &lt; \delta then |\tan x| &lt; R^{-1} and |\cot x| &gt; R.
 
  • Like
Likes Lambda96, MatinSAR and PeroK
  • #10
I'm not convinced you need an epsilon-delta proof, as long as you can use basic properties of sine and cosine.
$$\lim_{x \to 0} \cos x =1$$$$\lim_{x \to 0}\sin x = 0$$$$0 < x < \pi \ \Rightarrow \ \sin x > 0$$$$-\pi <x<0 \ \Rightarrow \ \sin x < 0$$
 
  • Like
Likes Lambda96, MatinSAR and nuuskur
  • #11
Lambda96 said:
As you can see, the function tends from the right towards ##\infty## and from the left towards ##- \infty## As the two values are therefore not equal, the function has no limit at the point ##x=0##

My question, can I prove it this way, or is there a way to prove it more precisely mathematically?
This is correct. You have shown the limit does not exist.
 
  • #12
In the topology of the Extended Reals, the limit as ##\infty## may exist if your expression grows without bound in the positive direction, i.e., it would be in the neighborhood ##(a, \infty]; a>0##. Similar for ##-\infty ## as a limit. That's not the case here, as cotan alternates signs.
https://en.m.wikipedia.org/wiki/Extended_real_number_line
 
  • #13
Thank you Bosko, pasmith, PeroK, nuuskur and WWGD for your help 👍👍👍👍👍

Thanks PeroK with the tip to argue that the sine around ##x=0## is asymmetric and therefore the limit ##\displaystyle{\lim_{x \to 0^-}} \frac{\cos(x)}{\sin(x)}=- \infty## and ##\displaystyle{\lim_{x \to 0^+}} \frac{\cos(x)}{\sin(x)}= \infty## and therefore the limit ##\displaystyle{\lim_{x \to 0}} \frac{\cos(x)}{\sin(x)}## does not exist
 
  • Like
Likes nuuskur, WWGD and SammyS

Similar threads

Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
1K
  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 34 ·
2
Replies
34
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K