
Isabella S.
asked 11/20/21How do you tell when an improper integral converges or diverges? (specific question)
Hello! I'm having trouble understanding why the improper integral I'm answering is labeled as divergent when it looks like it converges. The improper integral is 1/x3, in-between the interval [-1, 2]. I split the integral so 0 could equal t-> -inf and t->inf. When I did the lim as t->inf, I found the antiderivative to be (-1/2)(1/x2), and plugging in the a and b, leading to this:
a = -1, b = t
(-1/2) limt->inf (1/t2 - 1/(-1)2)
(-1/2) limt->inf (1/t2 - 1)
Given that 1/x^2 converges to 0, I thought that this side of the integral would converge to -1/2. The other side of the integral is similar:
a = t, b = 2
(-1/2) limt->-inf (1/22 - 1/t2)
(-1/2) limt->-inf (1/4 - 1/t2)
What am I doing wrong? In general, I can solve an integral- I just can't tell when it diverges or converges. Are there any methods to determine this? Sorry if it's a bit messy, I don't know how else to ask this question.
1 Expert Answer

Osman A. answered 11/20/21
Professor of Engineering Calculus and Business Calculus
How do you tell when an improper integral converges or diverges? (specific question): Hello! I'm having trouble understanding why the improper integral I'm answering is labeled as divergent when it looks like it converges. The improper integral is 1/x3, in-between the interval [-1, 2]. I split the integral so 0 could equal t-> -inf and t->inf. When I did the lim as t->inf, I found the antiderivative to be (-1/2)(1/x2), and plugging in the a and b.
Detailed Solution:
Question to you: Why t-> ± ∞? Where did you get this information? (0 ≠ ± ∞). The question is clear: in-between the interval [-1, 2]. Thus, you should not go below -1 or above 2.
∫ (1/x3) dx = ∫ x-3 dx = (x-2)/(-2) = -1/(2x2)
Since there is Discontinuity/Asymptote at x = 0, this is improper integral that needs to be split, the [-1, 2] into [-1, t] and [s, 2] and see what happen at the Discontinuity/Asymptote at x = 0 by taken Limit as t --> 0 and Limit as s --> 0
Limit as t --> 0
-1/(2x2) Evaluated at interval [-1, t] = -1/2(t)2 - (-1/2(-1)2) = -1/2t2 + 1/2
Lim t --> 0 (-1/2t2 + 1/2) = -1/2(0)2 + 1/2 = -1/0 + 1/2 = -∞ + 1/2 = -∞ (Diverges)
Limit as s --> 0
-1/(2x2) Evaluated at interval [s, 2] = -1/2(2)2 - (-1/2(s)2) = -1/8 + 1/2s2 = -1/8 + 1/2s2
Lim s --> 0 (-1/8 + 1/2s2) = -1/8 + 1/2(0)2 = -1/8 + 1/0 = -1/8 + ∞ = ∞ (Diverges)
∫ (1/x3) dx in interval [-1, 2] = Lim t --> 0 (-1/(2x2) Evaluated at interval [-1, t]) + Lim s --> 0 (-1/(2x2) Evaluated at interval [s, 2])
= Lim t --> 0 ( -1/2t2 + 1/2) + Lim s --> 0 ( -1/8 + 1/2s2)
= (-1/2(0)2 + 1/2) + (-1/8 + 1/2(0)2)
= (-1/0 + 1/2) + (-1/8 + 1/0 )
= (-∞ + 1/2) + (-1/8 + ∞)
= -∞ (Diverges) + ∞ (Diverges)
= Diverges
Therefore: The improper integral: ∫ (1/x3) dx in interval [-1, 2], diverges as x --> 0.
Note: Without calculus, if you graph 1/x3, you will clearly see it increases/decrease without bound as x ==> 0, therefore it Diverges as x ==> 0
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Osman A.
You very welcome – it is my pleasure to help. Thank you for the Upvotes11/28/21