Use cylindrical coordinates to find volume

Carmen12
Messages
8
Reaction score
0

Homework Statement


Use cylindrical coordinates to find volume...

Homework Equations

Inside: x2+y2+z2=16
Outside: z=sqrt(x2+y2)

The Attempt at a Solution



Cylindrical coordinates have always been a problem for me, so I initially tried to put them into spherical and then convert them over, but that went badly pretty quickly. Then basically integrated from 0 to 4 the inside minus the outside function but that didn't go well either... and obviously so.

So.. should I just try to convert from Cartesian to cylindrical and then integrate, but I have trouble with the bounds. :(
 
Last edited:
Physics news on Phys.org
In cylindrical coordinates you have 3 dimensions, r,Ø,z

The conversion from cartesian to cylindrical is

x=rCosØ
y=rSinØ
r=sqrt(x^2+y^2)

So you equation will be:

Outside:
r^2*cos^2(Ø)+r^2*sin^2(Ø)+z^2=16
=> r^2*(cos^2(Ø)+sin^2(Ø))+z^2=16 ; cos^2(Ø)+sin^2(Ø)=1 is a trigonometric identity
then

r^2+z^2=16
inside:
Z=r
 
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