Find $$\sum_{x= 1/2}^{25 / 2} x^3 + 3x + 2.$$ Are there any simpler methods to solve this summation ? I will be thankful to any helps.
Counting is in the format of ${1 \over2}, 1, {3 \over2},.... $
Find $$\sum_{x= 1/2}^{25 / 2} x^3 + 3x + 2.$$ Are there any simpler methods to solve this summation ? I will be thankful to any helps.
Counting is in the format of ${1 \over2}, 1, {3 \over2},.... $
Put $\frac y2 = x$. Then the lower limit, which was $x=\frac12$, becomes $\frac y2=\frac12$, so $y=1$, and the upper limit, which was $x=\frac{25}2$, becomes $\frac y2=\frac{25}2$, so $y=25$. We now want to sum $y$ from 1 to 25:
$$\sum_{y=1}^{25}\left(\frac18y^3 + \frac32y + 2\right) \\ = \frac18\sum_{y=1}^{25} y^3 + \frac32\sum_{y=1}^{25} y + \sum_{y=1}^{25}2 $$
Do you know how to evaluate the three sums separately?
(The important thing to check here it that we didn't somehow mess up the sums by changing the index from $x$ to $y$. There are 25 terms in the sum now, and there should have been 25 in the sum before. You said that is correct ($\frac12, 1, \frac32,\ldots \frac{25}2$ is 25 terms) so this substitution is correct. If the sum before had had only 13 terms ($\frac12,\frac32,\ldots \frac{25}2$ is only 13 terms) then new summation would not be the same.)