We want to approximate $\int_1^3 f(x) dx$ using composite Simpson's rule with $n=4$.
The interval is $[1, 3]$, so $a=1$ and $b=3$.
The width of each subinterval is $h = \frac{b-a}{n} = \frac{3-1}{4} = \frac{1}{2} = 0.5$.
The points are $x_0 = 1, x_1 = 1.5, x_2 =
Show more…