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

Question

If the sum of the first 20 terms of the series 414+312+14+424+322+24+434+332+34+444+342+44+\frac{4 \cdot 1}{4+3 \cdot 1^2+1^4}+\frac{4 \cdot 2}{4+3 \cdot 2^2+2^4}+\frac{4 \cdot 3}{4+3 \cdot 3^2+3^4}+\frac{4 \cdot 4}{4+3 \cdot 4^2+4^4}+\ldots \cdot is mn\frac{\mathrm{m}}{\mathrm{n}}, where m and n are coprime, then m+n\mathrm{m}+\mathrm{n} is equal to :

Options

Solution

  1. Key Concepts and Formulas

    • Partial Fraction Decomposition: Expressing a rational function as a sum or difference of simpler rational functions.
    • Telescoping Series: A series where most terms cancel out when the sum is computed, leading to a simplified form. The general form is r=1n(arar+1)\sum_{r=1}^{n} (a_r - a_{r+1}) or r=1n(ar1ar)\sum_{r=1}^{n} (a_{r-1} - a_r).
    • Algebraic Manipulation: Recognizing and applying algebraic identities like the difference of squares: a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b).
  2. Step-by-Step Solution

    Step 1: Identify the General Term (TrT_r) We are given a series, and we need to find the sum of its first 20 terms. Let's write down the general term, TrT_r, for the rr-th term of the series: Tr=4r4+3r2+r4T_r = \frac{4r}{4 + 3r^2 + r^4}

    Step 2: Manipulate the Denominator to Facilitate Factoring Our goal is to rewrite the denominator 4+3r2+r44 + 3r^2 + r^4 in a form that allows for easier factorization, ideally leading to a difference of terms that can be used for telescoping. We can rearrange and complete the square: 4+3r2+r4=r4+4r2+4r24 + 3r^2 + r^4 = r^4 + 4r^2 + 4 - r^2 The first three terms, r4+4r2+4r^4 + 4r^2 + 4, form a perfect square: (r2+2)2(r^2 + 2)^2. So, the denominator becomes: (r2+2)2r2(r^2 + 2)^2 - r^2 This is a difference of squares, where a=r2+2a = r^2 + 2 and b=rb = r. Applying the difference of squares formula, a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b): (r2+2r)(r2+2+r)=(r2r+2)(r2+r+2)(r^2 + 2 - r)(r^2 + 2 + r) = (r^2 - r + 2)(r^2 + r + 2) Thus, the general term can be written as: Tr=4r(r2r+2)(r2+r+2)T_r = \frac{4r}{(r^2 - r + 2)(r^2 + r + 2)}

    Step 3: Express TrT_r as a Difference of Two Terms (Partial Fraction Decomposition) To create a telescoping series, we need to express TrT_r as a difference of two terms. We observe that the numerator 4r4r can be related to the difference between the two factors in the denominator. Let's consider the difference between the quadratic terms: (r2+r+2)(r2r+2)=r2+r+2r2+r2=2r(r^2 + r + 2) - (r^2 - r + 2) = r^2 + r + 2 - r^2 + r - 2 = 2r The numerator is 4r4r, which is 2×(2r)2 \times (2r). So, we can write 4r=2×[(r2+r+2)(r2r+2)]4r = 2 \times [(r^2 + r + 2) - (r^2 - r + 2)]. Now, substitute this back into the expression for TrT_r: Tr=2[(r2+r+2)(r2r+2)](r2r+2)(r2+r+2)T_r = \frac{2[(r^2 + r + 2) - (r^2 - r + 2)]}{(r^2 - r + 2)(r^2 + r + 2)} We can split this into two fractions: Tr=2[r2+r+2(r2r+2)(r2+r+2)r2r+2(r2r+2)(r2+r+2)]T_r = 2 \left[ \frac{r^2 + r + 2}{(r^2 - r + 2)(r^2 + r + 2)} - \frac{r^2 - r + 2}{(r^2 - r + 2)(r^2 + r + 2)} \right] Simplifying each fraction: Tr=2[1r2r+21r2+r+2]T_r = 2 \left[ \frac{1}{r^2 - r + 2} - \frac{1}{r^2 + r + 2} \right]

    Step 4: Calculate the Sum of the First 20 Terms (S20S_{20}) We need to find the sum of the first 20 terms, S20=r=120TrS_{20} = \sum_{r=1}^{20} T_r. S20=r=1202[1r2r+21r2+r+2]S_{20} = \sum_{r=1}^{20} 2 \left[ \frac{1}{r^2 - r + 2} - \frac{1}{r^2 + r + 2} \right] S20=2r=120[1r2r+21r2+r+2]S_{20} = 2 \sum_{r=1}^{20} \left[ \frac{1}{r^2 - r + 2} - \frac{1}{r^2 + r + 2} \right] Let's examine the structure of the terms inside the summation. Let f(r)=1r2r+2f(r) = \frac{1}{r^2 - r + 2}. Then, f(r+1)=1(r+1)2(r+1)+2=1r2+2r+1r1+2=1r2+r+2f(r+1) = \frac{1}{(r+1)^2 - (r+1) + 2} = \frac{1}{r^2 + 2r + 1 - r - 1 + 2} = \frac{1}{r^2 + r + 2}. So, the term inside the summation is f(r)f(r+1)f(r) - f(r+1). This confirms it's a telescoping series of the form r=1n(f(r)f(r+1))\sum_{r=1}^{n} (f(r) - f(r+1)).

    Let's write out the first few terms and the last term to see the cancellation: For r=1r=1: 2[1121+2112+1+2]=2[1214]2 \left[ \frac{1}{1^2 - 1 + 2} - \frac{1}{1^2 + 1 + 2} \right] = 2 \left[ \frac{1}{2} - \frac{1}{4} \right] For r=2r=2: 2[1222+2122+2+2]=2[1418]2 \left[ \frac{1}{2^2 - 2 + 2} - \frac{1}{2^2 + 2 + 2} \right] = 2 \left[ \frac{1}{4} - \frac{1}{8} \right] For r=3r=3: 2[1323+2132+3+2]=2[18114]2 \left[ \frac{1}{3^2 - 3 + 2} - \frac{1}{3^2 + 3 + 2} \right] = 2 \left[ \frac{1}{8} - \frac{1}{14} \right] ... For r=20r=20: 2[120220+21202+20+2]=2[13821422]2 \left[ \frac{1}{20^2 - 20 + 2} - \frac{1}{20^2 + 20 + 2} \right] = 2 \left[ \frac{1}{382} - \frac{1}{422} \right]

    When we sum these terms, the intermediate terms cancel out: S20=2[(1214)+(1418)+(18114)++(13821422)]S_{20} = 2 \left[ \left(\frac{1}{2} - \frac{1}{4}\right) + \left(\frac{1}{4} - \frac{1}{8}\right) + \left(\frac{1}{8} - \frac{1}{14}\right) + \dots + \left(\frac{1}{382} - \frac{1}{422}\right) \right] The sum simplifies to: S20=2[121422]S_{20} = 2 \left[ \frac{1}{2} - \frac{1}{422} \right]

    Step 5: Simplify the Sum to Find m/n S20=2[2114221422]S_{20} = 2 \left[ \frac{211}{422} - \frac{1}{422} \right] S20=2[2111422]S_{20} = 2 \left[ \frac{211 - 1}{422} \right] S20=2[210422]S_{20} = 2 \left[ \frac{210}{422} \right] S20=420422S_{20} = \frac{420}{422} Now, we need to simplify this fraction to its lowest terms, ensuring m and n are coprime. S20=420÷2422÷2=210211S_{20} = \frac{420 \div 2}{422 \div 2} = \frac{210}{211} So, we have mn=210211\frac{m}{n} = \frac{210}{211}. We need to check if m=210m=210 and n=211n=211 are coprime. 211 is a prime number. Since 210 is not a multiple of 211, they are coprime.

    Step 6: Calculate m + n We are given that the sum is mn\frac{m}{n}, where m and n are coprime. We found m=210m=210 and n=211n=211. m+n=210+211=421m + n = 210 + 211 = 421

  3. Common Mistakes & Tips

    • Incorrect Denominator Factoring: Ensure the difference of squares is correctly applied to the denominator. Mistakes in algebraic manipulation here will propagate.
    • Identifying the Telescoping Pattern: Carefully match the second part of one term with the first part of the next term. Writing out the first 2-3 terms and the last term is very helpful.
    • Coprime Check: Always simplify the final fraction mn\frac{m}{n} to ensure mm and nn have no common factors before calculating m+nm+n.
  4. Summary The problem required summing a series where the general term could be decomposed into a difference of two functions. By manipulating the denominator of the general term to reveal a difference of squares and then using partial fraction decomposition, we expressed the general term as 2[1r2r+21r2+r+2]2 \left[ \frac{1}{r^2 - r + 2} - \frac{1}{r^2 + r + 2} \right]. This form allowed for the series to telescope. Summing the first 20 terms resulted in the fraction 210211\frac{210}{211}. With m=210m=210 and n=211n=211 being coprime, their sum m+nm+n is 210+211=421210+211=421.

  5. Final Answer The final answer is 421\boxed{421} which corresponds to option (B).

Practice More Sequences & Series Questions

View All Questions