The limit,
$\displaystyle{\lim \limits_{x \to \frac\pi4}\frac{(\csc^2x-2\tan^2x)}{(\cot x-1)}}=6$
is easily found using L'Hôpitals Rule. However, the exercise is to evaluate it without using this method. I've tried multiple substitutions, mainly pythagoric and reciprocal identities, but without success, the indeterminate form $\frac{0}{0}$ keeps appearing. I’ve also tried splitting the limit and doing the substitutions. I'm looking to simplify the expression in order to evaluate the limit directly.
Thanks in advance.
This limit can actually be calculated quite directly. You only need $\tan \frac{\pi}{4}= 1$
Rewrite the expression as follows and set $t=\tan x$ and consider $t\to 1:$
\begin{eqnarray*}\frac{(\csc^2x-2\tan^2x)}{(\cot x-1)} & = & \frac{\frac{\cos^2 x}{\sin^2 x}+1-2\tan^2x}{\frac 1{\tan x}- 1} \\ & \stackrel{t=\tan x}{=} & \frac{\frac 1{t^2}+1-2t^2}{\frac 1t-1}\\ & = & \frac{1+t^2 - 2t^4}{t(1-t)}\\ & = & \frac{(1-t)(1+t)(1+2t^2)}{t(1-t)}\\ & = & \frac{(1+t)(1+2t^2)}{t} \stackrel{t\to1}{\longrightarrow}6\\ \end{eqnarray*}