Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Week 6 Exercises

Part 1

a) Given that 0χ10\leq\chi\leq1, recreate Figure 4.14. (Note that the event horizon when spin is not = 0 is given by revent=rg(1+1χ2)r_{event} = r_g(1+\sqrt{1-\chi^2}).) Verify this is correct by giving the capture radii rcrg\frac{r_c}{r_g} for s=0s=0 and s=ms=m.

b) Approximately derive the periapsis distance at high eccentricity (e1e\approx 1) in terms of the critical angular momentum LcL_c using the semi-latus rectum in natural units (you may need to Google an equation for this). From this, recreate Figure 4.15, using equation 4.270.

Part 2

a) In Rebound{\tt Rebound}, create a simulation of N=1000N=1000 stars around a central SMBH. Distribute the stars uniformly about eccentricity ee and semi-major axis aa phase-space, for example, a(0.5,2)a\in (0.5,2) and e(0,0.9)e\in (0, 0.9). Simulate the motion of the stars around the SMBH and determine which will be lost to the SMBH, show the area of aa-ee phase-space that is populated by doomed stars. Last week’s notebook will be very useful as a starting point.

It will be useful to note that star would be lost if it has angular momentum L<LlcL < L_{lc} with a distance from the SMBH r=rlcr = r_{lc}, where rlcr_{lc} is the loss-cone radius. For the purposes of this exercise, we may set the loss-cone radius to an arbitrary value (say rlc=0.2r_{lc} = 0.2). Therefore, at a given timestep, a star will be lost if L<LlcL < L_{lc} and r<rlcr < r_{lc}. Experiment with different ranges of aa, ee, and values of rlcr_{lc}!

b) You should notice an early burst of losses, followed by a long period of few losses or no losses at all. Why is this? How does the feeding rate of the SMBH change if each star receives a small “kick” at each time step? (this is a rudimentary way of simulating the diffusion of angular momentum in a galactic center). Plot the accumulation of lost stars over time with this addition.