Calculus
The Definite Integral and Fundamental Theorem

Overview

The definite integral calculates the accumulated area under a curve over an interval. This topic introduces the concept using Riemann sums, then applies the Fundamental Theorem of Calculus to evaluate integrals exactly using antiderivatives.

Key Concepts and Structures

Quick Tip

Always evaluate antiderivatives first, then apply limits in the correct order: F(b) - F(a). Don't forget parentheses when substituting!

Practice Problems

  1. Evaluate \int_1^4 (2x + 1) dx
    Show Solution

    Antiderivative of 2x + 1 is x^2 + x

    F(4) = 16 + 4 = 20; F(1) = 1 + 1 = 2

    Final Answer: 20 - 2 = 18

  2. Let F(x) = \int_0^x \cos(t) dt. Find F'(\pi/3)
    Show Solution

    By the Fundamental Theorem Part 2: F'(x) = \cos(x)

    Final Answer: \cos(\pi/3) = 1/2