Lesson 14 of 15

Gravitational Wave Power

Gravitational Wave Power

Einstein's quadrupole formula gives the power (luminosity) radiated as gravitational waves by a compact binary in a circular orbit of separation rr:

PGW=325G4c5(m1m2)2(m1+m2)r5P_{\rm GW} = \frac{32}{5} \frac{G^4}{c^5} \frac{(m_1 m_2)^2 (m_1+m_2)}{r^5}

The steep r5r^{-5} dependence means power increases enormously as the binary shrinks. At merger, a stellar-mass binary briefly outshines the entire visible universe in gravitational-wave luminosity.

Orbital Decay Rate

This radiated energy must come from the orbital energy Eorb=Gm1m2/(2r)E_{\rm orb} = -Gm_1 m_2/(2r). Differentiating with respect to rr and setting PGW=dEorb/dtP_{\rm GW} = -dE_{\rm orb}/dt:

drdt=645G3c5m1m2(m1+m2)r3\left|\frac{dr}{dt}\right| = \frac{64}{5} \frac{G^3}{c^5} \frac{m_1 m_2 (m_1+m_2)}{r^3}

The orbit shrinks slowly at large rr and catastrophically fast near merger.

Earth–Sun as a Sanity Check

For the Earth–Sun system (m1=5.972×1024m_1 = 5.972 \times 10^{24} kg, m2=1.989×1030m_2 = 1.989 \times 10^{30} kg, r=1.496×1011r = 1.496 \times 10^{11} m), the GW power is only about 200 W — negligible compared to the Sun's 3.8×10263.8 \times 10^{26} W electromagnetic luminosity. The orbit decays by ~102010^{-20} m/s, imperceptible on human timescales.

Constants (define inside each function)

  • G=6.674×1011G = 6.674 \times 10^{-11} m³ kg⁻¹ s⁻²
  • c=299792458c = 299792458 m/s

Your Task

Implement the three functions below. Return the positive magnitude for power and decay rate (energy is being lost, separation is decreasing). Return the negative value for orbital energy (bound orbits have E<0E < 0).

Python runtime loading...
Loading...
Click "Run" to execute your code.