Universal gravity problem help needed

  • Thread starter Thread starter gaborfk
  • Start date Start date
  • Tags Tags
    Gravity Universal
Click For Summary
SUMMARY

The discussion focuses on solving a physics problem related to universal gravity, specifically calculating the speed of an object released from rest at an altitude of 500 km above Earth's surface and determining the time of fall to the surface. The speed formula derived is v = √(2GM_E(1/r - 1/(R_E + h))). To find the time of fall, participants suggest performing the integral Δt = ∫(-dr/v) numerically, with recommendations for methods such as Simpson's rule and Runge-Kutta for numerical integration.

PREREQUISITES
  • Understanding of gravitational force and potential energy
  • Familiarity with integral calculus and numerical methods
  • Knowledge of the conservation of energy principle in physics
  • Basic understanding of the Runge-Kutta method for numerical solutions
NEXT STEPS
  • Learn about the conservation of energy in gravitational fields
  • Study numerical integration techniques, focusing on Simpson's rule
  • Explore the Runge-Kutta method for solving differential equations
  • Review calculus texts for practical applications of integrals in physics problems
USEFUL FOR

Students in physics, particularly those studying gravitational mechanics, computer science majors tackling physics problems, and anyone interested in numerical methods for solving integrals.

gaborfk
Messages
53
Reaction score
0
An object is released from rest at an altitude h above the surface of the Earth.

a) Show that its speed at a distance r from Earth's center, where [tex]R_{E}\leq r\leq R_{E}+h[/tex], is given by

[tex]v=\sqrt{2GM_{E}(\frac{1}{r}-\frac{1}{R_{E}+h})}[/tex]

b)Assume the release altitude is 500km. Perform the integral

[tex]\Delta t=\int^{f}_{i} dt=\int^{f}_{i} -\frac{dr}{v}[/tex]

to find the time of fall as the object moves from the release point to the Earth's surface. The negative sign appears because the object is moving opposite to the radial direction, so its speed is

[tex]v= -\frac{dr}{dt}[/tex]. Perform the integral numerically.


I am at a total loss with this one. It is my final physics problem ever! I am done with physics! (Computer Science major) Please, help. My head is about to explode.

Thank you.
 
Physics news on Phys.org
gaborfk said:
An object is released from rest at an altitude h above the surface of the Earth.

a) Show that its speed at a distance r from Earth's center, where [tex]R_{E}\leq r\leq R_{E}+h[/tex], is given by

[tex]v=\sqrt{2GM_{E}(\frac{1}{r}-\frac{1}{R_{E}+h})}[/tex]

b)Assume the release altitude is 500km. Perform the integral

[tex]\Delta t=\int^{f}_{i} dt=\int^{f}_{i} -\frac{dr}{v}[/tex]

to find the time of fall as the object moves from the release point to the Earth's surface. The negative sign appears because the object is moving opposite to the radial direction, so its speed is

[tex]v= -\frac{dr}{dt}[/tex]. Perform the integral numerically.


I am at a total loss with this one. It is my final physics problem ever! I am done with physics! (Computer Science major) Please, help. My head is about to explode.

Thank you.

The first part results simply from the law of conservation of total energy of the particle's interaction with Earth.
By numerically u mean applying different methods of numerically solving integrals,e.g.the Runge-Kutta??I'm sorry,this part of computional mathematics is beyond my knowledge.
Hopefully somebody else would guide through point b).

Daniel.
 
The force law is F= -GmM/r2 so the potential energy at r is the integral of Fx dx from RE to r: GMm(1/r- 1/RE). Of course, the potential energy at RE+ h is given by the same formula: GMm(1/(RE+h)- 1/RE). The change in potential energy is the difference of those:
GMm(1/r- 1/(RE+h)) (the "1/RE" term cancel) and that must be equal to the acquired kinetic energy:
(1/2)mv2= GMm(1/r- 1/(RE+h)) . Solve for v.

Now, you want to integrate [tex]\int^{f}_{i} -\frac{dr}{v}[/tex]
which, from the previous part is
[tex]-\frac{1}{\sqrt{2GM}}\int^{R_E}_{R_E+h}\frac{dr}{\sqrt{1/r-1/(R_E+h)}}[/tex]

If you are a computer science major, you certainly ought to be able to integrate that numerically, using, say, Simpson's rule. Any calculus text will describe it.

(dextercioby: "Runge-Kutta" is a numerical technique for differential equations. Not necessary here.)
 

Similar threads

Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
3
Views
2K
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K