I've tried by writing it as $\tan(m x) \cot(n x)$, but I couldn't really continue from there.
2026-03-29 17:25:27.1774805127
On
On
$\lim\limits_{x \to 0} \frac{\tan(mx)}{\tan(nx)} =$?
660 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
1
On
$$\tan(mx) \cot(nx)=\frac{\cos(nx)\sin(mx)}{\cos(mx)\sin(nx)}$$
First-order Taylor expansion around zero gives $$\cos(nx)=1+O(x^2)$$$$\cos(mx)=1+O(x^2)$$$$\sin(nx)=nx+O(x^3)$$$$\sin(mx)=mx+O(x^3)$$
therefore $$\lim_{x \rightarrow 0}{\tan(mx) \cot(nx)}=\lim_{x \rightarrow 0}\frac{mx}{nx}=\frac{m}{n}$$
0
On
Hint: Prove $$\lim\limits_{x \to 0} \frac{\tan(x)}{x} =1$$ using $$\lim\limits_{x \to 0} \frac{\sin(x)}{x} =1$$
Hint: ${{\tan(mx)}\over{\tan(nx)}}=m{{\sin(mx)}\over{mx}}{1\over n}{{(nx)}\over{\sin(nx)}}{{\cos(nx)}\over{\cos(mx)}}$
so the limit is ${m\over n}$.