flavis 5 лет назад
Родитель
Сommit
775f772db6
2 измененных файлов: 229 добавлений и 0 удалений
  1. Двоичные данные
      sose2020/ana/uebungen/ana7.pdf
  2. +229
    -0
      sose2020/ana/uebungen/ana7.tex

Двоичные данные
sose2020/ana/uebungen/ana7.pdf Просмотреть файл


+ 229
- 0
sose2020/ana/uebungen/ana7.tex Просмотреть файл

@@ -0,0 +1,229 @@
\documentclass[uebung]{../../../lecture}

\title{Analysis II: Übungsblatt 7}
\author{Leon Burgard, Christian Merten}

\begin{document}

\punkte

\begin{aufgabe}
\begin{enumerate}[(a)]
\item $f\colon R^2 \to \R$, $f(x,y) = e^{x} \cos(y) + \ln(1+y^2)$. Dann gilt
\[
\nabla f = \begin{pmatrix} e^{x} \cos(y) \\ -e^{x} \sin(y) + \frac{2y}{1+y^2} \end{pmatrix}
.\]
\item $f\colon R^2 \to R$ mit
\[
f(x,y) = \begin{cases}
xy \frac{x^2 - y^2}{x^2 + y^2} & (x,y) \neq (0,0) \\
0 & (x,y) = (0,0)
\end{cases}
.\]
Beh.: $f$ überall zweimal partiell differenzierbar, aber
\[
\frac{\partial^2f(0,0)}{\partial x \partial y} \neq \frac{\partial^2f(0,0)}{\partial y \partial x}
.\]
\begin{proof}
Für $(x,y) \neq (0,0)$ gilt
\begin{salign*}
\frac{\partial f}{\partial x} &= \frac{\partial}{\partial x}
\left( \frac{x^{3}y - xy^{3}}{x^2 + y^2} \right) \\
&= \frac{yx^{4} + 4x^2y^{3} - y^{5}}{(x^2 + y^2)^2} \\
\frac{\partial f}{\partial y} &=
\frac{\partial}{\partial y} \left( \frac{x^{3}y - xy^{3}}{x^2 + y^2} \right) \\
&= \frac{x^{5} - 4y^2 x^{3} - y^{4}x}{(x^2+y^2)^2}
.\end{salign*}
Diese partiellen Ableitungen sind als Quotient von Polynomen mit $(x^2+ y^2)^2 \neq 0$
wieder partiell differenzierbar.

$f$ ist im Punkt $(0,0)$ partiell differenzierbar, denn
\begin{align*}
\frac{\partial f}{\partial x}(0,0)
&= \lim_{h \to 0} \frac{f((0,0) + (h, 0)) - f(0,0)}{h}
= \lim_{h \to 0} \frac{\overbrace{f(h,0)}^{= 0}}{h} = 0 \\
\frac{\partial f}{\partial y}(0,0) &=
\lim_{h \to 0} \frac{\overbrace{f(0,h)}^{= 0}}{h} = 0
.\end{align*}
Für die zweiten partiellen Ableitungen in $(0,0)$ gilt
\begin{salign*}
\frac{\partial^2f(0,0)}{\partial x \partial y}
&= \lim_{h \to 0} \frac{\frac{\partial f}{\partial y}(h,0) - \frac{\partial f}{\partial y}(0)}{h}
= \lim_{h \to 0} \frac{\frac{\partial f}{\partial y}(h,0)}{h}
= \frac{h^{5}}{h h^{4} } = 1 \\
\frac{\partial^2f(0,0)}{\partial y \partial x}
&= \lim_{h \to 0} \frac{\frac{\partial f}{\partial x}(0,h) - \frac{\partial f}{\partial x}(0)}{h}
= \lim_{h \to 0} \frac{\frac{\partial f}{\partial y}(0,h)}{h}
= - \frac{h^{5}}{h h^{4} } = -1
.\end{salign*}
Also existieren die zweiten partiellen Ableitungen auf ganz $\R^2$, aber es gilt
\[
\frac{\partial^2 f(0,0)}{\partial x \partial y} \neq
\frac{\partial^2 f(0,0)}{\partial y \partial x}
.\]
\end{proof}
Beh.: Die partielle Ableitung $\frac{\partial f}{\partial x \partial y}$
ist unstetig in $(0,0)$.
\begin{proof}
Es gilt für $(x,y) \neq (0,0)$:
\begin{align*}
\frac{\partial f}{\partial x \partial y}
= \frac{x^{6} + 9x^{4}y^2 - 9x^2y^{4} - y^{6}}{(x^2 + y^2)^{3}}
.\end{align*}
Mit $(x,y)_n = \left( \frac{1}{n}, \frac{1}{n} \right) $ gilt
$(x,y)_n \xrightarrow{n \to \infty} (0,0)$, aber
\begin{align*}
\frac{\partial f}{\partial x \partial y}(x,y)_n
= \frac{\frac{1}{n^{6}} + \frac{9}{n^{6}} - \frac{9}{n^{6}} - \frac{1}{n^{6}}}{\frac{8}{n^{6}}} = 0 \neq 1 = \frac{\partial f}{\partial x \partial y} (0,0)
.\end{align*}
\end{proof}
Der Satz von Schwarz für ein $x \in D$ gilt nur, wenn $f$ 2-mal stetig
partiell differenzierbar ist in $x$, dies ist
hier für $x = (0,0)$ nicht der Fall.
\end{enumerate}
\end{aufgabe}

