Limit of and Sin(9x)/x and 1/Cos(9x)

  • Thread starter Thread starter Drakkith
  • Start date Start date
  • Tags Tags
    Limit
Drakkith
Mentor
Messages
23,175
Reaction score
7,625
In a homework problem I had to find the limit as x goes to 0 of the function: sin(7x)/[x+tan(9x)]

Substituting sin(9x)/cos(9x) in for tan(9x) then dividing the top and bottom by x and finding the limit supposedly yields 7/1+(9)(1), giving an answer of 7/10.

What I don't get is why the limit as x goes to 0 of sin(9x)/x is 9, but the limit of 1/cos(9x) is 1 and not 1/9. Would it make a difference if it was x/cos(9x) instead?
 
Mathematics news on Phys.org
Drakkith said:
What I don't get is why the limit as x goes to 0 of sin(9x)/x is 9, but the limit of 1/cos(9x) is 1 and not 1/9. Would it make a difference if it was x/cos(9x) instead?

Because ##\cos(9x)## is not ##0## at ##x = 0##, you can simply plug in the value of ##0## to see that ##\lim_{x \to 0} 1/\cos(9x) = 1/1 = 1##. We can't do this for the ##\sin(9x)/x## because it is not defined for ##x = 0##.

Likewise, for ##\lim_{x \to 0} x/\cos(9x)##, we have ##\lim_{x \to 0} x/\cos(9x) = 0/1 = 0##

If you want an intuitive reason, it's because for ##x## close to ##0##, you may have learned that ##\sin(x) \approx x##. Then it makes sense that ##\lim_{x \to 0} \sin(9x)/x = 9##.

If you know L'Hôpital's rule, then this can also be seen, and there is also a geometric proof using the squeeze theorem to show the correct limit for your sine example, but honestly, the best thing to do is look at some graphs of the two.

Another intuitive approach: the cosine function is approaching ##1## as ##x \to 0##, so the ratio of ##\frac{k}{\cos(x)}## as ##x \to 0## will just be ##k## (there are no problems with dividing by zero.
Things become more tricky with the sine function, because it is approaching 0. If it were some constant k divided by the sine function, you can see that the limit would not exist, but because both the numerator and denominator are approaching 0, it's a bit more subtle than that, because it's possible for both of them to be approaching in such a way that they have a constant ratio for ##x## near ##0##.

If you have not covered L'Hôpital's rule yet, it will make more sense when you do.
 
Last edited:
  • Like
Likes Drakkith
Okay, that makes much more sense.

axmls said:
If you have not covered L'Hôpital's rule yet, it will make more sense when you do.

Ah, I see it now. Thanks!
 
I was working a similar problem with someone today and I realized I forgot to point this out, if you haven't already done it this way.

Consider the following limit: $$\lim_{x \to 0} \frac{\sin(k x)}{x}$$
Where ##k## is a nonzero constant. Then we can take advantage of the fact that we know $$\lim_{x \to 0} \frac{\sin(x)}{x} = 1$$
by making the substitution ##u = kx##, so that we get
$$\lim_{u \to 0}\frac{\sin(u)}{\frac{u}{k}}=\lim_{u \to 0} k \frac{\sin(u)}{u} = k \lim_{u \to 0} \frac{\sin(u)}{u} = k \cdot 1 = k$$
If you haven't seen it done that way, I feel like it makes it a bit more intuitive.
 
  • Like
Likes Drakkith
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top