antidiff applications & photoelectric graphics
authorAndrew Lorimer <andrew@lorimer.id.au>
Tue, 28 Aug 2018 01:26:45 +0000 (11:26 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Tue, 28 Aug 2018 01:26:45 +0000 (11:26 +1000)
physics/graphics/energy-levels.png [new file with mode: 0644]
physics/graphics/photoelectric-effect.png [new file with mode: 0644]
physics/graphics/standing-wave-electrons.png [new file with mode: 0644]
physics/graphics/synchrotron.png [new file with mode: 0644]
physics/light-matter.md
spec/calculus.md
diff --git a/physics/graphics/energy-levels.png b/physics/graphics/energy-levels.png
new file mode 100644 (file)
index 0000000..1b1d59a
Binary files /dev/null and b/physics/graphics/energy-levels.png differ
diff --git a/physics/graphics/photoelectric-effect.png b/physics/graphics/photoelectric-effect.png
new file mode 100644 (file)
index 0000000..3cb1ae4
Binary files /dev/null and b/physics/graphics/photoelectric-effect.png differ
diff --git a/physics/graphics/standing-wave-electrons.png b/physics/graphics/standing-wave-electrons.png
new file mode 100644 (file)
index 0000000..608c811
Binary files /dev/null and b/physics/graphics/standing-wave-electrons.png differ
diff --git a/physics/graphics/synchrotron.png b/physics/graphics/synchrotron.png
new file mode 100644 (file)
index 0000000..a39a7ff
Binary files /dev/null and b/physics/graphics/synchrotron.png differ
index 19c50c3c6120b822627651b5b2cc750d83be1eef..c14d9983a7f85963172890c875ab929c47f6aa3c 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Photoelectric effect
 
+![](graphics/photoelectric-effect.png)
+
 ### Planck's equation
 
 $$E=hf,\quad f={c \over \lambda}$$
@@ -90,6 +92,8 @@ $$\lambda = {h \over \rho} = {h \over mv}$$
 - therefore, stable orbits are those where circumference = whole number of e- wavelengths
 - if $2\pi r \ne n{h \over mv}$, interference occurs when pattern is looped and standing wave cannot be established
 
+![](graphics/standing-wave-electrons.png)
+
 ### Photon momentum
 
 $$\rho = {hf \over c} = {h \over \lambda}$$
@@ -104,6 +108,9 @@ $$\rho = {hf \over c} = {h \over \lambda}$$
 - Black lines in spectrum show light not reflected  
 
 ### Emission
+
+![](graphics/energy-levels.png)
+
 - Coloured lines show light being ejected from e- shells  
 - Energy change between ground / excited state: $\Delta E = hf = {hc \over \lambda}$  
 - Bohr's model describes discrete energy levels
@@ -112,6 +119,9 @@ $$\rho = {hf \over c} = {h \over \lambda}$$
 - EMR is absorbed/emitted when $E_{\operatorname{K-in}}=\Delta E_{\operatorname{shells}}$ (i.e. $\lambda = {hc \over \Delta E_{\operatorname{shells}}}$)
 
 ## Light sources
+
+![](graphics/synchrotron.png)
+
 - **incandescent:** <10% efficient, broad spectrum
 - **LED:** semiconducting doped-Si diodes
 - - most electrons in *valence band* (energy level)
index 08cfe8f7a206ba4b2ff1a1ff4d818314215c8e39..f68b82919c49a10219df39feff9141d04660c21c 100644 (file)
@@ -194,7 +194,7 @@ $\int k f(x) dx = k \int f(x) dx$
 | ------------------------------- | ---------------------------- |
 | $k$ (constant)                  | $kx + c$                     |
 | $x^n$         | ${1 \over {n+1}}x^{n+1} + c$ |
-| $a \cdot {1 \over x}$ | $a \cdot \log_e x + c$ |
+| $a x^{-n}$ | $a \cdot \log_e x + c$ |
 | $e^{kx}$ | ${1 \over k} e^{kx} + c$ |
 | $e^k$ | $e^kx + c$ |
 | $\sin kx$ | $-{1 \over k} \cos (kx) + c$ |
@@ -202,5 +202,15 @@ $\int k f(x) dx = k \int f(x) dx$
 | ${f^\prime (x)} \over {f(x)}$ | $\log_e f(x) + c$ |
 | $g^\prime(x)\cdot f^\prime(g(x)$ | $f(g(x))$ (chain rule)|
 | $f(x) \cdot g(x)$ | $\int [f^\prime(x) \cdot g(x)] dx + \int [g^\prime(x) f(x)] dx$ |
+| ${1 \over {ax+b}}$ | ${1 \over a} \log_e (ax+b) + c$ |
+| $(ax+b)^n$ | ${1 \over {a(n+1)}}(ax+b)^{n-1} + c$ |
+
+## Applications of antidifferentiation
+
+- $x$-intercepts of $y=f(x)$ identify $x$-coordinates of stationary points on $y=F(x)$
+- the nature of any stationary point of $y=F(x)$ is determined by the way the sign of the graph of $y=f(x)$ changes about its $x$-intercepts
+- if $f(x)$ is a polynomial of degree $n$, then $F(x)$ has degree $n+1$
+
+To find stationary points of a function, substitute $x$ value of given point into derivative. Solve for ${dy \over dx}=0$. Integrate to find original function.