Chapter 1-8: Introduction to Chemistry and Cellular Biology (Video)
1. Fundamental Theorem of Calculus, Part 1 (FTC1)
If f is continuous on [a, b], then the function F(x) defined by F(x) = \int_{a}^{x} f(t) dt where a \le x \le b, is continuous on [a, b] and differentiable on (a, b), and F'(x) = f(x).
Key Idea: This part establishes a connection between differentiation and integration. It states that the derivative of an integral with a variable upper limit is the integrand itself, evaluated at that upper limit.
Applications:
Evaluating derivatives of integrals.
Defining new functions using integrals.
2. Fundamental Theorem of Calculus, Part 2 (FTC2)
If f is continuous on [a, b] and F is any antiderivative of f on [a, b] (i.e., F'(x) = f(x)), then \int_{a}^{b} f(x) dx = F(b) - F(a).
Key Idea: This part provides a method for evaluating definite integrals using antiderivatives. Instead of using Riemann sums, we can find an antiderivative of the function and evaluate it at the limits of integration.
Applications:
Calculating definite integrals.
Finding the area under a curve.
Solving problems involving accumulation.
3. Relationship Between FTC1 and FTC2
FTC1 shows that integration and differentiation are inverse operations. FTC2 provides a practical way to compute definite integrals by using antiderivatives found through differentiation. Together, they form the cornerstone of integral calculus.
4. Important Considerations
Continuity: Both parts of the theorem require the function f to be continuous over the interval of integration.
Upper and Lower Limits: When applying FTC2, remember that \int{a}^{b} f(x) dx = F(b) - F(a). If the limits are reversed, the sign of the result changes: \int{b}^{a} f(x) dx = F(a) - F(b) = -(F(b) - F(a)) = -\int_{a}^{b} f(x) dx.
Constant of Integration: When finding an antiderivative F(x) for FTC2, the constant of integration C is irrelevant because it cancels out: (F(b) + C) - (F(a) + C) = F(b) - F(a).
5. Example Application of FTC2
Evaluate \int_{0}^{1} x^2 dx.
Step 1: Find an antiderivative of f(x) = x^2.
An antiderivative is F(x) = \frac{x^3}{3}. (We can ignore the constant C).Step 2: Apply FTC2.
\int_{0}^{1} x^2 dx = F(1) - F(0) = \frac{1^3}{3} - \frac{0^3}{3} = \frac{1}{3} - 0 = \frac{1}{3}