Power Series for Complex Number z: f(z) and Radius of Convergence Calculation

In summary: Yes, that is correct. In summary, the radius of convergence for the power series representation of the given function is R = 1. This can be found by using the ratio test on the simplified single sum expression.
  • #1
fauboca
158
0
z is a complex number.

[tex]f(z) = \frac{4 + 3z}{(z + 1)(z + 2)^2}[/tex]

[tex]\frac{1}{1 + z} = \frac{1}{1 - (-z)} = 1 + (-z) + (-z)^2 + \cdots = \sum_{n = 0}^{\infty}(-z)^n[/tex]

[tex]\frac{1}{(z + 2)^2} = -\frac{d}{dz} \ \frac{1}{1 - (-z - 1)} = -\frac{d}{dz}\sum_{n = 0}^{\infty}(-z - 1)^n = \sum_{n = 0}^{\infty}-n(-z-1)^{n-1} [/tex]

[tex]f(z) = \sum_{n = 0}^{\infty}-(4 + 3z) n (-z)^n (-z - 1)^{n - 1}[/tex]

Radius of convergence by the ratio test:

[tex]\lim_{n\to\infty}\left|\frac{-(4+3z)(n+1)(-z)^{n+1}(-z-1)^n}{-(4+3z)n(-z)^n(-z-1)^{n-1}}\right|=\lim_{n\to\infty}\left|\frac{(n+1)(z)(z+1)}{n}\right|[/tex]

[tex]|z(z+1)|<1[/tex]

Is the above correct?

If so, how do I find the Radius of Convergence from that?
 
Physics news on Phys.org
  • #2
No, that doesn't look right. For one thing, you can't just combine summands like that. The product of (z+1)(z+2)^2 is going to be the product of the two sums, and you're probably going to end up with a double sum or something.
 
  • #3
Char. Limit said:
No, that doesn't look right. For one thing, you can't just combine summands like that. The product of (z+1)(z+2)^2 is going to be the product of the two sums, and you're probably going to end up with a double sum or something.

Then how can I find the power series of that expression?
 
  • #4
I'd split the function up using Partial Fractions. Then you'll get three functions that are easy to devise a power series for.
 
  • #5
Char. Limit said:
I'd split the function up using Partial Fractions. Then you'll get three functions that are easy to devise a power series for.

Could I instead use the rule [itex]R\geq\min{R,S} = 1[/itex]?

Isn't there a way to do this without the use of partial fractions?
 
  • #6
By partial fractions, we can re-write [itex]f(z)[/itex] as
[tex]
\frac{A}{z + 1} + \frac{B}{z + 2} + \frac{C}{(z + 2)^2} = \frac{4 + 3z}{(z + 1)(z + 2)^2}.
[/tex]
By direct computations, [itex]A(z + 2)^2 + B(z + 2)(z + 1) + C(z + 1)[/itex] [itex]= Az^2 + 4Az + 4A + Bz^2 + 3Bz + 2B + Cz + C.[/itex]
To find the coefficients, we solve the system of linear equations.
[tex]
\begin{pmatrix}1 & 1 & 0 & 0\\
4 & 3 & 1 & 3\\
4 & 2 & 1 & 4\end{pmatrix}\Rightarrow
\begin{pmatrix}1 & 0 & 0 & 1\\
0 & 1 & 0 & -1\\
0 & 0 & 1 & 2\end{pmatrix}
[/tex]
So the coefficients are [itex]A = 1[/itex], [itex]B = -1[/itex], and [itex]C = 2[/itex].
Therefore, [itex]\displaystyle\frac{4 + 3z}{(z + 1)(z + 2)^2} = \frac{1}{z + 1} - \frac{1}{z + 2} + \frac{2}{(z + 2)^2}[/itex] [itex]\displaystyle\Rightarrow\frac{1}{1 - (-z)} - \frac{1}{2}\cdot\frac{1}{1 - \left(-\frac{z}{2}\right)} - \frac{d}{dz}\frac{1}{1 - \left(-\frac{z}{2}\right)}[/itex].
The rational expressions can be represented as the following power series
[tex]
\sum_{n = 0}^{\infty}(-z)^n - \frac{1}{2}\sum_{n = 0}^{\infty}\left(-\frac{z}{2}\right)^n - \sum_{n = 0}^{\infty}n\left(-\frac{z}{2}\right)^{n - 1}.
[/tex]

Now how do I find the radius of convergence
 
  • #7
First express it as a single sum. Due to associativeness, you can easily rewrite it like this:

[tex]\sum_{n=0}^{\infty} (-1)^n z^n - (-1)^n z^n 2^{-n-1} - (-1)^n n z^n 2^{1-n}[/tex]

Which, in a simpler form, is:

[tex]\sum_{n=0}^{\infty} \left( (-1)^n \left(1 - \frac{1}{2^{n+1}} - \frac{n}{2^{n-1}} \right) \right) z^n[/tex]

Now how would you find the radius of convergence of a single sum?
 
  • #8
Char. Limit said:
First express it as a single sum. Due to associativeness, you can easily rewrite it like this:

[tex]\sum_{n=0}^{\infty} (-1)^n z^n - (-1)^n z^n 2^{-n-1} - (-1)^n n z^n 2^{1-n}[/tex]

Which, in a simpler form, is:

[tex]\sum_{n=0}^{\infty} \left( (-1)^n \left(1 - \frac{1}{2^{n+1}} - \frac{n}{2^{n-1}} \right) \right) z^n[/tex]

Now how would you find the radius of convergence of a single sum?

Ratio test

So we end up getting

[tex]|z| < 1[/tex]

and R = 1

Correct?
 
Last edited:

FAQ: Power Series for Complex Number z: f(z) and Radius of Convergence Calculation

What is a power series?

A power series is an infinite series of the form ∑ an(x-c)n, where the coefficients an are constants and c is a fixed number. It is a mathematical representation of a function and can be used to approximate the values of the function at different points.

2. How do you find the power series for a given function?

To find the power series for a given function, we first start by finding the derivatives of the function at a specific value of x (usually 0). These derivatives will give us the coefficients an in the power series. Then, we plug these coefficients into the general form of a power series and simplify to get the final series.

3. What is the radius of convergence for a power series?

The radius of convergence is the distance from the center point (c) where the power series is valid. It is determined by the ratio test, which looks at the limit of the absolute value of the ratio of consecutive terms in the series. The series will converge within the radius and diverge outside of it.

4. Can a power series be used to find the value of a function at any point?

No, a power series can only approximate the value of a function within its radius of convergence. If the point is outside of the radius, the series will not converge and thus cannot be used to find the value of the function at that point.

5. How accurate is a power series approximation?

The accuracy of a power series approximation depends on the radius of convergence and the number of terms used in the series. Generally, the more terms used, the more accurate the approximation will be. However, it is important to keep in mind the limitations of the radius of convergence and the potential for errors in the calculation of the coefficients.

Similar threads

Replies
3
Views
1K
Replies
6
Views
939
Replies
3
Views
748
Replies
9
Views
1K
Replies
2
Views
712
Replies
2
Views
1K
Replies
3
Views
847
Back
Top