Meithan
- 16
- 1
I've been trying to derive the full solution to the problem of free fall when the distances considered are large (and hence, the acceleration is no constant, but a function of height). This isn't homework, I was just curious.
The problem is innocently simple, but yields a differential equation which I cannot solve (and it's in principle solvable).
Free fall in a gravitational field
Consider a large mass M, which we place at the origin of a 1D coordinate system. We then drop a test mass m from a certain height r=h_0[/itex], from rest. The problem is to calculate its position as a function of time, r(t)[/itex]. We assume that M \gg m so the larger mass remains fixed at the origin and does not move.<br /> <br /> An example of this would be a high-orbit satellite free-falling onto the Earth in a radial trajectory.<br /> <br /> <b>My attempt at a solution</b><br /> <br /> The physics of the problem is very straightforward. At a distance r from the origin (where the larger mass is located), the local acceleration due to the gravitational force is given by<br /> <br /> g(r) = -\frac{G M}{r^2}<br /> <br /> And so the (differential) equation of motion of the test mass is<br /> <br /> \frac{d^2r}{dt^2} = -\frac{G M}{r^2}<br /> <br /> or, put simply,<br /> <br /> r^2 \frac{d^2r}{dt^2} = -\mu<br /> <br /> where \mu \equiv GM is the standard gravitational parameter of the system. This second-order ODE is not linear, so its solution might be complicated, but it&#039;s not impossible.<br /> <br /> We define v \equiv dr/dt so that d^2r/dt^2 = dv/dt, and using the chain rule we write the ODE as:<br /> <br /> r^2 \frac{dv}{dr} \frac{dr}{dt} = -\mu<br /> <br /> or, since dr/dt = v,<br /> <br /> v r^2 \frac{dv}{dr} = -\mu<br /> <br /> In this form, the ODE is separable:<br /> <br /> v dv = -\frac{\mu}{r^2} dr<br /> <br /> Integrating, we get<br /> <br /> \frac{v^2}{2} = \frac{\mu}{r} + C<br /> <br /> where C is an integration constant. Since we assume the object is dropped from rest from a height h_0, we can set v(r=h_0)=0 to obtain C[/itex]:&lt;br /&gt; &lt;br /&gt; 0 = \frac{\mu}{h_0} + C&lt;br /&gt; &lt;br /&gt; and hence&lt;br /&gt; &lt;br /&gt; C = -\frac{\mu}{h_0}&lt;br /&gt; &lt;br /&gt; The solution of the ODE for the velocity is therefore (&lt;b&gt;edit&lt;/b&gt;: I just found out that this can be obtained very easily by an energy consideration):&lt;br /&gt; &lt;br /&gt; \frac{v^2}{2} = 2\mu \left( \frac{1}{r} - \frac{1}{h_0} \right)&lt;br /&gt; &lt;br /&gt; which gives the velocity as a (ugly) function of height:&lt;br /&gt; &lt;br /&gt; v(r) = -\sqrt{2\mu \left( \frac{1}{r} - \frac{1}{h_0} \right)}&lt;br /&gt; &lt;br /&gt; (we take the negative root because we expect the velocity to be negative as the particle falls). The problem I encounter is when I try to integrate this equation:&lt;br /&gt; &lt;br /&gt; -\int \frac{dr}{\sqrt{2\mu \left( \frac{1}{r} - \frac{1}{h_0} \right)}} = \int dt&lt;br /&gt; &lt;br /&gt; The right-hand side is trivial, and we can wright the left-hand side as follows:&lt;br /&gt; &lt;br /&gt; -\frac{1}{\sqrt{2\mu}} \int \frac{dr}{\sqrt{\frac{\displaystyle 1}{r} - A}} = t + C&lt;br /&gt; &lt;br /&gt; where A \equiv 1/h_0 is a positive constant. &lt;br /&gt; &lt;br /&gt; Here&amp;#039;s where I&amp;#039;m stuck. I&amp;#039;ve no clue how to solve that integral. I gave it to Maxima, and I get a pretty ugly solution. Can anyone help? is there another way of solving the original differential equation?
The problem is innocently simple, but yields a differential equation which I cannot solve (and it's in principle solvable).
Free fall in a gravitational field
Consider a large mass M, which we place at the origin of a 1D coordinate system. We then drop a test mass m from a certain height r=h_0[/itex], from rest. The problem is to calculate its position as a function of time, r(t)[/itex]. We assume that M \gg m so the larger mass remains fixed at the origin and does not move.<br /> <br /> An example of this would be a high-orbit satellite free-falling onto the Earth in a radial trajectory.<br /> <br /> <b>My attempt at a solution</b><br /> <br /> The physics of the problem is very straightforward. At a distance r from the origin (where the larger mass is located), the local acceleration due to the gravitational force is given by<br /> <br /> g(r) = -\frac{G M}{r^2}<br /> <br /> And so the (differential) equation of motion of the test mass is<br /> <br /> \frac{d^2r}{dt^2} = -\frac{G M}{r^2}<br /> <br /> or, put simply,<br /> <br /> r^2 \frac{d^2r}{dt^2} = -\mu<br /> <br /> where \mu \equiv GM is the standard gravitational parameter of the system. This second-order ODE is not linear, so its solution might be complicated, but it&#039;s not impossible.<br /> <br /> We define v \equiv dr/dt so that d^2r/dt^2 = dv/dt, and using the chain rule we write the ODE as:<br /> <br /> r^2 \frac{dv}{dr} \frac{dr}{dt} = -\mu<br /> <br /> or, since dr/dt = v,<br /> <br /> v r^2 \frac{dv}{dr} = -\mu<br /> <br /> In this form, the ODE is separable:<br /> <br /> v dv = -\frac{\mu}{r^2} dr<br /> <br /> Integrating, we get<br /> <br /> \frac{v^2}{2} = \frac{\mu}{r} + C<br /> <br /> where C is an integration constant. Since we assume the object is dropped from rest from a height h_0, we can set v(r=h_0)=0 to obtain C[/itex]:&lt;br /&gt; &lt;br /&gt; 0 = \frac{\mu}{h_0} + C&lt;br /&gt; &lt;br /&gt; and hence&lt;br /&gt; &lt;br /&gt; C = -\frac{\mu}{h_0}&lt;br /&gt; &lt;br /&gt; The solution of the ODE for the velocity is therefore (&lt;b&gt;edit&lt;/b&gt;: I just found out that this can be obtained very easily by an energy consideration):&lt;br /&gt; &lt;br /&gt; \frac{v^2}{2} = 2\mu \left( \frac{1}{r} - \frac{1}{h_0} \right)&lt;br /&gt; &lt;br /&gt; which gives the velocity as a (ugly) function of height:&lt;br /&gt; &lt;br /&gt; v(r) = -\sqrt{2\mu \left( \frac{1}{r} - \frac{1}{h_0} \right)}&lt;br /&gt; &lt;br /&gt; (we take the negative root because we expect the velocity to be negative as the particle falls). The problem I encounter is when I try to integrate this equation:&lt;br /&gt; &lt;br /&gt; -\int \frac{dr}{\sqrt{2\mu \left( \frac{1}{r} - \frac{1}{h_0} \right)}} = \int dt&lt;br /&gt; &lt;br /&gt; The right-hand side is trivial, and we can wright the left-hand side as follows:&lt;br /&gt; &lt;br /&gt; -\frac{1}{\sqrt{2\mu}} \int \frac{dr}{\sqrt{\frac{\displaystyle 1}{r} - A}} = t + C&lt;br /&gt; &lt;br /&gt; where A \equiv 1/h_0 is a positive constant. &lt;br /&gt; &lt;br /&gt; Here&amp;#039;s where I&amp;#039;m stuck. I&amp;#039;ve no clue how to solve that integral. I gave it to Maxima, and I get a pretty ugly solution. Can anyone help? is there another way of solving the original differential equation?
Last edited: