aboutsummaryrefslogtreecommitdiffstats
path: root/an2e_zf.tex
blob: c0baefcce27ed90f46fe5427d8cfed434aefeca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
\documentclass[a4paper, twocolumn]{article}

\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{bm}

\numberwithin{equation}{subsection}

\usepackage{float}
\usepackage{array}
\usepackage{booktabs}
\usepackage{rotating}

\usepackage[margin=2cm, marginpar=0pt]{geometry}
\usepackage{graphicx}
\usepackage{xcolor}

%\usepackage{showframe}

%\usepackage{tikz}
%\usepackage{tikz-3dplot}
%\usepackage{pgfplots}
%\pgfplotsset{compat=1.15}


\usepackage[colorlinks = true,
            linkcolor = red!50!black,
            urlcolor  = blue,
            citecolor = black,
            anchorcolor = blue]{hyperref}


\usepackage{polyglossia}
\setdefaultlanguage[variant=swiss]{german}


\title{Analysis 2 Zusammenfassung}
\author{Naoki Pross}
\date{Fr\"uhlingsstemester 2020}


\newcommand{\dd}[2][]{\ensuremath{~\mathrm{d}^{#1} #2}}
\newcommand{\deriv}[3][]{\ensuremath{\frac{\dd[#1]{#2}}{\dd[]{#3^{#1}}}}}
\newcommand{\pderiv}[3][]{\ensuremath{\frac{\partial^{#1} #2}{\partial^{#1} #3}}}
\renewcommand{\vec}[1]{\ensuremath{\bm{#1}}}

\newcommand{\brpage}[1]{\textcolor{red!70!black}{\small\texttt{S#1}}}

\begin{document}

\section{Integration \brpage{493,507}}
\subsection{Tricks \brpage{495}}
Linearit\"at \brpage{495}
\[
    \int k(u + v) = k\left(\int u + \int v\right)
\]
Partialbruchzerlegung \brpage{15,498}
\[
    \int \frac{f(x)}{P_n(x)} \dd{x} = \sum_{k=1}^n \int \frac{A_k}{x-r_k}\dd{x}
\]
Elementartransformation \brpage{496}
\[
    \int f(\lambda x + \ell) \dd{x} = \frac{1}{\lambda} F(\lambda x + \ell) + C
\]
Partielle Integration \brpage{497}
\[
    \int u \dd{v} = uv - \int v \dd{u}
\]
Potenzenregel \brpage{496}
\[
    \int u^n \cdot u' = \frac{u^{n+1}}{n+1} + C \qquad n \neq -1
\]
Logaritmusregel \brpage{496}
\[
    \int \frac{u'}{u} = \ln|u| + C
\]
Allgemeine Substutution \brpage{497}\\
 \(x = g(u)\), und \(\dd{x} = g'(u)\dd{u}\)
\[
    \int f(x) \dd{x} = \int (f\circ g) ~ g' \dd{u} = \int \frac{f \circ g}{(g^{-1})'\circ g} \dd{u} 
\]
Universalsubstitution \brpage{504}
\begin{align*}
    t &= \tan(x/2) & \sin(x) &= \frac{2t}{1+t^2} \\
    \dd{x} &= \frac{2\dd{t}}{1+t^2} & \cos(t) &= \frac{1-t^2}{1+t^2} 
\end{align*}
Womit
\[
    \int f(\sin(x), \cos(x), \tan(x)) \dd{x} = \int g(t) \dd{t}
\]

\subsection{Uneigentliches Integral \brpage{520}}
\begin{align*}
    \int\limits_a^\infty f \dd{x} &= \lim_{B \to \infty} \int\limits_a^B f \dd{x} \\
    \int\limits_{-\infty}^b f \dd{x} &= \lim_{A \to -\infty} \int\limits_A^b f \dd{x} \\
    \int\limits_{-\infty}^\infty f \dd{x} &= \lim_{\substack{A \to +\infty \\ B \to -\infty}} \int\limits_A^B f \dd{x}
\end{align*}
Wenn \(f\) im Punkt \(u \in (a,b)\) nicht definiert ist.
\begin{equation} \label{eqn:int-with-pole}
    \int\limits_a^b f \dd{x} = 
    \lim_{\epsilon\to +0} \int\limits_a^{u-\epsilon} f \dd{x}
    + \lim_{\delta\to +0} \int\limits_{u+\delta}^b f \dd{x}
\end{equation}

\subsection{Cauchy Hauptwert \brpage{523}}
Der C.H. (oder PV f\"ur \emph{Principal Value} auf Englisch) eines uneigentlichen Integrals ist der Wert, wenn in einem Integral wie \eqref{eqn:int-with-pole} beide Grenzwerte mit der gleiche Geschwindigkeit gegen 0 sterben.
\[
    \text{C.H.} \int\limits_a^b f \dd{x} = 
    \lim_{\epsilon\to +0} \left( \int\limits_a^{u-\epsilon} f \dd{x}
    + \int\limits_{u+\epsilon}^b f \dd{x} \right)
\]
Zum Beispiel \(x^{-1}\) ist nicht \"uber \(\mathbb{R}\) integrierbar, wegen des Poles bei 0. Aber intuitiv wie die Symmetrie vorschlagt
\[
    \text{C.H.} \int\limits^\infty_{-\infty} \frac{1}{x} \dd{x} = 0
\]

\subsection{Majorant-, Minorantenprinzip und Konvergenzkriterien \brpage{521,473,479,481}}

Gilt f\"ur die Funktionen \(0 < f(x) \leq g(x)\) mit \(x \in [a,\infty)\)
\[
    \text{konvergiert } \int\limits_a^\infty g \dd{x} 
    \implies \text{ konvergiert } \int\limits_a^\infty f \dd{x}
\]
Die selbe gilt umgekehrt f\"ur Divergenz. Wenn \(0 < h(x) \leq f(x)\) 
\[
    \text{divergiert } \int\limits_a^\infty h \dd{x} 
    \implies \text{ divergiert } \int\limits_a^\infty f \dd{x}
\]
\(g\) und \(h\) hei{\ss}en Majorant und Minorant bzw.

\section{Implizite Ableitung \brpage{448}}
\begin{alignat*}{3}
  (af)' &= af' &\quad&& (u(v(x)))' &= u'(v)v' \\
  (uv)' &= u'v + uv' &\quad&& \left(\frac{u}{v}\right)' &= \frac{u'v-uv'}{v^2} \\
  \left(\sum u_i\right)' &= \sum u'_i &\quad&& (\ln u)' &= \frac{u'}{u} \\
  (f^{-1})' &= \frac{1}{f'(f^{-1}(x))}
\end{alignat*}
Alle normale differenziazionsregeln f\"ur \(f(x)\) gelten.
Allgemeiner f\"ur die implizite Funktion \(F(x,y) = 0\)
\[
 	\dd{y} = y'\dd{x}
	\qquad
	\pderiv{F}{x} + \pderiv{F}{y} y' = 0
\]


\section{Differentialgeometrie}
\subsection{Ebene \brpage{250} Kurven}

\subsubsection{Darstellungen und Umwanldung}
\begin{figure}[h]
\centering
\includegraphics[width=.9\linewidth]{fig/plane-curve.eps}
\caption{Die ebene Kurve \(\vec{\Lambda}(t)\) kann Explizit \(y(x)\) (in diesem Fall nicht), Implizit \(\vec{u}(x,y) = 0\), Polar \(\vec{r}(\varphi)\) oder in Parameterform \((x(t), y(t))\) dargestellt werden.}
\label{fig:plane-curve}
\end{figure}

Sei \(\Lambda: x = \phi(t),\, y = \psi(t), t\in I\) eine glatte Jordankurve.
Beispiel im Abb. \ref{fig:plane-curve}.

\paragraph{Polar zu Kartesian}
\[
    r = \sqrt{x^2 + y^2}
    \qquad
    \tan\varphi = y/x
\]
\[
    x = r \cos\varphi
    \qquad
    y = r \sin\varphi
\]

\paragraph{Parametrisch zu explizit}
Sei \(\dot{\phi} \neq 0\) oder \(\dot{\psi} \neq 0\). Im Falle \(\dot{\phi} \neq 0\), wechselt \(\dot\phi\) in der Umgebung von \(t\) das Vorzeichen nicht, \(\phi\) ist dort streng monoton.
Daher gilt
\[
    t = \phi^{-1}(x) \quad y = \psi(t) = \psi \circ \phi^{-1}(x) = f(x)
\]
Wenn \(\dot{\psi} \neq 0\) ist dann \(x = \phi \circ \psi^{-1}(y)\)

\subsubsection{Tangente und Normalvektor \brpage{251,252}}
F\"ur eine ebene Kurve \(\vec{\Lambda}(t)\) \(\tau, t \in I\), der Vektor \(\vec{\dot\Lambda}(\tau)\) ist immer an \(\vec{\Lambda}(\tau)\) tangent. \(\vec{\ddot{\Lambda}}(\tau)\) ist zur Kurve normal.
\begin{align*}
    \vec{\dot{\Lambda}}
    &= \deriv{y}{x} 
    = \frac{\dot{y}}{\dot{x}} 
    = \frac{r'\sin\varphi + r\cos\varphi}{r'\cos\varphi - r\sin\varphi}
    \\[.9em]
    \vec{\ddot{\Lambda}}
    &= \deriv[2]{y}{x}
    = \frac{\ddot{y}\dot{x} - \ddot{x}\dot{y}}{\dot{x}^3}
\end{align*}
Man kann auch die Tangentengleichung und die Normalengleichung zur Zeitpunkt \(\tau\) finden
\begin{align*}
    T: y - \psi(\tau) &= \frac{\dot{\psi}}{\dot{\phi}}(x - \phi(\tau)) \\
    N: y - \psi(\tau) &= -\frac{\dot{\phi}}{\dot{\psi}}(x - \phi(\tau))
\end{align*}

\subsubsection{Kr\"ummung und Kr\"ummungsradius \brpage{254}}
Siehe Tab. \ref{tab:plane-curves-big} f\"ur die Rechnungsformeln und Abb. \ref{fig:plane-curvature} f\"ur eine graphische Deutung.
\[
    \kappa 
    = \lim_{\Delta s\to 0} \frac{\Delta \theta}{\Delta s}
    = \deriv{\theta}{s} 
    \qquad
    R = 1/\kappa
\]
Eine gerade hat \(\kappa = 0\) und \(R = \infty\).
Entsprechend der Orientierung der \(x\)-Achse, entspricht einer \(\kappa > 0\) eine Linkskr\"ummung und \(\kappa < 0\) eine Rechtskr\"ummung.

Der Kr\"ummungskreis hat Ma{\ss}zahl \(\rho = 1/|\kappa|\) und Mittelpunkt \(P_c\) gem\"a\ss
\[
    P_c = \begin{pmatrix} x_c \\ y_c \end{pmatrix} 
    = \begin{pmatrix} x \\ y \end{pmatrix} + \frac{1}{\kappa} \vec{\hat{n}}
\]
Wobei \(\vec{\hat{n}} = \vec{\ddot{\Lambda}}^0\) ist der Normalenvektor.

\subsubsection{Konvexit\"at}
Sei die Kurve \(\Lambda\) durch \(f \in C^2\) auf \([a,b]\) gegeben.
\begin{itemize}
    \item \(f\) ist auf \((a,b)\) konvex (bzw. konkav), wenn \(\kappa \geq 0\) (bzw. \(\kappa \leq 0\)) \(\forall x \in (a,b)\).
    \item \(f\) ist auf \((a,b)\) streng konvex (bzw. konkav), wenn \(\kappa > 0\) (bzw. \(\kappa < 0\)) \(\forall x \in (a,b)\).
    \item Hat in \(\Lambda\) in \(P\) einen Wendepunkt, dann \(\kappa(P) = 0\).
\end{itemize}



\subsubsection{Evoluten und Evolventen \brpage{262}}


\begin{figure}[h]
\centering
\includegraphics[width=.8\linewidth]{fig/plane-curvature}
\caption{Kr\"ummung und Kr\"ummungskreisradien}
\label{fig:plane-curvature}
\end{figure}

\subsection{Raumkurven \brpage{263}}

\begin{thebibliography}{3}
  \bibitem{hsr}
    \texttt{An2E} Vorlesungen an der Hochschule f\"ur Technik Rapperswil und der dazugeh\"orige Skript,
    \textit{Dr. Bernhard Zgraggen}, Fr\"uhlingssemester 2020
  \bibitem{bronstein}
    Taschenbuch der Mathematik,
    10. \"uberarbeitete Auflage, 2016 (1977),
    \textit{Bronstein, Semendjajew, Musiol, M\"uhlig}, 
    \texttt{ISBN 978-3-8085-5789-1}
  \bibitem{mathe2}
    Mathematik 2: Lehrbuch für ingenieurwissenschaftliche Studieng\"ange,
    2012, 7. Auflage, XII, Springer Berlin,
    \textit{Albert Fetzer, Heiner Fränkel},
    \texttt{ISBN-10 364224114X},
    \texttt{ISBN-13 9783642241147}
    
\end{thebibliography}

\section*{Notation}
Rot markierte Zahlen wie zB \brpage{477} sind Hinweise auf die Seiten im ``Bronstein'' \cite{bronstein}

\section*{License}
{ \tt
An2E-ZF (c) by Naoki Pross
\\\\
An2E-ZF is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License.
\\\\
You should have received a copy of the license along with this work. If not, see 
\\\\
{\small\url{http://creativecommons.org/licenses/by-sa/4.0/}}
}


\onecolumn

\begin{sidewaystable}[p]
\centering
\caption{Rechnungen bez. ebene Kurven}
\label{tab:plane-curves-big}
\renewcommand{\arraystretch}{3}
\begin{tabular}{l *{3}{>{\(\displaystyle}l<{\)}} }
\toprule
\textbf{Ebene Kurven} & \textbf{Kartesich } y = f(x) & \textbf{Polar } \vec{r}(\varphi) & \textbf{Parameter } \vec{c}(t) = \left(x(t), y(y)\right) \\
\midrule
Anstieg \brpage{448}
    & f'
    & \frac{r'\sin\varphi + r\cos\varphi}{r'\cos\varphi - r\sin\varphi}
    & \dot{x}/\dot{y}
\\
Fl\"ache \brpage{493}
    & \int\limits_a^b |f(x)| \dd{x}
    & \frac{1}{2}\int\limits_\alpha^\beta r(\varphi)^2 \dd{\varphi}
    & \frac{1}{2}\int\limits_{t_0}^{t_1} x\dot{y} - \dot{x}y \dd{t} = \frac{1}{2}\int\limits_{t_0}^{t_1}\det(\vec{c},\dot{\vec{c}}) \dd{t}
\\
Bogenl\"ange \brpage{251,514}
    & \int\limits_a^b \sqrt{1 + (f')^2} \dd{x}
    & \int\limits_\alpha^\beta \sqrt{(r')^2 + r^2} \dd{\varphi}
    & \int\limits_{t_0}^{t_1} \sqrt{\dot{x}^2 + \dot{y}^2} \dd{t} = \int\limits_{t_0}^{t_1} |\vec{c}| \dd{t}
\\
Kr\"ummung \(\kappa\) \brpage{254}
    & \frac{f''}{\sqrt{1+(f')^2}^3}
    & \frac{2(r')^2 - r r'' + r^2}{\sqrt{r^2 + (r')^2}^3}
    & \frac{\ddot{y}\dot{x} - \ddot{x}\dot{y}}{\sqrt{\dot{x}^2 + \dot{y}^2}^3} 
    = \frac{\det(\vec{\dot{c}},\vec{\ddot{c}})}{|\vec{\dot{c}}|^3}
\\[1em]
\midrule
Rotationsvolumen um \(x\) \brpage{516}
    & \pi \left|\int\limits_a^b y^2 \dd{x} \right|
    & \pi \left|\int\limits_{t_0}^{t_1} y \dot{x} \dd{t} \right|
    & \pi \left|\int\limits_\alpha^\beta r^2 \sin^2 \varphi (r'\cos\varphi - r\sin\varphi) \dd{\varphi} \right|
\\
Rotationsoberfl\"ache um \(x\) \brpage{515}
    & 2\pi \int\limits_a^b |y| \sqrt{1 + (y')^2} \dd{x}
    & 2\pi \int\limits_\alpha^\beta |r\sin(\varphi)| \sqrt{(r')^2 + r^2} \dd{\varphi}
    & 2\pi \int\limits_{t_0}^{t_1} |y| \sqrt{\dot{x}^2 + \dot{y}^2} \dd{t}
\\
% Rotationsvolumen um \(y\) \\
% Rotationsoberfl\"ache um \(y\) \\
\bottomrule
\end{tabular}
\end{sidewaystable}

\end{document}