- 2,076
- 140
Homework Statement
I want to know if I've gone about setting up these integrals in these questions properly before I evaluate them.
(i). Find the mass of the cylinder S: 0 ≤ z ≤ h, x^2 + y^2 ≤ a^2 if the density at the point (x,y,z) is δ = 5z^4 + 6(x^2 - y^2)^2.
(ii). Evaluate the integral of f(x,y,z) = (x^2 + y^2 + z^2)^{1/2} over the region D which is above the cone z^2 = 3(x^2 + y^2) and between the spheres x^2 + y^2 + z^2 = 1 and x^2 + y^2 + z^2 = 9.
Homework Equations
Cylindrical polars and spherical polars.
The Attempt at a Solution
(i). Switching to cylindrical polars, x=rcosθ, y=rsinθ and z=z.
So S → S^{'}: 0 ≤ z ≤ h, -a ≤ r ≤ a, 0 ≤ \theta ≤ 2 \pi
and the density becomes δ = 5z^4 + 6r^4cos^2(2θ).
The Jacobian of the cylindrical polars is just r so our integral over S' becomes :
\int_{0}^{2π} \int_{-a}^{a} \int_{0}^{h} 5rz^4 + 6r^5cos^2(2θ) dzdθdr
(ii). Switching to spherical polars, x=ρcosθsinφ, y=ρsinθsinφ and z=ρcosφ and we also know that x^2+y^2+z^2 = ρ^2.
So f(x,y,z) now becomes (ρ^2)^{1/2} = ρ
The two spheres yield 1 ≤ ρ ≤ 3
θ is as is in cylindrical, so 0 ≤ θ ≤ 2π
Also 0 ≤ φ ≤ π
The purpose of the cone is not yet clear to me.