Evaluate $$\lim_{x\to \infty} \frac {x^x-4}{2^x-x^2}$$
I think it needs to use L'Hospital Rule.
So, I first calculate $\frac {d x^x}{dx}= x^x(\ln x+1)$.
And then $$\lim_{x\to \infty} \frac {x^x-4}{2^x-x^2}=\lim_{x\to \infty} \frac {x^x(\ln x+1)}{2^x(\ln 2)-2x}$$
It seems that I need to use L'Hospital Rule again. But when I do it, the thing inside the limit becomes more complicated.
How should I do next? Or maybe my way is false?