Understanding the Fundamental Theorem of Calculus and Its Applications

Fundamental Theorem of Calculus (FTC)

  • FTC Part 1:

    • States that if ( g(x) = \int_a^x f(t) \, dt ), then ( g'(x) = f(x) ).
    • This indicates that differentiation and integration are inverse operations.
  • Important Implications:

    • If ( f ) is continuous on ([a, b]), the definite integral ( \int_a^b f(x) \, dx ) exists.
    • The integral can return the original function, demonstrating the deep connection between derivatives and integrals.

FTC Part 2

  • FTC Part 2:

    • States that ( \int_a^b f(x) \, dx = F(b) - F(a) ), where ( F ) is an antiderivative of ( f ).
    • Thus, the definite integral represents the accumulation of the area under the curve from a to b.
  • Example Calculation:

    • Consider ( \int_{-2}^1 x^3 \, dx ):
    • Verify continuity of ( x^3 ) on ([-2, 1]).
    • Find the antiderivative: ( F(x) = \frac{x^4}{4} ).
    • Use FTC: ( \int_{-2}^1 x^3 \, dx = F(1) - F(-2) = \frac{1^4}{4} - \frac{(-2)^4}{4} = \frac{1}{4} - 4 = -\frac{15}{4} ).

Area Under a Curve

  • To find the area under a curve, use the definite integral.
    • When given the function ( y = x^2 ), the integral ( \int_0^1 x^2 \, dx ) computes the area between the curve and the x-axis in the interval ([0, 1]).
    • Steps include:
    1. Find the antiderivative: ( \frac{x^3}{3} ).
    2. Compute the definite integral: ( \left[ \frac{x^3}{3} \right]_0^1 = \frac{1^3}{3} - 0 = \frac{1}{3}.

Net Change Theorem

  • The integral of the derivative gives us the net change over an interval:
    • ( \int_a^b f'(x) \, dx = f(b) - f(a) ).
    • This relates to real-world applications such as displacement or total change of a quantity over time.

Key Notes

  • Indefinite Integrals: Represent a family of functions plus a constant (C).
  • Definite Integrals: Result in a numerical value representing a net area under the curve between two points.
  • It can be beneficial to understand different notations and methods of approaching problems to calculate integrals effectively.