asked 100k views
1 vote
6.4 Q3.) Use Simpson's rule to approximate and use the fundamental theorem of calculus to find the exact value of the definite integral.

6.4 Q3.) Use Simpson's rule to approximate and use the fundamental theorem of calculus-example-1
asked
User Noctilux
by
8.0k points

1 Answer

6 votes

When we divide the interval from 1 to 5 into 4 subintervals, each has a width of 1. Simpson's rule has us evaluate the integral as

... integral = (1/3)(f(1) +4f(2) +2f(3) +4f(4) +f(5)) = (1/3)(10 +4·25 +2·46 +4·73 +106)

... integral = (1/3)(600) = 200 . . . . . by Simpson's rule

_____

The integral evaluates to


\displaystyle \int_(1)^(5){\left(3x^2+6x+1\right)}\,dx=\left[x^3+3x^2+x\right]\limits_(1)^(5)=(5^3-1^3)+3(5^2-1^2)+(5-1)\\=124+3*24+4=200

_____

Simpson's rule uses a quadratic interpolation, so evaluates quadratics exactly.

answered
User Sujith Kumar KS
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.