ass1: Elaborate on difference type-I and type-II
This commit is contained in:
BIN
Lecture-2-slides-for-printing-type-i-vs-ii.pdf
Normal file
BIN
Lecture-2-slides-for-printing-type-i-vs-ii.pdf
Normal file
Binary file not shown.
@ -44,7 +44,6 @@
|
|||||||
%\usepackage[nottoc,numbib]{tocbibind}
|
%\usepackage[nottoc,numbib]{tocbibind}
|
||||||
\usepackage{float}
|
\usepackage{float}
|
||||||
\usepackage{mathtools}
|
\usepackage{mathtools}
|
||||||
\usepackage{svg}
|
|
||||||
|
|
||||||
\title{Superconductivity - Assignment 1}
|
\title{Superconductivity - Assignment 1}
|
||||||
\author{
|
\author{
|
||||||
@ -114,13 +113,49 @@ No idea yet.
|
|||||||
\section{Difference between type-I and type-II superconductors}
|
\section{Difference between type-I and type-II superconductors}
|
||||||
In the realm of conventional superconductors, we have type-I and type-II superconductors.
|
In the realm of conventional superconductors, we have type-I and type-II superconductors.
|
||||||
Both types are mediated by electron-phonon coupling, but there are quite some differences.
|
Both types are mediated by electron-phonon coupling, but there are quite some differences.
|
||||||
|
Using figure \ref{fig:typevs}, we will go through their differences.
|
||||||
|
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\label{fig:type-i-vs-ii}
|
\label{fig:typevs}
|
||||||
\includesvg[width=\textwidth]{Lecture-2-slides-for-printing-type-i-vs-ii.svg}
|
\includegraphics[width=\textwidth]{Lecture-2-slides-for-printing-type-i-vs-ii.pdf}
|
||||||
\caption{Figure is borrowed from the presentation of week two of the Superconductivity course by Alix McCollam.}
|
\caption{Figure is borrowed from the presentation of week two of the Superconductivity course by Alix McCollam.}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
Type-I superconductors (sc) are described by BCS theory.
|
||||||
|
An example of a type-I sc is lead (Pb).
|
||||||
|
Below a critical temperature $T_c$, these materials exhibit perfect diamagnetism.
|
||||||
|
Inside the sc, a magnetic field is generated to expell the externally applied field,
|
||||||
|
such that the net field is zero.
|
||||||
|
This is called the Meissner effect.
|
||||||
|
The perfect diamagnetism is quantized as having susceptibility $\chi = -1$.
|
||||||
|
There is, however, a limit to how large a field can be completely expelled.
|
||||||
|
This is called the critical field $B_c$.
|
||||||
|
If $B_c$ is exceeded, the superconductivity breaks down, thus the material will cease to expell the field,
|
||||||
|
the diagmagnetism drops to $\chi = 0$.
|
||||||
|
This effect is seen in the bottom-left plot in figure \ref{fig:typevs}.
|
||||||
|
The relation between these two critical values is given as
|
||||||
|
\[
|
||||||
|
B_c(T) = B_c(0) \left[ 1 - \frac{T}{T_c}^2 \right].
|
||||||
|
\]
|
||||||
|
An example of this curve is plotted in the top-left of figure \ref{fig:typevs}.
|
||||||
|
Two phases can be distinguished:
|
||||||
|
the Meissner (or superconducting) state under the graph,
|
||||||
|
and the normal state outside it.
|
||||||
|
The transition between these states is a first-order phase transition due to the discontinuity in the magnetization $M = \frac{dF}{dB}$, the first derivative of the free energy to the applied field.
|
||||||
|
|
||||||
|
Then there are type-II sc, for example, niobium (Nb).
|
||||||
|
Instead of only having a Meissner or sc phase, they have another phase:
|
||||||
|
the vortex state.
|
||||||
|
Below $T_c$ and lower critical field $B_{c1}(T)$, the type-II sc is in the Meissner state,
|
||||||
|
and the material thus completely cancels the externally applied field.
|
||||||
|
Above the upper critical field $B_{c2}(T)$, the material is in the normal state.
|
||||||
|
When the field is between these two critical fields, $B_{c1}(T) < B < B_{c2}(T)$,
|
||||||
|
the material is in the vortex state.
|
||||||
|
In the vortex state, the externally applied magnetic field is not completely expelled.
|
||||||
|
Instead, the material consists of normal and sc regions, the former called vortices.
|
||||||
|
These vortices are normal conducting regions and allow magnetic flux to pass.
|
||||||
|
|
||||||
|
|
||||||
Type-I superconductors are thought to be described by BCS theory.
|
Type-I superconductors are thought to be described by BCS theory.
|
||||||
They are phonon-mediated.
|
They are phonon-mediated.
|
||||||
They have different phase diagrams from type-II superconductors,
|
They have different phase diagrams from type-II superconductors,
|
||||||
|
|||||||
Binary file not shown.
@ -0,0 +1,91 @@
|
|||||||
|
%% Creator: Inkscape inkscape 0.92.5, www.inkscape.org
|
||||||
|
%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010
|
||||||
|
%% Accompanies image file 'Lecture-2-slides-for-printing-type-i-vs-ii_svg-tex.pdf' (pdf, eps, ps)
|
||||||
|
%%
|
||||||
|
%% To include the image in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pdf_tex}
|
||||||
|
%% instead of
|
||||||
|
%% \includegraphics{<filename>.pdf}
|
||||||
|
%% To scale the image, write
|
||||||
|
%% \def\svgwidth{<desired width>}
|
||||||
|
%% \input{<filename>.pdf_tex}
|
||||||
|
%% instead of
|
||||||
|
%% \includegraphics[width=<desired width>]{<filename>.pdf}
|
||||||
|
%%
|
||||||
|
%% Images with a different path to the parent latex file can
|
||||||
|
%% be accessed with the `import' package (which may need to be
|
||||||
|
%% installed) using
|
||||||
|
%% \usepackage{import}
|
||||||
|
%% in the preamble, and then including the image with
|
||||||
|
%% \import{<path to file>}{<filename>.pdf_tex}
|
||||||
|
%% Alternatively, one can specify
|
||||||
|
%% \graphicspath{{<path to file>/}}
|
||||||
|
%%
|
||||||
|
%% For more information, please see info/svg-inkscape on CTAN:
|
||||||
|
%% http://tug.ctan.org/tex-archive/info/svg-inkscape
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\providecommand\color[2][]{%
|
||||||
|
\errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}%
|
||||||
|
\renewcommand\color[2][]{}%
|
||||||
|
}%
|
||||||
|
\providecommand\transparent[1]{%
|
||||||
|
\errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}%
|
||||||
|
\renewcommand\transparent[1]{}%
|
||||||
|
}%
|
||||||
|
\providecommand\rotatebox[2]{#2}%
|
||||||
|
\newcommand*\fsize{\dimexpr\f@size pt\relax}%
|
||||||
|
\newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}%
|
||||||
|
\ifx\svgwidth\undefined%
|
||||||
|
\setlength{\unitlength}{370.59999074bp}%
|
||||||
|
\ifx\svgscale\undefined%
|
||||||
|
\relax%
|
||||||
|
\else%
|
||||||
|
\setlength{\unitlength}{\unitlength * \real{\svgscale}}%
|
||||||
|
\fi%
|
||||||
|
\else%
|
||||||
|
\setlength{\unitlength}{\svgwidth}%
|
||||||
|
\fi%
|
||||||
|
\global\let\svgwidth\undefined%
|
||||||
|
\global\let\svgscale\undefined%
|
||||||
|
\makeatother%
|
||||||
|
\begin{picture}(1,0.69859687)%
|
||||||
|
\lineheight{1}%
|
||||||
|
\setlength\tabcolsep{0pt}%
|
||||||
|
\put(0,0){\includegraphics[width=\unitlength,page=1]{Lecture-2-slides-for-printing-type-i-vs-ii_svg-tex.pdf}}%
|
||||||
|
\put(0.19562871,0.62817053){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Type I\end{tabular}}}}%
|
||||||
|
\put(0.10685375,0.43443065){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Meissner\end{tabular}}}}%
|
||||||
|
\put(0.82056125,0.62817053){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Type II\end{tabular}}}}%
|
||||||
|
\put(0.83675121,0.55558554){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Mixed state \end{tabular}}}}%
|
||||||
|
\put(0.83675121,0.52698327){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}(vortex state)\end{tabular}}}}%
|
||||||
|
\put(0,0){\includegraphics[width=\unitlength,page=2]{Lecture-2-slides-for-printing-type-i-vs-ii_svg-tex.pdf}}%
|
||||||
|
\put(0.28440367,0.62628171){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}(Pb)\end{tabular}}}}%
|
||||||
|
\put(0.92147868,0.62628171){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}(Nb)\end{tabular}}}}%
|
||||||
|
\put(0,0){\includegraphics[width=\unitlength,page=3]{Lecture-2-slides-for-printing-type-i-vs-ii_svg-tex.pdf}}%
|
||||||
|
\put(0.04614139,0.58796546){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||||
|
\put(0.06152186,0.57960065){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C\end{tabular}}}}%
|
||||||
|
\put(0,0){\includegraphics[width=\unitlength,page=4]{Lecture-2-slides-for-printing-type-i-vs-ii_svg-tex.pdf}}%
|
||||||
|
\put(0.60307609,0.61575823){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||||
|
\put(0.61791689,0.60739342){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C2\end{tabular}}}}%
|
||||||
|
\put(0.60307609,0.42282785){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||||
|
\put(0.61791689,0.41365353){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C1\end{tabular}}}}%
|
||||||
|
\put(0.25984889,0.24932542){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||||
|
\put(0.27522936,0.2409606){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C\end{tabular}}}}%
|
||||||
|
\put(0,0){\includegraphics[width=\unitlength,page=5]{Lecture-2-slides-for-printing-type-i-vs-ii_svg-tex.pdf}}%
|
||||||
|
\put(0.65542364,0.30167296){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||||
|
\put(0.67026444,0.29330815){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C1\end{tabular}}}}%
|
||||||
|
\put(0.92552617,0.29708581){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||||
|
\put(0.94036697,0.28953049){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C2\end{tabular}}}}%
|
||||||
|
\put(0,0){\includegraphics[width=\unitlength,page=6]{Lecture-2-slides-for-printing-type-i-vs-ii_svg-tex.pdf}}%
|
||||||
|
\put(0.22800863,0.0420939){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Ideal magnetisation \end{tabular}}}}%
|
||||||
|
\put(0.22800863,0.01349164){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}curves.\end{tabular}}}}%
|
||||||
|
\put(0,0){\includegraphics[width=\unitlength,page=7]{Lecture-2-slides-for-printing-type-i-vs-ii_svg-tex.pdf}}%
|
||||||
|
\put(0.77576902,0.1443605){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||||
|
\put(0.79330815,0.13599568){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C1\end{tabular}}}}%
|
||||||
|
\put(0.81732326,0.1443605){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}< B\end{tabular}}}}%
|
||||||
|
\put(0.8556395,0.13599568){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C\end{tabular}}}}%
|
||||||
|
\put(0.87182947,0.1443605){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}< B\end{tabular}}}}%
|
||||||
|
\put(0.90987588,0.13599568){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}C2\end{tabular}}}}%
|
||||||
|
\end{picture}%
|
||||||
|
\endgroup%
|
||||||
Reference in New Issue
Block a user