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

thumb_up100%(1 rated)

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

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

and let InI_n be the Simpson’s rule Simp(2n)\mathrm{Simp}(2n) approximation.

Step 1: Check the function

The integrand

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

is continuous, smooth, and very well-behaved on [0,1][0,1].

Step 2: Use the convergence of Simpson’s rule

Simpson’s rule is a convergent quadrature method for smooth functions. As nn\to\infty, the subinterval width shrinks to 00, so the approximation error goes to 00.

Therefore,

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

Step 3: Answer the question

Yes, the sequence (In)(I_n) converges, and its limit is

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

💡 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 ex2e^{x^2}, 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.

chat