Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

240 строки
12KB

  1. \documentclass[uebung]{../../../lecture}
  2. \title{Analysis II: Übungsblatt 7}
  3. \author{Leon Burgard, Christian Merten}
  4. \begin{document}
  5. \punkte
  6. \begin{aufgabe}
  7. \begin{enumerate}[(a)]
  8. \item $f\colon \R^2 \to \R$, $f(x,y) = e^{x} \cos(y) + \ln(1+y^2)$. Dann gilt
  9. \[
  10. \nabla f = \begin{pmatrix} e^{x} \cos(y) \\ -e^{x} \sin(y) + \frac{2y}{1+y^2} \end{pmatrix}
  11. .\]
  12. \item $f\colon \R^2 \to \R$ mit
  13. \[
  14. f(x,y) = \begin{cases}
  15. xy \frac{x^2 - y^2}{x^2 + y^2} & (x,y) \neq (0,0) \\
  16. 0 & (x,y) = (0,0)
  17. \end{cases}
  18. .\]
  19. Beh.: $f$ überall zweimal partiell differenzierbar, aber
  20. \[
  21. \frac{\partial^2f(0,0)}{\partial x \partial y} \neq \frac{\partial^2f(0,0)}{\partial y \partial x}
  22. .\]
  23. \begin{proof}
  24. Für $(x,y) \neq (0,0)$ gilt
  25. \begin{salign*}
  26. \frac{\partial f}{\partial x} &= \frac{\partial}{\partial x}
  27. \left( \frac{x^{3}y - xy^{3}}{x^2 + y^2} \right) \\
  28. &= \frac{yx^{4} + 4x^2y^{3} - y^{5}}{(x^2 + y^2)^2} \\
  29. \frac{\partial f}{\partial y} &=
  30. \frac{\partial}{\partial y} \left( \frac{x^{3}y - xy^{3}}{x^2 + y^2} \right) \\
  31. &= \frac{x^{5} - 4y^2 x^{3} - y^{4}x}{(x^2+y^2)^2}
  32. .\end{salign*}
  33. Diese partiellen Ableitungen sind als Quotient von Polynomen mit $(x^2+ y^2)^2 \neq 0$
  34. wieder partiell differenzierbar.
  35. $f$ ist im Punkt $(0,0)$ partiell differenzierbar, denn
  36. \begin{align*}
  37. \frac{\partial f}{\partial x}(0,0)
  38. &= \lim_{h \to 0} \frac{f((0,0) + (h, 0)) - f(0,0)}{h}
  39. = \lim_{h \to 0} \frac{\overbrace{f(h,0)}^{= 0}}{h} = 0 \\
  40. \frac{\partial f}{\partial y}(0,0) &=
  41. \lim_{h \to 0} \frac{\overbrace{f(0,h)}^{= 0}}{h} = 0
  42. .\end{align*}
  43. Für die zweiten partiellen Ableitungen in $(0,0)$ gilt
  44. \begin{salign*}
  45. \frac{\partial^2f(0,0)}{\partial x \partial y}
  46. &= \lim_{h \to 0} \frac{\frac{\partial f}{\partial y}(h,0) - \frac{\partial f}{\partial y}(0)}{h}
  47. = \lim_{h \to 0} \frac{\frac{\partial f}{\partial y}(h,0)}{h}
  48. = \frac{h^{5}}{h h^{4} } = 1 \\
  49. \frac{\partial^2f(0,0)}{\partial y \partial x}
  50. &= \lim_{h \to 0} \frac{\frac{\partial f}{\partial x}(0,h) - \frac{\partial f}{\partial x}(0)}{h}
  51. = \lim_{h \to 0} \frac{\frac{\partial f}{\partial y}(0,h)}{h}
  52. = - \frac{h^{5}}{h h^{4} } = -1 \\
  53. \frac{\partial^2f(0,0)}{\partial x \partial x}
  54. &= 0
  55. \\
  56. \frac{\partial^2f(0,0)}{\partial y \partial y}
  57. &= 0
  58. .\end{salign*}
  59. Also existieren die zweiten partiellen Ableitungen auf ganz $\R^2$, aber es gilt
  60. \[
  61. \frac{\partial^2 f(0,0)}{\partial x \partial y} \neq
  62. \frac{\partial^2 f(0,0)}{\partial y \partial x}
  63. .\]
  64. \end{proof}
  65. Beh.: Die partielle Ableitung $\frac{\partial f}{\partial x \partial y}$
  66. ist unstetig in $(0,0)$.
  67. \begin{proof}
  68. Es gilt für $(x,y) \neq (0,0)$:
  69. \begin{align*}
  70. \frac{\partial f^2}{\partial x \partial y}
  71. = \frac{x^{6} + 9x^{4}y^2 - 9x^2y^{4} - y^{6}}{(x^2 + y^2)^{3}}
  72. .\end{align*}
  73. Mit $(x,y)_n = \left( \frac{1}{n}, \frac{1}{n} \right) $ gilt
  74. $(x,y)_n \xrightarrow{n \to \infty} (0,0)$, aber
  75. \begin{align*}
  76. \frac{\partial f^2}{\partial x \partial y}(x,y)_n
  77. = \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^2}{\partial x \partial y} (0,0)
  78. .\end{align*}
  79. \end{proof}
  80. Der Satz von Schwarz für ein $x \in D$ gilt nur, wenn $f$ 2-mal stetig
  81. partiell differenzierbar ist in $x$, dies ist
  82. hier für $x = (0,0)$ nicht der Fall.
  83. \end{enumerate}
  84. \end{aufgabe}
  85. \begin{aufgabe}
  86. \begin{enumerate}[(a)]
  87. \item $f\colon R^2 \to R$ mit
  88. \[
  89. f(x,y) = \begin{cases}
  90. \frac{xy^2}{x^2 + y^{4}} & (x,y) \neq (0,0) \\
  91. 0 & (x,y) = (0,0)
  92. \end{cases}
  93. .\] Beh.: $f$ ist im Punkt $(x,y) = (0,0)$ nicht total differenzierbar.
  94. \begin{proof}
  95. Mit dem Hinweis g.z.z., dass $f$ in $(0,0)$ nicht stetig ist. Mit
  96. $(x,y)_n = \left( \frac{1}{n^2}, \frac{1}{n} \right) $ gilt
  97. $(x,y)_n \xrightarrow{n \to \infty} (0,0)$ aber, es ist
  98. \[
  99. 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)
  100. .\] Also $f$ unstetig in $(0,0)$.
  101. \end{proof}
  102. Beh.: $f$ besitzt Richtungsableitungen in alle Richtungen in $(x,y) = (0,0)$.
  103. \begin{proof}
  104. Sei $v \in \R^2$ mit $\Vert v \Vert_2 = 1$ beliebig. Dann sei
  105. $v = \begin{pmatrix} v_x \\ v_y \end{pmatrix}$. Dann gilt
  106. \begin{salign*}
  107. \frac{\partial f}{\partial v} (0, 0) = \lim_{t \searrow 0}
  108. \frac{f(tv) - f(0)}{t}
  109. = \lim_{t \searrow 0} \frac{f(tv)}{t}
  110. = \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}
  111. =
  112. \begin{cases}
  113. 0 & v_x = 0 \\
  114. \frac{v_y^2}{v_x} & v_x \neq 0
  115. \end{cases}
  116. .\end{salign*}
  117. Also existieren alle Richtungsableitungen in $(x,y) = (0,0)$.
  118. \end{proof}
  119. \item $f\colon \R^2 \to \R$ mit
  120. \[
  121. f(x,y) = \begin{cases}
  122. (x^2 + y^2) \sin\left( \frac{1}{\sqrt{x^2 + y^2} } \right) & (x,y) \neq (0,0) \\
  123. 0 & (x,y) = (0,0)
  124. \end{cases}
  125. .\]
  126. Beh.: $D f(0,0) = \begin{pmatrix} 0 \\ 0 \end{pmatrix}^{T}$, also $f$
  127. im Punkt $(x,y) = (0,0)$ total differenzierbar.
  128. \begin{proof}
  129. Sei $h \in \R^2$ mit $h \neq 0$ beliebig. Dann gilt
  130. \begin{salign*}
  131. \left| \frac{f((0,0) + h) - f(0,0) - \begin{pmatrix} 0 & 0 \end{pmatrix} \cdot h }{\Vert h \Vert_2} \right|
  132. &= \left| \frac{f(h)}{\Vert h \Vert_2} \right| \\
  133. &= \frac{\Vert h \Vert_2^2 \sin\left( \frac{1}{\Vert h \Vert_2} \right) }{\Vert h \Vert_2} \\
  134. &= \left| \Vert h \Vert_2 \sin\left( \frac{1}{\Vert h \Vert_2} \right) \right| \\
  135. &\le \Vert h \Vert_2 \xrightarrow{h \to 0} 0
  136. .\end{salign*}
  137. Also folgt
  138. \begin{align*}
  139. \lim_{h \to 0} \frac{f((0,0) + h) - f(0,0) - \begin{pmatrix} 0 & 0 \end{pmatrix} h}{\Vert h \Vert_2} = 0
  140. .\end{align*}
  141. Also $f$ total differenzierbar in $(x,y) = (0,0)$ mit
  142. Differential $D f(0, 0) = \begin{pmatrix} 0 & 0 \end{pmatrix} $.
  143. \end{proof}
  144. Beh.: $\frac{\partial f}{\partial x}$ nicht stetig in $(x,y) = (0,0)$.
  145. \begin{proof}
  146. Mit der (a) folgt, dass $J_f(0,0) = D f(0,0)$, also insbesondere
  147. $\frac{\partial f}{\partial x} = 0$.
  148. Für $(x,y) \neq (0,0)$ folgt
  149. \begin{salign*}
  150. \frac{\partial f}{\partial x} &= 2x \sin\left( \frac{1}{\sqrt{x^2 + y^2} } \right)
  151. - \frac{x}{\sqrt{x^2 + y^2}} \cos\left( \frac{1}{\sqrt{x^2 + y^2} } \right)
  152. .\end{salign*}
  153. Mit $(x, y)_n = \left( \frac{1}{2\pi n}, 0 \right) $ gilt
  154. $x_n \xrightarrow{n \to \infty} (0,0)$, aber
  155. \begin{salign*}
  156. \frac{\partial f}{\partial x}\left( \frac{1}{2\pi n}, 0 \right)
  157. = \frac{1}{\pi n} \underbrace{\sin\left( 2 \pi n \right)}_{= 0} - \cos (2\pi n) = -1 \neq 0
  158. = \frac{\partial f}{\partial x}(0)
  159. .\end{salign*}
  160. \end{proof}
  161. \end{enumerate}
  162. \end{aufgabe}
  163. \begin{aufgabe}
  164. 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
  165. \[
  166. f(x_1, x_2) = \begin{pmatrix} x_1 \ln(x_2) \\ \tan(x_1, x_2) \end{pmatrix},
  167. \quad g(y_1, y_2) = \begin{pmatrix} y_1^2 \\ y_2^2 \end{pmatrix}
  168. .\] Weiter sei $h = g \circ f \colon D \to \R^2$.
  169. $D_h(x)$ ohne Kettenregel:
  170. \begin{salign*}
  171. h(x) = g(f(x)) = \begin{pmatrix} x_1^2 \ln^2(x_2) \\ \tan^2(x_1x_2) \end{pmatrix}
  172. .\end{salign*}
  173. Damit folgt direkt
  174. \begin{salign*}
  175. D_h(x) = \begin{pmatrix} \frac{\partial h_1}{\partial x_1} & \frac{\partial h_1}{\partial x_2} \\
  176. \frac{\partial h_2}{\partial x_1} & \frac{\partial h_2}{\partial x_2}
  177. \end{pmatrix}
  178. =
  179. \begin{pmatrix}
  180. 2x_1 \ln^2(x_2) & 2 \frac{x_1^2}{x_2} \ln(x_2) \\
  181. \frac{2x_2 \tan(x_1x_2)}{\cos^2(x_1x_2)} & \frac{2x_1 \tan(x_1x_2)}{\cos^2(x_1x_2)}
  182. \end{pmatrix}
  183. .\end{salign*}
  184. Mit Kettenregel ist zunächst
  185. \begin{salign*}
  186. D_g(y) = \begin{pmatrix} 2y_1 & 0 \\ 0 & 2 y_2 \end{pmatrix},
  187. \quad
  188. D_f(x) = \begin{pmatrix} \ln(x_2) & \frac{x_1}{x_2} \\
  189. \frac{x_2}{\cos^2(x_1x_2)} & 2 \frac{x_1y_2}{\cos^2(x_1x_2)}\end{pmatrix}
  190. .\end{salign*}
  191. Damit folgt
  192. \begin{salign*}
  193. D_h(x) &= D_g(f(x)) D_f(x) \\
  194. &= \begin{pmatrix} 2 x_1 \ln(x_2) & 0 \\ 0 & 2 \tan(x_1 x_2) \end{pmatrix}
  195. \begin{pmatrix} \ln(x_2) & \frac{x_1}{x_2} \\
  196. \frac{x_2}{\cos^2(x_1x_2)} & 2 \frac{x_1y_2}{\cos^2(x_1x_2)}\end{pmatrix} \\
  197. &=
  198. \begin{pmatrix}
  199. 2x_1 \ln^2(x_2) & 2 \frac{x_1^2}{x_2} \ln(x_2) \\
  200. \frac{2x_2 \tan(x_1x_2)}{\cos^2(x_1x_2)} & \frac{2x_1 \tan(x_1x_2)}{\cos^2(x_1x_2)}
  201. \end{pmatrix}
  202. .\end{salign*}
  203. Das Einsetzen von $x_0 = (1,e)^{T} \in D$ ist dem Lesenden als Aufgabe überlassen.
  204. \end{aufgabe}
  205. \begin{aufgabe}
  206. $f\colon \R \to \R^2$ mit
  207. \[
  208. f(x) = \begin{pmatrix} \cos(x) \\ \sin(x) \end{pmatrix}
  209. .\] Weiter seien $a = 0$ und $b = 2\pi$.
  210. Beh.: Es ex. kein $\xi \in (a,b)$ mit $f(b) - f(a) = D_f(\xi)(b - a)$.
  211. \begin{proof}
  212. Es ist zunächst
  213. \[
  214. D_f(x) = \begin{pmatrix} - \sin(x) \\ \cos(x) \end{pmatrix}
  215. .\] Da $\sin(x)$ und $\cos(x)$ keine gemeinsamen Nullstellen in $\R$ besitzen, folgt $\forall x \in \R$:
  216. \[
  217. D_f(x) \neq 0
  218. .\] Damit folgt direkt $\forall \xi \in (a,b)$:
  219. \begin{salign*}
  220. f(b) - f(a) = \begin{pmatrix} \cos(2\pi) \\ \sin(2\pi) \end{pmatrix}
  221. - \begin{pmatrix} \cos(0) \\ \sin(0) \end{pmatrix}
  222. = \begin{pmatrix} 1 \\ 0 \end{pmatrix} - \begin{pmatrix} 1 \\ 0 \end{pmatrix}
  223. = 0 \neq 2\pi \begin{pmatrix} - \sin(\xi) \\ \cos(\xi) \end{pmatrix}
  224. = D_f(\xi)
  225. .\end{salign*}
  226. \end{proof}
  227. \end{aufgabe}
  228. \end{document}