John L. answered 02/18/21
Naval Academy graduate with more than 10 years experience in teaching
Simpson's rule can be used to estimate the area under a curve when there is an even number of sub-intervals with at least 4. Here you have 12 sub intervals and they are even. The rule states:
Area is approximately = Δx/3(f(x0 + 4f(x1) + 2f(x2) ............4*f(xn-1) + f(xn))
I like to think of it as the interval (here 0.5) over 3 times the sum of THE FIRST, THE LAST and a 4/2/4 combo of all the middles.
Here Δx/3 = 0.16667 (or 0.5/3). The first is 1818, the last is 2058. So here you go:
0.16667(1818 + 4(1733)+2(1682) + 4(1646) + 2(1639)..etc plus 4(1888) + 2058). You do the math.
Just start with the first, then 4 of the next, 2 of the next, 4 of the next..until you get to the second to the last (which will be times 4 if you have an even number like described above) and then add the last. Multiply the entire thing times the dx/3 and you get the answer.
I came up with 10186.33 watts.