nonaa
- 17
- 0
[tex]\sum_{n=0}^{\infty}(n+1)(n+2)x^n[/tex]
The discussion revolves around methods for finding the sums of power series, particularly focusing on series without explicit variables. Participants explore various approaches, including differentiation and integration techniques, as well as the implications of specific terms in the series.
Participants do not reach a consensus on the correct approach to finding the sums of the series discussed. There are competing views on the treatment of constants in integration and the interpretation of terms in the series.
Participants highlight limitations in their approaches, such as the interpretation of \(0^0\) in series evaluations and the conditions under which constants are introduced during integration.
nonaa said:Would you tell me if my solution to the problem is correct?
Again, we are searching for the sum.
[tex]f(x)=\sum_{n=0}^{\infty}\frac{(3n+1)x^{3n}}{n!}=?[/tex]
[tex]\int\sum_{n=0}^{\infty}\frac{(3n+1)x^{3n}}{n!}dx=\sum_{n=0}^{\infty}\frac{x^{3n+1}}{n!}=x.\sum_{n=0}^{\infty}\frac{(x^{3})^n}{n!}=xe^{x^3}[/tex]
[tex]f(x)=(xe^{x^3})'+C=e^{x^3}+3x^3e^{x^3}+C[/tex]
[tex]f(0)=e^{0}+0+C=\sum_{n=0}^{\infty}\frac{(3n+1)0^{3n}}{n!}[/tex]
[tex]1+C = 0 \rightarrow C=-1[/tex]

nonaa said:Ok, this is the last one, I promise
[tex]\sum_{n=0}^{\infty}(-1)^n\frac1{2n+1}=?[/tex]
It's a little confusing for me because there is no x. I tried with [tex]1^n = x^n[/tex] and finding the sum
[tex]\sum_{n=0}^{\infty}\frac{(-x)^n}{2n+1}=?[/tex]
but no result...
And, of course, after you have found it as a function of x, set x= 1 to get your numerical sum.rasmhop said:Try working with (we use 2n+1 for exponent to cancel the denominator and get a geometric series when differentiating):
[tex]f(x) = \sum_{n=0}^\infty \frac{(-1)^n x^{2n+1}}{2n+1}[/tex]
Differentiate it, use the identities for geometric series and integrate again. It turns out f is actually a function you probably know very well.