8

How do I evaluate this limit?

$$\lim_{x \to 0}\frac{\cos\sin\tan x - \cos\tan\sin x}{\cosh\arcsin x + \cosh\sin x - 2\cosh x}$$

I don't really have ideas on how to start. I think L'Hopital rule does not help in this case.

rubik
  • 9,344
tanja
  • 133
  • I've seen "$\operatorname{tg}$" used for "$\tan$", but what is "$\operatorname{ch}$"? Is it "$\cosh$"? – MPW Feb 09 '15 at 22:31
  • 2
    thanks for correcting me sorry we usually write this in my contry yeah it is ch stands for cosh – tanja Feb 09 '15 at 22:33
  • 3
    Looks horrid. Did you try simplifying as much as possible with Taylor series and/or L'Hospital's rule at the end? – Alex Feb 09 '15 at 22:37
  • I mean, $\tan x \sim x, \sin x \sim x$, etc – Alex Feb 09 '15 at 22:38
  • @Alex: It seems like the MacLaurin series cancel each other out. – rubik Feb 09 '15 at 22:39
  • @rubik: in the numerator. Is the same happening in the denominator? – Alex Feb 09 '15 at 22:40
  • @Alex:I didn't try Taylor series I am trying now – tanja Feb 09 '15 at 22:41
  • May I ask you where did you find this limit? – rubik Feb 09 '15 at 22:47
  • 1
    The numerator is $\frac{x^8}{30}+o(x^9)$ and the denominator is $\frac{x^6}{9}+o(x^7)$. So, it tends to zero. – Carol Feb 09 '15 at 22:50
  • @Carol: I can confirm. Funny thing is that before I only tried up to $\mathcal O(x^7)$... – rubik Feb 09 '15 at 22:52
  • 1
    @rubik If you tried up to $O(x^7)$ then you can still say it tends to zero, because the denominator divided by $x^6$ tends to $\frac{1}{6}\neq0$. – Carol Feb 09 '15 at 22:54
  • 1
    @Carol: You are right, but I tried up to that limit only in the numerator. For the denominator I just computed the first few terms and saw them canceling out as well! – rubik Feb 09 '15 at 22:55
  • @rubik yes you may. I got it on the exam from Math analysis. – tanja Feb 09 '15 at 22:56
  • @tanja: if you found the solution, it would be interesting to look at it – Alex Feb 10 '15 at 00:36
  • @Alex I ask my profesor for solution and will add it here as soon as I get – tanja Feb 10 '15 at 06:59

1 Answers1

2

As suggested in the comments, the main difficulty with this sort of problems is where to stop in taking the Taylor expansion of the terms.

Asymptotics and de L'Hopital rule do not help, the first just doesn't work, the second takes too long, especially for the numerator.

In our try to solve this limit we will use the following Taylor expansions, centered in $\ x_0=0$, up to the sixth power (in the first two for example, there is not the term to the sixth power, so we stop at the fifth):

$$\ \sin(x)=x-\frac{x^3}{3!}+\frac{x^5}{5!}+o(x^6)$$ $$\ \tan(x)=x+\frac{x^3}{3}+\frac{2}{15}x^5+o(x^6)$$ $$\ \cos(x)=1-\frac{x^2}{2!}+\frac{x^4}{4!}-\frac{x^6}{6!}+o(x^6)$$ $$\ \arcsin(x)=x+\frac{x^3}{6}+\frac{3}{40}x^5+o(x^6)$$ $$\ \cosh(x)=1+\frac{x^2}{2!}+\frac{x^4}{4!}+\frac{x^6}{6!}+o(x^6)$$

Other rules to remember, $\ \forall m,n>0$: $$\ o(x^m)\pm o(x^n)=o(x^{min[n,m]})$$ $$\ x^m\cdot o(x^n)=o(x^{m+n})$$

Now we can begin: $$\ \color{red}{\sin(\tan(x))}=\sin(x+\frac{x^3}{3}+\frac{2}{15}x^5+o(x^6))=$$ $$\ =x+\frac{x^3}{3}+\frac{2}{15}x^5+o(x^6)-\frac{1}{6}\bigg[x+\frac{x^3}{3}+\frac{2}{15}x^5+o(x^6)\bigg]^3+\frac{1}{120}x^5+o(x^6)$$

where in the last part raised to the fifth power I just took the term that I need, because all the others have an exponent which is greater than 6.

Now let us examine the term raised to the third power: the $\ o(x^6)$ both raised to the third power or multiplied by any of the other terms will give something which is even smaller than itself, so I am not writing it anymore in the squared brackets; and the same happens for the $\ \frac{2}{15}x^5$ term:

$$\ \bigg[x+\frac{x^3}{3}\bigg]^3=x^3+x^5+\underbrace{\frac{x^7}{2}+\frac{x^9}{27}}_{o(x^6)}$$ So we have: $$\ \color{red}{\sin(\tan(x))}=x+\frac{x^3}{3}+\frac{2}{15}x^5-\frac{1}{6}\bigg(x^3+x^5+o(x^6)\bigg)+\frac{x^5}{120}+o(x^6)=$$ $$\ =x+\frac{x^3}{3}+\frac{2}{15}x^5-\frac{x^3}{6}-\frac{x^5}{6}+\frac{x^5}{120}+o(x^6)=$$ $$\ =x+\frac{x^3}{6}+x^5\bigg(\frac{16-20+1}{120}\bigg)+o(x^6)=$$ $$\ =\color{red}{x+\frac{x^3}{6}-\frac{x^5}{40}+o(x^6)}$$

