Centripetal acceleration via linear speed and radius ==================================================== *Centripetal acceleration* is defined as the change in velocity tangential to the velocity vector. **Links:** #. `Physics LibreTexts, first part of equation 6.2.5 `__. .. py:currentmodule:: symplyphysics.laws.kinematics.centripetal_acceleration_via_linear_speed_and_radius .. py:data:: centripetal_acceleration Centripetal, or normal, :attr:`~symplyphysics.symbols.classical_mechanics.acceleration`. Symbol: :code:`a_n` Latex: :math:`a_{n}` Dimension: :code:`acceleration` .. py:data:: speed Linear :attr:`~symplyphysics.symbols.classical_mechanics.speed`. Symbol: :code:`v` Latex: :math:`v` Dimension: :code:`velocity` .. py:data:: radius_of_curvature Instantaneous :attr:`~symplyphysics.symbols.basic.radius_of_curvature`. Symbol: :code:`r` Latex: :math:`r` Dimension: :code:`length` .. py:data:: law :code:`a_n = v^2 / r` Latex: .. math:: a_{n} = \frac{v^{2}}{r}