Evaluate $\lim_{x\rightarrow\mathrm\pi}\frac{\sin(mx)}{\sin(nx)}$

2.9k Views Asked by At

I have to evaluate $\lim_{x\rightarrow\mathrm\pi}\frac{\sin(mx)}{\sin(nx)}$ where $m,n \in\mathbb{N*}$. At first I thought I could just use the remarkable limit $\lim_{x\rightarrow0}\frac{\sin(x)}x = 1$ and the answer could just be $\frac {m}{n}$ but this is not the answer.... I mean it's a part of it but I don't understand why.

5

There are 5 best solutions below

0
On BEST ANSWER

HINT

Let $x=y+\pi$ then

$$\lim_{x\rightarrow\mathrm\pi}\frac{\sin(mx)}{\sin(nx)}=\lim_{y\to0}\frac{\sin(m\pi+my)}{\sin(n\pi+ny)}$$

then consider the cases with $m,n$ odd or even.

0
On

Just since $mx \to 0$ does not hold when $x\to \pi$.

0
On

Let $y=x-\pi $. Then

$$\sin (mx)=\sin (m (y+\pi))$$ $$=(-1)^m\sin (my) \sim (-1)^mmy$$

thus, the limit is $$(-1)^{m-n} \frac {m}{n}$$

4
On

Following my suggestion we can invoke DeL' Hospital's rule. The limit is of the form $\frac{0}{0}$ , hence

$$\lim_{x\rightarrow \pi} \frac{\sin mx}{\sin nx} = \lim_{x \rightarrow \pi} \frac{m\cos mx}{n\cos nx} = \frac{m}{n}\lim_{x \rightarrow \pi} \frac{\cos mx}{\cos nx} = (-1)^{m-n} \frac{m}{n}$$

because $\cos n \pi = (-1)^n$. You can prove that inductively.

Update: I have not seen that the question is tagged as "limit without DeL' Hospital". If moderators, judge , necessary please remove this answer.

0
On

Let $$x=\pi -y$$.

$$\lim_{x\rightarrow \pi }\frac{\sin\left ( nx \right )}{\sin\left ( mx \right )}\\ \\=\lim_{y\rightarrow 0}\frac{\sin\left [ n\left ( \pi -y \right ) \right ]}{\sin\left [ m\left ( \pi -y \right ) \right ]}\\ \\=\lim_{y\rightarrow 0}\frac{\sin\left ( n\pi -ny \right )}{\sin\left ( m\pi -my \right )}\\ \\ =\frac{\cos \left ( n\pi \right )}{\cos \left ( m\pi \right )}\lim_{y\rightarrow 0}=\frac{\sin\left ( ny \right )}{\sin\left ( my \right )}\\ \\=\lim_{y\rightarrow 0}\frac{\sin\left ( n\pi \right )\cos\left ( ny \right )-\cos\left ( n\pi \right )\sin\left ( ny \right )}{\sin\left ( m\pi \right ) \cos\left ( my \right )-\cos\left ( m\pi \right )\sin\left ( my \right )}\\\\=\lim_{y\rightarrow 0}\frac{-\cos\left ( n\pi \right )\sin\left ( ny \right )}{-\cos\left ( m\pi \right )\sin\left ( my \right )} \\\\=\frac{\cos \left ( n\pi \right )}{\cos \left ( m\pi \right )}\lim_{y\rightarrow 0}\frac{n\cos\left ( ny \right )}{m\cos\left ( my \right )}\\ \\=\frac{\cos \left ( n\pi \right )}{\cos \left ( m\pi \right )}\frac{n}{m}\lim_{y\rightarrow 0}\frac{\cos\left ( ny \right )}{\cos\left ( my \right )}\\ \\=\frac{\cos \left ( n\pi \right )}{\cos \left ( m\pi \right )}\frac{n}{m}$$

If $m$ and $n$ are both even or both odd, $$\frac{\cos \left ( n\pi \right )}{\cos \left ( m\pi \right )}\frac{n}{m}=1\cdot \frac{n}{m}=\frac{n}{m}$$

If one is even and the other is odd, $$\frac{\cos \left ( n\pi \right )}{\cos \left ( m\pi \right )}\frac{n}{m}=\left ( -1 \right )\cdot \frac{n}{m}=-\frac{n}{m}$$