Pr0grammer
- 5
- 0
Find the sum of the series...
Find the sum: {1}^{2} - {2}^{2} + {3}^{2} - {4}^{2} + ... + [\left(-1\right)^{m-1}]{m^2}
and
Find the sum: x + {2x}^{2} + {3x}^{3} + ... + {nx}^{n}
n/a
For problem 1:
I tried splitting the series into 2 different series and adding them. \sum_{n=1}^{n} \left(2m-1\right)^{2} + \sum_{n=1}^{n} -\left(2m\right)^{2}
I need to figure out how to get the first sum to only apply to the odd terms and the second sum to only apply to the even terms.
For problem 2:
All I've managed to do is to split it into {n}{x}{x}^{n-1}. I'm not really sure where to go after that, so any hints would be appreciated.
Homework Statement
Find the sum: {1}^{2} - {2}^{2} + {3}^{2} - {4}^{2} + ... + [\left(-1\right)^{m-1}]{m^2}
and
Find the sum: x + {2x}^{2} + {3x}^{3} + ... + {nx}^{n}
Homework Equations
n/a
The Attempt at a Solution
For problem 1:
I tried splitting the series into 2 different series and adding them. \sum_{n=1}^{n} \left(2m-1\right)^{2} + \sum_{n=1}^{n} -\left(2m\right)^{2}
I need to figure out how to get the first sum to only apply to the odd terms and the second sum to only apply to the even terms.
For problem 2:
All I've managed to do is to split it into {n}{x}{x}^{n-1}. I'm not really sure where to go after that, so any hints would be appreciated.