Approximating Areas: Fresh Take

  • Estimate the area under a curve by adding up the areas of rectangles
  • Estimate the area under a curve using Riemann sums

Approximating Area

The Main Idea 

  • Area under a curve can be approximated using rectangles
  • Two main methods: left-endpoint and right-endpoint approximations
  • Increasing the number of rectangles improves accuracy
  • Riemann sums formalize this approximation process
  • Partitions:
    • Divide interval [a,b][a,b] into n subintervals
    • Regular partition: subintervals of equal width Δx=(ba)nΔx=(ba)n
  • Left-Endpoint Approximation:
    • Ln=ni=1f(xi1)ΔxLn=ni=1f(xi1)Δx
    • Rectangle heights based on function value at left endpoint
  • Right-Endpoint Approximation:
    • Rn=ni=1f(xi)ΔxRn=ni=1f(xi)Δx
    • Rectangle heights based on function value at right endpoint
  • Convergence:
    • As nn increases, approximations generally become more accurate
    • Left and right approximations often converge to the true area
Write in sigma notation and evaluate the sum of terms 2i2i for i=3,4,5,6i=3,4,5,6.

Find the sum of the values of f(x)=x3f(x)=x3 over the integers 1,2,3,,101,2,3,,10.

Find left and right-endpoint approximations for 20x2dx20x2dx with n=4n=4.

Riemann Sums

The Main Idea 

  • Riemann sums generalize left and right endpoint approximations. They allow evaluation of the function at any point within each subinterval
  • As the number of subintervals increases, the approximation improves
  • Riemann sums can be used to define the area under a curve
  • Riemann Sum Definition:
    • ni=1f(xi)Δxni=1f(xi)Δx where xixi is any point in the subinterval [xi1,xi][xi1,xi]
  • Area Under a Curve:
    • A=limnni=1f(xi)ΔxA=limnni=1f(xi)Δx
  • Upper and Lower Sums:
    • Upper sum:
      • Choose xixi for maximum f(xi)f(xi) in each subinterval
    • Lower sum:
      • Choose xixi for minimum f(xi)f(xi) in each subinterval
  • Convergence:
    • For continuous functions, the limit of Riemann sums is unique
    • The limit doesn’t depend on the choice of xixi

Find a lower sum for f(x)=sinxf(x)=sinx over the interval [a,b]=[0,π2][a,b]=[0,π2]; let n=6n=6.

Using the function f(x)=sinx over the interval [0,π2], find an upper sum; let n=6.