Evaluate $$\lim_{x \to 3\pi/4}\frac{4\sin^2x \cos x-\cos x+\sin x}{\sin x+\cos x}$$
Of course L-hospitals rule kills it.The question is how to do without L-hospitals rule.The substituition $x-3\pi/4=h$ seems promising but only complicates it further.Traditional methods of multiplying by congugate don't apply here.
How do i find the limit then?
We have that
$$\lim_{x \to 3\pi/4}\frac{4\sin^2x \cos x-\cos x+\sin x}{\sin x+\cos x}= \lim_{x \to 3\pi/4}\frac{4\left(1-\frac 1{1+\tan^2 x}\right) -1+\tan x}{\tan x+1}=$$
$$=\lim_{x \to 3\pi/4}\frac{4\tan^2 x -(1-\tan x)(1+\tan^2 x)}{(1+\tan x)(1+\tan^2x)}=$$
and by $t=\tan x \to -1$
$$=\lim_{x \to -1}\frac{4t^2 -(1-t)(1+t^2)}{(1+t)(1+t^2)}=\lim_{x \to -1}\frac{t^3 + 3 t^2 + t - 1}{(1+t)(1+t^2)}=$$$$=\lim_{x \to -1}\frac{(t + 1) (t^2 + 2 t - 1)}{(1+t)(1+t^2)}=\lim_{x \to -1}\frac{t^2 + 2 t - 1}{1+t^2}=\frac{1-2-1}{1+1}=-1$$