Simpson's Rule to find the volume of f(x) rotated about the x and y axis.

  • Thread starter Thread starter arishorts
  • Start date Start date
  • Tags Tags
    Axis Volume
arishorts
Messages
15
Reaction score
0

Homework Statement


71iut4.jpg


Answers in the back of the book
about x-axis= 190
about y-axis= 828

Homework Equations



Simpson's Rule: (dx/3)* sum of(sequence of coefficients {1,4,2...2,4,1}*sequence of function values{f(0), f(1), f(2)...f(n-2),f(n-1), f(n)})

Volume using Shells: 2π ∫ (radius)(height) dx

Volume using Cross-Sections: π ∫ (outer radius)^2 - (inner radius)^2 dx

The Attempt at a Solution


2h4cjv5.jpg


I found the area (≈) under the curve using Simpson's law, how do i rotate it without a given f(x)? The book doesn't ask for the specific method (either shells or cross-sections), but I'd like to understand how to do both. Please help.
 
Physics news on Phys.org
arishorts said:
I found the area (≈) under the curve using Simpson's law, how do i rotate it without a given f(x)? The book doesn't ask for the specific method (either shells or cross-sections), but I'd like to understand how to do both. Please help.

The integral for a volume of revolution of ##f(x)## between ##a## and ##b## is$$
V=\pi\int_a^b f^2(x)dx$$Do Simpson's rule on that, not on the area integral.
 
we're not given f(x) though. We're only given the values of f(x)
 
arishorts said:
we're not given f(x) though. We're only given the values of f(x)

So you can figure out the values of ##\pi f^2(x)## and do Simpsons rule just like you did for the area.
 
Great question. Would someone please give more details as to combining function and s rule?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top