-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path30B10-LaurentExpansionOfRationalFunction.tex
More file actions
80 lines (67 loc) · 2.77 KB
/
Copy path30B10-LaurentExpansionOfRationalFunction.tex
File metadata and controls
80 lines (67 loc) · 2.77 KB
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
\documentclass[12pt]{article}
\usepackage{pmmeta}
\pmcanonicalname{LaurentExpansionOfRationalFunction}
\pmcreated{2013-03-11 19:16:06}
\pmmodified{2013-03-11 19:16:06}
\pmowner{pahio}{2872}
\pmmodifier{}{0}
\pmtitle{Laurent expansion of rational function}
\pmrecord{5}{42619}
\pmprivacy{1}
\pmauthor{pahio}{0}
\pmtype{Example}
\pmclassification{msc}{30B10}
\pmsynonym{}{LaurentExpansionOfRationalFunction}
%\pmkeywords{}
\pmrelated{}
\pmdefines{}
\endmetadata
% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
% making logically defined graphics
%%\usepackage{xypic}
% there are many more packages, add them here as you need them
% define commands here
\theoremstyle{definition}
\newtheorem*{thmplain}{Theorem}
\begin{document}
The Laurent series expansion of a rational function may often be determined using the uniqueness of Laurent series coefficients in an annulus and applying geometric series.\, We will determine the expansion of
$$f(z) \;:=\; \frac{2z}{1\!+\!z^2}$$
by the powers of $z\!-\!i$.
We first have the partial fraction decomposition
\begin{align}
f(z) \;=\; \frac{1}{z\!-\!i}+\frac{1}{z\!+\!i}
\end{align}
whence the principal part of the Laurent expansion contains $\displaystyle\frac{1}{z\!-\!i}$.\, Taking into account the poles\, $z = \pm i$\, of $f$ we see that there are two possible annuli for the Laurent expansion:\\
a)\; The annulus\; $\displaystyle 0 \,<\, |z\!-\!i| \,<\, 2$.\, We can write
$$
\frac{1}{z\!+\!i} \;=\; \frac{1}{2i\!+\!(z\!-\!i)} \;=\; \frac{1}{2i}\cdot\frac{1}{1\!-\!\left(-\frac{z-i}{2i}\right)}
\;=\; \frac{1}{2i}-\frac{z\!-\!i}{(2i)^2}+\frac{(z\!-\!i)^2}{(2i)^3}-+\ldots
$$
Thus
$$\frac{2z}{1\!+\!z^2} \;=\; \frac{1}{z\!-\!i}-\sum_{n=0}^\infty\left(\frac{i}{2}\right)^{n+1}(z\!-\!i)^n
\quad \qquad (0 \,<\, |z\!-\!i| \,<\, 2).
$$\\
b)\; The annulus\; $\displaystyle 2 \,<\, |z\!-\!i| \,<\, \infty$.\, Now we write
$$\frac{1}{z\!+\!i} \;=\;
\frac{1}{(z\!-\!i)\!+\!2i} \;=\; \frac{1}{z\!-\!i}\cdot\frac{1}{1\!-\!\left(-\frac{2i}{z-i}\right)}
\;=\; \frac{1}{z\!-\!i}-\frac{2i}{(z\!-\!i)^2}+\frac{(2i)^2}{(z\!-\!i)^3}-+\ldots
$$
Accordingly
$$\frac{2z}{1\!+\!z^2} \;=\; \frac{2}{z\!-\!i}+\sum_{n=2}^\infty\frac{(-2i)^{n-1}}{(z\!-\!i)^n}
\quad \qquad (2 \,<\, |z\!-\!i| \,<\, \infty).
$$
This latter Laurent expansion consists of negative powers only, but\, $z = i$\, isn't an essential singularity of $f$, though.
%%%%%
\end{document}