jojosg
- 37
- 5
- Homework Statement
- Am attempting a Laurent Series question but I'm not confident in my answers. would appreciate any corrections.
- Relevant Equations
- f(z) = sigma (cnz^n)
see attached.
It was given by my teacher so I assume the problem is valid. Hope these are clearer.FactChecker said:Are you sure this problem is valid? The domains of the two expansions would make more sense to me if the function was
##\frac {z+1}{z^3(z^2-1)}##
or if the domains were ##0\lt z \lt \sqrt 2## and ##\sqrt 2 \lt z \lt \infty##
PS. I can not read your work.
Not at all. You should try writing them in LaTeX code here, seejojosg said:Hope these are clearer.
I don't believe there is a Laurent series for that function that converges for ##1 \lt |z| \lt \infty##jojosg said:It was given by my teacher so I assume the problem is valid. Hope these are clearer.
I agreeFactChecker said:I repeat that the problem statement is wrong.
Your teacher is not infallible, so I'd reach out for clarification about the intended function and intended domain.jojosg said:It was given by my teacher so I assume the problem is valid. Hope these are clearer.
can I use this theorem to prove that its not analytic in that range for part 2?FactChecker said:I haven't looked at your work, but if it is correct, then it will be valid for the modified problem with domains specified as ##|z|\lt \sqrt 2## and ##\sqrt 2 \lt |z| \lt +\infty##.
It is simpler to add the series expansions of ##\frac{z}{z^3(z^2-2)}## and ##\frac{1}{z^3(z^2-2)}##. Both series are simple to derive and valid for ##|z^2/2| \lt 1##. Your restriction of ##|z| \lt 1## is wrong.jojosg said:##\boxed{
\textbf{Problem 3: Find the Laurent series of } f(z) = \frac{z+1}{z^3(z^2-2)} \text{ for:}
\quad \text{(1) } 0 < |z| < 1 \quad \text{(2) } 1 < |z| < +\infty
}##
**Partial Fraction Decomposition**
We begin with the partial fraction decomposition:
$$f(z) = \frac{z+1}{z^3(z^2-2)} = \frac{A}{z} + \frac{B}{z^2} + \frac{C}{z^3} + \frac{Dz+E}{z^2-2}$$
Multiply both sides by ##z^3(z^2-2)##:
$$z+1 = Az^2(z^2-2) + Bz(z^2-2) + C(z^2-2) + (Dz+E)z^3$$
$$z+1 = A(z^4-2z^2) + B(z^3-2z) + C(z^2-2) + Dz^4 + Ez^3$$
$$z+1 = (A+D)z^4 + (B+E)z^3 + (-2A+C)z^2 - 2Bz - 2C$$
Comparing coefficients:
$$\begin{cases}
z^4: & A + D = 0 \\
z^3: & B + E = 0 \\
z^2: & -2A + C = 0 \\
z^1: & -2B = 1 \\
\text{Constant}: & -2C = 1
\end{cases}$$
Solving:
$$B = -\frac{1}{2}, \quad C = -\frac{1}{2}, \quad -2A - \frac{1}{2} = 0 \Rightarrow A = -\frac{1}{4}$$
$$D = -A = \frac{1}{4}, \quad E = -B = \frac{1}{2}$$
Thus:
$$f(z) = -\frac{1}{4z} - \frac{1}{2z^2} - \frac{1}{2z^3} + \frac{\frac{1}{4}z + \frac{1}{2}}{z^2-2}$$
Maybe I should have said, unnecessary or misleading or arbitrary.fresh_42 said:I don't think we should use the words wrong or false. The answer is simply not as simple as expected, since the crucial point is different from the one given by the problem statement.