Integration Notation
Direct Answer
Integration notation captures accumulation and serves as the inverse of differentiation. Common forms include ∫ f(x) dx for the antiderivative and ∫ab f(x) dx for the signed area under the curve from a to b.
Informal Interpretation
Integration sums infinitely many infinitesimal products f(x) dx, each representing a slice of width dx and height f(x). The total gives area, accumulation, or net change.
Formal Definition
- Indefinite integral: ∫ f(x) dx = F(x) + C, where F′(x) = f(x) and C is the constant of integration.
- Definite integral: ∫ab f(x) dx = limn → ∞ ∑i=1n f(xi*) Δx, where Δx = (b − a)/n and xi* ∈ [xi−1, xi].
Notational Variants
- Leibniz notation: ∫ f(x) dx, ∫ab f(x) dx
- Euler’s inverse operator: D−1[f](x)
- Multiple integrals: ∬ f(x,y) dA, ∭ f(x,y,z) dV
- Line and surface integrals: ∮C F·dr, ∬S F·dS
Examples
- ∫ x2 dx = x3/3 + C
- ∫01 x2 dx = [x3/3]01 = 1/3
- ∫ 2x ex2 dx = ex2 + C
- ∫ u dv = u v − ∫ v du
Common Conventions
- Add + C for any indefinite integral.
- Use [F(x)]ab to denote F(b) − F(a).
- Include dx to specify the integration variable.
- Omit the differential when context makes the variable clear.
Next Steps
- Study the Fundamental Theorem of Calculus linking differentiation and integration.
- Learn techniques: substitution, integration by parts, partial fractions.
- Explore applications: areas, volumes, arc length, and mean value.
- Dive into vector calculus: Green’s, Stokes’, and divergence theorems.
No comments:
Post a Comment