2.4 Integral Calculus & Applications
Key Takeaways
- Execute fundamental integration techniques including u-substitution, integration by parts, and trigonometric substitution.
- Calculate RMS values, average power, and total stored charge for periodic electrical waveforms using definite integrals.
- Determine areas between curves and volumes of revolution using disk, washer, and cylindrical shell methods.
- Compute centroids, moments of inertia, and arc lengths for physical electronic components and antenna profiles.
2.4 Integral Calculus & Applications
Integral calculus is the mathematical inverse of differentiation. In electronics engineering, integration is used to evaluate total accumulated quantities, such as electric charge, stored energy, average power, Root-Mean-Square (RMS) voltage, and geometric centroids.
1. Fundamental Integration Techniques
Standard Integration Rules
- Power Rule: $\int x^n dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)$
- Logarithmic Integration: $\int \frac{1}{x} dx = \ln|x| + C$
- Exponential Integration: $\int e^{ax} dx = \frac{1}{a} e^{ax} + C$
- Trigonometric Integration: $\int \sin(ax) dx = -\frac{1}{a}\cos(ax) + C \quad | \quad \int \cos(ax) dx = \frac{1}{a}\sin(ax) + C$
Key Techniques
- Integration by Substitution (u-sub): Transform $\int f(g(x))g'(x)dx$ into $\int f(u)du$ by letting $u = g(x)$.
- Integration by Parts (IBP): Derived from the product rule:
- Partial Fraction Integration: Resolves rational functions into simpler integrable logarithmic/exponential fractions.
2. Definite Integrals & ECE Electrical Signal Applications
The Fundamental Theorem of Calculus states that $\int_a^b f(x) dx = F(b) - F(a)$, where $F'(x) = f(x)$.
Electrical Quantities Defined by Definite Integrals
- Accumulated Electric Charge: $Q = \int_{t_1}^{t_2} i(t) dt$
- Average Value of Periodic Signal (Period $T$):
- Root-Mean-Square (RMS) Value of Periodic Signal:
- Energy Stored in Capacitor / Inductor: $E_C = \int_0^V c \cdot v , dv = \frac{1}{2} C V^2 \quad | \quad E_L = \int_0^I l \cdot i , di = \frac{1}{2} L I^2$
Worked ECE Board Example 1: RMS Calculation of Triangular Waveform
Problem: A symmetric triangular voltage waveform rises linearly from $0\text{ V}$ to peak voltage $V_m = 12\text{ V}$ over half-period $t_0$ (so $v(t) = \frac{V_m}{t_0}t$ for $0 \le t \le t_0$). Compute its RMS voltage $V_{\text{rms}}$.
Solution:
- Step 1: Due to symmetry over the full period, evaluate the mean-square value over half-period $t_0$:
- Step 2: Perform definite integration:
- Step 3: Substitute back:
- Step 4: For $V_m = 12\text{ V}$:
3. Geometric Applications: Area & Volume of Revolution
Area Between Curves
The area $A$ bounded between top curve $y_1 = f(x)$ and bottom curve $y_2 = g(x)$ from $x = a$ to $x = b$ is:
Volumes of Solids of Revolution
- Disk Method (Rotation about x-axis): $V = \pi \int_a^b [f(x)]^2 dx$
- Washer Method (Rotation about x-axis between two curves): $V = \pi \int_a^b \left( [f(x)]^2 - [g(x)]^2 \right) dx$
- Cylindrical Shell Method (Rotation about y-axis): $V = 2\pi \int_a^b x f(x) dx$
Worked ECE Board Example 2: Area Bounded by Signal Asymptotes
Problem: Calculate the area of the region bounded by the curves $y = 2x$ and $y = x^2$.
Solution:
- Step 1: Find points of intersection by setting $x^2 = 2x \implies x(x - 2) = 0 \implies x = 0$ and $x = 2$.
- Step 2: Over $0 \le x \le 2$, $2x \ge x^2$. Set up definite integral for area:
4. Physical Applications: Centroids & Arc Length
Centroid of a Planar Region $(\bar{x}, \bar{y})$
For a region bounded by $y = f(x)$ above the x-axis from $x = a$ to $x = b$ with total area $A$:
Arc Length of a Curve
The physical length $L$ of a curve $y = f(x)$ from $x = a$ to $x = b$ (used to find physical wire lengths in antenna coils or transmission lines) is:
Worked ECE Board Example 3: Integration by Parts for Signal Energy
Problem: Evaluate the energy integral $I = \int_0^{\pi/2} t \cos(t) dt$.
Solution:
- Step 1: Use Integration by Parts: Let $u = t \implies du = dt$, and $dv = \cos(t)dt \implies v = \sin(t)$.
- Step 2: Apply formula $\int u dv = uv - \int v du$:
- Step 3: Evaluate limits from $0$ to $\pi/2$:
5. Summary Table of Integration Formulas & Applications
| Engineering Quantity | Integral Formula | ECE Application Context |
|---|---|---|
| RMS Value | $V_{\text{rms}} = \sqrt{\frac{1}{T} \int_0^T v^2(t) dt}$ | AC effective power calculation for non-sinusoidal waves |
| Integration by Parts | $\int u dv = uv - \int v du$ | Evaluating Fourier & Laplace transforms of $t e^{-at}$ or $t \cos(\omega t)$ |
| Area Between Curves | $A = \int_a^b [f(x) - g(x)] dx$ | Determining probability density areas, signal power envelope |
| Disk Volume | $V = \pi \int_a^b [f(x)]^2 dx$ | Component packaging volume, coaxial shielding envelope |
| Arc Length | $L = \int_a^b \sqrt{1 + (y')^2} dx$ | Determining exact wire length of helical or parabolic antenna elements |
What is the value of the definite integral ∫₀^{π/2} t cos(t) dt evaluated using integration by parts?
A symmetrical triangular voltage waveform rises linearly from 0 V to peak voltage V_m = 12 V over half-period t_0. What is its Root-Mean-Square (V_rms) voltage?
What is the area of the region bounded between the curves y = 2x and y = x²?