physics waves cheatsheet
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 15 Aug 2018 02:52:15 +0000 (12:52 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 15 Aug 2018 02:52:15 +0000 (12:52 +1000)
physics/graphics/em-spectrum.png [new file with mode: 0644]
physics/graphics/polarisation.png [new file with mode: 0644]
physics/waves-ref.md [new file with mode: 0644]
physics/waves-ref.pdf [new file with mode: 0644]
diff --git a/physics/graphics/em-spectrum.png b/physics/graphics/em-spectrum.png
new file mode 100644 (file)
index 0000000..382cfa5
Binary files /dev/null and b/physics/graphics/em-spectrum.png differ
diff --git a/physics/graphics/polarisation.png b/physics/graphics/polarisation.png
new file mode 100644 (file)
index 0000000..d652c5d
Binary files /dev/null and b/physics/graphics/polarisation.png differ
diff --git a/physics/waves-ref.md b/physics/waves-ref.md
new file mode 100644 (file)
index 0000000..589ee1e
--- /dev/null
@@ -0,0 +1,82 @@
+---
+geometry: margin=2cm
+columns: 2
+graphics: yes
+author: Andrew Lorimer
+---
+
+\pagenumbering{gobble}
+
+# Waves
+
+<!-- **Nodes** are fixed on graph -->
+<!-- **Crests** (peaks) & **troughs** (azimuths) -->
+## Longitudinal (motion $||$ wave)
+
+**rarefactions** (expansions) and **compressions**
+
+![](graphics/longitudinal-waves.png)
+
+## Transverse waves (motion $\perp$ wave)
+
+**nodes** are fixed on graph
+
+![](graphics/transverse-waves.png)
+
+## Measuring mechanical waves
+
+**Amplitude $A$** - max displacement from rest position  
+**Wavelength $\lambda$** - $x$ distance between $y_1=y_2$  
+**Frequency $f$** - number of cycles (wavelengths) per second
+
+$T={1 \over f}\quad$(period: time for one cycle)  
+$v=f \lambda \quad$(speed: displacement per second)
+
+## Doppler effect
+When $P_1$ approaches $P_2$, each wave $w_n$ has slightly less distance to travel than $w_{n-1}$. Hence, $w_n$ reaches the observer sooner than $w_{n-1}$, increasing "apparent" wavelength.
+
+## Interference
+
+When a medium changes character, energy is _reflected_, _absorbed_, and _transmitted_
+
+**Standing waves** - constructive int. at resonant freq
+
+## Polarisation
+
+![](graphics/polarisation.png){#id .class width=20%}
+
+## Refraction
+
+<!-- ![](graphics/rays.png) -->
+
+![](graphics/refraction.png)
+
+Angle of incidence $\theta_i =$ angle of reflection $\theta_r$
+
+Critical angle $\theta_c = \sin^-1{n_2 \over n_1}$
+
+Snell's law - $n_1 \sin \theta_1=n_2 \sin \theta_2$
+
+## Harmonics
+
+where $a=2$ for antinodes at both ends, $a=4$ for antinodes at one end:
+
+$\lambda = {{al} \div n}\quad$ (wavelength for $n^{th}$ harmonic)  
+$f = {nv \div al}\quad$ (frequency for $n_{th}$ harmonic at length $l$ and speed $v$)
+
+
+## Double split
+
+Path difference $pd = |S_1P-S_2P|$ for point $p$ on screen
+
+Constructive: $pd = n\lambda$ where $n \in [0, 1, 2, ...]$  
+Destructive: $pd = (n-{1 \over 2})\lambda$ where $n \in [1, 2, 3, ...]$
+
+Fringe separation: $\Delta x = {{\lambda l }\over d}$
+
+where
+$\Delta x$ is distance between fringes  
+$l$ is distance from slits to screen  
+$d$ is separation between sluts ($=S_1-S_2$)
+
+![](graphics/em-spectrum.png){#id .class height=100px}
\ No newline at end of file
diff --git a/physics/waves-ref.pdf b/physics/waves-ref.pdf
new file mode 100644 (file)
index 0000000..1b1fb9c
Binary files /dev/null and b/physics/waves-ref.pdf differ