improper integral convergance

118 Views Asked by At

How can I determine if the following improper integral is converging or diverging

$$ \int_1^{+\infty} \Bigg( \frac{x^2}{4x^4+3x^3+2x^2+x} \Bigg) dx $$ $$ \int_0^{1} \Bigg( \frac{x^2}{4x^4+3x^3+2x^2+x} \Bigg) dx $$

So I see the two improper integral are the same, with differnet bounds. My understanding is to integrate it and then compute the bounds. If it approaches infinity or negative infinity it much diverge. If it approaches a finite number it converges. However i'm having trouble integrating this.

EDIT: I mistakengly put a p as an exponent

2

There are 2 best solutions below

0
On

Hint

$$\frac{x^2}{4x^4+3x^3+2x^2+x}<{x^2\over 4x^4}={1\over 4x^2}$$

0
On

The integrand common to these integrals is $O(x)$ for small $x$, finite and positive for $x>0$, and $O(x^{-2})$ for $x<0$, so each integral converges. In particular, if $\epsilon>0$ then $\int_0^\epsilon x^p dx$ converges for $p>-1$, while $\int_\epsilon^\infty x^p dx$ converges for $p<-1$.