Can You Help Me Find a Power Series?

AI Thread Summary
The discussion revolves around finding the power series for the expression 1 + (x^3)/3 + (x^6)/18 + (x^9)/162 + ... Participants clarify that the series can be expressed in summation notation as ∑(n=0 to ∞) (x^(3n))/(3^n n!). This series converges to the exponential function exp(x^3/3). The conversation highlights the importance of correctly identifying the factorial in the denominator and reaching a closed form. Overall, the thread provides valuable insights into deriving power series representations.
overseastar
Messages
25
Reaction score
0
Hi
I"m having truoble with fnding the power series of the following::frown:

1+(x^3)/3+(x^6)/18+(x^9)/162+...

Can anyone give me a hand?

Also, any hints in finding a power series?

Thanks !
 
Physics news on Phys.org
That IS a power series...
 
Hahaha... or did you mean, you have trouble putting it into compact \sum notation?
 
I am guessing that overseastar is looking for a closed form of the sum.
 
Looks like:

\sum_{n=0}^{a}\frac{x^{3n}}{3^n3!}
 
Joffe said:
Looks like:

\sum_{n=0}^{a}\frac{x^{3n}}{3^n3!}


Why do you use the factorial when 3 ! = 6 which is constant ?
 
Joffe said:
Looks like:

\sum_{n=0}^{a}\frac{x^{3n}}{3^n3!}
That fails to work when the denominator is 3.
 
I think he means \sum_{n=0}^{\infty}\frac{x^{3n}}{3^nn!}
 
Thankyou Moo Of Doom, that is what I meant to write.
 
  • #10
And \sum_{n=0}^{\infty}\frac{x^{3n}}{3^nn!}
is equal to
\sum_{n=0}^{\infty}\frac{1}{n!}\left(\frac{x^3}{3}\right)^n
Anyone recognize THAT??
 
  • #11
No I don't, please enlighten me.
 
  • #12
\sum_{n=0}^{\infty}\frac{1}{n!}\left(\frac{x^3}{3}\right)^n=\exp{\left(\frac{x^3}{3}\right)}
 
  • #13
oh wow, yes, that's what i meant, sorry
 
  • #14
And thank you for all your help !
 

Similar threads

Back
Top