\begin{aufgabe}
\begin{enumerate}[(a)]
\item $f\colon R^2 \to R$ mit
\[
f(x,y) = \begin{cases}
\frac{xy^2}{x^2 + y^{4}} & (x,y) \neq (0,0) \\
0 & (x,y) = (0,0)
\end{cases}
.\] Beh.: $f$ ist im Punkt $(x,y) = (0,0)$ nicht total differenzierbar.
\begin{proof}
Mit dem Hinweis g.z.z., dass $f$ in $(0,0)$ nicht stetig ist. Mit
$(x,y)_n = \left( \frac{1}{n^2}, \frac{1}{n} \right) $ gilt
$(x,y)_n \xrightarrow{n \to \infty} (0,0)$ aber, es ist
\[
f\left( \frac{1}{n^2}, \frac{1}{n} \right) = \frac{\frac{1}{n^{4}}}{\frac{1}{n^{4}} + \frac{1}{n^{4}}} = \frac{1}{2} \neq 0 = f(0, 0)
.\] Also $f$ unstetig in $(0,0)$.
\end{proof}
Beh.: $f$ besitzt Richtungsableitungen in alle Richtungen in $(x,y) = (0,0)$.
\begin{proof}
Sei $v \in \R^2$ mit $\Vert v \Vert_2 = 1$ beliebig. Dann sei
$v = \begin{pmatrix} v_x \\ v_y \end{pmatrix}$. Dann gilt
\begin{salign*}
\frac{\partial f}{\partial v} (0, 0) = \lim_{t \searrow 0}
\frac{f(tv) - f(0)}{t}
= \lim_{t \searrow 0} \frac{f(tv)}{t}
= \lim_{t \searrow 0} \frac{v_xv_y^2}{v_x^2 + \frac{1}{t^2}v_y^{4}} = \frac{v_y^2}{v_x}
.\end{salign*}
Also existieren alle Richtungsableitungen in $(x,y) = (0,0)$.
\end{proof}
\item $f\colon R^2 \to \R$ mit
\[
f(x,y) = \begin{cases}
(x^2 + y^2) \sin\left( \frac{1}{\sqrt{x^2 + y^2} } \right) & (x,y) \neq (0,0) \\
0 & (x,y) = (0,0)
\end{cases}
.\]
Beh.: $D f(0,0) = \begin{pmatrix} 0 \\ 0 \end{pmatrix}^{T}$, also $f$
im Punkt $(x,y) = (0,0)$ total differenzierbar.
\begin{proof}
Sei $h \in \R^2$ mit $h \neq 0$ beliebig. Dann gilt
\begin{salign*}
\left| \frac{f((0,0) + h) - f(0,0) - \begin{pmatrix} 0 & 0 \end{pmatrix} \cdot h }{\Vert h \Vert_2} \right|
&= \left| \frac{f(h)}{\Vert h \Vert_2} \right| \\
&= \frac{\Vert h \Vert_2^2 \sin\left( \frac{1}{\Vert h \Vert_2} \right) }{\Vert h \Vert_2} \\
&= \left| \Vert h \Vert_2 \sin\left( \frac{1}{\Vert h \Vert_2} \right) \right| \\
&\le \Vert h \Vert_2 \xrightarrow{h \to 0} 0
.\end{salign*}
Also folgt
\begin{align*}
\lim_{h \to 0} \frac{f((0,0) + h) - f(0,0) - \begin{pmatrix} 0 & 0 \end{pmatrix} h}{\Vert h \Vert_2} = 0
.\end{align*}
Also $f$ total differenzierbar in $(x,y) = (0,0)$ mit
Differential $D f(0, 0) = \begin{pmatrix} 0 & 0 \end{pmatrix} $.
\end{proof}
Beh.: $\frac{\partial f}{\partial x}$ nicht stetig in $(x,y) = (0,0)$.
\begin{proof}
Mit der (a) folgt, dass $J_f(0,0) = D f(0,0)$, also insbesondere
$\frac{\partial f}{\partial x} = 0$.
Für $(x,y) \neq (0,0)$ folgt
\begin{salign*}
\frac{\partial f}{\partial x} &= 2x \sin\left( \frac{1}{\sqrt{x^2 + y^2} } \right)
- \frac{x}{\sqrt{x^2 + y^2}} \cos\left( \frac{1}{\sqrt{x^2 + y^2} } \right)
.\end{salign*}
Mit $(x, y)_n = \left( \frac{1}{2\pi n}, 0 \right) $ gilt
$x_n \xrightarrow{n \to \infty} (0,0)$, aber
\begin{salign*}
\frac{\partial f}{\partial x}\left( \frac{1}{2\pi n}, 0 \right)
= \frac{1}{\pi n} \underbrace{\sin\left( 2 \pi n \right)}_{= 0} - \cos (2\pi n) = -1 \neq 0
= \frac{\partial f}{\partial x}(0)
.\end{salign*}
\end{proof}
\end{enumerate}
\end{aufgabe}

