File: exer7-7.tex

package info (click to toggle)
texlive-doc 2012.20120611-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 250,664 kB
  • sloc: xml: 18,901; perl: 13,380; makefile: 931; lisp: 394; sh: 313; awk: 205; java: 159; sed: 4
file content (10 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
\documentclass{article}
\begin{document}
\noindent
Applying l'Hopital's rule, one has
\[ \lim_{x\to0}\frac{\ln\sin\pi x}{\ln\sin x}
 = \lim_{x\to0}\frac{\pi\frac{\cos\pi x}{\sin\pi x}}{\frac{\cos x}{\sin x}}
 = \lim_{x\to0}\frac{\pi\tan x}{\tan\pi x}
 = \lim_{x\to0}\frac{\pi/\cos^2 x}{\pi/\cos^2 \pi x} 
 = \lim_{x\to0}\frac{\cos^2\pi x}{\cos^2 x} = 1 \]
\end{document}