Simpson's Rule Formula: Number of Partitions ∞

  • Context: Undergrad 
  • Thread starter Thread starter gfd43tg
  • Start date Start date
  • Tags Tags
    Formula
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
gfd43tg
Gold Member
Messages
949
Reaction score
48
Hello,

I was wondering if the formula

## \int_{a}^{b} f(x) \, dx \approx \tfrac{b-a}{6}\left[f(a) + 4f\left(\tfrac{a+b}{2}\right)+f(b)\right]. ##

for simpson's rule is for when the number of partitions approaches infinity?
 
Physics news on Phys.org
The symbol ##\approx## means it's approximately equal, so this is always true depending on your definition of "approximate." :wink:

The integral above is for a single partition, so the error decrease as the partition gets small. For a definite integral over some fixed limits a, b, then yes, it means the error decreases as you split the fixed interval into more partitions.