NVAMediumJEE 2023Sum of Series

JEE Mathematics 2023 Question with Solution

If 13+23+33+(up to n terms)13+25+37+(up to n terms)=95\frac{1^3 + 2^3 + 3^3 + \ldots (\text{up to } n \text{ terms})}{1 \cdot 3 + 2 \cdot 5 + 3 \cdot 7 + \ldots (\text{up to } n \text{ terms})} = \frac{9}{5}, then the value of nn is:

Answer

Correct answer:5

Step-by-step solution

Standard Method

Given:

13+23+33++n313+25+37+=95\frac{1^3 + 2^3 + 3^3 + \dots + n^3}{1 \cdot 3 + 2 \cdot 5 + 3 \cdot 7 + \dots} = \frac{9}{5}

Find: nn

Use the standard summation formulas shown in the solution.

For the numerator,

13+23+33++n3=(n(n+1)2)21^3 + 2^3 + 3^3 + \dots + n^3 = \left(\frac{n(n+1)}{2}\right)^2

For the denominator, the rr-th term is r(2r+1)r(2r+1), so

r=1nr(2r+1)=r=1n(2r2+r)\sum_{r=1}^{n} r(2r+1) = \sum_{r=1}^{n} (2r^2 + r) =2r=1nr2+r=1nr= 2\sum_{r=1}^{n} r^2 + \sum_{r=1}^{n} r

Using

r=1nr2=n(n+1)(2n+1)6,r=1nr=n(n+1)2\sum_{r=1}^{n} r^2 = \frac{n(n+1)(2n+1)}{6}, \qquad \sum_{r=1}^{n} r = \frac{n(n+1)}{2}

we get

r=1n(2r2+r)=2n(n+1)(2n+1)6+n(n+1)2\sum_{r=1}^{n} (2r^2 + r) = 2 \cdot \frac{n(n+1)(2n+1)}{6} + \frac{n(n+1)}{2} =n(n+1)(2n+1)3+n(n+1)2= \frac{n(n+1)(2n+1)}{3} + \frac{n(n+1)}{2} =n(n+1)6(4(2n+1)+3)= \frac{n(n+1)}{6}\left(4(2n+1)+3\right) =n(n+1)6(8n+7)= \frac{n(n+1)}{6}(8n+7)

Now substitute into the given ratio:

(n(n+1)2)2n(n+1)6(8n+7)=95\frac{\left(\frac{n(n+1)}{2}\right)^2}{\frac{n(n+1)}{6}(8n+7)} = \frac{9}{5} n2(n+1)246n(n+1)(8n+7)=95\frac{n^2(n+1)^2}{4} \cdot \frac{6}{n(n+1)(8n+7)} = \frac{9}{5} 3n(n+1)2(8n+7)=95\frac{3n(n+1)}{2(8n+7)} = \frac{9}{5}

Cross-multiplying,

53n(n+1)=92(8n+7)5 \cdot 3n(n+1) = 9 \cdot 2(8n+7) 15n(n+1)=18(8n+7)15n(n+1) = 18(8n+7) 15n2+15n=144n+12615n^2 + 15n = 144n + 126 15n2129n126=015n^2 - 129n - 126 = 0 5n243n42=05n^2 - 43n - 42 = 0 (5n+6)(n5)=0(5n+6)(n-5) = 0

So,

n=65 or 5n = -\frac{6}{5} \text{ or } 5

Since nn is the number of terms, it must be a positive integer. Therefore, n=5n = 5.

The required numerical value is 55.

Formula-Based Expansion

Given: the ratio of the sum of cubes to the series 13+25+37+1\cdot3 + 2\cdot5 + 3\cdot7 + \dots is 95\frac{9}{5}.

Find: nn

Write the denominator termwise as

r(2r+1)=2r2+rr(2r+1) = 2r^2 + r

Then

r=1nr(2r+1)=2r=1nr2+r=1nr\sum_{r=1}^{n} r(2r+1) = 2\sum_{r=1}^{n} r^2 + \sum_{r=1}^{n} r

Substitute the standard results:

2r=1nr2+r=1nr=2n(n+1)(2n+1)6+n(n+1)22\sum_{r=1}^{n} r^2 + \sum_{r=1}^{n} r = 2\cdot \frac{n(n+1)(2n+1)}{6} + \frac{n(n+1)}{2}

Combine carefully to obtain

n(n+1)6(8n+7)\frac{n(n+1)}{6}(8n+7)

Now use the sum of cubes formula for the numerator:

r=1nr3=(n(n+1)2)2\sum_{r=1}^{n} r^3 = \left(\frac{n(n+1)}{2}\right)^2

Hence,

(n(n+1)2)2n(n+1)6(8n+7)=95\frac{\left(\frac{n(n+1)}{2}\right)^2}{\frac{n(n+1)}{6}(8n+7)} = \frac{9}{5}

which simplifies to

3n(n+1)2(8n+7)=95\frac{3n(n+1)}{2(8n+7)} = \frac{9}{5}

After cross-multiplication and simplification,

5n243n42=05n^2 - 43n - 42 = 0

Factorizing,

(5n+6)(n5)=0(5n+6)(n-5)=0

Only the positive integer value is acceptable, so the answer is 55.

Common mistakes

  • Using the wrong identity for 13+23++n31^3+2^3+\dots+n^3. This sum is not n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}; that formula is for r2\sum r^2. Use (n(n+1)2)2\left(\frac{n(n+1)}{2}\right)^2 instead.

  • Misidentifying the denominator pattern. The terms 13,25,371\cdot3, 2\cdot5, 3\cdot7 correspond to r(2r+1)r(2r+1), not r(r+2)r(r+2) or any arithmetic progression sum directly. First express the term correctly before summing.

  • Combining the denominator sums incorrectly. After writing 2r2+r2\sum r^2 + \sum r, the algebra must be handled with a common denominator. A mistake here changes 8n+78n+7 and leads to a wrong quadratic.

Practice more Sum of Series questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions