Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

157 líneas
4.6KB

  1. \documentclass{../../../lecture}
  2. \begin{document}
  3. \begin{aufgabe}[]
  4. \end{aufgabe}
  5. \begin{aufgabe}[Vektorprodukte]
  6. Sei $k \in \R$ beliebig, dann wähle $x := \begin{pmatrix} -\frac{1}{2} - \frac{5}{2}k \\ -1 \\ k \\ \end{pmatrix} \in \R^{3}$.
  7. \begin{proof}
  8. \[
  9. \begin{pmatrix} -\frac{1}{2} - \frac{5}{2}k \\ -1 \\ k \end{pmatrix}
  10. \times
  11. \begin{pmatrix} 5 \\ 0 \\ -2 \end{pmatrix}
  12. =
  13. \begin{pmatrix} 2 - 0k \\ 5k - \left(2\left(\frac{1}{2} + \frac{5}{2}k\right)\right) \\ 5 \end{pmatrix}
  14. =
  15. \begin{pmatrix} 2 \\ -1 \\ 5 \end{pmatrix}
  16. .\]
  17. \end{proof}
  18. Es existiert kein $y \in \R^{3}$ mit:
  19. \[
  20. y \times \begin{pmatrix} 2 \\ 1 \\ 2 \end{pmatrix}
  21. =
  22. \begin{pmatrix} 1 \\ 2 \\ 0 \end{pmatrix}
  23. .\]
  24. \begin{proof}
  25. Die obenstehende Gleichung ergibt folgendes LGS:
  26. \begin{align*}
  27. 2 y_2 - y_3 &= 1 \\
  28. 2 y_3 - 2 y_1 &= 2 \\
  29. y_1 - 2 y_2 &= 0 \\
  30. .\end{align*}
  31. Aus (I) folgt:
  32. \[
  33. y_3 = 2 y_2 - 1
  34. .\]
  35. Damit ergibt sich aus (II):
  36. \begin{align*}
  37. && 2 y_3 - 2y_1 = 2 (2y_2 - 1) - 2y_1 &= 2 \\
  38. \implies&& y_1 &= 2y_2 - 2 \\
  39. .\end{align*}
  40. Daraus entsteht ein Widerspruch in (III):
  41. \begin{align*}
  42. y_1 - 2y_2 = 2y_2 - 2 - 2y_2 = -2 \neq 0
  43. .\end{align*}
  44. \end{proof}
  45. \end{aufgabe}
  46. \begin{aufgabe}
  47. Wir definieren die Abbildung $-^{\bot}: \R^{2} \to \R^{2}$ durch
  48. \[
  49. \begin{pmatrix} x_1 \\ x_2 \end{pmatrix}^{\bot} =
  50. \begin{pmatrix} -x_2 \\ x_1 \end{pmatrix}
  51. .\]
  52. \end{aufgabe}
  53. \textbf{a)} Zu zeigen: $x$ $\bot$ $x^{\bot}$ und
  54. $ \|x\| = \|x^{\bot}\|$ $\forall x \in R^{2}$
  55. \begin{proof}
  56. Sei $x \in R^{2}$ beliebig.
  57. $x$ $\bot$ $x^{\bot}$:
  58. \[
  59. \left<x, x^{\bot}\right> = \left< \begin{pmatrix} x_1 \\ x_2 \end{pmatrix}
  60. , \begin{pmatrix} -x_2 \\ x_1 \end{pmatrix}
  61. \right> = -x_1 x_2 + x_2 x_1 = 0
  62. .\]
  63. $\|x\| = \|x^{\bot}\|$:
  64. \[
  65. \|x\| = \sqrt{\left<x,x\right>} = \sqrt{x_1^2 + x_2^2} = \sqrt{\left( -x_2 \right) ^2 + x_1^2} = \|x^{\bot}\|
  66. .\]
  67. \end{proof}
  68. \textbf{b)} Ist $x \in \R^{2} \setminus \{0\}$ und $y \in \R^{2}$ mit $x$ $\bot$
  69. $y$, so existiert ein $a \in \R$ derart, dass $y = a \cdot x^{\bot}$.
  70. \begin{proof} Sei $x \in \R^{2} \setminus $ mit $x = \begin{pmatrix} x_1 \\ x_2 \end{pmatrix} $
  71. und $y \in \R^{2}$ mit $y = \begin{pmatrix} y_1 \\ y_2 \end{pmatrix}$
  72. Wegen $x$ $\bot$ $y$ folgt:
  73. \begin{align*}
  74. x_1y_1 + x_2y_2 = 0 \implies x_1y_1 = -x_2y_2
  75. .\end{align*}
  76. \underline{Fall 1:} $x_1 = 0$. $\implies x_2 \neq 0$.
  77. \[
  78. x_2 y_2 = 0 \implies y_2 = 0
  79. .\] Wähle nun $a := -\frac{y_1}{x_2} \in \R$:
  80. \[
  81. y = a \cdot x^{\bot} \begin{pmatrix} -a x_2 \\ ax_1 \end{pmatrix}
  82. = \begin{pmatrix} \frac{y_1}{x_2} x_2 \\ 0 \end{pmatrix}
  83. = \begin{pmatrix} y_1 \\ y_2 \end{pmatrix}
  84. .\]
  85. \underline{Fall 2:} $x_2 = 0$. $\implies x_1 \neq 0$.
  86. \[
  87. x_1 y_1 = 0 \implies y_1 = 0
  88. .\] Wähle nun $a := \frac{y_2}{x_1} \in \R$:
  89. \[
  90. y = a \cdot x^{\bot} \begin{pmatrix} -a x_2 \\ ax_1 \end{pmatrix}
  91. = \begin{pmatrix} 0 \\ \frac{y_2}{x_1} x_1 \end{pmatrix}
  92. = \begin{pmatrix} y_1 \\ y_2 \end{pmatrix}
  93. .\]
  94. \underline{Fall 3:} $x_1 \neq 0$ und $x_2 \neq 0$.
  95. \[
  96. -\frac{y_1}{x_2} = \frac{y_2}{x_1}
  97. .\] Wähle nun $a := \frac{y_2}{x_1} = -\frac{y_1}{x_2} \in \R$:
  98. \[
  99. y = a \cdot x^{\bot} = \begin{pmatrix} -a x_2 \\ a x_1 \end{pmatrix}
  100. = \begin{pmatrix} \frac{y_1}{x_2} x_2 \\ \frac{y_2}{x_1} x_1 \end{pmatrix}
  101. = \begin{pmatrix} y_1 \\ y_2 \end{pmatrix}
  102. .\]
  103. \end{proof}
  104. \textbf{c)} Für $x \in \R^{2} \setminus \{0\} $ sei $f_x: \R^{2} \to \R^{2}$
  105. Abbildung mit:
  106. \[
  107. y \mapsto \frac{\left<y, x\right>}{\left<x, x\right>} \cdot x
  108. + \frac{\left<y, x^{\bot}\right>}{\left<x, x\right>} \cdot x^{\bot}
  109. .\]
  110. Zu zeigen: Für beliebiges $x \in \R \setminus \{0\} $ ist $f_x$ gleich der
  111. Identität des $\R^{2}$.
  112. \begin{proof}
  113. Zz: $f_x(y) = y$ $\forall y \in \R^{2}$
  114. Seien $x \in R^{2} \setminus \{0\}$ mit $x = \begin{pmatrix} x_1 \\ x_2 \end{pmatrix}$
  115. und $y \in R^{2}$ mit $y = \begin{pmatrix} y_1 \\ y_2 \end{pmatrix}$.
  116. Nun:
  117. \begin{align*}
  118. f_x(y) &= \frac{\left<y, x\right>}{\left<x, x\right>} \cdot x
  119. + \frac{\left<y, x^{\bot}\right>}{\left<x, x\right>} \cdot x^{\bot} \\
  120. &= \frac{1}{\left<x, x\right>} \left(
  121. \begin{pmatrix} x_1^2y_1 + x_1x_2y_2 \\ x_1x_2y_1 + x_2^2y_2 \end{pmatrix}
  122. +
  123. \begin{pmatrix} y_1x_2^2 - x_1x_2y_2 \\ -x_1x_2y_1 + x_1^2y_2 \end{pmatrix}
  124. \right) \\
  125. &= \frac{1}{\left<x, x\right>} \begin{pmatrix} y_1x_1^2 + y_1x_2^2 \\ y_2x_2^2 + y_2x_1^2 \end{pmatrix} \\
  126. &= \frac{1}{x_1^2 + x_2^2} \begin{pmatrix} y_1(x_1^2 + x_2^2) \\ y_2(x_1^2 + x_2^2) \end{pmatrix} \\
  127. &= \begin{pmatrix} y_1 \\ y_2 \end{pmatrix} \\
  128. &= y
  129. .\end{align*}
  130. \end{proof}
  131. \end{document}