Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanter committed Nov 29, 2024
1 parent c17884e commit 2e856e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Time of flight of a projectile via initial velocity
===================================================
Let the body be thrown horizontally with some initial velocity. Then the time of the motion
of this body until it reaches the initial elevation depends only initial velocity and acceleration
Let the body be thrown at an angle to the horizon with some initial velocity. Then the time of the motion
of this body until it reaches the initial elevation depends only on initial velocity and acceleration
of free fall.
**Conditions:**
Expand Down
9 changes: 7 additions & 2 deletions symplyphysics/symbols/classical_mechanics.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,16 @@

sector_speed = SymbolNew("sigma", units.area / units.time, display_latex="\\sigma")
"""
**Areal speed**, also called **sector speed** or **sectorial speed**, is a quantity that indicated
**Areal speed**, also called **sector speed** or **sectorial speed**, is a quantity that indicates
the rate of change at which :symbols:`area` is swept out by a particle as it moves along a curve.
The calculation of the area swept can be found in the link below.
**Links:**
#. `Wikipedia <https://en.wikipedia.org/wiki/Areal_velocity#/media/File:ArealVelocity_with_curved_area.svg>`__.
"""

kepler_constant = SymbolNew("K", units.length**3 / units.time**2, display_latex="\\mathfrac{K}")
kepler_constant = SymbolNew("K", units.length**3 / units.time**2, display_latex="\\mathfrak{K}")
"""
The **Kepler's constant** is the constant of proportionality in Kepler's third law of planetary
motion, namely the ratio between the square of the period of the planet to the semi-major axis
Expand Down

0 comments on commit 2e856e8

Please sign in to comment.