Power Series Expansion about Point

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 6K views
curtdbz
Messages
24
Reaction score
0
So this is a REALLY elementary question but I can't seem to find the answer on the net, or maybe I did but just keep skipping over it some how. (by the way, this is with respect to complex numbers [tex]z \in C[/tex] which is used in Complex Analysis, thus why I chose this forum). I know what it means when someone gives a function and says "Expand into a power series about [tex]z[/tex]", but what does it mean when they say to expand about, say, [tex]z = 4 + i[/tex] for a function like [tex](e^{z} - 1)^{-1}[/tex].

I don't need to know the answer, just the general formula for something like that. Again, elementary I know. Thanks! Any help appreciated.
 
Last edited:
Physics news on Phys.org
In a regular power series expansion, when you expand the function f(x) about a point a, you get the expansion

[tex]f(x) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(x-a)^n.[/tex]
(when it exists and all that jazz).

If f is a function of a complex variable z, then for analytic functions you get the same form of the series expansion,

[tex]f(z) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(z-a)^n.[/tex]
where both z and a may be complex numbers. In your example, a = 4-i and f(z) = 1/(exp(z)-1).