Question
Does Simpson’s rule converge for $int_0^1 e^{x^2},dx$?
Original question: 3. Let $I=\int_0^1 e^{x^2}\,dx$ and for $n\in\mathbb{N}$, let $I_n$ the Simpson’s rule $\mathrm{Simp}(2n)$ approximation to $I$. Determine if the sequence $(I_n)$ converges. If so, what is its limit ?
Expert Verified Solution
Key takeaway: This is a classic numerical integration question: once you know what Simpson’s rule is doing on a finer and finer partition, the limit becomes much easier to identify than the notation suggests.
We are approximating
by Simpson’s rule with subintervals, and we call that approximation .
Step 1: Recall the key property of Simpson’s rule
For a sufficiently smooth function, Simpson’s rule is a convergent quadrature method. Here,
is smooth on , so the Simpson approximation converges as the mesh size goes to .
Step 2: Identify the target of the convergence
Since each is just a numerical approximation to the same integral, the limit must be the integral itself:
Step 3: State the conclusion
So the sequence does converge, and its limit is
There is no elementary closed form for this integral, so the best exact answer is the integral itself.
Pitfalls the pros know 👇 A common mistake is trying to force a closed-form antiderivative for . That is not needed here. The point is convergence of the numerical method, not symbolic integration. Another trap is confusing Simpson’s rule with an exact formula for every ; it is only an approximation, though a very accurate one for smooth functions.
What if the problem changes? If the integrand were less regular, convergence would depend on the smoothness assumptions behind Simpson’s rule. For example, if had a singularity or a jump on , the same conclusion would not be automatic. But for , smoothness is more than enough, so the Simpson sequence still converges to the exact integral.
Tags: Simpson’s rule, numerical integration, quadrature convergence
FAQ
Does Simpson’s rule converge for ∫_0^1 e^{x^2} dx?
Yes. Since e^{x^2} is smooth on [0,1], the Simpson approximations converge to the integral ∫_0^1 e^{x^2} dx.
What is the limit of the Simpson sequence?
The limit is the exact value of the integral: ∫_0^1 e^{x^2} dx.