Y = sin pi * x Arc Length/Surface Revolution

kevtimc
Messages
17
Reaction score
0

Homework Statement



y = sin \pix Using arc length and surface revoultion on x-axis 0 <= x <= 1

The Attempt at a Solution



d/dx sin \pix = \pi cos \pix
(\pi cos\pix)^2 = \pi^2 cos^2\pix

\int sin pi * x * 2 * pi * \sqrt{1 + pi^2 * cos^2 (pi*x)}
u = pi cos (pi * x)
du = -pi^2 * sin (pi * x) dx

-1/2pi\int \sqrt{1 + u^2}
u = tan \alpha
du = sec^2 \alpha

We get the integral of sec^3,

This doesn't seem to be right, and if it is, the limits of integration don't work out . . .
 
Last edited:
Physics news on Phys.org
Welcome to PF!

Welcome to PF! :smile:

(have a pi: π :wink:)

(and in tex, it's \pi)
kevtimc said:
y = sin \pix Using arc length and surface revoultion on x-axis 0 <= x <= 1

… what is the actual question? :confused:
 
Sorry, I'm just getting used to all the quirks of latex.

The question is to find the length using surface area revoultion forumla of y = sin (pi * x) (rotated about the x-axis) from 0 - 1.

\int2\pi*sin(\pi*x) * \sqrt{1 + (sin(\pi*x)&#039;)^2}

I think sec^3 is actually correct. You have to reverse substitute using reverse trigonometric identites. u = tan \theta , sec \theta = \sqrt{1 + u^2}
 
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