In a similar way, we can find that $$\ \color{blue}{\tan(\sin(x))}=\tan(x-\frac{x^3}{6}+\frac{x^5}{120}+o(x^6))=$$ $$\ =x-\frac{x^3}{6}+\frac{x^5}{120}+o(x^6)+\frac{1}{3}\bigg[x-\frac{x^3}{6}+\frac{x^5}{120}+o(x^6)\bigg]^3+\frac{2}{15}x^5+o(x^6)=$$ $$\ =\color{blue}{x+\frac{x^3}{6}-\frac{x^5}{40}+o(x^6)}$$ So we showed that up to the sixth degree they have the same expansion, and this means that: $$\ \cos(\sin(\tan x))-\cos(\tan(\sin x))=o(x^6)$$ Now we must deal with the denominator, hoping to get a term greater that $\ x^6$ , otherwise I would still have an indetermined form and I should start again from the beginning, adding another term in the expansions above. $$\ \color{magenta}{\cosh(\arcsin x)}=\cosh(x+\frac{x^3}{6}+\frac{3}{40}x^5+o(x^6))=$$ $$\ =1+\frac{1}{2}\bigg[x+\frac{x^3}{6}+\frac{3}{40}x^5+o(x^6)\bigg]^2+\frac{1}{24}\bigg[x+\frac{x^3}{6}+\frac{3}{40}x^5+o(x^6)\bigg]^4+$$ $$\ +\frac{1}{720}\bigg[x+\frac{x^3}{6}+\frac{3}{40}x^5+o(x^6)\bigg]^6+o(x^6)=$$ $$\ =1+\frac{1}{2}\bigg[x^2+\frac{x^4}{3}+\frac{x^6}{36}+\frac{3}{20}x^6+o(x^6)\bigg]+\frac{1}{24}\bigg[x^4+\frac{2}{3}x^6+o(x^6)\bigg]+\frac{1}{720}x^6+o(x^6)=$$ $$\ =1+\frac{x^2}{2}+\frac{5}{24}x^4+x^6\bigg(\frac{1}{72}+\frac{3}{40}+\frac{1}{36}+\frac{1}{720}\bigg)+o(x^6)=$$ $$\ =\color{magenta}{1+\frac{x^2}{2}+\frac{5}{24}x^4+\frac{17}{144}x^6+o(x^6)}$$ $$\ $$ $$\ \color{Green}{\cosh(\sin x)}=\cosh(x-\frac{x^3}{6}+\frac{x^5}{120}+o(x^6))=$$ $$\ =1+\frac{1}{2}\bigg[x-\frac{x^3}{6}+\frac{x^5}{120}+o(x^6)\bigg]^2+\frac{1}{24}\bigg[x-\frac{x^3}{6}+\frac{x^5}{120}+o(x^6)\bigg]^4+\frac{1}{720}x^6+o(x^6)=$$ $$\ =1+\frac{x^2}{2}-\frac{x^4}{8}+x^6\bigg(\frac{1}{45}-\frac{1}{36}+\frac{1}{720}\bigg)+o(x^6)=$$ $$\ =\color{Green}{1+\frac{x^2}{2}-\frac{x^4}{8}-\frac{x^6}{240}+o(x^6)}$$

Therefore, the denominator is: $$\ \color{Goldenrod}{\cosh(\arcsin x)+\cosh(\sin x)-2\cosh x}=$$ $$\ =1+\frac{x^2}{2}+\frac{5}{24}x^4+\frac{17}{144}x^6+1+\frac{x^2}{2}-\frac{x^4}{8}-\frac{x^6}{240}+$$ $$\ -2\bigg(1+\frac{x^2}{2}+\frac{x^4}{24}+\frac{x^6}{720}+o(x^6)\bigg)+o(x^6)=$$ $$\ =\bigg(1+1-2\bigg)+x^2\bigg(\frac{1}{2}+\frac{1}{2}-1\bigg)+x^4\bigg(\frac{5-3-2}{24}\bigg)+x^6\bigg(\frac{85-3-2}{720}\bigg)+o(x^6)=$$ $$\ =\color{Goldenrod}{\frac{x^6}{9}+o(x^6)}$$ Finally: $$\ \lim_{x\to0}\frac{\cos(\color{red}{\sin(\tan x)})-\cos(\color{blue}{\tan(\sin x)})}{\color{Goldenrod}{\cosh(\arcsin x)+\cosh(\sin x)-2\cosh x}}=$$ $$\ =\lim_{x\to0}\frac{o(x^6)}{\frac{x^6}{9}+o(x^6)}=\lim_{x\to0}\frac{o(x^6)}{x^6(\frac{1}{9}+o(1))}=0$$

Mosk
  • 1,630