Area of a surface of revolution

suspenc3
Messages
400
Reaction score
0
9x=y^2+18 between 2&6..so y=(9x-18)^1/2

and dy/dx= \frac{9}{2 \sqrt{9x-18}}

so S = 2 \pi \int_2^6 \sqrt{9x-18} \sqrt{1+ \frac{81}{36x+72}}dx

If this is all right..then I am stuck

Any help?
 
Physics news on Phys.org
Well first, you have a sign error in the denominator of the second term. Should be -72.

To integrate, you could mulitply the terms in the square roots and manipulate them algebraically to get something simpler.
 
S = 2 \pi \int_2^6 \sqrt{9x-18} \sqrt{1+ \frac{81}{36x-72}}dx

S = 6 \pi \int_2^6 \sqrt{x-1/4} }dx

Using the substitution u = x+1/4 you will get your answer

Hope it helps.
 
I think you should get S=6\pi\int_2^6\sqrt{x+\frac{1}{4}}dx

Also, since x+\frac{1}{4} is linear, you can use the standard formula:-

\int(ax+b)^ndx=\frac{(ax+b)^{n+1}}{a(n+1)}+c, where n is unequal to -1.
 
S=6\pi\int_2^6\sqrt{x+\frac{1}{4}}dx

How did you get this?
 
Consider, \sqrt{9x-18} \sqrt{1+\frac{81}{36x-72}}=[(9x-18)(1+\frac{81}{36x-72})]^\frac{1}{2}

Carry out some factorization and re-expression and you should get what I got!
 
Last edited:
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