\begin{aufgabe}
Sei $D \coloneqq \R^2 \setminus \{ (x_1, x_2)^{T} \mid x_2 \le 0 \text{ oder } x_1x_2 = k\pi + \frac{\pi}{2}, k \in \Z\} $, $f\colon D \to \R^2$ und $g \colon R^2 \to \R^2$ mit
\[
f(x_1, x_2) = \begin{pmatrix} x_1 \ln(x_2) \\ \tan(x_1, x_2) \end{pmatrix},
\quad g(y_1, y_2) = \begin{pmatrix} y_1^2 \\ y_2^2 \end{pmatrix}
.\] Weiter sei $h = g \circ f \colon D \to \R^2$.

$D_h(x)$ ohne Kettenregel:
\begin{salign*}
h(x) = g(f(x)) = \begin{pmatrix} x_1^2 \ln^2(x_2) \\ \tan^2(x_1x_2) \end{pmatrix}
.\end{salign*}
Damit folgt direkt
\begin{salign*}
D_h(x) = \begin{pmatrix} \frac{\partial h_1}{\partial x_1} & \frac{\partial h_1}{\partial x_2} \\
\frac{\partial h_2}{\partial x_1} & \frac{\partial h_2}{\partial x_2}
\end{pmatrix}
=
\begin{pmatrix}
2x_1 \ln^2(x_2) & 2 \frac{x_1^2}{x_2} \ln(x_2) \\
\frac{2x_2 \tan(x_1x_2)}{\cos^2(x_1x_2)} & \frac{2x_1 \tan(x_1x_2)}{\cos^2(x_1x_2)}
\end{pmatrix}
.\end{salign*}
Mit Kettenregel ist zunächst
\begin{salign*}
D_g(y) = \begin{pmatrix} 2y_1 & 0 \\ 0 & 2 y_2 \end{pmatrix},
\quad
D_f(x) = \begin{pmatrix} \ln(x_2) & \frac{x_1}{x_2} \\
\frac{x_2}{\cos^2(x_1x_2)} & 2 \frac{x_1y_2}{\cos^2(x_1x_2)}\end{pmatrix}
.\end{salign*}
Damit folgt
\begin{salign*}
D_h(x) &= D_g(f(x)) D_f(x) \\
&= \begin{pmatrix} 2 x_1 \ln(x_2) & 0 \\ 0 & 2 \tan(x_1 x_2) \end{pmatrix}
\begin{pmatrix} \ln(x_2) & \frac{x_1}{x_2} \\
\frac{x_2}{\cos^2(x_1x_2)} & 2 \frac{x_1y_2}{\cos^2(x_1x_2)}\end{pmatrix} \\
&=
\begin{pmatrix}
2x_1 \ln^2(x_2) & 2 \frac{x_1^2}{x_2} \ln(x_2) \\
\frac{2x_2 \tan(x_1x_2)}{\cos^2(x_1x_2)} & \frac{2x_1 \tan(x_1x_2)}{\cos^2(x_1x_2)}
\end{pmatrix}
.\end{salign*}
Das Einsetzen von $x_0 = (1,e)^{T} \in D$ ist dem Lesenden als Aufgabe überlassen.
\end{aufgabe}

\begin{aufgabe}
$f\colon \R \to \R^2$ mit
\[
f(x) = \begin{pmatrix} \cos(x) \\ \sin(x) \end{pmatrix}
.\] Weiter seien $a = 0$ und $b = 2\pi$.

Beh.: Es ex. kein $\xi \in (a,b)$ mit $f(b) - f(a) = D_f(\xi)(b - a)$.
\begin{proof}
Es ist zunächst
\[
D_f(x) = \begin{pmatrix} - \sin(x) \\ \cos(x) \end{pmatrix}
.\] Da $\sin(x)$ und $\cos(x)$ keine gemeinsamen Nullstellen in $\R$ besitzen, folgt $\forall x \in \R$:
\[
D_f(x) \neq 0
.\] Damit folgt direkt $\forall \xi \in (a,b)$:
\begin{salign*}
f(b) - f(a) = \begin{pmatrix} \cos(2\pi) \\ \sin(2\pi) \end{pmatrix}
- \begin{pmatrix} \cos(0) \\ \sin(0) \end{pmatrix}
= \begin{pmatrix} 1 \\ 0 \end{pmatrix} - \begin{pmatrix} 1 \\ 0 \end{pmatrix}
= 0 \neq 2\pi \begin{pmatrix} - \sin(\xi) \\ \cos(\xi) \end{pmatrix}
= D_f(\xi)
.\end{salign*}
\end{proof}
\end{aufgabe}

\end{document}

Загрузка…
Отмена
Сохранить