3.2 Integral Calculus, Integration Techniques & Area/Volume Applications
Key Takeaways
- Integration represents continuous summation; the Fundamental Theorem of Calculus connects derivatives and integrals via $\int_a^b f(x) \, dx = F(b) - F(a)$.
- Advanced integration methods include Integration by Parts ($\int u \, dv = uv - \int v \, du$), Trigonometric Substitution for radicals, and Partial Fractions for rational functions.
- Volumes of solids of revolution are computed via the Disk Method ($V = \pi \int r^2 \, dx$), Washer Method ($V = \pi \int (R^2 - r^2) \, dx$), or Cylindrical Shell Method ($V = 2\pi \int x y \, dx$).
- The centroid $(\bar{x}, \bar{y})$ of a planar region marks its center of mass, where $\bar{x} = \frac{1}{A} \int x \, dA$ and $\bar{y} = \frac{1}{A} \int y \, dA$.
- The Second Moment of Area (Moment of Inertia) $I_x = \int y^2 \, dA$ and $I_y = \int x^2 \, dA$ quantifies cross-sectional mechanical resistance to bending and rotation.
3.2 Integral Calculus, Integration Techniques & Area/Volume Applications
Integral calculus is the mathematics of accumulation, summation, and area. In electrical engineering, integration is used continuously—from computing electrical energy (integrating power over time) and average/RMS voltage values to evaluating electrostatic charge distributions, centroids, moments of inertia, and magnetic fluxes.
1. Fundamental Principles of Integration
Indefinite Integral
The indefinite integral of a function $f(x)$ represents the general antiderivative $F(x)$ plus an arbitrary constant of integration $C$:
Definite Integral & Fundamental Theorem of Calculus
- FTC Part 1: If $F(x) = \int_a^x f(t) , dt$, then $F'(x) = f(x)$.
- FTC Part 2: If $f(x)$ is continuous on $[a, b]$ and $F'(x) = f(x)$, then:
2. Advanced Integration Techniques
1. Integration by Parts
Derived from the product rule of differentiation: Strategy (LIATE rule for choosing $u$): Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential.
2. Trigonometric Substitution
Used to evaluate integrals containing algebraic radical expressions:
| Radical Expression | Substitution | Identity Used | Differential |
|---|---|---|---|
| $\sqrt{a^2 - x^2}$ | $x = a \sin\theta$ | $1 - \sin^2\theta = \cos^2\theta$ | $dx = a \cos\theta , d\theta$ |
| $\sqrt{a^2 + x^2}$ | $x = a \tan\theta$ | $1 + \tan^2\theta = \sec^2\theta$ | $dx = a \sec^2\theta , d\theta$ |
| $\sqrt{x^2 - a^2}$ | $x = a \sec\theta$ | $\sec^2\theta - 1 = \tan^2\theta$ | $dx = a \sec\theta \tan\theta , d\theta$ |
3. Partial Fractions Decomposition
Used to integrate rational functions $\frac{P(x)}{Q(x)}$ where degree of $P(x)$ < degree of $Q(x)$:
- Distinct Linear Factors: $\frac{1}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b}$
- Repeated Linear Factors: $\frac{1}{(x-a)^2} = \frac{A}{x-a} + \frac{B}{(x-a)^2}$
- Irreducible Quadratic Factors: $\frac{1}{(x-a)(x^2+bx+c)} = \frac{A}{x-a} + \frac{Bx+C}{x^2+bx+c}$
3. Geometric and Physical Applications
Area Under and Between Curves
The plane area bounded by upper curve $y_1 = f(x)$ and lower curve $y_2 = g(x)$ from $x = a$ to $x = b$:
Volumes of Solids of Revolution
When a planar region is revolved around an axis of rotation:
- Disk Method (Solid, perpendicular strips):
- Washer Method (Hollow solid, outer radius $R(x)$, inner radius $r(x)$):
- Cylindrical Shell Method (Parallel strips, radius $p(x)$, height $h(x)$):
Arc Length of a Curve
For a smooth curve $y = f(x)$ from $x = a$ to $x = b$:
Centroid of a Plane Area
The geometric center $(\bar{x}, \bar{y})$ of a plane area $A$:
Second Moment of Area (Moment of Inertia)
Quantifies structural stiffness of cross-sections (e.g., busbars, structural steel supports):
- About x-axis: $I_x = \int y^2 , dA = \frac{1}{3} \int_a^b [y_1(x)^3 - y_2(x)^3] , dx$
- About y-axis: $I_y = \int x^2 , dA = \int_a^b x^2 [y_1(x) - y_2(x)] , dx$
- Polar Moment of Inertia: $J_0 = I_x + I_y = \int r^2 , dA$
- Radius of Gyration: $k_x = \sqrt{\frac{I_x}{A}}, \quad k_y = \sqrt{\frac{I_y}{A}}$
Improper Integrals
- Type I (Infinite limits): $\int_a^\infty f(x) , dx = \lim_{t \to \infty} \int_a^t f(x) , dx$
- Type II (Unbounded integrand): $\int_a^b f(x) , dx = \lim_{t \to b^-} \int_a^t f(x) , dx$ (if vertical asymptote at $x = b$). If the limit exists as a finite real number, the improper integral converges; otherwise, it diverges.
Step-by-Step Worked Numerical Examples
Example 3.2.1: Energy Dissipated in a Resistor via Integration by Parts
Problem: A transient surge current $i(t) = 10 t e^{-2t}\text{ A}$ flows through a $R = 5\ \Omega$ resistor for $t \ge 0$. Calculate the total electrical energy $E = \int_0^\infty i(t)^2 R , dt$ dissipated in the resistor.
Solution:
- Formulate the power expression:
- Set up the definite integral:
- Evaluate using Integration by Parts (Tabular Method):
- Differentiate $t^2 \to 2t \to 2 \to 0$
- Integrate $e^{-4t} \to -\frac{1}{4} e^{-4t} \to \frac{1}{16} e^{-4t} \to -\frac{1}{64} e^{-4t}$
- Apply upper and lower bounds: At $b \to \infty$, the upper limit evaluation approaches $0$. At $t = 0$: $500 \cdot \left( -e^0 \left( 0 + 0 + \frac{1}{32} \right) \right) \cdot (-1) = 500 \cdot \frac{1}{32} = \frac{500}{32} = 15.625\text{ Joules}$
Example 3.2.2: Centroid of a Parabolic Region
Problem: Find the centroid $(\bar{x}, \bar{y})$ of the region bounded by $y = 4 - x^2$ and the x-axis ($y = 0$).
Solution:
- Determine bounds of integration: Set $y = 0 \implies 4 - x^2 = 0 \implies x = -2$ to $x = 2$.
- Calculate Total Area $A$:
- Determine $\bar{x}$: By symmetry about the y-axis, $\bar{x} = 0$.
- Calculate First Moment about x-axis $M_x$: At $x = 2$: $16(2) - \frac{8(8)}{3} + \frac{32}{5} = 32 - 21.333 + 6.4 = 17.0667$. Evaluating $[-2, 2]$ double bounds: $M_x = \frac{1}{2} \cdot 2 \cdot (17.0667) = \frac{256}{15} \approx 17.0667$.
- Compute $\bar{y}$: Centroid location: $(0, 1.60)$.
Example 3.2.3: Moment of Inertia of a Rectangular Busbar
Problem: Calculate the moment of inertia $I_x$ of a solid rectangular copper busbar cross-section of width $b = 40\text{ mm}$ and height $h = 100\text{ mm}$ about its centroidal horizontal axis.
Solution:
- Integration setup: Centroidal axis passes through origin $y=0$, bounds from $y = -h/2 = -50\text{ mm}$ to $y = h/2 = 50\text{ mm}$.
- Integrate:
- Substitute values: $b = 40\text{ mm}$, $h = 100\text{ mm}$:
What is the volume of revolution generated by revolving the region bounded by $y = \sqrt{x}$, $y = 0$, and $x = 4$ about the x-axis?
What is the value of the improper integral $\int_1^\infty \frac{1}{x^2} , dx$?
What is the horizontal position of the centroid $\bar{x}$ for the region bounded by $y = x^2$, the x-axis, and the vertical line $x = 3$?