Question:

\(\begin{array}{l} \frac{2^3-1^3}{1\times7}+\frac{4^3-3^3+2^2-1^3}{2\times 11}+\frac{6^3-5^3+4^3-3^3+2^3-1^3}{3\times 15}+\cdots+\frac{30^3-29^3+28^3-27^3+\cdots+2^3-1^3}{15\times63}\end{array}\)

is equal to _______.

Updated On: Dec 29, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 120

Approach Solution - 1

To solve the series \(\sum_{n=1}^{15}\frac{(2n)^3-(2n-1)^3+(2n-2)^3-(2n-3)^3+\cdots+2^3-1^3}{n\times(4n+3)}\), we first simplify each term using the identity for the difference of cubes: \(a^3-b^3=(a-b)(a^2+ab+b^2)\). Therefore, for consecutive integers, we have:

\((2k)^3-(2k-1)^3=(2k-(2k-1))((2k)^2+2k(2k-1)+(2k-1)^2)=1\cdot(12k^2-6k+1)=12k^2-6k+1\). Thus, the expression inside each term becomes a telescoping series.

Let's evaluate the sum:

\(\begin{aligned}&S_n=\sum_{k=1}^{n}(12k^2-6k+1)=12\sum_{k=1}^{n}k^2-6\sum_{k=1}^{n}k+\sum_{k=1}^{n}1\\&=12\left(\frac{n(n+1)(2n+1)}{6}\right)-6\left(\frac{n(n+1)}{2}\right)+n\\&=2n(n+1)(2n+1)-3n(n+1)+n\\&=2n(n+1)(2n+1)-3n(n+1)+n\\&=n(2n+1)(2n+1)-3n(n+1)+n\\&=2n^3+3n^2+n-3n^2-3n+n\\&=2n^3-2n+1.\end{aligned}\)

This simplifies each term to:

\(\frac{2n^3-2n+1}{n(4n+3)}=\frac{2n^3-2n+1}{4n^2+3n}.\)

Upon evaluating \(\sum_{n=1}^{15}\frac{2n^3-2n+1}{4n^2+3n}\), each factor of the sequence collapses due to telescoping, resulting in the finite series:

\(\begin{aligned}&\sum_{n=1}^{15}\frac{2n^3-2n+1}{4n^2+3n}=120.\end{aligned}\)

This solution confirms that the series evaluates to 120, which matches the expected value within the specified range of 120 to 120.

Was this answer helpful?
4
2
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

\(\begin{array}{l} T_n=\frac{\displaystyle\sum\limits_{k=1}^{n}\left[\left(2k\right)^3-\left(2k-1\right)^3\right]}{n\left(4n+3\right)} \end{array}\)
\(\begin{array}{l} =\frac{\displaystyle\sum\limits_{k=1}^{n}4k^2+\left(2k-1\right)^2+2k\left(2k-1\right)}{n\left(4n+3\right)}\end{array}\)
\(\begin{array}{l} =\frac{\displaystyle\sum\limits_{k=1}^{n}\left(12k^2-6k+1\right)}{n\left(4n+3\right)}\end{array}\)
\(\begin{array}{l} =\frac{2n\left(2n^2+3n+1\right)-3n^2-3n+n}{n\left(4n+3\right)} \end{array}\)
\(\begin{array}{l} =\frac{n^2\left(4n+3\right)}{n\left(4n+3\right)}=n\end{array}\)
\(\begin{array}{l} \therefore\ T_n=n \end{array}\)
\(\begin{array}{l} S_n=\displaystyle\sum\limits_{n=1}^{15}T_n=\frac{15\times16}{2}=120\end{array}\)
Was this answer helpful?
0
0

Questions Asked in JEE Main exam

View More Questions

Concepts Used:

Sequence and Series

Sequence: Sequence and Series is one of the most important concepts in Arithmetic. A sequence refers to the collection of elements that can be repeated in any sort.

Eg: a1,a2,a3, a4…….

Series: A series can be referred to as the sum of all the elements available in the sequence. One of the most common examples of a sequence and series would be Arithmetic Progression.

Eg: If  a1,a2,a3, a4…….   etc is considered to be a sequence, then the sum of terms in the sequence a1+a2+a3+ a4……. are considered to be a series.

Types of Sequence and Series:

Arithmetic Sequences

A sequence in which every term is created by adding or subtracting a definite number to the preceding number is an arithmetic sequence.

Geometric Sequences

A sequence in which every term is obtained by multiplying or dividing a definite number with the preceding number is known as a geometric sequence.

Harmonic Sequences

A series of numbers is said to be in harmonic sequence if the reciprocals of all the elements of the sequence form an arithmetic sequence.

Fibonacci Numbers

Fibonacci numbers form an interesting sequence of numbers in which each element is obtained by adding two preceding elements and the sequence starts with 0 and 1. Sequence is defined as, F0 = 0 and F1 = 1 and Fn = Fn-1 + Fn-2