Escape Velocity
The escape velocity is the minimum speed needed for an object to escape from the gravitational influence of a massive body.
The escape velocity is proportional to the square root of the product of the gravitational constant and the mass of the massive body divided by its radius.
Formula
![Copy to Clipboard QuantityVariable["v", "Speed"] == Sqrt[2]*Sqrt[(Quantity[1, "GravitationalConstant"]*QuantityVariable["m", "Mass"])/QuantityVariable["r", "Radius"]]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/49a/49ac8995-7b29-4c6d-b8b5-f5aa986e47f8/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| v | speed | "Speed" |
| m | mass | "Mass" |
| r | radius | "Radius" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= | ![]() |
Use some values:
| In[3]:= |
| Out[3]= |

