vin-math
- 10
- 0
Can anyone teach me how to find the sum of the series in terms of n in the following:
1+2x3^2+3x3^4+...+(n+1)3^2n
Thx!
1+2x3^2+3x3^4+...+(n+1)3^2n
Thx!
The discussion revolves around finding the sum of a specific series expressed in terms of \( n \), specifically the series \( 1 + 2 \cdot 3^2 + 3 \cdot 3^4 + \ldots + (n+1) \cdot 3^{2n} \). Participants explore various methods to approach this problem, including generating functions and summation techniques.
Participants do not reach a consensus on the best method to find the sum of the series. Multiple approaches, including generating functions and summation techniques, are proposed, but no single method is agreed upon as definitive.
Some participants express uncertainty about generating functions, indicating a potential gap in understanding that may affect the discussion. Additionally, there are varying levels of familiarity with mathematical techniques among participants.
This discussion may be useful for individuals interested in series summation techniques, generating functions, and those seeking help with similar mathematical problems.
0rthodontist said:This can be done with generating functions if you know them.
1. Find the generating function for 1, 3^2, 3^4, ...
2. From this, find the generating function for 1, 2*3^2, ...
3. Find the generating function for (n+2)*3^(2(n+1)), (n+3)*3^(2(n+2)), ...
4. Subtract the latter from the former and evaluate at 1.
shmoe said:You might find it easier to try and sum:
[tex]1+2x^2+3x^4+\ldots+(n+1)x^{2n}[/tex]
It's not quite a geometric series, but can you turn it into one?
0rthodontist said:Okay--what sums can you do that might be relevant?