For which values of $a$ is the integral $\int _2^{\infty }\:\:\frac{\sqrt{x+3}}{\left(x^2-2x\right)^a}dx$ converges?

75 Views Asked by At

I have a problem with this integral, I dont know what method to use to solve it. For which values of $a$ is the integral converges? $$\int _2^{\infty }\:\:\frac{\sqrt{x+3}}{\left(x^2-2x\right)^a}dx$$

1

There are 1 best solutions below

0
On BEST ANSWER

(1) Split the integral into two pieces:

$$\int_2^\infty f(x) dx = \int_2^3 f(x)dx + \int_3^\infty f(x)dx$$

(2.a) See when the first piece converges:

$$f(x) = \frac{\sqrt{x+3}}{(x^2-2x)^a} = \frac{\sqrt{x+3}}{x^a}\cdot \frac{1}{(x-2)^a}$$

The first function is bounded and non-zero on the interval $[2,3]$, meaning that $\int_2^3 f(x) dx$ converges if and only if $$\int_{2}^{3}\frac{1}{(x-2)^a}$$ converges.

(2.b) See where the second piece converges:

$$f(x) = \frac{\sqrt{x+3}}{(x^2-2x)^a} = \frac{\sqrt{1+\frac3{x}}\cdot \sqrt x}{(1-\frac{2}{x})^a \cdot x^{2a}}$$

Can you continue?