How to find a good comparison test for improper integrals?

280 Views Asked by At

I'm stuck on finding a good comparison test for this improper integral. Can anyone please help me out?

$$\int_{6}^{7} \frac{(x-4)(3x+1)}{\sqrt{x-6}}dx$$

3

There are 3 best solutions below

0
On

I don't think you need a comparison test. Substitute $u = x-6$ and then divide out the numerator and the denominator to separate and simplify the fraction. 3 of 4 integrals will be bounded obviously, and the last one will be of the form $$\int_0^1 \frac{dx}{\sqrt{x}}$$ which is integrable...

0
On

HINT

Note that

$$\int_{6}^{7} \frac{(x-4)(3x+1)}{\sqrt{x-6}}dx=\int_{0}^{1} \frac{(y+2)(3y+19)}{\sqrt{y}}dy=\int_{0}^{1} \frac{3y^2+25y+38}{\sqrt{y}}dy$$

0
On

$x\le7\implies x-4\le3$ and $3x+1\le22$

thus $$\frac {(x-4)(3x+1)}{\sqrt {x-6}}\le\frac {66}{\sqrt {x-6}} $$

the right side integral converges, so...