Merge branch 'master' of ssh://charles/tank/andrew/school/notes
authorAndrew Lorimer <andrew@lorimer.id.au>
Tue, 6 Nov 2018 10:08:20 +0000 (21:08 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Tue, 6 Nov 2018 10:08:20 +0000 (21:08 +1100)
physics/final.pdf
physics/final.tex
spec/graphics/parallelogram-vectors.jpg [new file with mode: 0755]
spec/graphics/vector-subtraction.jpg [new file with mode: 0755]
spec/vectors.md
spec/vectors.pdf
index 331a41e4efff9736620862a0f86a94c40454fc1f..375bdb14fee6b7e408157c3c4dc9c45944a9bf42 100644 (file)
Binary files a/physics/final.pdf and b/physics/final.pdf differ
index 57f04de7456fce6a0140ddc4e990ef732cdf8991..fabaceff42984213d4aeeb6c305c14811ab84f8a 100644 (file)
       \item closer field lines means larger force
       \item dot: out of page, cross: into page
       \item +ve corresponds to N pole
+      \item Inv. sq. ${E_1 \over E_2} = ({r_2 \over r_1})^2$
     \end{itemize}
 
     \includegraphics[height=2cm]{graphics/field-lines.png}
   \subsection*{Power transmission}
 
     % \begin{align*}
-      \[V_{\operatorname{rms}}={V_{\operatorname{p\rightarrow p}}\over \sqrt{2}} \]
+      \[V_{\operatorname{rms}}={V_{\operatorname{p}}\over \sqrt{2}}={V_{\operatorname{p\rightarrow p}}\over {2 \sqrt{2}}} \]
       \[P_{\operatorname{loss}} = \Delta V I = I^2 R = {{\Delta V^2} \over R} \]
       \[V_{\operatorname{loss}}=IR \]
     % \end{align*}
   \subsection*{Refraction}
   \includegraphics[height=3.5cm]{graphics/refraction.png}
 
-  When a medium changes character, light is \emph{reflected}, \emph{absorbed}, and \emph{transmitted}
+  When a medium changes character, light is \emph{reflected}, \emph{absorbed}, and \emph{transmitted}. $\lambda$ changes, not $f$.
 
   angle of incidence $\theta_i =$ angle of reflection $\theta_r$
 
diff --git a/spec/graphics/parallelogram-vectors.jpg b/spec/graphics/parallelogram-vectors.jpg
new file mode 100755 (executable)
index 0000000..8bafae1
Binary files /dev/null and b/spec/graphics/parallelogram-vectors.jpg differ
diff --git a/spec/graphics/vector-subtraction.jpg b/spec/graphics/vector-subtraction.jpg
new file mode 100755 (executable)
index 0000000..f94832b
Binary files /dev/null and b/spec/graphics/vector-subtraction.jpg differ
index dcdf2c5d572f3020f9bbaadc2b7beada7d73256c..2374b2a845082ae10b1bc91e64671e8f6a0afd27 100644 (file)
@@ -5,6 +5,10 @@ graphics: yes
 tables: yes
 author: Andrew Lorimer
 classoption: twocolumn
+header-includes:
+- \usepackage{harpoon}
+- \usepackage{amsmath}
+- \pagenumbering{gobble}
 
 ---
 
@@ -13,7 +17,7 @@ classoption: twocolumn
 - **vector:** a directed line segment  
 - arrow indicates direction
 - length indicates magnitude
-- notated as $\vec{a}, \widetilde{A}$
+- notated as $\vec{a}, \widetilde{A}, \overrightharp{a}$
 - column notation: $\begin{bmatrix}
        x \\ y
      \end{bmatrix}$
@@ -47,13 +51,18 @@ Parallel vectors have same direction or opposite direction.
 
 Vectors may describe a position relative to $O$.
 
-For a point $A$, the position vector is $\boldsymbol{OA}$
+For a point $A$, the position vector is $\overrightharp{OA}$
+
+\vfill\eject
 
 ## Linear combinations of non-parallel vectors
 
 If two non-zero vectors $\boldsymbol{a}$ and $\boldsymbol{b}$ are not parallel, then:
 
-$$m\boldsymbol{a} + n\boldsymbol{b} = p \boldsymbol{a} + q \boldsymbol{b}\quad\text{implies}\quad m = p, \> n = q$$
+$$m\boldsymbol{a} + n\boldsymbol{b} = p \boldsymbol{a} + q \boldsymbol{b}\quad \therefore \quad m = p, \> n = q$$
+
+![](graphics/parallelogram-vectors.jpg){#id .class width=20%}
+![](graphics/vector-subtraction.jpg){#id .class width=10%}
 
 ## Column vector notation
 
@@ -95,11 +104,10 @@ $$\boldsymbol{a} \cdot \boldsymbol{a} = |\boldsymbol{a}|^2$$
 3. $\boldsymbol{a \cdot (b + c)}=\boldsymbol{a \cdot b + a \cdot c}$
 
 For parallel vectors $\boldsymbol{a}$ and $\boldsymbol{b}$:  
-$\boldsymbol{a \cdot b}=\{
-                \begin{array}{ll}
-                  |\boldsymbol{a}||\boldsymbol{b}| \hspace{2.8em} \text{if same direction} \\
-                  -|\boldsymbol{a}||\boldsymbol{b}| \hspace{2em} \text{if opposite directions} \\
-                \end{array}$
+$$\boldsymbol{a \cdot b}=\begin{cases}
+|\boldsymbol{a}||\boldsymbol{b}| \hspace{2.8em} \text{if same direction}\\
+-|\boldsymbol{a}||\boldsymbol{b}| \hspace{2em} \text{if opposite directions}
+\end{cases}$$
 
 ## Geometric scalar products
 
index b60fffcba5edf197205dac5e2923625bce1f7622..c468f7f808e899ee56bb054861cc25b76569e63e 100644 (file)
Binary files a/spec/vectors.pdf and b/spec/vectors.pdf differ