more math
[lectures/latex.git] / physics_compact / math_app.tex
1 \chapter{Mathematical tools}
2
3 \section{Vector algebra}
4
5 \subsection{Vector space}
6 \label{math_app:vector_space}
7
8 \begin{definition}
9 A vector space $V$ over a field $(K,+,\cdot)$ is an additive abelian group $(V,+)$ and an additionally defined scalar multiplication of $\vec{v}\in V$ by $\lambda\in K$, which fullfills:
10 \begin{itemize}
11 \item $\forall \vec{v} \, \exists 1$ with: $\vec{v}1=\vec{v}$
12       (identity element of scalar multiplication)
13 \item $\vec{v}(\lambda_1+\lambda_2)=\vec{v}\lambda_1+\vec{v}\lambda_2$
14       (distributivity of scalar multiplication)
15 \item $(\vec{v}_1+\vec{v}_2)\lambda=\vec{v}_1\lambda + \vec{v}_2\lambda$
16       (distributivity of scalar multiplication)
17 \item $(\vec{v}\lambda_1)\lambda_2=\vec{v}(\lambda_1\lambda_2)$
18       (compatibility of scalar multiplication with field multiplication)
19 \end{itemize}
20 The elements $\vec{v}\in V$ are called vectors.
21 \end{definition}
22 \begin{remark}
23 Due to the additive abelian group, the following properties are additionally valid:
24 \begin{itemize}
25 \item $\vec{u}+\vec{v}=\vec{v}+\vec{u}$ (commutativity of addition)
26 \item $\vec{u}+(\vec{v}+\vec{w})=(\vec{u}+\vec{v})+\vec{w}$
27       (associativity of addition)
28 \item $\forall \vec{v} \, \exists \vec{0}$ with:
29       $\vec{0}+\vec{v}=\vec{v}+\vec{0}=\vec{v}$
30       (identity elemnt of addition)
31 \item $\forall \vec{v} \, \exists -\vec{v}$ with: $\vec{v}+(-\vec{v})=0$
32       (inverse element of addition)
33 \end{itemize}
34 The addition of two vectors is called vector addition.
35 \end{remark}
36
37 \subsection{Dual space}
38
39 \subsection{Inner and outer product}
40
41 \begin{definition}
42 The inner product ...
43 \end{definition}
44
45 \begin{definition}
46 The outer product ...
47 \end{definition}
48
49 \section{Spherical coordinates}
50
51 \section{Fourier integrals}
52