Gravitational Free Fall

Author: Nathalia Letrari

Other Members: Malek Kheriddin, Bill Klos, Sevval Cakir

Purpose

The Purpose of this project is to determine how Gravitational Forces react on an object falling from outer space onto a planet. The purpose of the experiment was to determine the exact velocity, time and kinetic energy of the object when it was in free fall for six different planets (Earth, Mercury, Venus, Mars, Jupiter, and The Sun) by writing a code that will find the values that we are looking for. Also this experiment aims to integrate experience and expertise with existing experience and to make proper use of it.

Theory

Newton claimed that any object in the universe attracts every other element with a force that is inversely proportional to the distance square between the objects and directly proportional to the mass production of the two objects. Each mass imposes an appealing force on the other, a force that calls gravitational force. These two forces form a pair of actions. $F_{\rm 1~on~2}$ is equal and opposite to $F_{\rm 2~n~1}$. The magnitude of the forces is given by Newton’s law of gravity. Two objects with masses $m_1$ and $m_2$ are a distance $r$ apart, the objects exert attractive forces on each other of magnitude.
$F_{\rm 2~n~1}$ = $F_{\rm 1~on~2}$ = $\frac{Gm_1m_2}{r^2}$

The constant G, referred to as the gravitational constant, is the proportionality constant required to relate the weights, measured in kilograms, to the force, measured in newtons. In the unit SI system, G has a value $6.67x{10^{-11}}$$\frac{Nm^2}{kg^2}$. Knowing G, a determination of the size of the power of gravitation can be made. According to Newton's Law of Gravity, these two masses exert an attractive gravitational force of magnitude on each other. This is an incredibly small force, particularly when compared to the gravitational force of the entire earth on each mass which is 9.8 N. The reason that the gravitational force between two regular objects is so minimal is the factor that is not known. Individuals are drawn to any object around themselves but the forces are so weak in contrast to the natural forces and friction forces working on that they are totally impossible to detect. It is only when one or both of the masses is exceedingly large—planet-sized—that the force of gravity becomes significant.

Gravitational potential energy $U_G$ = mgy is analyzed as a line through the root of slope mg. The potential energy curve is called PE. TE is the complete energy line, E = K + $U_G$. It is horizontal since the mechanical energy is conserved, which ensures that the mechanical energy of the object E has the same value at each point. An object with this amount of total energy will require negative kinetic energy to be correct at the point where the total energy line crosses the potential-energy curve. Negative K is not theoretically feasible, so the particle cannot be in U > E positions. It’s possible to make the particle hit a higher value of y by throwing it faster. But it will raise E and make the overall energy line higher. It is necessary to remember that the TE line is under control. If an object is moved with a certain speed, or lower it from a different height, it will assign it a different total capacity. So, the object needs to be given various initial conditions and investigation on an energy diagram how it moves with that amount of total energy.

Now lets see how this result performs with the known result for varying gravity:

$t(y) = \sqrt{\frac{y_0^3}{2\mu}}\left(\sqrt{\frac{y}{y_0}\left(1 - \frac{y}{y_0}\right)} + \cos^{-1}\sqrt{\frac{y}{y_0}}\right)$,

where $y_0$ is the initial distance of the object from the center of the Earth, and $\mu = G(m + M)$

Conclusion

To conclude, the previous knowledge applied successfully and the codes we made have given us the necessary values we needed. Since we know that the acceleration of a free falling object near Earth’s surface is 9.80m/s2 and that the force causing the acceleration is the weight of the object, (from Newton’s second law), this is how we find mg.Using these givens and the equations above as mentioned in the theory, we found the equations for velocity and kinetic energy for the other planets where the gravitational force values are different than Earth’s, along with different mass and radius. Therefore we were able to determine the time, velocity, and kinetic energy it would take for an object to hit a planet such as Earth, Mercury, Venus, Jupiter, Mars and the sun. After plugging in our values of the different planets into the different equations that we used, we found our values. With using the codes above, we found our percentage error for each of the following and found that it was very low which indicates the reliability of the experiment.