Definition and Concept
Formal Definition
Definite integral: limit of Riemann sums over closed interval [a,b]. Represents signed area under curve f(x) on [a,b]. Notation: ∫ab f(x) dx. Integrand: function f(x). Limits: a (lower), b (upper).
Geometric Interpretation
Area bounded by curve y=f(x), x-axis, and vertical lines x=a, x=b. Positive area if f(x) ≥ 0, negative if f(x) ≤ 0. Net accumulation: difference between positive and negative areas.
Physical Meaning
Accumulated quantity over interval: displacement from velocity, total mass from density, work done by variable force, probability in statistics.
Riemann Sums and Limit Process
Partitioning the Interval
Divide [a,b] into n subintervals: a=x0< x1< ... < xn=b. Subinterval width: Δxi=xi - xi-1.
Sample Points
Select points ξi ∈ [xi-1, xi] for each subinterval. Function values f(ξi) approximate integrand behavior.
Riemann Sum Expression
Sum Sn = ∑i=1n f(ξi) Δxi. Approximates integral, improves as max Δxi → 0.
Limit Definition
Definite integral defined as limit:
∫ab f(x) dx = limmax Δxi → 0 ∑i=1n f(ξi) ΔxiTypes of Riemann Sums
Left, right, midpoint sums differ by choice of ξi. Each provides approximation; all converge to integral as n → ∞.
Fundamental Theorem of Calculus
Part 1: Integral as Antiderivative
Defines function F(x) = ∫ax f(t) dt. F'(x) = f(x) if f continuous on [a,b]. Links differentiation and integration.
Part 2: Evaluation of Definite Integrals
If F is antiderivative of f, then ∫ab f(x) dx = F(b) - F(a). Enables exact calculation without limit process.
Conditions for Validity
f must be integrable and continuous almost everywhere on [a,b]. Generalizations exist for functions with finite discontinuities.
Proof Outline
Utilizes limit definition of integral, Mean Value Theorem for derivatives, and properties of continuous functions.
Properties of Definite Integrals
Linearity
∫ab [cf(x) + dg(x)] dx = c∫ab f(x) dx + d∫ab g(x) dx for constants c,d.
Additivity over Intervals
∫ab f(x) dx + ∫bc f(x) dx = ∫ac f(x) dx.
Reversal of Limits
∫ab f(x) dx = -∫ba f(x) dx.
Comparison
If f(x) ≤ g(x) on [a,b], then ∫ab f(x) dx ≤ ∫ab g(x) dx.
Absolute Value Inequality
|∫ab f(x) dx| ≤ ∫ab |f(x)| dx.
Methods of Evaluation
Direct Antiderivative Computation
Find F(x) such that F' = f, then apply F(b)-F(a). Efficient for elementary functions.
Substitution Method
Change variable to simplify integrand. Requires adjusting limits accordingly.
Integration by Parts
Formula: ∫ u dv = uv - ∫ v du. Useful when integrand is product of functions.
Partial Fractions
Decompose rational functions into simpler fractions, integrate termwise.
Numerical Methods
Used when antiderivative unavailable. Includes trapezoidal, Simpson’s rule, Romberg integration.
Improper Integrals
Definition and Types
Integrals with infinite limits or discontinuous integrands in interval. Examples: ∫a∞ f(x) dx, ∫cd f(x) dx with singularity at c or d.
Convergence Criteria
Integral converges if limit of integral over finite approximations exists and finite.
Evaluation Techniques
Use limit definitions, comparison test, p-integrals, and special functions.
Examples
∫1∞ 1/x² dx converges; ∫1∞ 1/x dx diverges.
Applications
Area Under Curves
Computes exact area between graph and axis over interval.
Physics: Work and Energy
Work done by variable forces: W = ∫ F(x) dx. Energy stored in systems via integrals of power functions.
Probability and Statistics
Definite integrals calculate probabilities, expected values for continuous random variables.
Economics
Consumer and producer surplus calculations, accumulated cost or revenue over time intervals.
Engineering
Signal processing, area moments, center of mass computations.
Comparison with Indefinite Integrals
Indefinite Integral Definition
Antiderivative family of f(x), denoted ∫ f(x) dx + C, no specified limits.
Definite vs Indefinite
Definite integral yields numerical value; indefinite integral yields function plus constant.
Connection via Fundamental Theorem
Definite integral evaluated using antiderivative from indefinite integral.
Usage Contexts
Indefinite for general solutions, definite for specific accumulated quantities.
Numerical Integration Techniques
Trapezoidal Rule
Approximates area under curve by trapezoids. Formula: (b−a)/2 [f(a) + f(b)].
Simpson’s Rule
Uses parabolic arcs to approximate segments. More accurate than trapezoidal for smooth functions.
Romberg Integration
Refines trapezoidal estimates via Richardson extrapolation for higher accuracy.
Gaussian Quadrature
Weighted sum of function values at specific points. Efficient for polynomials.
Error Estimation
Error depends on function smoothness, partition size, and method order.
| Method | Approximation Formula | Error Order |
|---|---|---|
| Trapezoidal | (b−a)/2 [f(a)+f(b)] | O(h²) |
| Simpson’s | (b−a)/6 [f(a)+4f((a+b)/2)+f(b)] | O(h⁴) |
Integration Techniques Relevant to Definite Integrals
Substitution (Change of Variable)
Transforms integral into simpler variable u=g(x). Adjust limits: x=a → u=g(a), x=b → u=g(b).
Integration by Parts
Formula: ∫ab u dv = [uv]ab − ∫ab v du. Useful for products.
Partial Fraction Decomposition
Breaks rational functions into simpler fractions, integrates termwise.
Trigonometric Substitution
Applies when integrand contains √(a²−x²), √(a²+x²), or √(x²−a²). Changes variable to trig function.
Reduction Formulas
Recursive relations reduce powers or complexity of integrand.
Integration by parts formula:∫ab u dv = [uv]ab − ∫ab v duSubstitution:If u = g(x), then∫ab f(x) dx = ∫g(a)g(b) f(g⁻¹(u)) (dg⁻¹/du) duWorked Examples
Example 1: Basic Polynomial
Evaluate ∫02 (3x² + 2x) dx.
Solution:
Antiderivative F(x) = x³ + x²Evaluate F(2) - F(0) = (8 + 4) - (0 + 0) = 12Example 2: Trigonometric Function
Evaluate ∫0π sin x dx.
Solution:
Antiderivative F(x) = -cos xEvaluate F(π) - F(0) = (-cos π) - (-cos 0) = (-(-1)) - (-1) = 1 + 1 = 2Example 3: Substitution Method
Evaluate ∫14 x√(x² + 1) dx.
Solution:
Let u = x² + 1 ⇒ du = 2x dx ⇒ (1/2) du = x dxChange limits: x=1 ⇒ u=2, x=4 ⇒ u=17Integral becomes (1/2) ∫217 √u du = (1/2) * (2/3) u^(3/2) |217 = (1/3) [17^(3/2) - 2^(3/2)]Example 4: Improper Integral
Evaluate ∫1∞ 1/x² dx.
Solution:
Limit as t→∞ of ∫1t x⁻² dx = limit t→∞ [ -1/x ]1t = limit t→∞ [-1/t + 1] = 1Common Misconceptions
Confusing Area with Integral Value
Integral sums signed area; negative regions subtract. Area is always positive.
Ignoring Limits in Substitution
Failing to adjust limits leads to incorrect definite integral values.
Assuming Continuity is Always Required
Functions with finite discontinuities can be integrable; improper integrals extend concept.
Misapplying Integration by Parts
Incorrectly applying formula or limits causes errors in definite integral evaluation.
Overlooking Convergence in Improper Integrals
Assuming all improper integrals converge leads to invalid conclusions.
References
- Stewart, James. Calculus: Early Transcendentals. 8th ed., Cengage Learning, 2015, pp. 325-380.
- Thomas, George B., and Ross L. Finney. Calculus and Analytic Geometry. 9th ed., Addison-Wesley, 1996, pp. 210-260.
- Apostol, Tom M. Calculus, Vol. 1: One-Variable Calculus, with an Introduction to Linear Algebra. 2nd ed., Wiley, 1967, pp. 120-170.
- Spivak, Michael. Calculus. 4th ed., Publish or Perish, 2008, pp. 200-250.
- Burden, Richard L., and J. Douglas Faires. Numerical Analysis. 9th ed., Brooks Cole, 2010, pp. 290-330.