A massive ellipsoidal shell has the following form:
4 x 2 + 1 y 2 + 1 z 2 = 1
The shell has σ units of mass per unit surface area. A point particle of mass m is positioned at ( x , y , z ) = ( 1 , 0 , 0 ) . The universal gravitational constant is G .
What is the magnitude of the gravitational force exerted by the shell on the particle?
Details and Assumptions:
1)
σ
=
1
2)
m
=
1
3)
G
=
1
(for simplicity)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Looks like we did it the exact same way, qualitatively. For my final run, I used Δ x = Δ y = 2 0 0 0 0 1 for the region in the x y plane. That resulted in 4 0 0 × 1 0 6 elements for each half of the ellipsoid (top and bottom). I ran it several other times before that with bigger deltas to check for convergence of the result.
Log in to reply
Okay, so the difference in results is due to numerical reasons as opposed to a conceptual reason. That is reassuring. Thank you
My result is admittedly not perfect, but it should be "good enough" so as not to give false negatives. Our results are only different by seven tenths of one percent, and the Brilliant decimal answer margin is three percent.
I have a question here. What about Gauss' theorem? According to this theorem, the flux of gravitational field over any closed surface within the shell is -4πG times the mass of the gravitating body enclosed by the surface, which is zero. Where am I going wrong?
I agree. The net flux over any closed surface within the shell is zero. But the field need not be zero at each point on that surface.
Since the ellipsoid is a solid of revolution, the gravitational force at the point ( 1 , 0 , 0 ) acts along the x -axis, and has magnitude ∫ 0 π ( 2 cos t − 1 ) 2 + sin 2 t 2 cos t − 1 × ( 2 cos t − 1 ) 2 + cos 2 t G m σ 2 π sin t 4 sin 2 t + cos 2 t d t = G m σ ∫ 0 π ( 2 − 4 cos t + 3 cos 2 t ) 2 3 2 π sin t 1 + 3 sin 2 t d t which equals 1 . 0 8 5 0 3 3 M G σ after numerical integration. This makes the answer 1 . 0 8 5 0 3 3 .
Problem Loading...
Note Loading...
Set Loading...
Let the position vector of a point on the surface be:
r = x i ^ + y j ^ + z k ^
The position vector of the point of interest (at which force needs to be computed) is:
r p = 1 i ^ + 0 j ^ + 0 k ^
It is given that the mass per unit area of this ellipsoid is unity. Let us consider a small area element which is a part of the surface. The surface area of this is computed as follows:
z = 1 − 4 x 2 − y 2
or,
z = f ( x , y )
Which implies: z − f ( x , y ) = ϕ = 0 . The gradient of this expression is:
∇ ( ϕ ) = − f x i ^ − f y j ^ + 1 k ^
Where f x and f y are partial derivatives of f ( x , y ) with respect to x and y respectively. Therefore, the mass of this element is:
d M = σ ∣ ∇ ( ϕ ) ∣ d y d x
The gravitational force can be computed by using the inverse square law:
d F = d F x i ^ + d F y j ^ + d F z k ^
or:
d F = ∣ r − r p ∣ 2 G ( d M ) m ( ∣ r − r p ∣ r − r p )
Integrating this over the elliptical region 4 x 2 + y 2 = 1 , multiplying the answer by 2 (since only the top half of the surface is considered here), and taking the magnitude of the resultant, gives us the answer of 1.085 . This is different from 1.077. I got lucky. Posting this not so detailed solution to know if I made a mistake.