Show through induction: $\lim_{x\to\infty} \frac{\ln^k x}x=0$
Well the base case of 1 is rather trivial, but when substituting k for k+1 for the inductive hypothesis step we get,
$\lim_{x\to\infty} \frac{\ln^{k+1} x}x=0$
Applying L'Hospital's rule gets is not helpful as we will get
$\lim_{x\to\infty} \frac{(k+1)\ln^{k} x}x$
Applying l 'hospital's again gets:
$\lim_{x\to\infty} \frac{-(k+1)(\ln^{k-1} x) ({\ln (x)} -k)}{x^2} $
Applying l 'hospital's rule runs into an issue of always having an infinity/infinity issue.
Sometimes when l'hospital's rule gets stuck, there is an algebraic manipulation that can be done to overcome the problem. I am not seeing anything. I am wonder what would be another course of action to prove the k+1 case of induction.
I think you might be mistaken in your application of L'Hospital's rule. Assume that case $k$ is true. That is, $$\lim_{x\rightarrow \infty} \frac{\ln^k x}{x}=0.$$ The case $k+1$ is $$\lim_{x\rightarrow \infty} \frac{\ln^{k+1} x}{x}=0,$$ which is of the form $\infty/\infty$.
Apply L'Hospital's rule, $$\lim_{x\rightarrow \infty} \frac{(k+1)\ln^{k} x (1/x)}{1}=(k+1)\lim_{x\rightarrow \infty} \frac{\ln^{k} x}{x}=0,$$ from case $k$.