DUE December 6

For our Final Exercise Set (prior to our “Final Project”), select ONE of the three options below. Only one option will be accepted for grading:

  1. Option 1: Dynamic Aperture Calculation (below)

  2. Option 2: Beam-Beam Interaction Calculation (below)

  3. Option 3: Re-write and re-submit TWO of your previous homework problems (not complete assignments; rather, two problems from previous assignments). They must be problems for which you received less than half-credit (e.g., 3/10 points, for example). Simply copying the answers from the web site is not acceptable; a good-faith attempt must be made to write and explain the solutions in your own words, with a demonstration of your mastery of the methods you’ve learned during the course.

As usual, the assignment must be submitted as an html R notebook (yourfirstname8.nb.html) which will include all code (R and/or python) produced by the author.

Dynamic Aperture Calculation

Consider a FODO-style synchrotron, made up of 26 FODO cells, with a lens spacing of 15 m and with a cell phase advance of 80.3 degrees. Presume equal bending through angle \(\theta\) between each of the quadrupoles of the FODO system.

  1. Give formulas for and compute the maximum and minimum values for \(\beta\) and \(D\) (dispersion) for such a FODO cell.

  2. To the extent that the natural chromaticity (in the absence of errors) of a FODO-style synchrotron is \(\xi \approx -\nu\), what would be the values \(\xi_x\) and \(\xi_y\) for our system?

  3. Suppose sextupoles are placed at the locations of the quadrupoles for chromaticity control, with strengths \(S_1\) at the focusing quadrupoles and \(S_2\) at the defocusing quadruoples. Write a matrix equation that shows how the chromaticity would be adjusted in our system for these two given strengths.

  4. If the change desired is to set both of the chromaticity values to zero, what numerical strengths \(S_1\) and \(S_2\) are required?

  5. With these values of sextupole strengths, we now have a nonlinear system, which can affect the available stable phase space area. For an initial condition of \(x = x_0\) and \(x'\) = 0, at some value of \(x_0\) the motion is likely to become unstable. Track particles through the FODO system, including the effects of all the sextupoles, for a variety of values for \(x_0\), up to 5000 turns, and determine at what value(s) of \(x_0\) the motion becomes unstable. (Let’s call a particle unstable if its position \(x\) exceeds 100 mm within 5000 turns.) The region of \(x\) which contains stable motion could be called the 5000-turn dynamic aperture.

Beam-Beam Interaction

Suppose a collider is operating with \(N\) = \(10^{11}\) protons in each bunch at a collision energy of \(1000\) GeV, colliding with similar counter-rotating proton bunches. The rms, normalized transverse emittance of each bunch is \(\epsilon_N\) = \(3\) \(\pi\) mm-mrad, and the amplitude function at the collision point is \(\beta^*\) = 0.3 m. The betatron tune of the collider is \(\nu\) = 20.5809.

The beam-beam interaction generates a shift in the tune of the collider, by an amount \(\Delta\nu = \xi\), where \[ \xi \equiv \pm\frac{r_0N}{4\epsilon_N} \] and \(r_0\) is called the “classical radius” of the particle, \[ r_0 = \frac{e^2}{4\pi\epsilon_0mc^2}. \] Here, we are actually considering a “round” beam, but will only study motion in one direction — \(x\).

  1. For the situation described above, should we use the “positive” sign or “negative” sign for our tune shift? Justify your answer.

  2. As a particle passes through the interaction point, what would be the effective focal length, in the linear approximation, of the focusing field created by the oncoming bunch, in terms of \(\xi\) and \(\beta^*\)? Provide a numerical estimate.

  1. This extra focusing field would change the value of the beta function at the collision point from its design value of \(\beta^*\) = 0.3 m. By how much would it change?

  2. We have seen that the beam-beam force (and space charge force) for a round beam has a functional form of \[ F \sim {\cal F}(u) = \frac{1-e^{-u^2/2}}{u} \] in terms of \(u \equiv x/\sigma\). Using R or python, make a plot of this functional form and its deriviate, and determine the value of \(x/\sigma\) that produces the maximum force.

  3. To study the phase space of the beam-beam interaction, note that the change in angle of a particle passing through an oncoming bunch will be \[ \Delta x' = \frac{F\cdot\ell}{pv} = \frac{e^2N'\cdot\ell}{\pi\epsilon_0 \sigma \;\; pv}\cdot {\cal F}(u) \] Noting also that the interaction region will be half the length of one of the beam bunches (due to the fact that the bunches are traveling toward each other), then \(N'\ell = N/2\) and \[ \Delta x' = \frac{e^2 \cdot (\frac12 N)}{\pi\epsilon_0 \beta^2\gamma mc^2\sigma}\cdot{\cal F}(u) = 2\;\frac{e^2}{4\pi\epsilon_0 mc^2}\;\frac{N}{\beta^2\gamma\sigma}\;{\cal F} = \frac{2r_0N}{\gamma\sigma} {\cal F} ~~~(\beta = v/c\approx 1) \] where we let \(\beta = 1\), which is most common for colliding beams storage rings.

If we now use our usual phase space variables \(x\) and \(P \equiv \beta x' + \alpha x\), then when passing through the oncoming bunch a particle’s \(P\) variable will change by \(\Delta P = \beta^*\Delta x'\), where \(\beta^*\) is the value of the Courant-Snyder parameter at the collision point. But, let’s re-write everything in terms of the rms beam size: define \(u \equiv x/\sigma\) and \(v \equiv P/\sigma\). Then,

\[ \Delta v = \Delta (P/\sigma) = \beta^*\Delta x'/\sigma = \frac{2\beta^*r_0N}{\gamma\sigma^2} {\cal F} = \frac{2\pi r_0N}{1}\frac{\beta^*}{\gamma\pi\sigma^2} {\cal F} = 2\pi\frac{r_0N}{\epsilon_N} {\cal F}(u) \] where we recognize \(\epsilon_N\) as the rms normalized beam emittance. The coordinates of a particle thus will change according to \[ \Delta u = 0 \\ \Delta v= 8\pi\xi \cdot\frac{1-e^{-u^2/2}}{u} \] when passing through the oncoming bunch. For a single pass around the collider, the particle’s phase space would evolve according to

\[ \begin{pmatrix} u \\ v \end{pmatrix}_{n+1} = \begin{pmatrix} ~~\cos (2\pi\nu) & \sin (2\pi\nu) \\ -\sin (2\pi\nu) & \cos (2\pi\nu) \end{pmatrix} \begin{pmatrix} u \\ v+\Delta v(u) \end{pmatrix}_{n} \]

Now: Plot the \((u,v)\) phase space in a single figure for values of \(u_0\) = 1, 2, 3, 4, 5 and for \(v_0\) = 0, where each condition is tracked for 2000 turns.

  1. Now, create a grid of six phase space plots, one for each of the following values of betatron tune: \(\nu\) = 20.50291, 20.580902, 20.6672073, 20.7498, 20.800776, 20.99091. For each plot, track a collection of particles with initial conditions \(u_0\) = 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, \(v_0\) = 0, and track each particle for 4000 turns. In each phase space plot, indicate with a red circle the area which would contain 95% of the particles in the beam (in the absence of the beam-beam kick itself).