1 Improper Integrals
Total Page:16
File Type:pdf, Size:1020Kb
July 14, 2019 MAT136 { Week 6 Justin Ko 1 Improper Integrals In this section, we will introduce the notion of integrals over intervals of infinite length or integrals of functions with an infinite discontinuity. These definite integrals are called improper integrals, and are understood as the limits of the integrals we introduced in Week 1. Definition 1. We define two types of improper integrals: 1. Infinite Region: If f is continuous on [a; 1) or (−∞; b], the integral over an infinite domain is defined as the respective limit of integrals over finite intervals, Z 1 Z t Z b Z b f(x) dx = lim f(x) dx; f(x) dx = lim f(x) dx: a t!1 a −∞ t→−∞ t R 1 R a If both a f(x) dx < 1 and −∞ f(x) dx < 1, then Z 1 Z a Z 1 f(x) dx = f(x) dx + f(x) dx: −∞ −∞ a R 1 If one of the limits do not exist or is infinite, then −∞ f(x) dx diverges. 2. Infinite Discontinuity: If f is continuous on [a; b) or (a; b], the improper integral for a discon- tinuous function is defined as the respective limit of integrals over finite intervals, Z b Z t Z b Z b f(x) dx = lim f(x) dx f(x) dx = lim f(x) dx: a t!b− a a t!a+ t R c R b If f has a discontinuity at c 2 (a; b) and both a f(x) dx < 1 and c f(x) dx < 1, then Z b Z c Z b f(x) dx = f(x) dx + f(x) dx: a a c R b If one of the limits do not exist or is infinite, then a f(x) dx diverges. If the limit in the above definitions exist and is finite, then we say the integrals are convergent. If the limits do not exist, or if it equals ±∞, then we say the integral is divergent. Example 1. An illustration of the two main types of improper integrals are depicted below. a a b Figure 1: Infinite region case Figure 2: Infinite discontinuity case Page 1 of 6 July 14, 2019 MAT136 { Week 6 Justin Ko 1.1 Example Problems Strategy: We compute the integrals normally then take a limit at the last step to evaluate it. Problem 1. (??) Find Z 1 ln(x) dx: 0 Solution 1. Since limx!0 ln(x) = −∞, the integral is interpreted as an improper integral. Computing the integral like usual, we see that Z 1 Z 1 ln(x) dx = lim ln(x) dx 0 t!0+ t x=1 = lim x ln(x) − x By Parts t!0+ x=t = lim − 1 − t ln(t) + t L'H^opital'sRule t!0+ = −1: To compute the limit of t ln(t), we used L'H^opital'sRule, 1 ln(t) t lim t ln(t) = lim 1 = lim 1 = lim −t = 0: t!0+ t!0+ t!0+ t!0+ t − t2 Problem 2. (?) Find Z 1 1 dx: 1 x Solution 2. Since we are integrating over an infinite region, the integral is interpreted as an improper integral. Computing the integral like usual, we see that Z 1 1 Z t 1 dx = lim dx 1 x t!1 1 x x=t = lim ln(x) t!1 x=1 = lim ln(t) ln(1) = 0 t!1 = 1: Since the value is +1, this integral is divergent. Problem 3. (??) Find Z 2 1 4 dx: −1 x 1 Solution 3. Since limx!0+ x4 = 1, the integral is interpreted as an improper integral, Z 2 1 Z 0 1 Z 2 1 4 dx = 4 dx + 4 dx −1 x −1 x 0 x Page 2 of 6 July 14, 2019 MAT136 { Week 6 Justin Ko Computing the first integral like usual, we see that Z 0 1 Z t 1 4 dx = lim 4 dx −1 x t!0− −1 x 1 x=t = lim − x−3 t!0− 3 x=−1 1 1 1 = lim − · − t!0− 3 t3 3 = 1: R 2 1 Since this integral diverges, −1 x4 dx also diverges. Remark: It is very easy to make a mistake in this problem, because blindly integrating will give us Z 2 −3 x=2 1 x 1 1 3 4 dx = − = − − = − : −1 x 3 x=−1 24 3 8 R 0 1 This is not correct, because the integral does not exist, because −1 x4 dx diverges. The error occurred because we incorrectly applied the fundamental theorem of calculus to a discontinuous function. Problem 4. (??) Compute Z 1 1 dx: 3 x(x − 1)(x − 2) Solution 4. Since we are integrating over an infinite region, the integral is interpreted as an improper integral. Computing the integral like usual, we see that Z 1 1 Z t 1 dx = lim dx 3 x(x − 1)(x − 2) t!1 3 x(x − 1)(x − 2) Z t 1 1 1 = lim 2 − + 2 dx Partial Fractions t!1 3 x x − 1 x − 2 1 1 x=t = lim ln x − ln(x − 1) + ln(x − 2) t!1 2 2 x=3 1 1 1 1 = lim ln t − ln(t − 1) + ln(t − 2) − ln 3 − ln 2 + ln 1 : t!1 2 2 2 2 To compute the limit, notice that the first term is equal to 1 t1=2(t − 2)1=2 t(t − 2) 2 1 t(t − 2) lim ln = ln lim = ln lim = 0: t!1 t − 1 t!1 (t − 1)2 2 t!1 (t − 1)2 We can conclude that Z 1 1 1 1 1 4 dx = − ln 3 − ln 2 + ln 1 = ln ≈ 0:143841: 3 x(x − 1)(x − 2) 2 2 2 3 Page 3 of 6 July 14, 2019 MAT136 { Week 6 Justin Ko 2 Convergence Tests We can determine the convergence of integrals without explicitly computing them by comparing them with simpler integrals. 2.1 Comparison Test If f(x) ≥ g(x) ≥ 0, then the area under g is smaller than the area under f. Intuitively, if the bigger area is finite, then so is the smaller area, and if smaller area is infinite, then so is the bigger one. This intuition is made precise with a result called the comparison test: Theorem 1 (Comparison Test). If 0 ≤ g(x) ≤ f(x) for x ≥ a and f; g are continuous, then Z 1 Z 1 0 ≤ g(x) dx ≤ f(x) dx: a a This means R 1 R 1 1. If a f(x) dx converges, then a g(x) dx also converges. R 1 R 1 2. If a g(x) dx diverges, then a f(x) dx also diverges. R b Remark: A similar result holds for infinite functions. For example, if a f(x) dx converges and R b 0 ≤ g(x) ≤ f(x) for x 2 [a; b), then a g(x) dx is also convergent. Figure 3: The area under the green curve is smaller than the area under the red curve. If the area under the red curve is finite, then the area under the green curve will also be finite. 2.2 Limit Comparison Test Intuitively, the convergence of a function on an infinite region is determined by its values for large x. That is, if two continuous functions behave the same for large values of x, then both functions should converge or both functions should diverge. Theorem 2 (Limit Comparison Test). Suppose that f(x) and g(x) are positive and continuous for x ≥ a, and f(x) lim = L 2 (0; 1): x!1 g(x) R 1 R 1 Then a f(x) dx is convergent if and only if a g(x) dx is convergent. 2.3 Tails of Convergent Integrals Intuitively, if an integral of a non-negative function over an infinite region is finite, then it must get small near 1. Likewise, if the tail of the function does not vanish at 1, then the integral must diverge. R 1 Theorem 3. If f(x) ≥ 0 is continuous and a f(x) dx < 1, then Z 1 lim f(x) dx = 0: t!1 t Page 4 of 6 July 14, 2019 MAT136 { Week 6 Justin Ko 2.4 Example Problems Strategy: To determine the convergence of an improper integral, we usually compare it to one of the following integrals: 1. The integral Z 1 1 p dx (1) 1 x converges for p > 1 and diverges for p ≤ 1. 2. The integral Z 1 1 p dx (2) 0 x converges for p < 1 and diverges for p ≥ 1. 3. The integral Z 1 e−ax dx (3) 0 converges for a > 0. 1 x2 R − 2 Problem 1. (?) Is 0 e dx convergent? Solution 1. We first split the integral Z 1 2 Z 1 2 Z 1 2 − x − x − x e 2 dx = e 2 dx + e 2 dx: 0 0 1 The first integral is a regular definite integral, so it is finite. We can use the comparison test to x x2 determine the convergence of the second integral. Since 2 ≤ 2 for x ≥ 1, we have 2 Z 1 2 Z 1 − 1 x − x − x − 1 x e 2 ≥ e 2 for x ≥ 1 =) e 2 dx ≤ e 2 dx: 1 1 1 1 1 x2 R − 2 x R − 2 The upper bounding integral 1 e dx converges (see equation (3)), so we can conclude 1 e dx 1 x2 R − 2 is convergent by the comparison test (the integral 1 e dx is upper bounded by a finite number).