Study Notes on Integrals and the Fundamental Theorem of Calculus

Integrals Overview

  • Definition and Purpose
    Integrals are a fundamental concept in calculus that allow us to compute the area under curves and solve various problems involving accumulation.

  • Rectangular Approximation (Riemann Sums)

    • The rectangular approximation method is also known as Riemann Sums.
    • Involves approximating the area under a curve by dividing the region into rectangles.
    • There are three primary methods of Riemann sums:
      • Left Endpoint Riemann Sum
      • Utilizes the left endpoint of each subinterval to determine the height of the rectangles.
      • Right Endpoint Riemann Sum
      • Employs the right endpoint of each subinterval to determine the height of the rectangles.
      • Midpoint Riemann Sum
      • Uses the midpoint of each subinterval to ascertain the height of the rectangles.
    • Additional reading or study can be conducted using accompanying slide presentations.
  • Trapezoidal Sum

    • A method for approximating the area under a curve by using trapezoids instead of rectangles.
    • To apply this method, the area of a trapezoid can be calculated using the formula:
    • Area of a trapezoid: extArea=12imes(b1+b2)imeshext{Area} = \frac{1}{2} imes (b_1 + b_2) imes h
      • where b1b_1 and b2b_2 are the lengths of the two parallel sides and hh is the height.
  • Fundamental Theorem of Calculus

    • The Fundamental Theorem of Calculus consists of two parts that connect differentiation with integration.

    • Part One:

    • If you take the derivative of an integral, you return to the original function.

      • If FF is an antiderivative of ff, then:
        ddx(extintegralfromaexttoxf(t)extdt)=f(x)\frac{d}{dx} \bigg( ext{integral from } a ext{ to } x f(t) ext{ d}t \bigg) = f(x)
    • Part Two:

    • If f(x)f(x) is a continuous function on the interval [a,b][a, b], then the definite integral of ff from aa to bb can be expressed as the difference of antiderivatives:
      extintegralfromaexttobf(x)extdx=F(b)F(a)ext{integral from } a ext{ to } b f(x) ext{ d}x = F(b) - F(a)

      • where FF is any antiderivative of ff.
  • Conclusion

    • Understanding these fundamental concepts, including Riemann sums and the fundamental theorem, is crucial for mastering integral calculus and its applications.