Skip to main content
Back to Sequences & Series
JEE Main 2019
Sequences & Series
Sequences and Series
Medium

Question

If 13+23+33+...uptonterms1.3+2.5+3.7+...uptonterms=95{{{1^3} + {2^3} + {3^3}\, + \,...\,up\,to\,n\,terms} \over {1\,.\,3 + 2\,.\,5 + 3\,.\,7\, + \,...\,up\,to\,n\,terms}} = {9 \over 5}, then the value of nn is

Answer: 1

Solution

Key Concepts and Formulas

  • Sum of Cubes: The sum of the cubes of the first nn natural numbers is given by the formula: k=1nk3=(n(n+1)2)2\sum_{k=1}^{n} k^3 = \left(\frac{n(n+1)}{2}\right)^2
  • Sum of Squares: The sum of the squares of the first nn natural numbers is given by the formula: k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}
  • Sum of Natural Numbers: The sum of the first nn natural numbers is given by the formula: k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}
  • General Term of an Arithmetic Progression: The kk-th term of an arithmetic progression is a+(k1)da + (k-1)d, where aa is the first term and dd is the common difference.

Step-by-Step Solution

We are given the equation: 13+23+33+ up to n terms13+25+37+ up to n terms=95\frac{1^3 + 2^3 + 3^3 + \dots \text{ up to } n \text{ terms}}{1 \cdot 3 + 2 \cdot 5 + 3 \cdot 7 + \dots \text{ up to } n \text{ terms}} = \frac{9}{5}

Step 1: Evaluate the Sum of the Numerator The numerator is the sum of the cubes of the first nn natural numbers. Using the formula for the sum of cubes: Numerator=k=1nk3=(n(n+1)2)2\text{Numerator} = \sum_{k=1}^{n} k^3 = \left(\frac{n(n+1)}{2}\right)^2

Step 2: Determine the General Term of the Denominator Series Let's examine the terms in the denominator: 13,25,37,1 \cdot 3, 2 \cdot 5, 3 \cdot 7, \dots For the kk-th term: The first factor is kk. The second factor follows the sequence 3,5,7,3, 5, 7, \dots. This is an arithmetic progression with the first term a=3a=3 and a common difference d=2d=2. The kk-th term of this AP is 3+(k1)2=3+2k2=2k+13 + (k-1)2 = 3 + 2k - 2 = 2k+1. Therefore, the general kk-th term of the denominator series is Tk=k(2k+1)=2k2+kT_k = k(2k+1) = 2k^2 + k.

Step 3: Evaluate the Sum of the Denominator The sum of the denominator is the sum of the general terms from k=1k=1 to nn: Denominator=k=1nTk=k=1n(2k2+k)\text{Denominator} = \sum_{k=1}^{n} T_k = \sum_{k=1}^{n} (2k^2 + k) Using the linearity of summation and the standard formulas: Denominator=2k=1nk2+k=1nk\text{Denominator} = 2 \sum_{k=1}^{n} k^2 + \sum_{k=1}^{n} k Denominator=2(n(n+1)(2n+1)6)+n(n+1)2\text{Denominator} = 2 \left(\frac{n(n+1)(2n+1)}{6}\right) + \frac{n(n+1)}{2} Simplify the expression: Denominator=n(n+1)(2n+1)3+n(n+1)2\text{Denominator} = \frac{n(n+1)(2n+1)}{3} + \frac{n(n+1)}{2} Factor out the common term n(n+1)n(n+1): Denominator=n(n+1)(2n+13+12)\text{Denominator} = n(n+1) \left(\frac{2n+1}{3} + \frac{1}{2}\right) Find a common denominator for the terms in the parenthesis: Denominator=n(n+1)(2(2n+1)+3(1)6)\text{Denominator} = n(n+1) \left(\frac{2(2n+1) + 3(1)}{6}\right) Denominator=n(n+1)(4n+2+36)\text{Denominator} = n(n+1) \left(\frac{4n+2+3}{6}\right) Denominator=n(n+1)(4n+5)6\text{Denominator} = \frac{n(n+1)(4n+5)}{6}

Step 4: Substitute the Sums into the Given Equation and Solve for nn Now, substitute the expressions for the numerator and denominator into the given equation: (n(n+1)2)2n(n+1)(4n+5)6=95\frac{\left(\frac{n(n+1)}{2}\right)^2}{\frac{n(n+1)(4n+5)}{6}} = \frac{9}{5} Simplify the numerator: n2(n+1)24n(n+1)(4n+5)6=95\frac{\frac{n^2(n+1)^2}{4}}{\frac{n(n+1)(4n+5)}{6}} = \frac{9}{5} Cancel out common factors of n(n+1)n(n+1) (since n1n \ge 1, n0n \neq 0 and n+10n+1 \neq 0): n(n+1)44n+56=95\frac{\frac{n(n+1)}{4}}{\frac{4n+5}{6}} = \frac{9}{5} Multiply the numerator by the reciprocal of the denominator: n(n+1)464n+5=95\frac{n(n+1)}{4} \cdot \frac{6}{4n+5} = \frac{9}{5} Simplify the constants: 3n(n+1)2(4n+5)=95\frac{3n(n+1)}{2(4n+5)} = \frac{9}{5} Cross-multiply: 53n(n+1)=92(4n+5)5 \cdot 3n(n+1) = 9 \cdot 2(4n+5) 15n(n+1)=18(4n+5)15n(n+1) = 18(4n+5) Expand both sides: 15n2+15n=72n+9015n^2 + 15n = 72n + 90 Rearrange into a quadratic equation: 15n2+15n72n90=015n^2 + 15n - 72n - 90 = 0 15n257n90=015n^2 - 57n - 90 = 0 Divide by the common factor of 3: 5n219n30=05n^2 - 19n - 30 = 0 Factor the quadratic equation. We look for two numbers that multiply to 5×30=1505 \times -30 = -150 and add to 19-19. These numbers are 25-25 and 66. 5n225n+6n30=05n^2 - 25n + 6n - 30 = 0 Factor by grouping: 5n(n5)+6(n5)=05n(n - 5) + 6(n - 5) = 0 (5n+6)(n5)=0(5n + 6)(n - 5) = 0 This yields two possible solutions for nn: 5n+6=0    n=655n + 6 = 0 \implies n = -\frac{6}{5} n5=0    n=5n - 5 = 0 \implies n = 5

Step 5: Select the Valid Solution Since nn represents the number of terms in a series, it must be a positive integer. Therefore, n=65n = -\frac{6}{5} is an extraneous solution. The valid solution is n=5n = 5.

Common Mistakes & Tips

  • Incorrect General Term: Carefully derive the general term for the denominator series by identifying the pattern in both factors of each term.
  • Algebraic Errors: Be meticulous with algebraic manipulations, especially when simplifying fractions and solving the quadratic equation.
  • Extraneous Roots: Always check if the obtained values of nn are valid in the context of the problem (e.g., nn must be a positive integer for a number of terms).

Summary The problem requires the evaluation of two series sums. The numerator is the sum of cubes, for which a standard formula exists. The denominator's general term was identified as k(2k+1)k(2k+1), and its sum was calculated using formulas for the sum of squares and sum of natural numbers. Equating the ratio of these sums to 95\frac{9}{5} led to a quadratic equation in nn. Solving this equation and selecting the positive integer solution gives the final answer.

The final answer is \boxed{5}.

Practice More Sequences & Series Questions

View All Questions