Evaluating Improper Integrals: A Step-by-Step Guide
Hey guys! Today, we're diving deep into the fascinating world of improper integrals. You know, those integrals where either the interval of integration is infinite or the function we're integrating has some funky behavior (like a vertical asymptote) within the interval. Specifically, we're going to tackle a set of five integrals that look a bit intimidating at first glance. But don't worry, we'll break them down step by step, and by the end of this guide, you'll be a pro at evaluating them!
Let's Talk Improper Integrals
Before we jump into the nitty-gritty, let's have a quick refresher on what improper integrals actually are. Essentially, an improper integral is a definite integral where one or both of the limits of integration are infinite, or the integrand (the function inside the integral) has a discontinuity within the interval of integration. These integrals require special techniques to evaluate because we can't just directly plug in infinity or a point of discontinuity.
Why do we care about improper integrals? Well, they show up in all sorts of places in mathematics, physics, engineering, and even economics! They're used to model things like the decay of radioactive substances, the probability of events, and the behavior of systems over long periods. So, understanding how to evaluate them is a pretty crucial skill.
Integral 1: ∫₁^∞ (cos²(x))/(x²+2) dx
Alright, let's kick things off with our first integral: ∫₁^∞ (cos²(x))/(x²+2) dx. This one looks a bit tricky because we've got a cosine squared function in the numerator and a quadratic in the denominator, plus the upper limit of integration is infinity. That's a whole lotta going on!
Breaking It Down
Our main keyword here is dealing with the infinite limit. To handle this, we're going to use a classic trick: replace the infinity with a variable, say 'b', and then take the limit as 'b' approaches infinity. This transforms our improper integral into a limit of a definite integral:
lim (b→∞) ∫₁^b (cos²(x))/(x²+2) dx
Now, the challenge becomes evaluating the definite integral ∫₁^b (cos²(x))/(x²+2) dx. Unfortunately, there's no elementary function whose derivative is (cos²(x))/(x²+2). This means we can't find a simple antiderivative and use the Fundamental Theorem of Calculus directly.
The Comparison Test to the Rescue
So, what do we do? This is where the Comparison Test for improper integrals comes into play. The Comparison Test is a powerful tool that allows us to determine whether an improper integral converges (has a finite value) or diverges (goes to infinity) by comparing it to another integral whose convergence behavior we already know.
Here's the idea: We need to find a simpler function that we can compare our integrand to. Notice that cos²(x) is always between 0 and 1. Therefore, we have:
0 ≤ cos²(x) ≤ 1
Dividing by (x²+2), which is always positive for x ≥ 1, we get:
0 ≤ (cos²(x))/(x²+2) ≤ 1/(x²+2)
Now, we have our comparison! Our integrand is less than or equal to 1/(x²+2). Let's consider the integral of this simpler function:
∫₁^∞ 1/(x²+2) dx
Evaluating the Comparison Integral
This integral is something we can evaluate! We can use a trigonometric substitution (x = √2 tanθ) or recognize it as a standard integral form. Either way, we find that:
∫₁^∞ 1/(x²+2) dx = [arctan(x/√2)/√2] evaluated from 1 to ∞
= (π/(2√2)) - (arctan(1/√2)/√2)
This is a finite value! So, the integral ∫₁^∞ 1/(x²+2) dx converges.
Applying the Comparison Test
Since 0 ≤ (cos²(x))/(x²+2) ≤ 1/(x²+2) and ∫₁^∞ 1/(x²+2) dx converges, the Comparison Test tells us that our original integral, ∫₁^∞ (cos²(x))/(x²+2) dx, also converges. We haven't found the exact value, but we know it's finite!
Integral 2: ∫₁^∞ x/√(x⁶+2) dx
Next up, we have the integral ∫₁^∞ x/√(x⁶+2) dx. This one features a radical in the denominator and a polynomial in both the numerator and denominator. Again, we've got that pesky infinite limit to deal with.
The Limit Approach
Just like before, we'll replace the infinity with 'b' and take the limit:
lim (b→∞) ∫₁^b x/√(x⁶+2) dx
The key keyword here is simplifying the integrand. The presence of x⁶ inside the square root suggests a possible u-substitution. Let's try u = x³:
du = 3x² dx
We need an x² in the numerator, but we only have an x. No problem! We can rewrite the integral as:
lim (b→∞) ∫₁^b (1/3) * (3x² dx) / √(x⁶+2)
Now, we can substitute u = x³ and du = 3x² dx. Also, we need to change the limits of integration:
When x = 1, u = 1³ = 1
When x = b, u = b³
Our integral transforms to:
lim (b→∞) (1/3) ∫₁^(b³) du / √(u²+2)
A Trigonometric Substitution
This integral is looking much more manageable! To evaluate ∫ du / √(u²+2), we can use a trigonometric substitution. Let's try u = √2 tanθ:
du = √2 sec²θ dθ
√(u²+2) = √(2tan²θ + 2) = √2 √(tan²θ + 1) = √2 secθ
Substituting these into the integral, we get:
(1/3) ∫ (√2 sec²θ dθ) / (√2 secθ) = (1/3) ∫ secθ dθ
The integral of secθ is a standard one: ln|secθ + tanθ|. So we have:
(1/3) ln|secθ + tanθ|
Back to u and x
Now we need to substitute back to u and then to x. From u = √2 tanθ, we have tanθ = u/√2. We can draw a right triangle to find secθ:
[Imagine a right triangle with opposite side u, adjacent side √2, and hypotenuse √(u²+2).]
secθ = hypotenuse / adjacent = √(u²+2) / √2
So, our expression becomes:
(1/3) ln|(√(u²+2) / √2) + (u/√2)|
Substituting back u = x³, we get:
(1/3) ln|(√(x⁶+2) / √2) + (x³/√2)|
Evaluating the Limit
Now we need to evaluate the limit as b approaches infinity:
lim (b→∞) (1/3) [ln|(√(b⁶+2) / √2) + (b³/√2)| - ln|(√(1+2) / √2) + (1/√2)|]
As b approaches infinity, the term ln|(√(b⁶+2) / √2) + (b³/√2)| also approaches infinity. Therefore, the limit, and hence the improper integral, diverges.
Integral 3: ∫₁^∞ e⁻ˣ/x² dx
Our third integral is ∫₁^∞ e⁻ˣ/x² dx. This one combines an exponential function with a rational function. Again, the infinite limit is our keyword here.
The Limit Approach (Again!)
We're getting good at this! Let's replace infinity with 'b' and take the limit:
lim (b→∞) ∫₁^b e⁻ˣ/x² dx
Integration by Parts (Dun Dun Dun!)
This integral doesn't lend itself to a simple substitution. Instead, we're going to use integration by parts. Remember the formula:
∫ u dv = uv - ∫ v du
We need to choose our 'u' and 'dv' wisely. A good rule of thumb is to choose 'u' to be something that simplifies when differentiated. In this case, let's try:
u = 1/x²
dv = e⁻ˣ dx
Then:
du = -2/x³ dx
v = -e⁻ˣ
Applying the integration by parts formula, we get:
∫₁^b e⁻ˣ/x² dx = [-e⁻ˣ/x²]₁^b - ∫₁^b (-e⁻ˣ)(-2/x³) dx
= [-e⁻ˣ/x²]₁^b - 2∫₁^b e⁻ˣ/x³ dx
Cleaning Up and Evaluating the First Term
Let's evaluate the first term, [-e⁻ˣ/x²]₁^b:
[-e⁻ᵇ/b²] - [-e⁻¹/1²] = -e⁻ᵇ/b² + e⁻¹
As b approaches infinity, e⁻ᵇ approaches 0 and b² approaches infinity, so -e⁻ᵇ/b² approaches 0. Thus, the first term contributes e⁻¹ to the limit.
The Remaining Integral
Now we're left with - 2∫₁^b e⁻ˣ/x³ dx. This integral is still a bit tricky, but it's "better" than what we started with (the power of x in the denominator is higher). We could apply integration by parts again, but let's try a different approach: the Comparison Test!
The Comparison Test (Round 2!)
For x ≥ 1, we know that x³ > x². Therefore:
e⁻ˣ/x³ < e⁻ˣ/x²
Let's consider the integral ∫₁^∞ e⁻ˣ/x dx. If we can show this converges, then our remaining integral ∫₁^∞ e⁻ˣ/x³ dx will also converge.
Comparing to e⁻ˣ
For x ≥ 1, x > 1, so 1/x < 1. Therefore:
e⁻ˣ/x < e⁻ˣ
The integral ∫₁^∞ e⁻ˣ dx is a simple one to evaluate:
∫₁^∞ e⁻ˣ dx = [-e⁻ˣ]₁^∞ = 0 - (-e⁻¹) = e⁻¹
This converges! So, by the Comparison Test, ∫₁^∞ e⁻ˣ/x dx also converges, and consequently, ∫₁^∞ e⁻ˣ/x³ dx converges as well.
Putting It All Together
We found that the first term from integration by parts contributes e⁻¹ to the limit. We also showed that the remaining integral converges. Therefore, the original integral ∫₁^∞ e⁻ˣ/x² dx converges.
Integral 4: ∫₁^∞ 1/(x²+2) dx
This integral, ∫₁^∞ 1/(x²+2) dx, should look familiar! We actually encountered it earlier when we used the Comparison Test for the first integral. This is great news because we already know how to evaluate it!
Deja Vu!
We already showed that:
∫₁^∞ 1/(x²+2) dx = [arctan(x/√2)/√2] evaluated from 1 to ∞
= (π/(2√2)) - (arctan(1/√2)/√2)
So, this integral converges to (π/(2√2)) - (arctan(1/√2)/√2).
Integral 5: ∫₁^∞ (7+sin(x))/√(x-0.4) dx
Last but not least, we have ∫₁^∞ (7+sin(x))/√(x-0.4) dx. This one has a sine function in the numerator and a square root in the denominator. The keyword to remember here is divergence!
The Limit Approach (You Know the Drill)
lim (b→∞) ∫₁^b (7+sin(x))/√(x-0.4) dx
Focusing on Divergence
To determine if this integral converges or diverges, let's think about the behavior of the integrand. The sine function oscillates between -1 and 1, so 7 + sin(x) will oscillate between 6 and 8. This means the numerator is always positive and bounded away from zero.
Now, let's compare our integrand to a simpler function. Since 7 + sin(x) ≥ 6, we have:
(7+sin(x))/√(x-0.4) ≥ 6/√(x-0.4)
Let's consider the integral:
∫₁^∞ 6/√(x-0.4) dx
A Simple u-Substitution
We can use a simple u-substitution: u = x - 0.4, du = dx. The limits of integration change to:
When x = 1, u = 0.6
When x = b, u = b - 0.4
Our integral becomes:
6 ∫₀.₆^(b-0.4) u⁻¹/² du
= 6 [2u¹/²]₀.₆^(b-0.4)
= 12 [√(b-0.4) - √0.6]
The Divergence Test
As b approaches infinity, √(b-0.4) also approaches infinity. Therefore, the integral ∫₁^∞ 6/√(x-0.4) dx diverges. By the Comparison Test, our original integral, ∫₁^∞ (7+sin(x))/√(x-0.4) dx, also diverges.
Wrapping Up
Whew! We've made it through all five integrals. We've used a variety of techniques, including the limit definition of improper integrals, u-substitution, integration by parts, and the Comparison Test. Remember, the keywords for success with improper integrals are:
- Limits: Replace infinite limits with variables and take the limit.
- Substitution: Look for opportunities to simplify the integrand with u-substitution.
- Integration by Parts: A powerful tool for integrals involving products of functions.
- Comparison Test: Use simpler functions to determine convergence or divergence.
Evaluating improper integrals can be challenging, but with practice and a solid understanding of these techniques, you'll be tackling them like a pro in no time. Keep practicing, and you'll get there! You got this!