How do I determine if the improper integrals converge or not?

I narrowed the options down to A and C since Bk must converge for k > 1. How do I do the same for Ak?

enter image source here

1 Answer
Jun 14, 2018

The answer is CC

Explanation:

Considering A_kAk

If the value of kk is greater than 11, you will have something of the form

[1/x^k]_0^1[1xk]10

This won't work, because 1/010 is undefined which makes the integral diverge.

This eliminates options A, D and E.

Considering B_kBk

This is your basic p-series. Just like the above integral yields something close to [1/x^k]_0^1[1xk]10, this one will be as follows:

lim_(t->oo) [1/x^k]_1^t

Recall that lim_(t->oo) 1/t^k = 0 so this converges (has a finite value).

However, if we're of the form 0 < k < 1, the numbers will be massive and the integral will diverge.

This means the correct answer is C.

Hopefully this helps!