Question
Does Simpson’s rule converge to the integral of e to the x squared?
Original question: 3. Let $I=\int_0^1 e^{x^2}\,dx$ and for $n\in\mathbb{N}$, let $I_n$ be the Simpson’s rule $Simp(2n)$ approximation to $I$. Determine if the sequence $(I_n)$ converges. If so, what is its limit ?
Expert Verified Solution
Expert intro: The notation changes a little, but the mathematical question is the same: as the Simpson partition gets finer, where does the approximation land?
Detailed walkthrough
Let
and let be the Simpson’s rule approximation.
Step 1: Check the function
The integrand
is continuous, smooth, and very well-behaved on .
Step 2: Use the convergence of Simpson’s rule
Simpson’s rule is a convergent quadrature method for smooth functions. As , the subinterval width shrinks to , so the approximation error goes to .
Therefore,
Step 3: Answer the question
Yes, the sequence converges, and its limit is
💡 Pitfall guide
One thing students sometimes miss: the integral does not need an elementary antiderivative for Simpson’s rule to converge. Numerical convergence is about the function’s regularity, not about whether you can write the integral in closed form.
🔄 Real-world variant
If the integrand were replaced by a polynomial of degree at most 3, Simpson’s rule would actually be exact for every partition size. For , it is not exact, but it still converges to the same integral as the mesh refines.
🔍 Related terms
Simpson’s rule, quadrature error, continuous function
FAQ
Do Simpson’s rule approximations to ∫_0^1 e^(x^2) dx converge?
Yes. Since e^(x^2) is smooth on [0,1], Simpson’s rule converges to the exact integral.
What is the limit of the Simpson sequence?
The limit is ∫_0^1 e^(x^2) dx.