What Is the Correct Surface Area of a Curve Rotated Around the X-axis?

Saterial
Messages
54
Reaction score
0

Homework Statement



Find the area of the surface obtained by rotating the curve y=x3, 0≤x≤2 about the x-axis.

Homework Equations


\begin{equation*}
SA = \int_{0}^{2} 2 \pi y L
\end{equation*}

The Attempt at a Solution



SORRY, I don't know how to use LaTeX yet.

∫2∏y√(1+(dy/dx)2)dx from 0->2
=∫2∏y√(1+(3x2)2)dx
=2∏∫x3√(1+9x4)dx
=2∏∫x3(1+3x2)dx
=2∏∫x3+3x5dx
=2∏[x4/4 + x6/2] 0->2
=plug in 2
=72∏

I don't see where I went wrong. The answer is ∏/27*(145√(145)-1)
 
Physics news on Phys.org
Saterial said:

Homework Statement



Find the area of the surface obtained by rotating the curve y=x3, 0≤x≤2 about the x-axis.

Homework Equations


\begin{equation*}
SA = \int_{0}^{2} 2 \pi y L
\end{equation*}

The Attempt at a Solution



SORRY, I don't know how to use LaTeX yet.

∫2∏y√(1+(dy/dx)2)dx from 0->2
=∫2∏y√(1+(3x2)2)dx
=2∏∫x3√(1+9x4)dx
=2∏∫x3(1+3x2)dx
=2∏∫x3+3x5dx
=2∏[x4/4 + x6/2] 0->2
=plug in 2
=72∏

I don't see where I went wrong. The answer is ∏/27*(145√(145)-1)
Review basic algebra:
\displaystyle \sqrt{1+9x^4}\ne1+3x^2​

Notice that \displaystyle \frac{d}{dx}\ (1+9x^4)=36x^3\,, so use a substitution like u = 1 + 9x4 .
 
Trying it with that, I now have:

∫2∏y√(1+(dy/dx)2)dx from 0->2
=∫2∏y√(1+(3x2)2)dx
=2∏∫x3√(1+9x4)dx

let u = 1+9x4, (1/36)du=x3dx

=2∏/36∫√udu
=2∏/36[2u^3/2/3] 0->2
=2∏/36[2(1+9x4)3/2/3] 0->2
=plug in 2
=some ridiculously huge number compared to answer
 
No, in fact, it gives the answer. Are you doing some basic arithmetic error?
 
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