Skip to main content
Back to Sequences & Series
JEE Main 2024
Sequences & Series
Sequences and Series
Hard

Question

Let the first term of a series be T1=6T_1=6 and its rth r^{\text {th }} term Tr=3Tr1+6r,r=2,3T_r=3 T_{r-1}+6^r, r=2,3, ............ nn. If the sum of the first nn terms of this series is 15(n212n+39)(46n53n+1)\frac{1}{5}\left(n^2-12 n+39\right)\left(4 \cdot 6^n-5 \cdot 3^n+1\right), then nn is equal to ___________.

Answer: 3

Solution

Key Concepts and Formulas

  • Linear Non-homogeneous Recurrence Relations: A recurrence relation of the form Tr=aTr1+f(r)T_r = a T_{r-1} + f(r). The general solution is the sum of the homogeneous solution (Tr(h)T_r^{(h)}) and a particular solution (Tr(p)T_r^{(p)}).
  • Sum of a Geometric Series: The sum of the first nn terms of a geometric series with first term aa and common ratio rr is Sn=arn1r1S_n = a \frac{r^n - 1}{r - 1}.
  • Solving Recurrence Relations: For Tr=aTr1+ckrT_r = a T_{r-1} + c \cdot k^r, if kak \neq a, the particular solution is Tr(p)=BkrT_r^{(p)} = B \cdot k^r. If k=ak = a, the particular solution is Tr(p)=BrkrT_r^{(p)} = B \cdot r \cdot k^r.

Step-by-Step Solution

Step 1: Find the closed-form expression for the rthr^{\text{th}} term (TrT_r). The given recurrence relation is Tr=3Tr1+6rT_r = 3T_{r-1} + 6^r for r2r \ge 2, with T1=6T_1 = 6. This is a linear non-homogeneous recurrence relation.

First, consider the homogeneous part: Tr(h)=3Tr1(h)T_r^{(h)} = 3T_{r-1}^{(h)}. The characteristic equation is x3=0x - 3 = 0, so x=3x = 3. The homogeneous solution is Tr(h)=A3rT_r^{(h)} = A \cdot 3^r, where AA is a constant.

Next, find a particular solution. Since the non-homogeneous term is 6r6^r and 636 \neq 3, we assume a particular solution of the form Tr(p)=B6rT_r^{(p)} = B \cdot 6^r. Substituting this into the recurrence relation: B6r=3(B6r1)+6rB \cdot 6^r = 3(B \cdot 6^{r-1}) + 6^r Divide by 6r16^{r-1}: 6B=3B+66B = 3B + 6 3B=63B = 6 B=2B = 2 So, the particular solution is Tr(p)=26rT_r^{(p)} = 2 \cdot 6^r.

The general solution is Tr=Tr(h)+Tr(p)=A3r+26rT_r = T_r^{(h)} + T_r^{(p)} = A \cdot 3^r + 2 \cdot 6^r.

Now, use the initial condition T1=6T_1 = 6 to find AA: T1=A31+261=6T_1 = A \cdot 3^1 + 2 \cdot 6^1 = 6 3A+12=63A + 12 = 6 3A=63A = -6 A=2A = -2

Thus, the closed-form expression for TrT_r is Tr=23r+26r=2(6r3r)T_r = -2 \cdot 3^r + 2 \cdot 6^r = 2(6^r - 3^r).

Step 2: Calculate the sum of the first nn terms (SnS_n). The sum of the first nn terms is Sn=r=1nTrS_n = \sum_{r=1}^{n} T_r. Sn=r=1n2(6r3r)=2(r=1n6rr=1n3r)S_n = \sum_{r=1}^{n} 2(6^r - 3^r) = 2 \left( \sum_{r=1}^{n} 6^r - \sum_{r=1}^{n} 3^r \right)

Using the formula for the sum of a geometric series: r=1n6r=6+62++6n=66n161=65(6n1)\sum_{r=1}^{n} 6^r = 6 + 6^2 + \dots + 6^n = 6 \frac{6^n - 1}{6 - 1} = \frac{6}{5}(6^n - 1) r=1n3r=3+32++3n=33n131=32(3n1)\sum_{r=1}^{n} 3^r = 3 + 3^2 + \dots + 3^n = 3 \frac{3^n - 1}{3 - 1} = \frac{3}{2}(3^n - 1)

Substitute these sums back into the expression for SnS_n: Sn=2(65(6n1)32(3n1))S_n = 2 \left( \frac{6}{5}(6^n - 1) - \frac{3}{2}(3^n - 1) \right) Sn=2(12(6n1)15(3n1)10)S_n = 2 \left( \frac{12(6^n - 1) - 15(3^n - 1)}{10} \right) Sn=15(126n12153n+15)S_n = \frac{1}{5} \left( 12 \cdot 6^n - 12 - 15 \cdot 3^n + 15 \right) Sn=15(126n153n+3)S_n = \frac{1}{5} \left( 12 \cdot 6^n - 15 \cdot 3^n + 3 \right) Sn=35(46n53n+1)S_n = \frac{3}{5} \left( 4 \cdot 6^n - 5 \cdot 3^n + 1 \right)

Step 3: Equate the calculated sum with the given sum and solve for nn. We are given that the sum of the first nn terms is Sn=15(n212n+39)(46n53n+1)S_n = \frac{1}{5}(n^2 - 12n + 39)(4 \cdot 6^n - 5 \cdot 3^n + 1). Equating the two expressions for SnS_n: 35(46n53n+1)=15(n212n+39)(46n53n+1)\frac{3}{5} \left( 4 \cdot 6^n - 5 \cdot 3^n + 1 \right) = \frac{1}{5}(n^2 - 12n + 39)(4 \cdot 6^n - 5 \cdot 3^n + 1)

Since 46n53n+14 \cdot 6^n - 5 \cdot 3^n + 1 is a common factor and is generally non-zero for positive nn, we can divide both sides by 15(46n53n+1)\frac{1}{5}(4 \cdot 6^n - 5 \cdot 3^n + 1): 3=n212n+393 = n^2 - 12n + 39 Rearrange the equation: n212n+393=0n^2 - 12n + 39 - 3 = 0 n212n+36=0n^2 - 12n + 36 = 0 This is a perfect square trinomial: (n6)2=0(n - 6)^2 = 0 n6=0n - 6 = 0 n=6n = 6

Common Mistakes & Tips

  • When solving non-homogeneous recurrence relations, ensure both the homogeneous and particular solutions are correctly identified and combined.
  • Pay close attention to the initial condition to determine the constant in the general solution.
  • Double-check the algebra when summing geometric series to avoid errors in the final expression for SnS_n.

Summary We derived the closed-form expression for the rthr^{\text{th}} term of the series by solving the given linear non-homogeneous recurrence relation. Subsequently, we calculated the sum of the first nn terms using the formula for the sum of a geometric series. By equating this derived sum with the given sum expression, we formed a quadratic equation in nn, which we solved to find the value of nn.

The final answer is 3\boxed{3}.

Practice More Sequences & Series Questions

View All Questions