mirror of
https://asciireactor.com/otho/phy-4660.git
synced 2024-11-21 22:45:05 +00:00
xray pdf
This commit is contained in:
parent
84a6563635
commit
f8ef93cd52
@ -3,7 +3,7 @@
|
||||
|
||||
\documentclass[11pt,letterpaper]{article}
|
||||
|
||||
\usepackage{aas_macros}
|
||||
%\usepackage{aas_macros}
|
||||
\usepackage{biblatex}
|
||||
\usepackage{graphicx}
|
||||
\usepackage[margin=1.in,centering]{geometry}
|
||||
@ -15,10 +15,18 @@
|
||||
|
||||
\bibliography{/home/caes/wmu/phy-4660/adv_lab.bib}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
||||
\newcommand{\FpaO}{$^{19}\textrm{F(p,}\alpha)^{16}\textrm{O}$}
|
||||
\newcommand{\LipaHe}{$^7\textrm{Li(p,}\alpha)^4\textrm{He}$}
|
||||
|
||||
%\newcommand{}$^7\textrm{Li(p,}\alpha)^4\textrm{He}$ reaction.\\
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\title{Lab 4: Nuclear Reactions and Nucleosynthesis}
|
||||
\author{Otho Ulrich, Eugene Kopf, Asghar Kayani, Mike Pirkola, }
|
||||
@ -30,14 +38,24 @@
|
||||
%─────────────
|
||||
\section{Introduction: Lithium and Fluorine}
|
||||
\label{sec:intro}
|
||||
The nuclear properties of lithium are of interest, especially its interaction probability cross section. Studies of the Sun's photosphere show the abundance of lithium relative to hydrogen and helium to be nearly an order-of-magnitude less. Lithium's large cross section is believed responsible; it predicts that ionized hydrogen will readily collide with lithium, transforming the lithium to helium, and emitting an alpha particle. This is one transition that takes place in stellar nucleosynthesis, as lithium is carried toward a star's core by convective currents, but even with this process and reaction in mind, modern astrophysicists have yet to completely explain the lack of abundant lithium in our sun's photosphere, named the Solar Lithium Problem. Studies of the nuclear properties of lithium could elucidate a better stellar structure model, but this is outside the scope of our study. \cite{Carroll&Ostlie}
|
||||
The nuclear properties of lithium are of interest, especially its interaction probability cross-section. Studies of the Sun's photosphere show the abundance of lithium relative to hydrogen and helium to be nearly an order-of-magnitude less. Lithium's large cross-section is believed responsible; it predicts that ionized hydrogen will readily collide with lithium, transforming the lithium to helium, and emitting an alpha particle. This is one transition that takes place in stellar nucleosynthesis, as lithium is carried toward a star's core by convective currents, but even with this process and reaction in mind, modern astrophysicists have yet to completely explain the lack of abundant lithium in our sun's photosphere, named the Solar Lithium Problem. Studies of the nuclear properties of lithium could elucidate a better stellar structure model, but this is outside the scope of our study. \cite{Carroll&Ostlie}
|
||||
|
||||
Fluorine can be annihilated in a similar fashion. It is one of the rarest elements observed by astronomers, and thought to be for the same reasons: it is easily annihilated by a proton to produce oxygen and an alpha particle. Figure \ref{fig:abundances} shows relative abundances of many elements. To judge whether this explanation is plausible, we will determine the probability cross sections of the fluorine-proton reaction and the lithium-proton reaction.
|
||||
Fluorine can be annihilated in a similar fashion. It is one of the rarest elements observed by astronomers, and thought to be for the same reasons: it is easily annihilated by a proton to produce oxygen and an alpha particle. Figure \ref{fig:abundances} shows relative abundances of many elements. To judge whether this explanation is plausible, we will determine the probability cross-sections of the fluorine-proton reaction {\FpaO} and the lithium-proton reaction {\LipaHe}. By observing the alpha particle products of each reaction, these cross-sections can be computed.\\
|
||||
|
||||
\section{Nuclear Reactions Induced by a Proton Beam}
|
||||
\begin{figure}
|
||||
\center
|
||||
\includegraphics[width=6in]{../abundances.png}
|
||||
\caption{Relative elemental abundances in the sun's photosphere. Lithium and fluorine are much less abundant than their neighbour elements. It is thought this is due to large probability cross-sections for a proton collision with these nuclei. \cite{Carroll&Ostlie}}
|
||||
\end{figure}
|
||||
|
||||
\section{Nuclear Reactions and Detection Plan}
|
||||
\label{sec:beamreactions}
|
||||
|
||||
Nuclear
|
||||
\begin{figure}
|
||||
\center
|
||||
\includegraphics[width=4.5in]{../collision.png}
|
||||
\caption{In general, an incident particle collides with a target nucleus, resulting in an emitted particle and a residual nucleus. The backscattering experiments in this study have $\theta = 149\pm0.05\degree$ \cite{ADVLABACCEL}}
|
||||
\end{figure}
|
||||
|
||||
|
||||
%─────────────
|
||||
@ -53,90 +71,14 @@
|
||||
\label{subsec:transferfunc}
|
||||
|
||||
|
||||
\begin{equation}
|
||||
\label{eq:time_transfunc}
|
||||
y(t) = \int_{-\infty}^{\infty} g(\tau) x(t-\tau) {\rm d}\tau.
|
||||
\end{equation}
|
||||
|
||||
|
||||
\begin{equation}
|
||||
\label{eq:freq_transfunc}
|
||||
Y(\nu) = G(\nu) X(\nu).
|
||||
\end{equation}
|
||||
|
||||
|
||||
\begin{equation}
|
||||
|Y(\nu)|^2 = |G(\nu)|^2 |X(\nu)|^2.
|
||||
\end{equation}
|
||||
|
||||
We also define a cross spectrum between two lightcurves as $C(\nu) = X^*(\nu) Y(\nu)$. The argument $\phi$ of the cross spectrum is the phase between those two signals. The time lag can be computed from the phase using equation \ref{eq:timelag}. An empirical fit of the time delay in frequency space can be produced, and then transformed to the time domain. The average time delay can be obtained from this new function, but this function describes more fully the time-dependent response of the reprocessed lightcurve. Composing the many specific time-dependent responses into a single function $g(t,\lambda)$ provides the desired description of the reveberation in the system.
|
||||
|
||||
\begin{equation}
|
||||
\tau(\nu) = \frac{\phi(\nu)}{2\pi\nu}.
|
||||
\label{eq:timelag}
|
||||
\end{equation}
|
||||
|
||||
|
||||
\subsection{Computational Details}
|
||||
\label{subsec:computation}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=0.5\linewidth]{tophat_timedomain.pdf}[A]
|
||||
\includegraphics[width=0.5\linewidth]{tophat_freqdomain.pdf}[B]
|
||||
\caption{[A] Tophat transfer functions in the time domain show an average time lag of the reverberating curve and a constant distribution in time over an interval. [B] The frequency-dependent time lags associated with each tophat function. Important features related to the average time lag are observable (maximum, corresponding to the average time delay; value of $\nu$ at steepest change), and complicated relationships with higher frequency waves can be noted.}
|
||||
\label{fig:tophat_theory}
|
||||
\end{figure}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
%─────────────
|
||||
\section{Results}
|
||||
\label{sec:results}
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=4in]{psd1367A.pdf}
|
||||
\caption{The power spectral density for the chosen reference lightcurve. It is strongly variable across all computed Fourier frequencies.}
|
||||
\label{fig:PSD_ref}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}
|
||||
\includegraphics[width=.46\textwidth]{psd_atlas.pdf}[A]
|
||||
\includegraphics[width=.46\textwidth]{timelag_atlas.pdf}[B]
|
||||
\caption{[A] Power spectral densities for all observed light curves, excluding the reference curve. A decrease in variability is observed with increasing wavelength. [B] Time lags as a function of Fourier frequency. Computational issues make many of these results dubious, but ten curves provide at least a lower-limit estimate of the uncertainty. It can nevertheless be noted that time delay increases with wavelength.}
|
||||
\label{fig:grids}
|
||||
\end{figure}
|
||||
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=.45\textwidth]{freq_3465A.png}
|
||||
\includegraphics[width=.45\textwidth]{time_3465A.png}[3465\AA]
|
||||
\centering
|
||||
\includegraphics[width=.45\textwidth]{freq_3471A.png}
|
||||
\includegraphics[width=.45\textwidth]{time_3471A.png}[3471\AA]
|
||||
\centering
|
||||
\includegraphics[width=.45\textwidth]{freq_6175A.png}
|
||||
\includegraphics[width=.45\textwidth]{time_6175A.png}[6175\AA]
|
||||
\caption{The shorter wavelengths, corresponding to emission from the inner region of the accretion disk, do not show strong agreement with the average time lags reported by Fausnaugh et al. This may be due to difficulty fitting the function because the computer is unable to distinguish between emission from the source and reprocessing.}
|
||||
\label{fig:results1}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=.45\textwidth]{freq_6439A.png}
|
||||
\includegraphics[width=.45\textwidth]{time_6439A.png}[6439\AA]
|
||||
\centering
|
||||
\includegraphics[width=.45\textwidth]{freq_7657A.png}
|
||||
\includegraphics[width=.45\textwidth]{time_7657A.png}[7657\AA]
|
||||
\centering
|
||||
\includegraphics[width=.45\textwidth]{freq_9157A.png}
|
||||
\includegraphics[width=.45\textwidth]{time_9157A.png}[9157\AA]
|
||||
\caption{The empirical fits in these wavelengths show a strong agreement with the average time lags reported by Fausnaugh et al. The strong response trending downward from time 0 may be from the source emission, while the bump is from thermal emission further out in the accretion disk. These components appear to overlap in 6439\AA.}
|
||||
\label{fig:results2}
|
||||
\end{figure}
|
||||
|
||||
\section{Conclusion}
|
||||
\label{sec:conclusion}
|
||||
|
@ -1,3 +1,12 @@
|
||||
@techreport{ADVLABACCEL,
|
||||
author = {Burns, Clement and Kayani, Asghar},
|
||||
title = {Nuclear Reactions},
|
||||
institution = {Western Michigan University},
|
||||
year = {2017},
|
||||
type = {Lab Guide}
|
||||
}
|
||||
|
||||
|
||||
@book{Carroll&Ostlie,
|
||||
author = {{Carroll}, Bradley W. and {Ostlie}, Dale A.},
|
||||
title = {An Introduction to Modern Astrophysics},
|
||||
|
BIN
xray/xray-telescopes.pdf
Normal file
BIN
xray/xray-telescopes.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user