Types of Improper Integrals
Type 1: Infinite Limits
∫a∞f(x)dx=limt→∞∫atf(x)dx
∫−∞bf(x)dx=limt→−∞∫tbf(x)dx
∫−∞∞f(x)dx=∫−∞cf(x)dx+∫c∞f(x)dx
Type 2: Discontinuous Integrands
If f has a discontinuity at c in [a,b]:
∫abf(x)dx=limt→c−∫atf(x)dx+lims→c+∫sbf(x)dx
If f is discontinuous at a:
∫abf(x)dx=limt→a+∫tbf(x)dx
If f is discontinuous at b:
∫abf(x)dx=limt→b−∫atf(x)dx
Convergence and Divergence
- Converges: if the limit exists and is finite
- Diverges: if the limit is ±∞ or doesn't exist
Important Result: p-Integral
∫1∞xp1dx={p−11divergesif p>1 (converges)if p≤1
∫01xp1dx={1−p1divergesif p<1 (converges)if p≥1
Comparison Test
If 0≤f(x)≤g(x) for x≥a:
- If ∫a∞g(x)dx converges, then ∫a∞f(x)dx converges
- If ∫a∞f(x)dx diverges, then ∫a∞g(x)dx diverges
Examples
Example 1: Infinite upper limit
∫1∞x21dx=limt→∞∫1tx−2dx
=limt→∞[−x1]1t
=limt→∞(−t1+1)
=0+1=1
Converges to 1.
Example 2: Infinite lower limit
∫−∞0exdx=limt→−∞∫t0exdx
=limt→−∞[ex]t0
=limt→−∞(1−et)
=1−0=1
Converges to 1.
Example 3: Both limits infinite
∫−∞∞1+x21dx
=∫−∞01+x21dx+∫0∞1+x21dx
=limt→−∞[arctan(x)]t0+lims→∞[arctan(x)]0s
=(0−(−2π))+(2π−0)
=π
Example 4: Discontinuity at endpoint
∫01x1dx=limt→0+∫t1x−1/2dx
=limt→0+[2x]t1
=limt→0+(2−2t)
=2−0=2
Example 5: Discontinuity in interior
∫03(x−1)2/31dx
Split at x=1:
=∫01(x−1)2/31dx+∫13(x−1)2/31dx
First: limt→1−[3(x−1)1/3]0t=limt→1−(3(t−1)1/3+3)=3
Second: lims→1+[3(x−1)1/3]s3=3(2)1/3−0=332
Total: 3+332
Example 6: Divergent integral
∫1∞x1dx=limt→∞[ln∣x∣]1t
=limt→∞(ln(t)−0)
=∞
Diverges.
Example 7: Using comparison
∫1∞e−x2dx
Since e−x2<e−x for x>1:
∫1∞e−xdx=limt→∞[−e−x]1t=0+e−1=e1 (converges)
Therefore ∫1∞e−x2dx also converges.