MHB Solve [ASK] Limit of Cosine: How to?

  • Thread starter Thread starter Monoxdifly
  • Start date Start date
  • Tags Tags
    Cosine Limit
AI Thread Summary
To solve the limit $$\lim_{x\rightarrow\frac{\pi}{2}}\frac{\cos{x}}{x-\frac{\pi}{2}}$$, a substitution of $$u=\frac{\pi}{2}-x$$ transforms the limit into $$\lim_{u\rightarrow0}\frac{\cos{(\frac{\pi}{2}-u)}}{-u}$$. This simplifies to $$-\lim_{u\to0}\frac{\sin(u)}{u}$$ using the co-function identity. The limit $$\lim_{u\to0}\frac{\sin(u)}{u}$$ is a well-known result that equals 1, leading to the conclusion that the original limit evaluates to -1. Thus, the limit is determined as -1.
Monoxdifly
MHB
Messages
288
Reaction score
0
How to solve $$\lim_{x\rightarrow\frac{\pi}{2}}\frac{\cos{x}}{x-\frac{\pi}{2}}$$? At first I tried to convert cos x to $$\frac{\tan{x}}{\sin{x}}$$ but then realized that $$\lim_{x\rightarrow c}\frac{\tan{x}}{x}$$ only applies if c = 0. So, how?
 
Mathematics news on Phys.org
Let's use the substitution:

$$u=\frac{\pi}{2}-x$$

What does the limit become then?
 
$$\lim_{u\rightarrow0}\frac{\cos{(\frac{\pi}{2}-u)}}{-u}$$?
 
Monoxdifly said:
$$\lim_{u\rightarrow0}\frac{\cos{(\frac{\pi}{2}-u)}}{-u}$$?

Yes, and so I would factor the negative sign in the denominator out in front of the limit, and apply a co-function identity to the numerator...(Thinking)
 
Won't it give $$\frac{0}{0}$$ again in the $$\frac{\cos{\frac{\pi}{2}}\cdot\cos{u}}{u}$$ part?
 
Monoxdifly said:
Won't it give $$\frac{0}{0}$$ again in the $$\frac{\cos{\frac{\pi}{2}}\cdot\cos{u}}{u}$$ part?

Recall the co-function identity:

$$\cos\left(\frac{\pi}{2}-\theta\right)=\sin(\theta)$$

And so our limit becomes:

$$L=-\lim_{u\to0}\left(\frac{\sin(u)}{u}\right)$$

And yes, this is an indeterminate form, but it is well-known to students and usually allowed as a result to use:

$$\lim_{x\to0}\left(\frac{\sin(x)}{x}\right)=1$$
 
Oops... Sorry sorry... Totally forgot about that...
 
Consider the following diagram of the unit circle in the first quadrant:

View attachment 6091

From this, we can see that for $0\le x\le\dfrac{\pi}{2}$ we have:

$$\sin(x)\le x\le\tan(x)$$

Dividing though by $\sin(x)$, we obtain:

$$1\le\frac{x}{\sin(x)}\le\frac{1}{\cos(x)}$$

or:

$$\cos(x)\le\frac{\sin(x)}{x}\le1$$

And so we must then have:

$$\lim_{x\to0}\left(\cos(x)\right)\le\lim_{x\to0}\left(\frac{\sin(x)}{x}\right)\le\lim_{x\to0}(1)$$

or:

$$1\le\lim_{x\to0}\left(\frac{\sin(x)}{x}\right)\le1$$

Hence (by the squeeze theorem):

$$\lim_{x\to0}\left(\frac{\sin(x)}{x}\right)=1$$
 

Attachments

  • squeeze.png
    squeeze.png
    1.5 KB · Views: 109
Back
Top