Partial Fractions in Laurent Series Expansion

tadf2
Messages
5
Reaction score
0

Homework Statement


f = \frac{1}{z(z-1)(z-2)}


Homework Equations


Partial fraction



The Attempt at a Solution


R1 = 0 < z < 1
R2 = 1 < z < 2
R3 = z > 2


f = \frac{1}{z(z-1)(z-2)} = \frac{1}{z} * (\frac{A}{z-1} + \frac{B}{z-2})
Where A = -1 , B = 1.
f = \frac{1}{z} * (\frac{1}{z-2} + \frac{1}{1-z})

My question is, why do you have to use partial fractions?

Can't you just leave the initial multiplication of three terms and expand them individually;
\frac{1}{z-1} (dividing 1/z to numerator and denominator at R2,R3)
and
\frac{1}{z-2} (dividing 1/z to numerator and denominator at R3)

so for example,

for R2,
f = \frac{1}{z} * \frac{1}{z-2} * (-\frac{1}{z}*\frac{1}{1-z^{-1}})

You can expand 1/(1-z) and 1/(z-2) using taylor series.

Should you always use partial fractions?
Or does expanding without using partial fractions still work?
]
 
Physics news on Phys.org
I believe your partial fraction expansion is incorrect, you should check it again.

##\frac{A}{z} + \frac{B}{z-1} + \frac{C}{z-2}##
 
\frac{A}{z} this part is not necessarily needed for partial fractions because
it doesn't require any expansions..
 
tadf2 said:
\frac{A}{z} this part is not necessarily needed for partial fractions because
it doesn't require any expansions..

You don't really even need partial fractions at all. You could write it like this:

##(\frac{1}{z})(\frac{1}{z-1})(\frac{1}{z-2})##

Then write the terms as their respective series, for example:

##\frac{1}{z} = \sum_{n=0}^{∞} (-1)^n (-1+z)^n ## where ##|1-z|<1##

I believe that's what you were asking anyway.
 
Cool, I get it now. You answered my question.

Thanks Zondrina!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top