Power series representation question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
kvkenyon
Messages
21
Reaction score
0

Homework Statement


Determine the value of f(-1) when


Homework Equations



f(x) = (x/2^2) + ((2x^3)/2^4)+((3x^5)/2^6)+... .

(Hint: differentiate the power series representation of ((x^2)-2^2)^(-1).)

The Attempt at a Solution



I was not very sure were to begin on this one. So I followed what the hint said.

the power series representation is n = 0 to infinity -sigma x^(2n)/4^(n+1)

Then i tried taking the derivative but it left me with no idea were to continue...frustrated to say the least
 
Physics news on Phys.org
work:

f(x) = 1/(x^2-4) = 1/-4+x^2 = 1/-4(1-((x^2)/4))

= -1/4 sigma ((x^2)/4)^n

= - sigma (x^2n) / 4^n+1

= 1/4 +x^2/4^2 + x^4/4^3 + x^6 / 4^4 + ...

now i try and take the derivative but i don't see what the point is
 
kvkenyon said:

Homework Statement


Determine the value of f(-1) when


Homework Equations



f(x) = (x/2^2) + ((2x^3)/2^4)+((3x^5)/2^6)+... .

(Hint: differentiate the power series representation of ((x^2)-2^2)^(-1).)

The Attempt at a Solution



I was not very sure were to begin on this one. So I followed what the hint said.

the power series representation is n = 0 to infinity -sigma x^(2n)/4^(n+1)

Then i tried taking the derivative but it left me with no idea were to continue...frustrated to say the least

OK, assuming you have the power series correct, let's call your power series representation g(x):

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

Differentiate it:

[tex]g'(x) = -\sum_{n=1}^\infty \frac{2nx^{2n-1}}{4^{n+1}} =<br /> -\sum_{n=1}^\infty \frac{2nx^{2n-1}}{2^{2n+2}}[/tex]

Cancel out one of the 2's and factor out a 1/2 and it looks a lot like your problem.
 
ok it is -4/9 thank you so much. Next time ill just follow orders