Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute vertical jump heights from the surfaces of astronomical bodies
ResourceFunction["VerticalJumpOnAstronomicalBodies"][entity] gives the vertical height of a jump from the surface of the astronomical body entity. | |
ResourceFunction["VerticalJumpOnAstronomicalBodies"][entity,vel] gives the vertical height assuming the initial velocity to be vel. | |
ResourceFunction["VerticalJumpOnAstronomicalBodies"][entity,hgt] gives the vertical height assuming that hgt would be the height of the jump on Earth. |
Determine the typical jumping height of a human on various astronomical bodies:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
Determine the typical jumping height of a human on multiple astronomical bodies:
In[3]:= |
Out[3]= |
Vertical jump height can also be computed on minor planets, comets, exoplanets and stars:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
The default value for initial jump velocity is 2.8 m/s:
In[7]:= |
Out[7]= |
The initial velocity can be changed to result in a higher or lower jump on the specified body:
In[8]:= |
Out[8]= |
If the specified quantity is in height units, computations assume that jump height on Earth and results are scaled accordingly:
In[9]:= |
Out[9]= |
In[10]:= |
Out[10]= |
Some astronomical bodies have very low gravity, so the height of a jump can be extreme:
In[11]:= |
Out[11]= |
In fact, the escape velocity of such bodies can be relatively low:
In[12]:= |
Out[12]= |
If you specify an initial velocity that is higher than the escape velocity of the body, then the vertical height of a jump is infinite:
In[13]:= |
Out[13]= |
This work is licensed under a Creative Commons Attribution 4.0 International License