Is f(x) Representable as a Special Function?

  • Context: Graduate 
  • Thread starter Thread starter pierce15
  • Start date Start date
  • Tags Tags
    Function Series
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
pierce15
Messages
313
Reaction score
2
Hi, does anyone know if this function:

[tex]f(x) = \sum_{k=1}^\infty \frac{(-1)^n}{x^{2k}}[/tex]

is representable as an elementary or already defined special function? Thanks
 
Physics news on Phys.org
This function can be broken up as:

[tex]f(x) = \sum_{k=1}^\infty x^{4k} - \sum_{n=1}^\infty x^{4n-2}[/tex]

Any ideas?
 
I think I've got it: the above expression is equal to

[tex]\frac{1}{x^4 - 1} - \frac{ x^2} {x^4 - 1} = - \frac{1}{1 + x^2}[/tex]

does that look ok?
 
piercebeatz said:
I think I've got it: the above expression is equal to

[tex]\frac{1}{x^4 - 1} - \frac{ x^2} {x^4 - 1} = - \frac{1}{1 + x^2}[/tex]

does that look ok?

Answer is correct. It is a geometric series, ratio = -1/x2.
 
Oh, right. I'm an idiot for not seeing that to begin with