Stu M. answered 12/10/20
6 Year (Full Time) Tutor Specializing in Test Prep & Math Coursework
By Simpson's rule with n = 6,
S6 = (Δx/3) * [ f(x0) + 4f(x1) + 2f(x2) + 4f(x3) + 2f(x4) + 4f(x6) + f(x7) ]
We can use this formula for both problems.
For Question 1, Δx = 1, since each subinterval has a width of x = 1.
S6 = (1/3) * [ 9 + 4*(-2) + 2*(-7) + 4*0 + 2*9 + 4*(-4) + -1 ]
S6 = -4 L
For Question 2, Δx = 1 also.
S6 = (1/3) * [ 7 + 4*3 + 2*8 + 4*6 + 2*9 + 4*5 + 2 ]
S6 = 33