1
$\begingroup$

Could you help me calculate the following limits:

$$\lim_{x \to 0} x \left[ \frac{1}{x} \right]$$

$$\lim_{x\to 0} \frac{1-\cos x \cdot \sqrt{\cos2x} }{x^2}$$

$$\lim_{x\to 10} \frac{\log _{10}(x) - 1}{x-10}$$

As to the last one I thought I could use $\lim\frac{log _{a}(1+\alpha)}{\alpha} = \log_ae$ but it wouldn't work

  • 0
    writing \sin and \log instead of sin and log does not merely prevent italicization, but also results in proper spceing in things like $a\sin x$. I approved someone's edit and we're still waiting for a second approval.2012-12-18

2 Answers 2

2

Hints:

For the first limit, use the squeeze theorem - you know $\lfloor \frac{1}{x} \rfloor$ is trapped between $\frac{1}{x} - 1$ and $\frac{1}{x}$, and both of the corresponding limits are easy to compute.

For the second limit, you can use L'Hopital's rule twice (although this is gross).

The third limit is the derivative of the common logarithm at $x = 10$, which you can compute by expressing that logarithm in terms of the natural logarithm.

  • 0
    the second one is pretty brutal with L'Hopital, although this may be what your teacher intended, I don't know. Anyway the answer winds up being $3/2$.2012-12-18
  • 0
    Could you give me the answers to the first and third one as well, so that I could check if my results are correct?2012-12-18
  • 0
    @Anna: the solutions are (a) 1, (b) 3/2, and (c) $1/(10\ln 10)$.2012-12-18
  • 0
    Thanks, that's what I got ;)2012-12-18
3

Here is a simpler way to calculate the second limit:

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

The second limit is easy, as for the first:

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

Now, use $1-\cos(2x)=2 \sin^2(x)$ and $1-\cos^2 x =\sin^2(x)$ and you are done.