Trying to verify function as a powerseries

  • Thread starter Thread starter Susanne217
  • Start date Start date
  • Tags Tags
    Function
Susanne217
Messages
311
Reaction score
0

Homework Statement



Let \frac{1}{1-z+z^2} = \sum_{n=0}^{\infty} a_n \cdot z^n

where a_{1} = a_0 = 1 \Leftrightarrow a_{1}-a_{0} = 0 and a_2=0 and a_{n+3} + a_n = 0

The Attempt at a Solution



By the theorem of Identity

1 = 1 - z + z^2 \sum a_n \cdot z^n = a_0 + (a_{1}-a_{0})z + a_{2} \cdot z^2 + \sum_{n=3}^{\infty} a_n \cdot z^{n} - \sum_{n=1}^{\infty} a_{n} \cdot z^{n+1} + \sum_{n=0}^{\infty} a_n z^{n+2}

If I write out the first sum I get \sum_{n=3}^{\infty} a_n \cdot z^{n} = a_3 z^3 + a_{4}z^4 + \cdots

I write out a couple terms of the second sum - \sum_{n=1}^{\infty} a_{n} \cdot z^{n+1} = - a_1 \cdot z^{2} - a_2 \cdot z^{3} - \cdots

If I make the commen index n = 0

it looks like the index increase at n+3 and at a power of n+2 such that

a_0 + (a_{1}-a_{0})z + a_{2} \cdot z^2 +\sum_{n=3}^{\infty} + a_n \cdot z^{n} - \sum_{n=1}^{\infty} a_{n} \cdot z^{n+1} + \sum_{n=0}^{\infty} a_n z^{n+2} = \sum_{n=0}^{\infty} (a_{n+3} +a_n)z^{n+2}

How is this?

Sincerely
Susanne
 
Last edited:
Physics news on Phys.org
Hi Susanne! :smile:

Sorry, but this is really messy. :redface:

Write out the total coefficient of zn+2 for n≥0. to get a general equation for an an-1 and an-2, and then deal with z0 and z1 separately. :wink:
 
tiny-tim said:
Hi Susanne! :smile:

Sorry, but this is really messy. :redface:

Write out the total coefficient of zn+2 for n≥0. to get a general equation for an an-1 and an-2, and then deal with z0 and z1 separately. :wink:

Just be clear tiny-tim,

Is my formulation correct until here

Let \frac{1}{1-z+z^2} = \sum_{n=0}^{\infty} a_n \cdot z^n

where a_{1} = a_0 = 1 \Leftrightarrow a_{1}-a_{0} = 0 and a_2=0 and a_{n+3} + a_n = 0

The Attempt at a Solution



1 = 1 - z + z^2 \sum a_n \cdot z^n = a_0 + (a_{1}-a_{0})z + a_{2} \cdot z^2 + \sum_{n=3}^{\infty} a_n \cdot z^{n} - \sum_{n=1}^{\infty} a_{n} \cdot z^{n+1} + \sum_{n=0}^{\infty} a_n z^{n+2}

My attempt to expand the three sums (using the original n = 0)
1) \sum_{n=0}^{\infty} a_n \cdot z^{n} =a_{0} + a_{1}z + a_{2}z^2+ a_{3}z^3 + a_4 z^4 + a_5 z^5 + \cdots +

2) \sum_{n=0}^{\infty} a_{n} \cdot z^{n+1} = a_0 z + a_1 z^{2} + a_2 z^3 + \cdots

3) \sum_{n=0}^{\infty} a_n z^{n+2} = a_{0}z^2 + a_{1}z^3 + a_2 z^4

I can see that if I subtract the second sum from the first I get

\sum a_{n-1}z^{n+1}

But what's my next step? to add

\sum_{n=1}^{\infty} a_{n-1}z^{n+1}+ \sum_{n=0}^{\infty} a_{n}z^{n+2}

Can that be right tiny-tim?? Cause I keep getting something else that a_{n+3}+a_n inside the sum??

If I do I end up with \sum_{n=0}^{\infty} a_{n}z^{n+1} as the joined sum of the three. But can't be right?
 
Last edited:
Hi Susanne! :smile:
Susanne217 said:
My attempt to expand the three sums (using the original n = 0)
1) \sum_{n=0}^{\infty} a_n \cdot z^{n} =a_{0} + a_{1}z + a_{2}z^2+ a_{3}z^3 + a_4 z^4 + a_5 z^5 + \cdots +

2) \sum_{n=0}^{\infty} a_{n} \cdot z^{n+1} = a_0 z + a_1 z^{2} + a_2 z^3 + \cdots

3) \sum_{n=0}^{\infty} a_n z^{n+2} = a_{0}z^2 + a_{1}z^3 + a_2 z^4

This is a bad idea …

it might turn out ok, but it's so easy to make a mistake if you do it that way. :redface:

Instead, keep all the ∑s so far as you can, but rewrite them so that they all say zn, and they all start from n = 2 (this makes it really easy to add the ∑s :wink:)

For example, with ∑n=0 anzn+1,

rewrite it as ∑n=2 an-1zn + a0z.

Try again. :smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top