dingo_d
- 199
- 0
Homework Statement
Distribution of matter is given in cylindrical coordinates:
\rho(\vec{r})=\frac{1}{\rho}\delta(\rho^2-10\rho+9)\delta\left(\frac{z^2-a^2}{z^2+a^2}\right)\delta(\cot(\phi))
where a>0 is a constant. Find the complete mass of the object.
Homework Equations
The mass of the object is given as:
M=\int_{\partial V}\rho(\vec{r})dV
So in order to calculate the integral I need to expand the deltas with this formula:
\delta(f(x))=\sum_{i=1}^n\frac{\delta(x-x_i)}{|f'(x_i)|}, where |f'(x_i)| is the derivative of the function evaluated at the zeroes of the function x_i.
Integral in cylindrical coordinate system is:
\int_0^\infty\rho d\rho\int_0^{2\pi} d\phi\int_{-\infty}^\infty dz
The Attempt at a Solution
I have expanded the first delta:
\delta(\rho^2-10\rho+9)=\frac{\delta(\rho-1)}{8}+\frac{\delta(\rho-9)}{8}.
I'm having problem with the second one. Do I 'brake' it with partial fractions?
Third one (which I'm not sure I got it right):
\delta(\cot(\phi))=\sum_{m=-\infty}^\infty\delta\left(\phi-\left(m+\frac{1}{2}\right)\pi\right)
So my problem is: how do I solve the second delta and I'm not quite sure I got the third one right. How should I integrate it?