Chapter 1-8: Introduction to Chemistry and Cellular Biology (Video)

1. Fundamental Theorem of Calculus, Part 1 (FTC1)

If ff is continuous on [a,b][a, b], then the function F(x)F(x) defined by F(x)=axf(t)dtF(x) = \int_{a}^{x} f(t) dt where axba \le x \le b, is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), and F(x)=f(x)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:

    1. Evaluating derivatives of integrals.

    2. Defining new functions using integrals.

2. Fundamental Theorem of Calculus, Part 2 (FTC2)

If ff is continuous on [a,b][a, b] and FF is any antiderivative of ff on [a,b][a, b] (i.e., F(x)=f(x)F'(x) = f(x)), then abf(x)dx=F(b)F(a)\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:

    1. Calculating definite integrals.

    2. Finding the area under a curve.

    3. 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 ff to be continuous over the interval of integration.

  • Upper and Lower Limits: When applying FTC2, remember that <em>abf(x)dx=F(b)F(a)\int<em>{a}^{b} f(x) dx = F(b) - F(a). If the limits are reversed, the sign of the result changes: </em>baf(x)dx=F(a)F(b)=(F(b)F(a))=abf(x)dx\int</em>{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)F(x) for FTC2, the constant of integration CC is irrelevant because it cancels out: (F(b)+C)(F(a)+C)=F(b)F(a)(F(b) + C) - (F(a) + C) = F(b) - F(a).

5. Example Application of FTC2

Evaluate 01x2dx\int_{0}^{1} x^2 dx.

  • Step 1: Find an antiderivative of f(x)=x2f(x) = x^2.
    An antiderivative is F(x)=x33F(x) = \frac{x^3}{3}. (We can ignore the constant CC).

  • Step 2: Apply FTC2.
    01x2dx=F(1)F(0)=133033=130=13\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}