Find the sum of first $n$ terms of the series. $1^{3}+3\times2^{2}+3^{3}+3\times4^{2}+5^{3}+3\times6^{2}+....$ If $n$ is odd.
Reveal answer
Fill a bubble to check yourself
Find the sum of first $n$ terms of the series. $1^{3}+3\times2^{2}+3^{3}+3\times4^{2}+5^{3}+3\times6^{2}+....$ If $n$ is odd.
For odd n, the terms consist of cubes of odd numbers and 3 times the squares of even numbers. Summing these two parts and simplifying gives (n + 1)(n^3 + 7n^2 - 3n - 1)/8.
For odd n, the series has (n+1)/2 cubic terms and (n-1)/2 quadratic terms, which can be summed separately. The sum of the cubic terms is 1^3 + 3^3 + ... + n^3, evaluated using the standard sum of cubes formula to get (n^2)(n+1)^2 / 8. The sum of the quadratic terms is 3(2^2 + 4^2 + ... + (n-1)^2), which equals 12 times the sum of the first (n-1)/2 squares, resulting in n(n-1)(n+1) / 2. Combining these gives a total sum of (1/8)(n+1)[n^3 + 7n^2 - 3n - 1].