# [[Improper Integral of the Second Kind]] (Mathematics > Calculus)
## Definition
An **improper integral of the second kind** is an integral of the form
$
\int_a^b f(x) \, dx,
$
where both limits $a$ and $b$ are finite, but the function $f(x)$ is unbounded (has a vertical asymptote) at one or both of the endpoints. In such cases, the integral is defined as a limit:
$
\int_a^b f(x) \, dx = \lim_{c \to a^+} \int_c^b f(x) \, dx \quad \text{or} \quad \lim_{d \to b^-} \int_a^d f(x) \, dx,
$
depending on where $f(x)$ is unbounded.
## Key Concepts
- **Finite Integration Limits:** The limits of integration are finite numbers.
- **Unbounded Function:** The integrand $f(x)$ becomes infinite as $x$ approaches one of the endpoints.
- **Limit Definition:** The integral is defined via a limit process to handle the unbounded behavior.
- **Convergence and Divergence:** An improper integral of the second kind may converge (yield a finite value) or diverge.
## Important Properties
1. **Reduction to a Limit:** The improper integral is evaluated as the limit of a proper integral as the point of unboundedness is approached.
2. **Dependence on Behavior Near the Endpoint:** Convergence depends critically on the rate at which $f(x)$ becomes unbounded near the problematic endpoint.
3. **Comparison Tests:** Convergence can often be determined by comparing $f(x)$ with another function whose integrability is known.
## Essential Formulas
- **General Form:**
$
\int_a^b f(x) \, dx \quad \text{where } \lim_{x \to a^+} f(x)=\infty \text{ or } \lim_{x \to b^-} f(x)=\infty.
$
- **Definition via Limits (e.g., when $f(x)$ is unbounded at $a$):**
$
\int_a^b f(x) \, dx = \lim_{c \to a^+} \int_c^b f(x) \, dx.
$
## Core Examples
1. **Basic Example:**
The integral
$
\int_0^1 \frac{1}{\sqrt{x}} \, dx
$
is an improper integral of the second kind because the function $\frac{1}{\sqrt{x}}$ is unbounded as $x$ approaches 0. It is evaluated as:
$
\lim_{c \to 0^+} \int_c^1 \frac{1}{\sqrt{x}} \, dx.
$
2. **Advanced Application:**
Consider
$
\int_1^2 \frac{1}{(x-1)^{p}} \, dx,
$
where $p>0$. The integral is improper since $\frac{1}{(x-1)^p}$ becomes unbounded as $x \to 1^+$. The convergence of this integral depends on the value of $p$, and is defined as:
$
\lim_{c \to 1^+} \int_c^2 \frac{1}{(x-1)^{p}} \, dx.
$
## Related Theorems/Rules
- **Comparison Test:** Can be used to compare an improper integral with another integral to determine convergence or divergence.
- **p-Test for Improper Integrals:** For integrals of the form $\int_0^1 x^{-p} \, dx$, the integral converges if $p < 1$ and diverges if $p \geq 1$.
## Common Pitfalls
- **Ignoring the Limit Process:** Evaluating the integral directly without taking the appropriate limit can lead to incorrect conclusions.
- **Misidentifying the Type of Improper Integral:** Confusing improper integrals of the second kind (unbounded integrand with finite limits) with those of the first kind (infinite limits of integration).
- **Calculation Errors Near the Singularity:** Errors in handling the behavior of $f(x)$ near the point of unboundedness.
## Related Topics
- [[Improper Integrals]]
- [[Definite Integral]]
- [[Improper_Integrals]]
- [[Improper Integral Involving Arctangent]]
- [[Area Under a Curve]]
- **Improper Integrals of the First Kind:** Integrals with infinite limits of integration.
- **Convergence Tests for Integrals:** Various tests to determine if an improper integral converges or diverges.
- **p-Test for Integrals:** A specific test useful for power functions.
## Quick Review Questions
1. How is an improper integral of the second kind defined using a limit?
2. What determines whether an improper integral of the second kind converges or diverges?
***
![[Improper_Integral_of_the_Second_Kind_visualization]]