I have the $$\int_{16}^{500} \frac{1}{x^{0.25} - 2} dx,$$ and am trying to find whether it converges or diverges.
I have sketched the graph and noticed that their is an asymptote at $x=16$ (hence why the integral is improper for these boundaries).
I am now trying to evaluate the limits to see if it converges or diverges but I am unsure how to approach this. Does anyone have any suggestions or hints? Thanks!
Do the change of variable $t = x^{\frac{1}{4}}-2$, i.e. $x = (t+2)^4$. Then $$ \int_{16}^{500} \frac{dx}{x^{\frac{1}{4}}-2} = \int_{0}^{500^{\frac{1}{4}}-2} \frac{4(t+2)^3}{t}dt $$ and around $0$ the integrand is equivalent to $\frac{32}{t}$ -- is it integrable?