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

thumb_up100%(1 rated)

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

I=01ex2dxI=\int_0^1 e^{x^2}\,dx

by Simpson’s rule with 2n2n subintervals, and we call that approximation InI_n.

Step 1: Recall the key property of Simpson’s rule

For a sufficiently smooth function, Simpson’s rule is a convergent quadrature method. Here,

f(x)=ex2f(x)=e^{x^2}

is smooth on [0,1][0,1], so the Simpson approximation converges as the mesh size goes to 00.

Step 2: Identify the target of the convergence

Since each InI_n is just a numerical approximation to the same integral, the limit must be the integral itself:

limnIn=01ex2dx.\lim_{n\to\infty} I_n = \int_0^1 e^{x^2}\,dx.

Step 3: State the conclusion

So the sequence (In)(I_n) does converge, and its limit is

01ex2dx.\boxed{\int_0^1 e^{x^2}\,dx}.

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 ex2e^{x^2}. 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 nn; 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 ff had a singularity or a jump on [0,1][0,1], the same conclusion would not be automatic. But for ex2e^{x^2}, 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.

chat