StemCET Logo

Maths Question 5 – JEE-MAIN 2026

If the sum of the first 10 terms of the series 11+14×4+21+24×4+31+34×4+41+44×4+ is mn, gcd(m,n)=1, then m+n is equal to :

Identify the general term of the series and look for a pattern that allows for a telescoping sum.

Step 1: Identify the general term and factorize the denominator✦ Active

The general term of the series is Tk=k1+4k4. The denominator 1+4k4 can be factored using the identity a4+4b4=(a2+2b2+2ab)(a2+2b22ab) or by completing the square:

4k4+1=(2k2)2+12=(2k2)2+12+4k24k2=(2k2+1)2(2k)2

This is a difference of squares:

(2k2+12k)(2k2+1+2k)=(2k22k+1)(2k2+2k+1)

So, the general term is:

Tk=k(2k22k+1)(2k2+2k+1)
Step 2: Express the general term as a difference of two terms○ Expand

Let A=2k22k+1 and B=2k2+2k+1. Then BA=(2k2+2k+1)(2k22k+1)=4k. So, k=14(BA). Substituting this into Tk:

Tk=14(2k2+2k+1)(2k22k+1)(2k22k+1)(2k2+2k+1)=14(12k22k+112k2+2k+1)

Let g(k)=12k22k+1. Then g(k+1) is:

g(k+1)=12(k+1)22(k+1)+1=12(k2+2k+1)2k2+1=12k2+2k+1

Thus, the general term can be written in a telescoping form:

Tk=14(g(k)g(k+1))
💡 Teacher's Secret Hint

This transformation is key for telescoping sums. Ensure the difference in the numerator matches the difference of the denominators' factors.

Step 3: Calculate the sum of the first 10 terms and find m+n○ Expand

The sum of the first 10 terms is S10=k=110Tk=14k=110(g(k)g(k+1)). This is a telescoping sum:

S10=14[(g(1)g(2))+(g(2)g(3))++(g(10)g(11))]=14(g(1)g(11))

Calculate g(1) and g(11):

g(1)=12(1)22(1)+1=11=1
g(11)=12(11)22(11)+1=12(121)22+1=124222+1=1221

Substitute these values into S10:

S10=14(11221)=14(2211221)=14(220221)=55221

The sum is mn=55221. We check gcd(55,221): 55=5×11 and 221=13×17. They are coprime, so gcd(55,221)=1. Therefore, m=55 and n=221. The required value is m+n=55+221=276.

💡 Teacher's Secret Hint

Always simplify the fraction to its lowest terms to ensure gcd(m,n)=1 before calculating m+n.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.