[Math] Surface element of inverted cone in cylindrical coordinates.

calculusintegrationmultivariable-calculus

I have to integrate over the curved surface of a inverted cone, since the surface is of a cone I think all three $s, \phi$ and $z$ are varying under the integral sign.

Now this causes the problem, I don't know surface element when all three are varying nor I can find a solution on internet, I thought I will take $\displaystyle|d\vec a| = s\ ds\ d\phi\ dz$ but that is volume element.

What should I do ? Drop $s$ from $\displaystyle |d\vec a| = s\ ds\ d\phi \ dz$ ?

Best Answer

A surface integral needs two parameters although the surface element vector needs three components. We can write those components in cartesian coordinates and the surface parameters can be adopted from the description in cylindrical coordinates.

For an inverted cone: $z^2=K(x^2+y^2)$ (with $K$ some constant), that in cylindrical is, $z=\pm K s$, dropping the minus sign as it's stated that it's an inverted cone, $z=K s$. We can parametrize the surface with the help of the cylindrical coordinates $s$ and $\phi$ as $z$ is determined by the equation for the cone: In cartesian coordinates, the parametric equations for this cone are:

$$C:r=(x,y,z)=(s\cos\phi,s\sin\phi,Ks)$$

Now, to find the pointing outwards, normal vector, we need two vectors tangent to the surface, then the former is the cross product of the laters:

$$\begin{cases} \dfrac{\partial r}{\partial\phi}=(-s\sin\phi,s\cos\phi,0)\\ \dfrac{\partial r}{\partial s}=(\cos\phi,\sin\phi,K) \end{cases}$$

$$\dfrac{\partial r}{\partial\phi}\times\dfrac{\partial r}{\partial s}=(Ks\cos\phi,Ks\sin\phi,-s\sin^2\phi-s\cos^2\phi)=$$

$$=s(K\cos\phi,K\sin\phi,-1)$$

And

$$\left|\dfrac{\partial r}{\partial\phi}\times\dfrac{\partial r}{\partial s}\right|=s\sqrt{K^2+1}$$

The integral is in cylindrical coordinates,

$$\iint_S f(s,\phi)s\sqrt{K^2+1}\,dsd\phi$$

Related Question