When will two spheres with variable forces make contact?

AI Thread Summary
The discussion revolves around calculating the time it takes for two 1 kg spheres, initially 10 meters apart, to make contact under mutual gravitational attraction. The gravitational force between the spheres increases as they approach each other, necessitating the use of calculus to solve the problem. The approach involves setting up differential equations based on Newton's second law and integrating to find the time until contact. The final expression for the time T is derived using integration techniques, leading to a numerical estimate of approximately 2,917,196 seconds. The discussion highlights the complexity of gravitational interactions and the mathematical methods required to analyze them.
DocZaius
Messages
365
Reaction score
11
Firstly, I'd like to announce that this is not a homework question, it is an example of a problem I thought up to illustrate what I have trouble with:

Two spheres, each with a mass of 1 kg and a radius of 1 meter, lie in space. Their centers are 10 meters apart. When will they make contact?

Now obviously the initial force acting on each sphere is easily calculable from the gravity equation. But an infinitesmall period of time after they have moved towards each other, their distance apart will have changed, and the force acting on each sphere will increase. Not only are they accelerating towards each other because of gravity, but they are also increasing their acceleration as they get closer to each other.

I am sure calculus will be involved and that's fine. What's the simplest method that you would use to solve a problem where force changes with distance/time?

Thanks!
 
Physics news on Phys.org
Well, you might do it like this:
Call the spheres A and B, and let the origin of the coordinate system lie at the midpoint of the line segment defined by their centres.
Calling the sphere centres' positions as functions of time x_{A}(t),x_{B}(t), x_{A}(0)=-5,x_{B}(0)=5[/tex], respectively, we define the distance function between them as:<br /> D(t)=x_{B}(t)-x_{A(t), D(0)=D_{0}=10<br /> <br /> Setting up Newton&#039;s 2.law for both, we get, with unit masses:<br /> \frac{d^{2}x_{A}}{dt^{2}}=\frac{G}{D^{2}}, \frac{d^{2}x_{B}}{dt^{2}}=-\frac{G}{D^{2}}<br /> whereby the equation for d(t) is readily derived:<br /> \frac{d^{2}D}{dt^{2}=-\frac{2G}{D^{2}} (*)<br /> <br /> We assume that the initial velocities are 0, i.e, \frac{dD}{dt}\mid_{t=0}=0<br /> <br /> Let us multiply (*) with dD/dt:<br /> \frac{d^{2}D}{dt^{2}}\frac{dD}{dt}=-\frac{2G}{D^{2}}\frac{dD}{dt}<br /> <br /> Integrating both sides from t=0 to some arbitrary t-value, taking due notice of the initial conditions, yields:<br /> \frac{1}{2}(\frac{dD}{dt})^{2}=\frac{2G}{D}-\frac{2G}{D_{0}}<br /> <br /> multiplying with two, taking the square root and remembering that D(t) will be decreasing, we get the diff. eq:<br /> \frac{dD}{dt}=-\sqrt{\frac{4G}{D_{0}}\sqrt{\frac{D_{0}-D}{D}}<br /> This is a separable diff.eq; we write:<br /> \sqrt{\frac{D}{D_{0}-D}}dD=-\sqrt{\frac{4G}{D_{0}}dt<br /> <br /> We now remember that when they spheres make contact, D(T)=2, where T is the time we&#039;re looking for!<br /> <br /> Thus, we get the equation for T, integrating both sides:<br /> \int_{10}^{2}\sqrt{\frac{D}{D_{0}-D}}dD=-\sqrt{\frac{4G}{D_{0}}T, or, equivalently:<br /> T=\sqrt{\frac{D_{0}}{4G}}\int_{2}^{10}\sqrt{\frac{D}{D_{0}-D}}dD (**)<br /> <br /> In order to crack that integral, let us set:<br /> u=\sqrt{\frac{D}{D_{0}-D}}\to{D}=D_{0}-\frac{D_{0}}{1+u^{2}}<br /> Thus, dD=\frac{D_{0}2u}{(1+u^{2})^{2}}du<br /> The limits are D=10\to{u}=\infty,D=2\to{u}=\frac{1}{2}<br /> We thereby get the expression for T in u:<br /> T=D_{0}\sqrt{\frac{D_{0}}{G}}\int_{\frac{1}{2}}^{\infty}\frac{u^{2}du}{(1+u^{2})^{2}}<br /> <br /> This can quite readily be solved by standard techniques.
 
Last edited:
I will guess 92,249.8 seconds from numerical integration.

edit: I left out a constant. I get 2,917,196 seconds.
 
Last edited:
Well, we can make it a bit more explicit than that, Bob S!

We have:
\int\frac{1}{1+u^{2}}du=\frac{u}{1+u^{2}}+\int\frac{2u^{2}}{(1+u^{2})^{2}}du, by doing integration by parts.
Therefore, we get:
\int\frac{u^{2}}{(1+u^{2})^{2}}du=\frac{1}{2}(\arctan(u)-\frac{u}{1+u^{2}})+C

whereby we get:
T=\frac{10^{\frac{3}{2}}}{2\sqrt{G}}(\frac{\pi}{2}-\arctan(\frac{1}{2})+\frac{2}{5})
 
Thread 'Question about pressure of a liquid'
I am looking at pressure in liquids and I am testing my idea. The vertical tube is 100m, the contraption is filled with water. The vertical tube is very thin(maybe 1mm^2 cross section). The area of the base is ~100m^2. Will he top half be launched in the air if suddenly it cracked?- assuming its light enough. I want to test my idea that if I had a thin long ruber tube that I lifted up, then the pressure at "red lines" will be high and that the $force = pressure * area$ would be massive...
I feel it should be solvable we just need to find a perfect pattern, and there will be a general pattern since the forces acting are based on a single function, so..... you can't actually say it is unsolvable right? Cause imaging 3 bodies actually existed somwhere in this universe then nature isn't gonna wait till we predict it! And yea I have checked in many places that tiny changes cause large changes so it becomes chaos........ but still I just can't accept that it is impossible to solve...
Back
Top