faster!
[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 \begin{definition}
40 The dual space $V^{\dagger}$ of vector space $V$ over field $K$ is defined as the set of all linear maps from the vector space $V$ into its field $K$
41 \begin{equation}
42 \varphi:V\rightarrow K \text{ .}
43 \end{equation}
44 These type of linear maps are termed linear functionals.
45 The dual space $V^{\dagger}$ becomes a vector space over $K$ itself by the following additional definitions
46 \begin{eqnarray}
47 (\varphi+\psi)(\vec{v}) & = & \varphi(\vec{v})+\psi(\vec{v}) \\
48 (\lambda\varphi)(\vec{v}) & = & \lambda\varphi(\vec{v})
49 \end{eqnarray}
50 for all $\vec{v}\in V$, $\varphi,\psi\in V^{\dagger}$ and $\lambda\in K$.
51
52 The map $V^{\dagger}\times V \rightarrow K: [\varphi,\vec{v}]=\varphi(\vec{v})$ is termed dual pairing of a functional $\varphi\in V^{\dagger}$ and an elemnt $\vec{v}\in V$.
53 \end{definition}
54
55 \subsection{Inner and outer product}
56 \label{math_app:product}
57
58 \begin{definition}
59 The inner product on a vector space $V$ over $K$ is a map
60 \begin{equation}
61 (\cdot,\cdot):V\times V \rightarrow K
62 \text{ ,}
63 \end{equation}
64 which satisfies
65 \begin{itemize}
66 \item $(\vec{u},\vec{v})=(\vec{v},\vec{u})^*$
67       (conjugate symmetry, symmetric for $K=\mathbb{R}$)
68 \item $(\lambda\vec{u},\vec{v})=\lambda(\vec{u},\vec{v})$ and
69       $(\vec{u}'+\vec{u}'',\vec{v})=(\vec{u}',\vec{v})+(\vec{u}'',\vec{v})$
70       (linearity in first argument)
71 \item $(\vec{u},\vec{u})\geq 0 \text{, } ``=" \Leftrightarrow \vec{u}=0$
72       (positive definite)
73 \end{itemize}
74 for $\vec{u},\vec{v}\in V$ and $\lambda\in K$.
75 Taking the complex conjugate $(\cdot)^*$ is the map from $K\ni z=a+bi\mapsto a-bi=z^*\in K$.
76 \end{definition}
77
78 \begin{remark}
79 Due to conjugate symmetry, linearity in the first argument results in conjugate linearity (also termed antilinearity) in the second argument.
80 \begin{equation}
81 (\vec{u},\lambda(\vec{v}'+\vec{v}''))=(\lambda(\vec{v}'+\vec{v}''),\vec{u})^*=
82 \lambda^*(\vec{v}',\vec{u})^*+\lambda^*(\vec{v}'',\vec{u})^*=
83 \lambda^*(\vec{u},\vec{v}')+\lambda^*(\vec{u},\vec{v}'')
84 \end{equation}
85 This is called a sesquilinear form.
86 If $K=\mathbb{R}$, conjugate symmetry reduces to symmetry and the sesquilinear form gets a bilinear form.
87
88 The inner product $(\cdot,\cdot)$ provides a mapping
89 \begin{equation}
90 V\rightarrow V^{\dagger}:\vec{v}\mapsto \varphi_{\vec{v}}
91 \quad
92 \text{ defined by }
93 \quad
94 \varphi_{\vec{v}}(\vec{u})=(\vec{v},\vec{u}) \text{ .}
95 \end{equation}
96 Since the inner product is linear in the first argument, the same is true for the defined mapping.
97 \begin{equation}
98 \lambda(\vec{u}+\vec{v}) \mapsto
99 \varphi_{\lambda(\vec{u}+\vec{v})}=
100 \lambda\varphi_{\vec{u}}+\lambda\varphi_{\vec{v}}\\
101 \end{equation}
102 If the inner product is nondegenerate, i.e.\  $\forall\vec{u}\, (\vec{v},\vec{u})=0 \Leftrightarrow \vec{v}=0$, as it applies for the scalar product for instance, the mapping is injective.
103 Since the dimension of $V$ and $V^{\dagger}$ is equal, it is additionally surjective.
104 Then, $V$ is isomorphic to $V^{\dagger}$.
105 Vector $\vec{v}^{\dagger}\equiv \varphi_{\vec{v}}\in V^{\dagger}$ is said to be the dual vector of $\vec{v}\in V$.
106
107 In physics and matrix algebra, the inner product is often defined with linearity in the second argument and conjugate linearity in the first argument.
108 This allows to express the inner product $(\vec{u},\vec{v})$ as a product of vector $\vec{v}$ with a dual vector or linear functional of dual space $V^{\dagger}$
109 \begin{equation}
110 (\vec{u},\vec{v}) \rightarrow \vec{u}^{\dagger}(\vec{u})\vec{v}
111 \text{ CHECK ! ! !}
112 \end{equation}
113 or the conjugate transpose in matrix formalism
114 \begin{equation}
115 (\vec{u},\vec{v}) \rightarrow \vec{u}^{\dagger}\vec{v} \text{ .}
116 \end{equation}
117 In doing so, the conjugate transpose is associated with the dual vector.
118 \end{remark}
119
120 \begin{definition}
121 If $\vec{u}\in U$, $\vec{v}\in V$ are vectors within the respective vector spaces and $\vec{\varphi}\in V^{\dagger}$  is a linear functional of the dual space $V^{\dagger}$ of $V$,
122 the outer product $\vec{u}\otimes\vec{v}$ is defined as the tensor product of $\vec{\varphi}$ and $\vec{u}$,
123 which constitutes a map $A:V\rightarrow U$ by
124 \begin{equation}
125 \vec{v}\mapsto\vec{\varphi}(\vec{v})\vec{u}
126 \text{ ,}
127 \end{equation}
128 where $\vec{\varphi}(\vec{v})$ denotes the linear functional $\vec{\varphi}\in V^{\dagger}$ on $V$ when evaluated at $\vec{v}\in V$, a scalar that in turn is multiplied with $\vec{u}\in U$.
129
130 In matrix formalism, with respect to a given basis ${\vec{e}_i}$ of $\vec{u}$ and ${\vec{e}'_i}$ of $\vec{v}$,
131 if $\vec{u}=\sum_i^m \vec{e}_iu_i$ and $\vec{v}=\sum_i^n\vec{e}'_iv_i$,
132 the outer product can be written as matrix $A$ as
133 \begin{equation}
134 \vec{u}\otimes\vec{v}=A=\left(
135 \begin{array}{c c c c}
136 u_1v_1^* & u_1v_2^* & \cdots & u_1v_n^*\\
137 u_2v_1^* & u_2v_2^* & \cdots & u_2v_n^*\\
138 \vdots & \vdots & \ddots & \vdots\\
139 u_mv_1^* & u_mv_2^* & \cdots & u_mv_n^*\\
140 \end{array}
141 \right)
142 \text{ .}
143 \end{equation}
144 \end{definition}
145 \begin{remark}
146 The matrix can be equivalently obtained by matrix multiplication:
147 \begin{equation}
148 \vec{u}\otimes\vec{v}=\vec{u}\vec{v}^{\dagger} \text{ ,}
149 \end{equation}
150 if $\vec{u}$ and $\vec{v}$ are represented as $m\times 1$ and $n\times 1$ column vectors, respectively.
151 Here, $\vec{v}^{\dagger}$ represents the conjugate transpose of $\vec{v}$.
152 By definition, and as can be easily seen in the matrix representation, the following identity holds:
153 \begin{equation}
154 (\vec{u}\otimes\vec{v})\vec{w}=\vec{u}(\vec{v},\vec{w})
155 \end{equation}
156 \end{remark}
157
158 \section{Spherical coordinates}
159
160 \section{Fourier integrals}
161