more
[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 This is called a sesquilinear form.
81 \begin{equation}
82 (\vec{u},\lambda(\vec{v}'+\vec{v}''))=(\lambda(\vec{v}'+\vec{v}''),\vec{u})^*=
83 \lambda^*(\vec{v}',\vec{u})^*+\lambda^*(\vec{v}'',\vec{u})^*=
84 \lambda^*(\vec{u},\vec{v}')+\lambda^*(\vec{u},\vec{v}'')
85 \end{equation}
86
87 The inner product $(\cdot,\cdot)$ provides a mapping
88 \begin{equation}
89 V\rightarrow V^{\dagger}:\vec{v}\mapsto \varphi_{\vec{v}}
90 \quad
91 \text{ defined by }
92 \quad
93 \varphi_{\vec{v}}(\vec{u})=(\vec{v},\vec{u}) \text{ .}
94 \end{equation}
95 Since the inner product is linear in the first argument, the same is true for the defined mapping.
96 \begin{equation}
97 \lambda(\vec{u}+\vec{v}) \mapsto
98 \varphi_{\lambda(\vec{u}+\vec{v})}=
99 \lambda\varphi_{\vec{u}}+\lambda\varphi_{\vec{v}}\\
100 \end{equation}
101 The kernel is $\vec{v}=0$, structural identity (isomorphism) of $V$ and $V^{\dagger}$ is .
102
103 In physics and matrix algebra, the inner product is often defined with linearity in the second argument and conjugate linearity in the first argument.
104 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}$
105 \begin{equation}
106 (\vec{u},\vec{v}) \rightarrow \vec{u}^{\dagger}(\vec{u})\vec{v}
107 \text{ CHECK ! ! !}
108 \end{equation}
109 or the conjugate transpose in matrix formalism
110 \begin{equation}
111 (\vec{u},\vec{v}) \rightarrow \vec{u}^{\dagger}\vec{v} \text{ .}
112 \end{equation}
113 In doing so, the conjugate transpose is associated with the dual vector.
114 \end{remark}
115
116 \begin{definition}
117 If $\vec{u}\in U$, $\vec{v}\in V$ are vectors within the respective vector spaces and $\vec{\varphi}^{\dagger}\in V^{\dagger}$  is a linear functional of the dual space $V^{\dagger}$ of $V$,
118 the outer product $\vec{u}\otimes\vec{v}$ is defined as the tensor product of $\vec{\varphi}^{\dagger}$ and $\vec{u}$,
119 which constitutes a map $A:V\rightarrow U$ by
120 \begin{equation}
121 \vec{v}\mapsto\vec{\varphi}^{\dagger}(\vec{v})\vec{u}
122 \text{ ,}
123 \end{equation}
124 where $\vec{\varphi}^{\dagger}(\vec{v})$ denotes the linear functional $\vec{\varphi}^{\dagger}\in V^{\dagger}$ on $V$ when evaluated at $\vec{v}\in V$, a scalar that in turn is multiplied with $\vec{u}\in U$.
125
126 In matrix formalism, with respect to a given basis ${\vec{e}_i}$ of $\vec{u}$ and ${\vec{e}'_i}$ of $\vec{v}$,
127 if $\vec{u}=\sum_i^m \vec{e}_iu_i$ and $\vec{v}=\sum_i^n\vec{e}'_iv_i$,
128 the outer product can be written as matrix $A$ as
129 \begin{equation}
130 \vec{u}\otimes\vec{v}=A=\left(
131 \begin{array}{c c c c}
132 u_1v_1 & u_1v_2 & \cdots & u_1v_n\\
133 u_2v_1 & u_2v_2 & \cdots & u_2v_n\\
134 \vdots & \vdots & \ddots & \vdots\\
135 u_mv_1 & u_mv_2 & \cdots & u_mv_n\\
136 \end{array}
137 \right)
138 \text{ .}
139 \end{equation}
140 \end{definition}
141 \begin{remark}
142 The matrix can be equivalently obtained by matrix multiplication:
143 \begin{equation}
144 \vec{u}\otimes\vec{v}=\vec{u}\vec{v}^{\dagger} \text{ ,}
145 \end{equation}
146 if $\vec{u}$ and $\vec{v}$ are represented as $m\times 1$ and $n\times 1$ column vectors, respectively.
147 Here, $\vec{v}^{\dagger}$ represents the conjugate transpose of $\vec{v}$.
148 By definition, and as can be easily seen in the matrix representation, the following identity holds:
149 \begin{equation}
150 (\vec{u}\otimes\vec{v})\vec{w}=\vec{u}(\vec{v},\vec{w})
151 \end{equation}
152 \end{remark}
153
154 \section{Spherical coordinates}
155
156 \section{Fourier integrals}
157