Skip to main content

Definitions

Integral Calculus

Definite Integral

  • Concept: The definite integral is the accumulated sum of the values of a function over an interval [a, b].

  • Mathematical Definition:

    abf(x)dx=limni=1nf(xi)Δx\int_{a}^{b} f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x

    where Δx\Delta x is the width of the subintervals, xix_i^* is a sample point in each interval, and the function f(x)f(x) is continuous on [a, b].

Anti-Derivative

  • Concept: An anti-derivative of a function f(x)f(x) is a function F(x)F(x) whose derivative is f(x)f(x).
  • Relationship: If F(x)=f(x)F'(x) = f(x), then F(x)F(x) is an anti-derivative of f(x)f(x).

Indefinite Integral

  • Concept: The indefinite integral represents a family of functions F(x)F(x) that are anti-derivatives of f(x)f(x).

  • General Form:

    f(x)dx=F(x)+C\int f(x) \, dx = F(x) + C

    where CC is the constant of integration, encapsulating all possible anti-derivatives of f(x)f(x).