Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Limits with trigonometric functions, where denominator approaches zero

Writer Andrew Mclaughlin
$\begingroup$

I got problem with my limit problem. I don't know what I should to do next. There are two numbers that I can't find. Please help me to do this.

  1. $\displaystyle \lim_{x \to \pi/2} \frac{1-\cos 2x}{2\cos x}$
  2. $\displaystyle \lim_{x \to 0} \frac{1 -2\cos x + \cos 2x}{x^2}$
$\endgroup$ 1

3 Answers

$\begingroup$

Presumably the idea is to use De L'Hôpital's Rule (see here - particularly Corollary 1).

I could help you further if you have trouble differentiating.

EDIT: Of course, $\cos \pi = -1$, so that the first limit does not exist (denominator diverges). My apologies.

EDIT 2: While I see others are making errors in the application of De L'Hôpital's Rule (HR from now), let me apply it to the second case:

We have that $1-2\cos 0 +\cos 2\cdot 0 = 1 -2 +1=0 = 0^2$, so that HR yields:

$$\lim_{x\to 0} \frac{1-2\cos x+\cos2x}{x^2} = \lim_{x\to0} \frac{2\sin x-2\sin2x}{2x}$$

We see that it is required to apply HR again, this time yielding:

$$\lim_{x\to0} \frac{2\sin x-2\sin2x}{2x} = \lim_{x\to0} \frac{2\cos x-4\cos 2x}{2}$$

This latter limit we can simply evaluate by continuity of the involved functions; it follows that the limit is $-1$. In summary, we conclude:

$$\lim_{x\to 0} \frac{1-2\cos x+\cos2x}{x^2} = -1$$

$\endgroup$ 2 $\begingroup$

Implement the formula:

$1)$ $1=\cos^2 (x)+\sin^2 (x)$

$2)$ $\cos (2x)=\cos^2 (x)-\sin^2 (x)$

$\lim_{x\to\frac{\pi}{2}}\frac{1-\cos(2x)}{2\cos(x)}$=$\lim_{x\to\frac{\pi}{2}}\frac{1-(\cos^2(x)-\sin^2(x))}{2\cos(x)}$=$\lim_{x\to\frac{\pi}{2}}\frac{\cos^2 (x)+\sin^2 (x)-\cos^2(x)+\sin^2(x)}{2\cos(x)}$=$\lim_{x\to\frac{\pi}{2}}\frac{2\sin^2 (x)}{2\cos(x)}$=$\lim_{x\to\frac{\pi}{2}}\frac{\sin^2 (x)}{\cos(x)}=\lim_{x\to\frac{\pi}{2}}\frac{(\sin\frac{\pi}{2})^2}{\cos\frac{\pi}{2}}=\lim_{x\to\frac{\pi}{2}}\frac{1^2}{0}=\frac{1}{0}???$

Definitly

$\lim_{x\to\frac{\pi}{2}}\frac{1-\cos(2x)}{2\cos(x)}=???$

$\endgroup$ 1 $\begingroup$

To do the first limit, your first step is to "plug" in $\pi/2$. In this case, you get $\frac{2}{0}$. The fact that you get this tells you the answer is either going to be $+\infty$ if the left and right hand limits are both $+\infty$, $-\infty$ if the left and right hand limits are both $-\infty$, or it does not exist in the case that one of the left or right hand limits is $+\infty$ and the other is $-\infty$. You need to look at the sign of the numerator and denominator as $x \to \pi/2$ from the left and right separately to figure out what is going on. For example, as $x \to \frac{\pi}{2}^+$, i.e., from the right, $x$ is slightly larger than $\pi/2$. In that case, what is the sign of $\cos(2x)$ and $\cos(x)$, and therefore $\frac{1 - \cos(2x)}{2 \cos x}$???

For the second one, you "plug" in $0$ and get $\frac{0}{0}$. This is more complicated. This is called an indeterminate form because the answer could be anything depending on what functions are involved, and you need to do some sort of manipulation to figure out what the actual limit is, or if it exists.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy