Average power of sinusoidal wave on stretched string ==================================================== The average power of a wave of any type is proportional to the square of its amplitude and to the square of its angular frequency. **Conditions:** #. The wave is sinusoidal. **Links:** #. `Physics LibreTexts, formula 16.5.1 `__. .. py:currentmodule:: symplyphysics.laws.waves.average_power_of_sinusoidal_wave_on_stretched_string .. py:data:: wave_average_power Average :attr:`~symplyphysics.symbols.basic.power`, or rate of energy transfer, of the wave. Symbol: :code:`P` Latex: :math:`P` Dimension: :code:`power` .. py:data:: string_linear_density :attr:`~symplyphysics.symbols.basic.linear_density` of the string. Symbol: :code:`mu` Latex: :math:`\mu` Dimension: :code:`mass/length` .. py:data:: phase_speed :attr:`~symplyphysics.symbols.classical_mechanics.phase_speed` of the wave. Symbol: :code:`v` Latex: :math:`v` Dimension: :code:`velocity` .. py:data:: wave_angular_frequency :attr:`~symplyphysics.symbols.classical_mechanics.angular_frequency` of the wave. Symbol: :code:`w` Latex: :math:`\omega` Dimension: :code:`angle/time` .. py:data:: wave_amplitude Amplitude of the wave. See :attr:`~symplyphysics.symbols.classical_mechanics.euclidean_distance`. Symbol: :code:`u_max` Latex: :math:`u_\text{max}` Dimension: :code:`length` .. py:data:: law :code:`P = 1/2 * mu * v * w^2 * u_max^2` Latex: .. math:: P = \frac{1}{2} \mu v \omega^2 u_\text{max}^2