Suppose we have to find the following limit $\lim_{x\to\infty}\frac{x^5+x^3+4}{x^4-x^3+1}$
Now, if we work with the De L'Hopital rule with successive differentiations we get $L=+\infty$
But if we work like this instead: $$L=\lim_{x\to\infty}\frac{x^5(1+\frac{1}{x^2}+\frac{4}{x^5})}{x^5(\frac{1}{x}-\frac{1}{x^2}+\frac{1}{x^5})}$$ then $L$ does not exist.
What is correct and what is false here? I'm a little confused.