-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
92 lines (66 loc) · 4.08 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
\documentclass[jcp,aip,reprint,notitlepage,floatfix,superscriptaddress,twocolumn,superscriptaddress,eqsecnum]{revtex4-2}
%%
\usepackage{amsmath, amsfonts, mathtools, physics}
\usepackage{graphicx}% Include figure files
\graphicspath{{figures/}}
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold math
\usepackage[pdfauthor={Aditya Dev},
pdftitle={Neutrino Mass Models},
pdfsubject={PHY655 TermPaper (Spring Semester 2023)},
pdfkeywords={Neutrino mass, Dirac particle, Majorana Particle, CPT, Mass models, Neutrino Oscillations}
]{hyperref} % Required for hyperlinks
\usepackage{xcolor}
\definecolor{color1}{RGB}{0,0,90} % Color of the article title and sections
\definecolor{color2}{RGB}{0,20,20} % Color of the boxes behind the abstract and headings
\hypersetup{
hidelinks,
colorlinks,
breaklinks=true,
urlcolor=color2,
citecolor=color1,
linkcolor=color1,
bookmarksopen=false,
}
\usepackage{fontspec}
\setmainfont{NewCM10-Regular}
\setmonofont{NewCMMono10-Book}
\begin{document}
\title[PHY655 TermPaper (Spring Semester 2023)]{Neutrino Mass Models}
%\thanks{Footnote to title of article.}
\author{Aditya Dev \small (MS19022) }
\email{[email protected]}
\affiliation{Department of Physical Sciences, Indian Institute of Science Education and Research Mohali}%
\date{\today}% It is always \today, today,
% but any date may be explicitly specified
\begin{abstract}
This term paper provides a review of various neutrino mass models and their implications for particle physics and the Standard Model. We discuss how mass terms are incorporated into the Standard Model, including the Dirac mass term and the Majorana mechanism. We explore experimental evidence supporting the existence of non-zero neutrino mass and discuss the formalism of neutrino oscillations. Additionally, we provide an overview of some famous radiative neutrino mass models.
\end{abstract}
\keywords{Neutrino mass, Dirac particle, Majorana Particle, CPT, Mass models, Neutrino Oscillations}%Use showkeys class option if keyword
%display desired
\sffamily
\maketitle
\tableofcontents
\rmfamily
\vspace{20pt}
\input{sections/introduction}
\input{sections/neutrino_oscillations}
\input{sections/cp_viloation}
\input{sections/two_and_three_neutrino_mixing}
\input{sections/sm_mass_dirac}
\input{sections/majorana_mass_mechanism}
\input{sections/mass_mechanisms}
\input{sections/radiative_corrections}
\input{sections/implication_of_neutrino_mass}
\section{Conclusion}
In this term paper, we elucidate various mechanisms to generate non-zero neutrino mass. We begin with a discussion on the history of neutrinos and their discovery in Section~\ref{sec:intro}. In Section~\ref{sec:neutrino_oscillations}, we introduce the neutrino oscillation and develop the general mathematical formalism for the neutrino oscillation, applying it to two- and three-flavor mixing in the cases of atmospheric and solar neutrinos, respectively. Section~\ref{sec:mass_in_sm} provides a comprehensive description of various mass terms in the Standard Model and their implications. Finally, in Section~\ref{sec:mass_mechanism}, we discuss various mass mechanisms to generate neutrino mass, including Type I and Type II seesaw mechanisms, as well as radiative corrections. There is a vast body of literature on Neutrino Physics and open questions in neutrino physics, and this term paper covers only some aspects of it. Interested readers are encouraged to refer to the references (\textit{and the references within}) below for more up-to-date and comprehensive discussions on Neutrino Physics, especially [Ref~\onlinecite{boyd, bouchandthesis, ma_arxiv, zuber2020neutrino, Dighe, King_2004, Mohapatra:2005wg}]. For a nice list of open questions in neutrino physics, one may refer to [Ref~\onlinecite{Smirnov_2004}].
%\begin{acknowledgments}
%\end{acknowledgments}
\section*{Appendix}
\appendix
\input{sections/appendix}
\section*{Refrences}
\bibliography{references}% Produces the bibliography via BibTeX.
\end{document}
%
% ****** End of file aapmsamp.tex ******