I have the following function which needs to be found. Obviously this function is fairly straight to find the limit using L'hospital's method (which will give $-5$). However, I need to find the limit without L'hospital's rule. $$\lim_{x \to \pi} \frac{\sin5x}{x-\pi}.$$
I've attempted something like this by taking the x out of the denominator, but I'll still get an indeterminate form. $$\lim_{x \to \pi} \frac{{\sin5x}}{x(1-\frac{\pi}{x})}.$$
$$\lim_{x \to \pi} \frac{5}{1-\frac{\pi}{x}}$$
These kind of problems are typically introduced around the time that it is shown that $$ \lim_{t\to 0} \frac{\sin(t)}{t} = 1. $$ The trick is to find a way to make that limit appear. In the current context, the first thing that comes to my mind is making it more explicit that the denominator goes to zero as $x \to \pi$. We can do this by replacing $x-\pi$ with another variable: \begin{align} \lim_{x\to \pi} \frac{\sin(5x)}{x-\pi} &= \lim_{y \to 0} \frac{\sin(5(y+\pi))}{y} && \text{(set $y=x-\pi$)} \end{align} At this point, a little bit of algebraic jiggery-pokery seems necessary to make it a little easier to see what is going on. Remember that the ultimate goal is to get the denominator to match the argument of the sine function. \begin{align} \lim_{y \to 0} \frac{\sin(5(y+\pi))}{y} &= \lim_{y \to 0} \frac{\sin(5y + 5\pi)}{y} \\ &= \lim_{y \to 0} \frac{\sin(5y)\cos(5\pi) + \cos(5y)\sin(5\pi)}{y} && \text{(angle addition formula)}\\ &= \lim_{y \to 0} \frac{-\sin(5y)}{y} && \text{($\cos(5\pi) = -1$, $\sin(5\pi) = 0$)} \\ &= \lim_{y\to 0} \frac{-\sin(5y)}{y} \frac{5}{5} \\ &= -5\lim_{y\to 0} \frac{\sin(5y)}{5y} \\ &= -5. && \left(\text{since $\lim_{t\to 0} \frac{\sin(t)}{t} = 1$}\right) \end{align}