Solveeit Logo

Question

Question: The sum of the first n-terms of the series 1²+2.2²+3² +2.4²+5²+2.6²+........... is $\frac{n(n+1)^2}{...

The sum of the first n-terms of the series 1²+2.2²+3² +2.4²+5²+2.6²+........... is n(n+1)22\frac{n(n+1)^2}{2}, when n is even.

When n is odd, the sum is

A

(n+1)! - 1

B

(n-1)! - 1

C

(n-1)! + 1

D

(n + 1)! + 1

Answer

n2(n+1)2\frac{n^2(n+1)}{2}

Explanation

Solution

Let the series be denoted by SnS_n. The kk-th term of the series, TkT_k, can be defined as: Tk=k2T_k = k^2 if kk is odd. Tk=2k2T_k = 2k^2 if kk is even.

We are given that the sum of the first nn terms, SnS_n, is n(n+1)22\frac{n(n+1)^2}{2} when nn is an even number.

We need to find the sum SnS_n when nn is an odd number. If nn is odd, then n1n-1 is an even number. The sum SnS_n can be expressed as the sum of the first n1n-1 terms plus the nn-th term: Sn=Sn1+TnS_n = S_{n-1} + T_n.

Since n1n-1 is even, we can use the given formula for the sum of an even number of terms, by replacing nn with n1n-1: Sn1=(n1)((n1)+1)22=(n1)(n)22=n2(n1)2S_{n-1} = \frac{(n-1)((n-1)+1)^2}{2} = \frac{(n-1)(n)^2}{2} = \frac{n^2(n-1)}{2}.

For an odd value of nn, the nn-th term of the series is Tn=n2T_n = n^2.

Now, we can substitute these into the equation for SnS_n: Sn=Sn1+Tn=n2(n1)2+n2S_n = S_{n-1} + T_n = \frac{n^2(n-1)}{2} + n^2.

To simplify, we can factor out n2n^2: Sn=n2(n12+1)=n2(n1+22)=n2(n+12)=n2(n+1)2S_n = n^2 \left( \frac{n-1}{2} + 1 \right) = n^2 \left( \frac{n-1+2}{2} \right) = n^2 \left( \frac{n+1}{2} \right) = \frac{n^2(n+1)}{2}.

Comparing this result with the given options for Q.62: (1) n(n+1)24\frac{n(n+1)^2}{4} (2) n2(n+2)4\frac{n^2(n+2)}{4} (3) n2(n+1)2\frac{n^2(n+1)}{2} (4) n(n+2)24\frac{n(n+2)^2}{4}

The calculated sum matches option (3).