How to use FTC2 to evaluate a definite integral when the antiderivative is known?

The Fundamental Theorem of Calculus (FTC) Part 2 provides a method to evaluate definite integrals when the antiderivative (indefinite integral) of the integrand is known. Here's how you can use FTC2 to evaluate a definite integral:

  1. Find the antiderivative: First, you need to find the antiderivative of the integrand. The antiderivative is a function whose derivative is the original function. Let's denote the antiderivative as F(x)F(x).

    For example, if you have x2dx\int x^2 \, dx, the antiderivative F(x)F(x) is x33\frac{x^3}{3}.

  2. Evaluate F(x)F(x) at the limits of integration: Next, evaluate F(x)F(x) at the upper limit of integration (bb) and the lower limit of integration (aa). This gives you F(b)F(b) and F(a)F(a).

    Using our example, if the limits of integration are a=1a=1 and b=3b=3, then F(3)=333=9F(3) = \frac{3^3}{3} = 9 and F(1)=133=13F(1) = \frac{1^3}{3} = \frac{1}{3}.

  3. Apply FTC2: According to FTC2, the definite integral of a function f(x)f(x) from aa to bb is given by:

    abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)

    Substitute the values of F(b)F(b) and F(a)F(a) into this formula:

    13x2dx=F(3)F(1)=913=263\int_1^3 x^2 \, dx = F(3) - F(1) = 9 - \frac{1}{3} = \frac{26}{3}

How to use FTC2 to evaluate a definite integral when the antiderivative is known? — Calculus Basics | Unlo