Surface integral of scalar function

malicx
Messages
52
Reaction score
0

Homework Statement


Find the mass of a spherical surface S of radius R such that at each point (x, y, z) in S the mass density is equal to the distance of (x, y, z) to some fixed point (x_0, y_0, z_0) in S.


Homework Equations


Integral of a scalar function over a surface.

The Attempt at a Solution


I was thinking about converting this into spherical coordinates, but I see no way of doing that nicely since the distance formula would get very messy. I am also assuming they are using the euclidean distance, since this is an intro multivariable course.

I don't need help evaluating, just with getting it set up.

This is from Vector Calculus, 5e. by Marsden and Tromba, 7.5 #9.
 
Physics news on Phys.org
It doesn't matter what the fixed point (x_0, y_0, z_0) is, so you can make a choice that makes spherical coordinates less horrible.
 
ystael said:
It doesn't matter what the fixed point (x_0, y_0, z_0) is, so you can make a choice that makes spherical coordinates less horrible.

So basically, choose (x_0, y_0, z_0) to be 0, and using spherical coordinates, the distance is
\sqrt{(2Rsin(\phi)cos(\theta))^2 + (2Rsin(\phi)sin(\theta))^2} + (2Rcos(\phi))^2}
= 2R.

So, \int_0^{2\pi} \int _0^\pi 2R*R^2sin(\phi) \, d\phi d\theta ?

= 8\pi*R^3

Edit: The answer is supposed to be (16/3)Pi*R^3, so I lost a factor of 2/3 somewhere...
 
Last edited:
Well, you probably shouldn't choose (x_0, y_0, z_0) to be the origin if your sphere S is centered at the origin. Read the question again; (x_0, y_0, z_0) is supposed to lie on S.
 
Make life easy for yourself and take \theta_0=\phi_0=0.
 
Cyosis said:
Make life easy for yourself and take \theta_0=\phi_0=0.

Wow, I made that way harder than it had to be. Thank you both, that was driving me nuts!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top