Problem Finding the limit with 2 parameters where $I(n,m) = \lim\limits_{x \to \pi} \frac{\sin (nx)}{\sin (mx)}$

117 Views Asked by At

Here i have a problem since x approaches pi

So here i have to calculate the Limit and then add it

I (2019,2020) + I (2018,2020) + I (2019,2021) rounded upto 4 decimal places

I got a answer of 2.9975 which is wrong i need to know how to approach this problem

2

There are 2 best solutions below

0
On BEST ANSWER

Hospital:

$\lim_{x \rightarrow π}\dfrac{n\cos (nx)}{m\cos(mx)}=$

$(n/m)(-1)^n(-1)^m=$

$(n/m)(-1)^{n+m}.$

0
On

Let $x-\pi=y$

$$\sin(mx)=\sin m(\pi+y)=\sin(my)\cos(m\pi)$$

Now for integer $m,\cos(m\pi)=(-1)^m$

For integer $m,n;$ $$\lim_{x\to\pi}\dfrac{\sin mx}{\sin nx}=(-1)^{m-n}\dfrac mn\cdot\dfrac{\lim_{y\to0}\dfrac{\sin my}{my}}{\lim_{y\to0}\dfrac{\sin ny}{ny}}$$