Find area of surface obtained by rotating the curve, ?

ani9890
Messages
11
Reaction score
0
Find area of surface obtained by rotating the curve, URGENT?

Using Simpson's rule n=10, find the area of the surface obtained by rotating the curve
y=x+sqrt(x), 1 less than or equal to x less than or equal to 2, about the x-axis.
Include at least five decimal places in your answer.
Area = ?

I got:

S = = 2π ∫ (x + √x)√[2 + 1/√x + 1/(4x)] dx (from x=1 to 2).
∆x = (2 - 1)/10 = 1/10.
S ≈ (2π)(1/3)(1/10){g(1) + 4g[1 + 1(1/10)] + 2g[1 + 2(1/10)] + 4g[1 + 3(1/10)] + 2g[1 + 4(1/10)] + 4g[1 + 5(1/10)] + 2g[1 + 6(1/10)] + 4g[1 + 7(1/10)] + 2g[1 + 8(1/10)] + 4g[1 + 9(1/10)] + g(2)}
≈ (π/15)[(1 + 1)√(2 + 1 + 1/4) + 4(20.653233395588) + 2(20.119929259013) + (2 + √2)√(2 + 1/√2 + 1/8)]
≈ 27.68876.

But this is wrong. Please help!
 
Physics news on Phys.org


ani9890 said:
Using Simpson's rule n=10, find the area of the surface obtained by rotating the curve
y=x+sqrt(x), 1 less than or equal to x less than or equal to 2, about the x-axis.
Include at least five decimal places in your answer.
Area = ?

I got:

S = = 2π ∫ (x + √x)√[2 + 1/√x + 1/(4x)] dx (from x=1 to 2).
∆x = (2 - 1)/10 = 1/10.
S ≈ (2π)(1/3)(1/10){g(1) + 4g[1 + 1(1/10)] + 2g[1 + 2(1/10)] + 4g[1 + 3(1/10)] + 2g[1 + 4(1/10)] + 4g[1 + 5(1/10)] + 2g[1 + 6(1/10)] + 4g[1 + 7(1/10)] + 2g[1 + 8(1/10)] + 4g[1 + 9(1/10)] + g(2)}
Why do you have the factor of 1/3 at the beginning of your calculation?
I don't think that should be there.

In your calculations for g(1), g(1.1), etc. does g(x) = (x + √x)√[2 + 1/√x + 1/(4x)]? You didn't say what g was, so I thought I would check.

I don't see anything wrong - your integral is set up correctly and your Simpson's work looks fine, so it would be worthwhile to doublecheck your calculations. The function you're evaluating is pretty complicated, and it would be easy to get incorrect values.

How are you determining that your answer is incorrect? Are you given the answer or is some computer program saying your answer is wrong? I would compare my results to those obtained from wolframalpha and see how close I got.
ani9890 said:
≈ (π/15)[(1 + 1)√(2 + 1 + 1/4) + 4(20.653233395588) + 2(20.119929259013) + (2 + √2)√(2 + 1/√2 + 1/8)]
≈ 27.68876.

But this is wrong. Please help!
 
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