Integral of a function on a cylinder

brainslush
Messages
23
Reaction score
0

Homework Statement


Find the integral of the function x^2 on a cylinder (excluding button and top)
x^2 + y^2 = a^2,
0 <= z <= 1

Homework Equations


\int\int\int x^{2} dx dy dz
x = a * cos \Theta
y = a * sin \Theta
z = z

The Attempt at a Solution


I'm not quite sure what to do but I give it a try.

Determine the Jacobian...

\frac{(\partial(x,y,z))}{(\partial(a,\Theta,z))} = a

By change of variables one gets:

\int^{1}_{0}\int^{2\Pi}_{0}\int^{a}_{0} a^{3}*cos^{2}(\Theta) da d\Theta dz = \frac{\Pi}{4}*a^4

Is this right or am I wrong? I guess I got stuck in the middle between parametrization, divergence, stokes, greens thm and simple integration.
 
Last edited:
Physics news on Phys.org
Find the integral of the function x^2 on a cylinder (excluding button and top)

Technically this question feels incomplete.

So you are looking for volume with f(x,y,z) = x^2 ?

Why do you only have on integral with three differentials??
 
Sorry that's all we got. That's the reason why I'm not sure what to do.

Oh my fault. Yes it should be three integrals.

It looks more like a surface integral to me but this means my calculations up there are incorect
 
Last edited:
After deeper consideration the only reasonable posibility is a surface integral.
In that case I do following:
One knows that r^{\rightarrow}(\theta,z) = (a*cos(\theta), a*sin(\theta), z)

then one gets

\left\|\frac{\partial r}{\partial \theta} \times \frac{\partial r}{\partial z}\right\| = a

finally

\int_{S}x^{2}dS =\int^{2\Pi}_{0}\int^{1}_{0} a^{3}*cos^{2}(\theta) dz d\theta = \pi a^{3}
 
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