StemCET Logo

Maths Question 22 – JEE-MAIN 2025

If the sum of the first 10 terms of the series 411+414+421+424+431+434+ is mn, where gcd(m,n)=1, then m+n is equal to _______.

Analyze the general term of the series to identify a pattern that might simplify the summation.

Step 1: Identify the General Term and Factorize the Denominator✦ Active

The general term of the series can be written as Tk=4k1+4k4. We can factorize the denominator using Sophie Germain's Identity, a4+4b4=(a2+2b2+2ab)(a2+2b22ab). For a=1 and b=k, we have:

1+4k4=(1+2k2)2(2k)2=(1+2k22k)(1+2k2+2k)

So, the general term becomes:

Tk=4k(2k22k+1)(2k2+2k+1)
Step 2: Decompose the General Term into a Telescoping Form○ Expand

Notice that the numerator 4k is the difference of the factors in the denominator: (2k2+2k+1)(2k22k+1)=4k. This allows us to express Tk as a difference of two terms:

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

Let f(k)=12k22k+1. Then f(k+1)=12(k+1)22(k+1)+1=12(k2+2k+1)2k2+1=12k2+2k+1. Thus, Tk=f(k)f(k+1), which is a telescoping form.

💡 Teacher's Secret Hint

Recognizing the difference in the numerator is key to forming the telescoping sum.

Step 3: Calculate the Sum of the First 10 Terms and Final Result○ Expand

The sum of the first 10 terms, S10, is given by:

S10=k=110Tk=k=110(f(k)f(k+1))

This is a telescoping sum, so most terms cancel out, leaving:

S10=f(1)f(11)

Calculate f(1) and f(11):

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

Substitute these values back into the sum:

S10=11221=2211221=220221

We are given that the sum is mn where gcd(m,n)=1. Comparing with our result, m=220 and n=221. We verify that gcd(220,221)=1 (since 221=220+1). Finally, we need to find m+n:

m+n=220+221=441
💡 Teacher's Secret Hint

Ensure to correctly identify the first and last terms after the telescoping cancellation.

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