Robin S. answered 10/23/24
Bachelor of Science in Physics with Graduate Work in Optical Physics
First make sure you're using the right formula for the surface area of a solid of revolution. If the function you're revolving is y=f(x), the form of the integral you're approximating would be:
SA= ∫ 2π•y*√ (1+(dy/dx)^2)dx, and the integral is done over the interval [a,b], where a is the lower limit of integration and b is the upper limit of integration.
To approximate the integral using Simpson's Rule, you'll the following formula:
S10=(Δx/3)•[y(x0)+4y(x1)+2y(x2)+4y(x3)+2y(x4)+4y(x5)+2y(x6)+4y(x7)+2y(x8)+4y(x9)+y(x10)]
where Δx=(b-a)/n, with n being the number of partitions.
As for how to do the calculator approximation, I assume they want you to plot the integrand of the above integral and then have the calculator calculate the area under the plot. On the Ti-84, graph the integrand, then push [2nd][trace]. Then scroll to option 7 under "Calculate".
Note that the answer you got is just the area under the curve, y=x5/5, not the surface area of the solid produced when that function is revolved around the x-axis. The answer you should get is approximately 2360 times greater.

Robin S.
10/23/24
Rozhan F.
Thanks for the directions but I still get 520.9 which round to the nearest whole number 521. but my answer is still wrong.10/23/24