physics / final.texon commit finish preparation for english sac (a57edd4)
   1\documentclass[a4paper]{article}
   2\usepackage{multicol}
   3\usepackage[cm]{fullpage}
   4\usepackage{amsmath}
   5\usepackage{amssymb}
   6\setlength{\parindent}{0cm}
   7\usepackage[nodisplayskipstretch]{setspace}
   8\setstretch{1.3}
   9\usepackage{graphicx}
  10\usepackage{wrapfig}
  11\usepackage{enumitem}
  12\usepackage{supertabular}
  13\usepackage{tabularx}
  14\setitemize{noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt,leftmargin=5pt}
  15
  16
  17\begin{document}
  18
  19\pagenumbering{gobble}
  20\begin{multicols}{3}
  21
  22% +++++++++++++++++++++++
  23
  24{\huge Physics}\hfill Andrew Lorimer\hspace{2em}
  25
  26% +++++++++++++++++++++++
  27\section{Motion}
  28
  29  $\operatorname{m/s} \, \times \, 3.6 = \operatorname{km/h}$
  30
  31  \subsection*{Inclined planes}
  32    $F = m g \sin\theta - F_{\text{frict}} = m a$
  33
  34% -----------------------
  35  \subsection*{Banked tracks}
  36
  37    \includegraphics[height=4cm]{graphics/banked-track.png}
  38
  39    $\theta = \tan^{-1} {{v^2} \over rg}$
  40
  41    $\Sigma F$ always acts towards centre (horizontally)
  42
  43    $\Sigma F = F_{\operatorname{norm}} + F_{\operatorname{g}}={{mv^2} \over r} = mg \tan \theta$
  44
  45    Design speed $v = \sqrt{gr\tan\theta}$
  46
  47    $n\sin \theta = {mv^2 \div r}, \quad n\cos \theta = mg$
  48
  49% -----------------------
  50  \subsection*{Work and energy}
  51
  52    $W=Fs=Fs \cos \theta=\Delta \Sigma E$
  53
  54    $E_K = {1 \over 2}mv^2$ (kinetic)
  55
  56    $E_G = mgh$ (potential)
  57
  58    $\Sigma E = {1 \over 2} mv^2 + mgh$ (energy transfer)
  59
  60% -----------------------
  61  \subsection*{Horizontal circular motion}
  62
  63    $v = {{2 \pi r} \over T}$
  64
  65    $f = {1 \over T}, \quad T = {1 \over f}$
  66
  67    $a_{centrip} = {v^2 \over r} = {{4 \pi^2 r} \over T^2}$
  68
  69    $\Sigma F, a$ towards centre, $v$ tangential
  70
  71    $F_{centrip} = {{mv^2} \over r} = {{4 \pi^2 rm} \over T^2}$
  72
  73    \includegraphics[height=4cm]{graphics/circ-forces.png}
  74
  75% -----------------------
  76  \subsection*{Vertical circular motion}
  77
  78    $T =$ tension, e.g. circular pendulum
  79
  80    $T+mg = {{mv^2}\over r}$ at highest point
  81
  82    $T-mg = {{mv^2} \over r}$ at lowest point
  83
  84% -----------------------
  85  \subsection*{Projectile motion}
  86    \begin{itemize}
  87      \item $v_x$ is constant: $v_x = {s \over t}$
  88      \item use suvat to find $t$ from $y$-component
  89      \item vertical component gravity: $a_y = -g$
  90    \end{itemize}
  91
  92    \begin{align*}
  93      v=\sqrt{v^2_x + v^2_y} \tag{vectors} \\
  94      h={{u^2\sin \theta ^2}\over 2g} \tag{max height}\\
  95      x=ut\cos\theta \tag{$\Delta x$ at $t$} \\
  96      y=ut \sin \theta-{1 \over 2}gt^2 \tag{height at $t$} \\
  97      t={{2u\sin\theta}\over g} \tag{time of flight}\\
  98      d={v^2 \over g}\sin \theta \tag{horiz. range} \\
  99    \end{align*}
 100
 101    \includegraphics[height=3.2cm]{graphics/projectile-motion.png}
 102
 103% -----------------------
 104  \subsection*{Pulley-mass system}
 105
 106    $a = {{m_2g} \over {m_1 + m_2}}$ where $m_2$ is suspended
 107
 108    $\Sigma F = m_2g-m_1g=\Sigma ma$ (solve)
 109
 110% -----------------------
 111  \subsection*{Graphs}
 112    \begin{itemize}
 113      \item{Force-time: $A=\Delta \rho$}
 114      \item{Force-disp: $A=W$}
 115      \item{Force-ext: $m=k,\quad A=E_{spr}$}
 116      \item{Force-dist: $A=\Delta \operatorname{gpe}$}
 117      \item{Field-dist: $A=\Delta \operatorname{gpe} / \operatorname{kg}$}
 118    \end{itemize}
 119
 120% -----------------------
 121  \subsection*{Hooke's law}
 122
 123  $F=-kx$ (intercepts origin)
 124
 125  $\text{elastic potential energy} = {1 \over 2}kx^2$
 126
 127  $x={2mg \over k}$
 128
 129% -----------------------
 130  \subsection*{Motion equations}
 131
 132    \begin{tabular}{ l r }
 133      & no \\
 134      $v=u+at$ & $x$ \\
 135      $x = {1 \over 2}(v+u)t$ & $a$ \\
 136      $x=ut+{1 \over 2}at^2$ & $v$ \\
 137      $x=vt-{1 \over 2}at^2$ & $u$ \\
 138      $v^2=u^2+2ax$ & $t$ \\
 139    \end{tabular}
 140
 141% -----------------------
 142  \subsection*{Momentum}
 143
 144    $\rho = mv$
 145
 146    $\operatorname{impulse} = \Delta \rho, \quad F \Delta t = m \Delta v$
 147
 148    $\Sigma (mv_0)=(\Sigma m)v_1$ (conservation)
 149
 150    % $\Sigma E_{K \operatorname{before}} = \Sigma E_{K \operatorname{after}}$ if elastic
 151
 152    % $\Sigma E_K = \Sigma ({1 \over 2} m v^2) = {1 \over 2} (\Sigma m)v_f$
 153
 154    if elastic:
 155    $$\sum _{i{\mathop {=}}1}^{n}E_K (i)=\sum _{i{\mathop {=}}1}^{n}({1 \over 2}m_i v_{i0}^2)={1 \over 2}\sum _{i{\mathop {=}}1}^{n}(m_i) v_f^2$$
 156
 157    % $n$-body collisions: $\rho$ of each body is independent
 158
 159% ++++++++++++++++++++++
 160\section{Relativity}
 161
 162  \subsection*{Postulates}
 163    1. Laws of physics are constant in all intertial reference frames
 164
 165    2. Speed of light $c$ is the same to all observers (Michelson-Morley)
 166
 167    $\therefore \, t$ must dilate as speed changes
 168
 169    {\bf high-altitude particles:} $t$ dilation means more particles reach Earth than expected (half-life greater when obs. from Earth)
 170
 171    {\bf Inertial reference frame} $a=0$
 172
 173    {\bf Proper time $t_0$ $\vert$ length $l_0$} measured by observer in same frame as events
 174
 175% -----------------------
 176  \subsection*{Lorentz factor}
 177
 178    $$\gamma = {1 \over {\sqrt{1-{v^2 \over c^2}}}}$$
 179
 180    $t=t_0 \gamma$ ($t$ longer in moving frame)
 181
 182    $l={l_0 \over \gamma}$ ($l$ contracts $\parallel v$: shorter in moving frame)
 183
 184    $m=m_0 \gamma$ (mass dilation)
 185
 186    $$v = c\sqrt{1-{1 \over \gamma^2}}$$
 187
 188% -----------------------
 189  \subsection*{Energy and work}
 190
 191    $E_{\text{rest}} = mc^2, \quad E_K = (\gamma-1)mc^2$
 192
 193    $E_{\text{total}} = E_K + E_{\text{rest}} = \gamma mc^2$
 194
 195    $W = \Delta E = \Delta mc^2=(\gamma-1)m_{\text{rest}} c^2$
 196
 197% -----------------------
 198  \subsection*{Relativistic momentum}
 199
 200    $$\rho = {mv \over \sqrt{1-{v^2 \over c^2}}}= {\gamma mv} = {\gamma \rho_0}$$
 201
 202    $\rho \rightarrow \infty$ as $v \rightarrow c$
 203
 204    $v=c$ is impossible (requires $E=\infty$)
 205
 206    $$v={\rho \over {m\sqrt{1+{p^2 \over {m^2 c^2}}}}}$$
 207
 208% -----------------------
 209
 210% +++++++++++++++++++++++
 211\section{Fields and power}
 212
 213  \subsection*{Non-contact forces}
 214    \begin{itemize}
 215      {\item electric (dipoles \& monopoles)}
 216      {\item magnetic (dipoles only)}
 217      {\item gravitational (monopoles only, $F_g=0$ at mid, attractive only)}
 218    \end{itemize}
 219
 220    \vspace{1em}
 221
 222    \begin{itemize}
 223      \item monopoles: lines towards centre
 224      \item dipoles: field lines $+ \rightarrow -$ or $\operatorname{N} \rightarrow \operatorname{S}$ (or perpendicular to wire)
 225      \item closer field lines means larger force
 226      \item dot: out of page, cross: into page
 227      \item +ve corresponds to N pole
 228    \end{itemize}
 229
 230    \includegraphics[height=2cm]{graphics/field-lines.png}
 231    % \includegraphics[height=2cm]{graphics/bar-magnet-fields-rotated.png}
 232
 233% -----------------------
 234  \subsection*{Gravity}
 235
 236    \[F_g=G{{m_1m_2}\over r^2}\tag{grav. force}\]
 237    \[g={F_g \over m_2}=G{m_{1} \over r^2}\tag{field of $m_1$}\]
 238    \[E_g = mg \Delta h\tag{gpe}\]
 239    \[W = \Delta E_g = Fx\tag{work}\]
 240    \[w=m(g-a) \tag{app. weight}\]
 241
 242    % \columnbreak
 243
 244% -----------------------
 245  \subsection*{Satellites}
 246
 247    \[v=\sqrt{GM \over r} = \sqrt{gr} = {{2 \pi r} \over T}\]
 248
 249    \[T={\sqrt{4 \pi^2 r^3 \over {GM}}}\tag{period}\]
 250
 251    \[r = \sqrt[3]{{GMT^2}\over{4\pi^2}}\tag{radius}\]
 252
 253% -----------------------
 254  \subsection*{Magnetic fields}
 255    \begin{itemize}
 256      \item field strength $B$ measured in tesla
 257      \item magnetic flux $\Phi$ measured in weber
 258      \item charge $q$ measured in coulombs
 259      \item emf $\mathcal{E}$ measured in volts
 260    \end{itemize}
 261
 262    % \[{E_1 \over E_2}={r_1 \over r_2}^2\]
 263
 264    \[F=qvB\tag{$F$ on moving $q$}\]
 265    \[F=IlB\tag{$F$ of $B$ on $I$}\]
 266    \[B={mv \over qr}\tag{field strength on e-}\]
 267    \[r={mv \over qB} \tag{radius of $q$ in $B$}\]
 268
 269    if $B {\not \perp} A, \Phi \rightarrow 0$ \hspace{1em}, \hspace{1em} if $B \parallel A, \Phi = 0$
 270
 271% -----------------------
 272  \subsection*{Electric fields}
 273
 274    \[F=qE(=ma) \tag{strength} \]
 275    \[F=k{{q_1q_2}\over r^2}\tag{force between $q_{1,2}$} \]
 276    \[E=k{q \over r^2} \tag{field on point charge} \]
 277    \[E={V \over d} \tag{field between plates}\]
 278    \[F=BInl \tag{force on a coil} \]
 279    \[\Phi = B_{\perp}A\tag{magnetic flux} \]
 280    \[\mathcal{E} = -N{{\Delta \Phi}\over{\Delta t}} = Blv\tag{induced emf} \]
 281    \[{V_p \over V_s}={N_p \over N_s}={I_s \over I_p} \tag{xfmr coil ratios} \]
 282
 283    \textbf{Lenz's law:}  $I_{\operatorname{emf}}$ opposes $\Delta \Phi$ \\
 284    (emf creates $I$ with associated field that opposes $\Delta \phi$)
 285
 286    \textbf{Eddy currents:} counter movement within a field
 287
 288    \textbf{Right hand grip:} thumb points to $I$ (single wire) or N (solenoid / coil)
 289
 290    \includegraphics[height=2cm]{graphics/slap-2.jpeg}
 291    \includegraphics[height=3cm]{graphics/grip.png}
 292
 293    % \textbf{Right hand slap:} $B \perp I \perp F$ \\
 294    % ($I$ = thumb)
 295
 296    \includegraphics[width=\columnwidth]{graphics/lenz.png}
 297
 298    \textbf{Flux-time graphs:} $m \times n = \operatorname{emf}.$
 299    If $f$ increases, ampl. \& $f$ of $\mathcal{E}$ increase
 300
 301    \textbf{Xfmr} core strengthens \& focuses $\Phi$
 302
 303% -----------------------
 304  \subsection*{Particle acceleration}
 305
 306    $1 \operatorname{eV} = 1.6 \times 10^{-19} \operatorname{J}$
 307
 308    e- accelerated with $x$ V is given $x$ eV
 309
 310    \[W={1\over2}mv^2=qV \tag{field or points}\]
 311    \[v=\sqrt{{2qV} \over {m}}\tag{velocity of particle}\]
 312
 313% -----------------------
 314  \subsection*{Power transmission}
 315
 316    % \begin{align*}
 317      \[V_{\operatorname{rms}}={V_{\operatorname{p\rightarrow p}}\over \sqrt{2}} \]
 318      \[P_{\operatorname{loss}} = \Delta V I = I^2 R = {{\Delta V^2} \over R} \]
 319      \[V_{\operatorname{loss}}=IR \]
 320    % \end{align*}
 321
 322    Use high-$V$ side for correct $|V_{drop}|$
 323
 324    \begin{itemize}
 325      {\item Parallel $V$ is constant}
 326      {\item Series $V$ shared within branch}
 327    \end{itemize}
 328
 329    \includegraphics[height=4cm]{graphics/ac-generator.png}
 330
 331% -----------------------
 332  \subsection*{Motors}
 333% \begin{wrapfigure}{r}{-0.1\textwidth}
 334
 335    \includegraphics[height=4cm]{graphics/dc-motor-2.png}
 336    \includegraphics[height=3cm]{graphics/ac-motor.png} \\
 337
 338    Force on current-carying wire, not copper \\
 339    $F=0$ for front & back of coil (parallel) \\
 340    Any angle $> 0$ will produce force \\
 341% \end{wrapfigure}
 342    \textbf{DC:} split ring (two halves)
 343
 344% \begin{wrapfigure}{r}{0.3\textwidth}
 345
 346% \end{wrapfigure}
 347    \textbf{AC:} slip ring (separate rings with constant contact)
 348
 349% \pagebreak
 350
 351% +++++++++++++++++++++++
 352\section{Waves}
 353
 354  \textbf{nodes:} fixed on graph \\
 355  \textbf{amplitude:} max disp. from $y=0$ \\
 356  \textbf{rarefactions} and \textbf{compressions} \\
 357  \textbf{mechanical:} transfer of energy without net transfer of matter \\
 358
 359
 360  \textbf{Longitudinal (motion $||$ wave)}
 361  \includegraphics[width=6cm]{graphics/longitudinal-waves.png}
 362
 363  \textbf{Transverse (motion $\perp$ wave)}
 364  \includegraphics[width=6cm]{graphics/transverse-waves.png}
 365
 366  % -----------------------
 367  $T={1 \over f}\quad$(period: time for one cycle)
 368  $v=f \lambda \quad$(speed: displacement / sec)
 369  $f={c \over \lambda}\quad\hspace{0.7em}$(for $v=c$)
 370
 371  % -----------------------
 372  \subsection*{Doppler effect}
 373
 374  When $P_1$ approaches $P_2$, each wave $w_n$ has slightly less distance to travel than $w_{n-1}$. $w_n$ reaches observer sooner than $w_{n-1}$ ("apparent" $\lambda$).
 375
 376  % -----------------------
 377  \subsection*{Interference}
 378
 379  \includegraphics[width=4.5cm]{graphics/poissons-spot.png} \\
 380  Poissons's spot supports wave theory (circular diffraction)
 381
 382  \textbf{Standing waves} - constructive int. at resonant freq. Rebound from ends.
 383
 384  \textbf{Coherent } - identical frequency, phase, direction (ie strong & directional). e.g. laser
 385
 386  \textbf{Incoherent} - e.g. incandescent/LED
 387
 388
 389
 390
 391
 392  % -----------------------
 393  \subsection*{Harmonics}
 394
 395  1st harmonic = fundamental
 396
 397  \textbf{for nodes at both ends:} \\
 398  \(\hspace{2em} \lambda = {{2l} \div n}\)
 399  \(\hspace{2em} f = {nv \div 2l} \)
 400
 401  \textbf{for node at one end ($n$ is odd):} \\
 402  \(\hspace{2em} \lambda = {{4l} \div n}\)
 403  \(\hspace{2em} f = {nv \div 4l} \) \\
 404  alternatively, $\lambda = {4l \over {2n-1}}$ where $n\in \mathbb{Z}$ and $n+1$ is the next possible harmonic
 405
 406
 407  % \(a=2\) for nodes at both ends, \\ \(a=4\) for node at one end
 408
 409  % -----------------------
 410  \subsection*{Polarisation}
 411  \includegraphics[height=3.5cm]{graphics/polarisation.png} \\
 412  Reduces total amplitude
 413
 414  % -----------------------
 415  \subsection*{Diffraction}
 416  \includegraphics[width=6cm]{graphics/diffraction.jpg}
 417  \includegraphics[width=6cm]{graphics/diffraction-2.png}
 418  \begin{itemize}
 419    % \item \(pd = |S_1P-S_2P|\) for \(p\) on screen
 420    \item Constructive: \(pd = n\lambda, n \in \mathbb{Z}\)
 421    \item Destructive: \(pd = (n-{1 \over 2})\lambda, n \in \mathbb{Z}\)
 422    \item Path difference: \(\Delta x = {{\lambda l }\over d}\) where \\
 423    % \(\Delta x\) = fringe spacing \\
 424    \(l\) = distance from source to observer\\
 425    \(d\) = separation between each wave source (e.g. slit) \(=S_1-S_2\)
 426    \item diffraction $\propto {\lambda \over d}$
 427    \item significant diffraction when ${\lambda \over \Delta x} \ge 1$
 428    \item diffraction creates distortion (electron $>$ optical microscopes)
 429  \end{itemize}
 430
 431
 432  % -----------------------
 433  \subsection*{Refraction}
 434  \includegraphics[height=3.5cm]{graphics/refraction.png}
 435
 436  When a medium changes character, energy is \emph{reflected}, \emph{absorbed}, and \emph{transmitted}
 437
 438  angle of incidence $\theta_i =$ angle of reflection $\theta_r$
 439
 440  Critical angle $\theta_c = \sin^{-1}{n_2 \over n_1}$
 441
 442  Snell's law $n_1 \sin \theta_1=n_2 \sin \theta_2$
 443
 444  ${v_1 \div v_2} = {\sin\theta_1 \div \sin\theta_2}$
 445
 446  $n_1 v_1 = n_2 v_2$
 447
 448
 449% +++++++++++++++++++++++
 450\section{Light and Matter}
 451
 452  % -----------------------
 453  \subsection*{Planck's equation}
 454
 455  \[ \quad E=hf={hc \over \lambda}=\rho c = qV\]
 456  \[ h=6.63 \times 10^{-34}\operatorname{J s}=4.14 \times 10^{-15} \operatorname{eV s} \]
 457  \[ 1 \operatorname{eV} = 1.6 \times 10^{-19} \operatorname{J} \]
 458
 459  \subsection*{De Broglie's theory}
 460
 461  \[ \lambda = {h \over \rho} = {h \over mv} = {h \over {m \sqrt{2W \over m}}}\]
 462  \[ \rho = {hf \over c} = {h \over \lambda} = mv, \quad E = \rho c \]
 463  \[ v = \sqrt{2E_K \div m} \]
 464
 465  \begin{itemize}
 466    \item cannot confirm with double-slit (slit $< r_{\operatorname{proton}}$)
 467    \item confirmed by e- and x-ray patterns
 468  \end{itemize}
 469
 470  \subsection*{Force of electrons}
 471  \[ F={2P_{\text{in}}\over c} \]
 472  % \begin{align*}
 473  \[ \text{photons / sec} = {\text{total energy} \over \text{energy / photon}} \]
 474  \[ ={{P_{\text{in}} \lambda} \over hc}={P_{\text{in}} \over hf} \]
 475  % ={P_{\text{in}} \lambda} \over hc}={P_{\text{in}} \over hf}
 476  % \end{align*}
 477
 478  \subsection*{X-ray electron interaction}
 479
 480  \begin{itemize}
 481    \item e- stable if $mvr = n{h \over 2\pi}$ where $n \in \mathbb{Z}$ and $r$ is radius of orbit
 482    \item $\therefore 2\pi r = n{h \over mv} = n \lambda$ (circumference)
 483    \item if $2\pi r \ne n{h \over mv}$, no standing wave
 484    \item if e- = x-ray diff patterns, $E_{\text{e-}}={\rho^2 \over 2m}={({h \over \lambda})^2 \div 2m}$
 485    % \item calculating $h$: $\lambda = {h \over \rho}$
 486  \end{itemize}
 487
 488  \subsection*{Photoelectric effect}
 489
 490  \begin{itemize}
 491    \item $V_{\operatorname{supply}}$ does not affect photocurrent
 492    \item $V_{\operatorname{sup}} > 0$: attracted to +ve
 493    \item $V_{\operatorname{sup}} < 0$: attracted to -ve, $I\rightarrow 0$
 494    \item $v$ of e- depends on shell
 495    \item max $I$ (not $V$) depends on intensity
 496  \end{itemize}
 497
 498  \subsubsection*{Threshold frequency $f_0$}
 499
 500  min $f$ for photoelectron release. if $f < f_0$, no photoelectrons.
 501
 502  \subsubsection*{Work function $\phi=hf_0$}
 503
 504  min $E$ for photoelectron release. determined by strength of bonding. Units: eV or J.
 505
 506  \subsubsection*{Kinetic energy E_K=hf - \phi = qV_0}
 507
 508
 509  $V_0 = E_K$ in eV \\
 510  % $E_K = x$-int of $V\cdot I$ graph (in eV) \\
 511  dashed line below $E_K=0$
 512
 513
 514  \subsubsection*{Stopping potential $V_0$ for min $I$}
 515
 516  $$V_0=h_{\text{eV}}(f-f_0)$$
 517  Opposes induced photocurrent
 518
 519  \subsubsection*{Graph features}
 520
 521  \newcolumntype{b}{>{\hsize=.75\hsize}X}
 522\newcolumntype{s}{>{\hsize=.3\hsize}X}
 523
 524  \begin{tabularx}{\columnwidth}{bbbb}
 525\hline
 526&$m$&$x$-int&$y$-int \\
 527\hline
 528\hline
 529$f \cdot E_K$ & $h$ & $f_0$ & $-\phi$ \\
 530$V \cdot I$ &  & $V_0$ & intensity\\
 531$f \cdot V$ & ${h \over q}$ & $f_0$ & $-\phi \over q$ &
 532\hline
 533\end{tabularx}
 534
 535
 536
 537  \subsection*{Spectral analysis}
 538
 539  \begin{itemize}
 540    \item $\Delta E = hf = {hc \over \lambda}$ between ground / excited state
 541    \item $E$ and $f$ of photon: $E_2 - E_1 = hf = {hc \over \lambda}$
 542    \item Ionisation energy - min $E$ required to remove e-
 543    \item EMR is absorbed/emitted when $E_{\operatorname{K-in}}=\Delta E_{\operatorname{shells}}$ (i.e. $\lambda = {hc \over \Delta E_{\operatorname{shells}}}$)
 544    \item No. of lines - include all possible states
 545  \end{itemize}
 546
 547  \subsection*{Uncertainty principle}
 548
 549  measuring location of an e- requires hitting it with a photon, but this causes $\rho$ to be transferred to electron, moving it.
 550
 551  \subsection*{Wave-particle duality}
 552
 553  \subsubsection*{wave model}
 554  \begin{itemize}
 555    \item cannot explain photoelectric effect
 556    \item $f$ is irrelevant to photocurrent
 557    \item predicts delay between incidence and ejection
 558    \item speed depends on medium
 559    \item supported by bright spot in centre
 560    \item $\lambda = {hc \over E}$
 561  \end{itemize}
 562
 563  \subsubsection*{particle model}
 564
 565  \begin{itemize}
 566    \item explains photoelectric effect
 567    \item rate of photoelectron release $\propto$ intensity
 568    \item no time delay - one photon releases one electron
 569    \item double slit: photons interact. interference pattern still appears when a dim light source is used so that only one photon can pass at a time
 570    \item light exerts force
 571    \item light bent by gravity
 572    \item quantised energy
 573    \item $\lambda = {h \over \rho}$
 574  \end{itemize}
 575
 576  % +++++++++++++++++++++++
 577  \section{Experimental \\ design}
 578
 579  \textbf{Absolute uncertainty} $\Delta$ \\
 580  (same units as quantity)
 581  \[ \Delta(m) = {{\mathcal{E}(m)} \over 100} \cdot m \]
 582  \[ (A \pm \Delta A) + (B \pm \Delta A) = (A+B) \pm (\Delta A + \Delta B) \]
 583  \[ (A \pm \Delta A) - (B \pm \Delta A) = (A-B) \pm (\Delta A + \Delta B) \]
 584  \[ c(A \pm \Delta A) = cA \pm c \Delta A \]
 585
 586  \textbf{Relative uncertainty} $\mathcal{E}$ (unitless)
 587  \[ \mathcal{E}(m) = {{\Delta(m)} \over m} \cdot 100 \]
 588  \[ (A \pm \mathcal{E} A) \cdot (B \pm \mathcal{E} B) = (A \cdot B) \pm (\mathcal{E} A + \mathcal{E} B) \]
 589  \[ (A \pm \mathcal{E} A) \div (B \pm \mathcal{E} B) = (A \div B) \pm (\mathcal{E} A + \mathcal{E} B) \]
 590  \[ (A \pm \mathcal{E} A)^n = (A^n \pm n \mathcal{E} A) \]
 591  \[ c(A \pm \mathcal{E} A)=cA \pm \mathcal{E} A \]
 592
 593  Uncertainty of a measurement is $1 \over 2$ the smallest division
 594
 595  \textbf{Precision} - concordance of values \\
 596  \textbf{Accuracy} - closeness to actual value\\
 597  \textbf{Random errors} - unpredictable, reduced by more tests \\
 598  \textbf{Systematic errors} - not reduced by more tests \\
 599  \textbf{Uncertainty} - margin of potential error \\
 600  \textbf{Error} - actual difference \\
 601  \textbf{Hypothesis} - can be tested experimentally \\
 602  \textbf{Model} - evidence-based but indirect representation
 603
 604\end{multicols}
 605
 606\end{document}