aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/010-potenzen/uebungsaufgaben/103.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-01-17 14:05:05 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-01-17 14:05:05 +0100
commit0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61 (patch)
tree3e6f708e3c84ec26eaf9a2e8eb1658b753f41a34 /buch/chapters/010-potenzen/uebungsaufgaben/103.tex
parentmany changes in the orthogonality chapter (diff)
downloadSeminarSpezielleFunktionen-0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61.tar.gz
SeminarSpezielleFunktionen-0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61.zip
add lots of images for a new cover
Diffstat (limited to '')
-rw-r--r--buch/chapters/010-potenzen/uebungsaufgaben/103.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/buch/chapters/010-potenzen/uebungsaufgaben/103.tex b/buch/chapters/010-potenzen/uebungsaufgaben/103.tex
new file mode 100644
index 0000000..5d0c3e0
--- /dev/null
+++ b/buch/chapters/010-potenzen/uebungsaufgaben/103.tex
@@ -0,0 +1,21 @@
+Verwenden Sie das Resultat von Aufgabe~\ref{101}, um die $k$-te Ableitung
+der Funktion $1/z$ an der Stelle $z_0$ zu berechnen.
+
+\begin{loesung}
+Die Taylor-Reihe von $f(z)=1/z$ an der Stelle $z_0$ ist
+\[
+\mathscr{T}_{z_0}f(z)
+=
+\sum_{k=0}^\infty
+\frac{f^{(k)}(z_0)}{k!}
+(z-z_0)^k
+=
+\sum_{k=0}^\infty
+\frac{(-1)^k}{z_0^{k+1}} (z-z_0)^k
+\quad\Rightarrow\quad
+f^{(k)}(z_0)
+=
+k!\frac{(-1)^k}{z_0^{k+1}}.
+\qedhere
+\]
+\end{loesung}