Solution & Explanation
### Related Formula
textSum of an A.P.: S_k = frack2 left( 2a + (k-1)d right)$$\text{Sum of an A.P.: } S_k = \frac{k}{2} \left( 2a + (k-1)d \right)$$
textGeneral term of an A.P.: a_k = a_1 + (k-1)d$$\text{General term of an A.P.: } a_k = a_1 + (k-1)d$$
### Core Logic
Let the A.P. have n$n$ terms (where n$n$ is even). The terms are divided into n/2$n/2$ odd-indexed terms and n/2$n/2$ even-indexed terms.
### Step 1: Set up the even and odd sums
Sum of even terms:
a_2 + a_4 + dots + a_n = 30 quad text--- (1)$$a_2 + a_4 + \dots + a_n = 30 \quad \text{--- (1)}$$
Sum of odd terms:
a_1 + a_3 + dots + a_n-1 = 24 quad text--- (2)$$a_1 + a_3 + \dots + a_{n-1} = 24 \quad \text{--- (2)}$$
Subtracting equation (2) from (1):
(a_2 - a_1) + (a_4 - a_3) + dots + (a_n - a_n-1) = 30 - 24 = 6$$(a_2 - a_1) + (a_4 - a_3) + \dots + (a_n - a_{n-1}) = 30 - 24 = 6$$
Since there are n/2$n/2$ such pairs, and the difference of adjacent terms is the common difference d$d$:
fracn2 d = 6 implies n d = 12 quad text--- (3)$$\frac{n}{2} d = 6 \implies n d = 12 \quad \text{--- (3)}$$
### Step 2: Solve for n and d
We are given that the last term exceeds the first by frac212$\frac{21}{2}$:
a_n - a_1 = (n-1)d = frac212$$a_n - a_1 = (n-1)d = \frac{21}{2}$$
n d - d = 10.5$n d - d = 10.5$
Substitute nd = 12$nd = 12$ from (3):
12 - d = 10.5 implies d = 1.5 = frac32$$12 - d = 10.5 \implies d = 1.5 = \frac{3}{2}$$
Using this in (3):
n left(frac32right) = 12 implies n = 8$$n \left(\frac{3}{2}\right) = 12 \implies n = 8$$
### Step 3: Solve for the first term
The sum of the odd terms is:
S_textodd = frac42 left[ 2a_1 + (4-1)(2d) right] = 24$$S_{\text{odd}} = \frac{4}{2} \left[ 2a_1 + (4-1)(2d) \right] = 24$$
2 left[ 2a_1 + 3(3) right] = 24 implies 2a_1 + 9 = 12 implies a_1 = 1.5 = frac32$$2 \left[ 2a_1 + 3(3) \right] = 24 \implies 2a_1 + 9 = 12 \implies a_1 = 1.5 = \frac{3}{2}$$
Thus, the terms are:
frac32, \, 3, \, frac92, \, 6, \, frac152, \, 9, \, frac212, \, 12$$\frac{3}{2}, \, 3, \, \frac{9}{2}, \, 6, \, \frac{15}{2}, \, 9, \, \frac{21}{2}, \, 12$$
The terms that are integers are 3, 6, 9, 12$3, 6, 9, 12$. The total number of integer terms is 4.
### Pattern Recognition
Sum of even terms minus sum of odd terms in any A.P. with an even number of terms n$n$ is always equal to fracn2 d$\frac{n}{2} d$. This is an extremely useful relation to remember.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Mathematics: Sequences and Series
More Sequences and Series Previous-Year Questions
Q6
jee_main_2026_21_jan_morning
Properties of Geometric Progression
Let
a_1$a_{1}$ ,
a_2$a_{2}$ ,
a_3$a_{3}$ , ..... be a
G.P. of increasing positive terms such that
a_2 cdot a_3 cdot a_4 = 64$a_{2} \cdot a_{3} \cdot a_{4} = 64$ and
a_1 + a_3 + a_5 = frac8137$a_{1} + a_{3} + a_{5} = \frac{813}{7}$ .
Then
a_3 + a_5 + a_7$a_{3} + a_{5} + a_{7}$ is equal to :
- A. 3256
- B. 3252
- C. 3244
- D. 3248
Solution
### Related Formula
ntext-th term of a GP: T_n = a r^n-1$$n\text{-th term of a GP}: T_n = a r^{n-1}$$
### Core Logic
Let the terms of the GP be a, ar, ar^2, ar^3, dots$a, ar, ar^2, ar^3, \dots$
Given: a_2 cdot a_3 cdot a_4 = 64$a_2 \cdot a_3 \cdot a_4 = 64$
(ar) cdot (ar^2) cdot (ar^3) = 64$$(ar) \cdot (ar^2) \cdot (ar^3) = 64$$
a^3 r^6 = 64 Rightarrow (ar^2)^3 = 64 Rightarrow ar^2 = 4$$a^3 r^6 = 64 \Rightarrow (ar^2)^3 = 64 \Rightarrow ar^2 = 4$$
Since it is a GP of increasing positive terms, r > 1$r > 1$ and a > 0$a > 0$.
### Step 1: Utilize the sum condition
Given: a_1 + a_3 + a_5 = frac8137$a_1 + a_3 + a_5 = \frac{813}{7}$
a + ar^2 + ar^4 = frac8137$$a + ar^2 + ar^4 = \frac{813}{7}$$
Extract a$a$ from ar^2 = 4 Rightarrow a = frac4r^2$ar^2 = 4 \Rightarrow a = \frac{4}{r^2}$. Substitute this in:
frac4r^2 + 4 + 4r^2 = frac8137$$\frac{4}{r^2} + 4 + 4r^2 = \frac{813}{7}$$
4left(frac1r^2 + 1 + r^2right) = frac8137$$4\left(\frac{1}{r^2} + 1 + r^2\right) = \frac{813}{7}$$
Let r^2 = t$r^2 = t$:
4left(frac1t + 1 + tright) = frac8137$$4\left(\frac{1}{t} + 1 + t\right) = \frac{813}{7}$$
Wait, there is a much faster method by just scaling the required expression.
### Step 2: Calculate the required expression
We need a_3 + a_5 + a_7 = ar^2 + ar^4 + ar^6$a_3 + a_5 + a_7 = ar^2 + ar^4 + ar^6$.
Notice that ar^2 + ar^4 + ar^6 = r^2 (a + ar^2 + ar^4)$ar^2 + ar^4 + ar^6 = r^2 (a + ar^2 + ar^4)$.
So, required sum = r^2 left(frac8137right)$r^2 \left(\frac{813}{7}\right)$.
To find r^2$r^2$, we solve the quadratic in t = r^2$t = r^2$:
4left(fract^2 + t + 1tright) = frac8137$$4\left(\frac{t^2 + t + 1}{t}\right) = \frac{813}{7}$$
28t^2 + 28t + 28 = 813t$$28t^2 + 28t + 28 = 813t$$
28t^2 - 785t + 28 = 0$$28t^2 - 785t + 28 = 0$$
The roots are t = 28$t = 28$ and t = frac128$t = \frac{1}{28}$.
Since the GP is increasing, r > 1 Rightarrow r^2 = 28$r > 1 \Rightarrow r^2 = 28$.
### Step 3: Final evaluation
Alternatively, expand directly:
ar^2 (1 + r^2 + r^4) = 4 (1 + 28 + (28)^2) = 4(1 + 28 + 784) = 4(813) = 3252.$$ar^2 (1 + r^2 + r^4) = 4 (1 + 28 + (28)^2) = 4(1 + 28 + 784) = 4(813) = 3252.$$
(Note: r^2 times frac8137 = 28 times frac8137 = 4 times 813 = 3252$r^2 \times \frac{813}{7} = 28 \times \frac{813}{7} = 4 \times 813 = 3252$)
### Pattern Recognition
In GP questions demanding a sum shifted by a fixed index (like a_1+a_3+a_5$a_1+a_3+a_5$ to a_3+a_5+a_7$a_3+a_5+a_7$), immediately look to factor out the common ratio multiplier r^k$r^k$. Here it's a simple scaling by r^2$r^2$.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Maths: Sequences and Series
Class 10 Maths: Quadratic Equations
Q22
jee_main_2026_21_jan_morning
Telescoping Sums and Recurrence Relations
Let a_1 = 1$a_1 = 1$ and for n geq 1$n \geq 1$ , a_n+1 = frac12 a_n + fracn^2 - 2n - 1n^2 (n + 1)^2$a_{n+1} = \frac{1}{2} a_n + \frac{n^2 - 2n - 1}{n^2 (n + 1)^2}$ . Then left|sum_n=1^inftyleft(a_n - frac2n^2right)right|$\left|\sum_{n=1}^{\infty}\left(a_n - \frac{2}{n^2}\right)\right|$ is equal
Numerical Answer. Answer: 2 to 2
Solution
### Related Formula
Partial fraction decomposition for telescopic summing:
frac2n^2 - (n+1)^2 + 1 dotsdots text structures directly cancel in series expansions.$$\frac{2n^2 - (n+1)^2 + 1 \dots}{\dots} \text{ structures directly cancel in series expansions.}$$
### Core Logic
Given recurrence:
a_n+1 - frac12a_n = fracn^2 - 2n - 1n^2(n+1)^2$$a_{n+1} - \frac{1}{2}a_n = \frac{n^2 - 2n - 1}{n^2(n+1)^2}$$
Rewrite the numerator to split the fraction:
n^2 - 2n - 1 = 2n^2 - (n^2 + 2n + 1) = 2n^2 - (n+1)^2$$n^2 - 2n - 1 = 2n^2 - (n^2 + 2n + 1) = 2n^2 - (n+1)^2$$
a_n+1 - frac12a_n = frac2n^2 - (n+1)^2n^2(n+1)^2 = frac2(n+1)^2 - frac1n^2$$a_{n+1} - \frac{1}{2}a_n = \frac{2n^2 - (n+1)^2}{n^2(n+1)^2} = \frac{2}{(n+1)^2} - \frac{1}{n^2}$$
### Step 1: Telescope generation
Multiply both sides by appropriate powers of 2 to create a cancelling chain:
For n=1$n=1$: a_2 - frac12a_1 = frac22^2 - frac11^2$a_2 - \frac{1}{2}a_1 = \frac{2}{2^2} - \frac{1}{1^2}$
For n=2$n=2$: multiply by 2 Rightarrow 2left[a_3 - frac12a_2 = frac23^2 - frac12^2right] Rightarrow 2a_3 - a_2 = frac2 times 23^2 - frac22^2$\Rightarrow 2\left[a_3 - \frac{1}{2}a_2 = \frac{2}{3^2} - \frac{1}{2^2}\right] \Rightarrow 2a_3 - a_2 = \frac{2 \times 2}{3^2} - \frac{2}{2^2}$
Wait, let's look at a cleaner telescopic scaling:
a_n+1 - frac2(n+1)^2 = frac12 left(a_n - frac2n^2right)$a_{n+1} - \frac{2}{(n+1)^2} = \frac{1}{2} \left(a_n - \frac{2}{n^2}\right)$.
### Step 2: Identify Geometric Progression
Let V_n = a_n - frac2n^2$V_n = a_n - \frac{2}{n^2}$.
The recurrence gives V_n+1 = frac12 V_n$V_{n+1} = \frac{1}{2} V_n$.
This proves V_n$V_n$ is a geometric progression with common ratio r = 1/2$r = 1/2$.
First term V_1 = a_1 - frac21^2 = 1 - 2 = -1$V_1 = a_1 - \frac{2}{1^2} = 1 - 2 = -1$.
### Step 3: Infinite Summation
We need left| sum_n=1^infty left( a_n - frac2n^2 right) right| = left| sum_n=1^infty V_n right|$\left| \sum_{n=1}^{\infty} \left( a_n - \frac{2}{n^2} \right) \right| = \left| \sum_{n=1}^{\infty} V_n \right|$.
Since V_n$V_n$ is an infinite GP:
S_infty = fracV_11 - r = frac-11 - 1/2 = frac-11/2 = -2$$S_{\infty} = \frac{V_1}{1 - r} = \frac{-1}{1 - 1/2} = \frac{-1}{1/2} = -2$$
Taking absolute value:
|-2| = 2$|-2| = 2$
### Pattern Recognition
When dealing with rational fraction recurrences A_n+1 - k A_n = f(n) - k f(n-1)$A_{n+1} - k A_n = f(n) - k f(n-1)$, immediately substitute V_n = A_n - f(n)$V_n = A_n - f(n)$. This substitution instantly isolates a classical Geometric Progression.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Maths: Sequences and Series
Q72
jee_main_2025_02_april_evening
Sum of Special Series
If the sum of the first 10 terms of the series frac4 cdot 11 + 4 cdot 1^4 + frac4 cdot 21 + 4 cdot 2^4 + frac4 cdot 31 + 4 cdot 3^4 + dots$\frac{4 \cdot 1}{1 + 4 \cdot 1^4} + \frac{4 \cdot 2}{1 + 4 \cdot 2^4} + \frac{4 \cdot 3}{1 + 4 \cdot 3^4} + \dots$ is fracmathrmmmathrmn$\frac{\mathrm{m}}{\mathrm{n}}$, where gcd(mathrmm, mathrmn) = 1$\gcd(\mathrm{m}, \mathrm{n}) = 1$, then mathrmm + mathrmn$\mathrm{m} + \mathrm{n}$ is equal to ____________.
Numerical Answer. Answer: 441 to 441
Solution
### Related Formula
textSophie Germain's algebraic factorization: 1 + 4r^4 = (2r^2 + 2r + 1)(2r^2 - 2r + 1)$$\text{Sophie Germain's algebraic factorization: } 1 + 4r^4 = (2r^2 + 2r + 1)(2r^2 - 2r + 1)$$
textTelescoping Series representation: T_r = f(r) - f(r+1)$$\text{Telescoping Series representation: } T_r = f(r) - f(r+1)$$
### Core Logic
This is a telescoping series sum. We expand the denominator using Sophie Germain's algebraic identity to write the general term as a difference of two consecutive rational expressions.
### Step 1: Write down the general term and factor
The general term T_r$T_r$ of the series is:
T_r = frac4r1 + 4r^4$$T_r = \frac{4r}{1 + 4r^4}$$
Using the factorization of 1+4r^4$1+4r^4$:
T_r = frac4r(2r^2 - 2r + 1)(2r^2 + 2r + 1)$$T_r = \frac{4r}{(2r^2 - 2r + 1)(2r^2 + 2r + 1)}$$
Notice that the numerator 4r$4r$ is the exact difference of the two quadratic factors:
(2r^2 + 2r + 1) - (2r^2 - 2r + 1) = 4r$$(2r^2 + 2r + 1) - (2r^2 - 2r + 1) = 4r$$
### Step 2: Split the fraction into telescoping terms
Rewrite the general term T_r$T_r$:
T_r = frac(2r^2 + 2r + 1) - (2r^2 - 2r + 1)(2r^2 - 2r + 1)(2r^2 + 2r + 1)$$T_r = \frac{(2r^2 + 2r + 1) - (2r^2 - 2r + 1)}{(2r^2 - 2r + 1)(2r^2 + 2r + 1)}$$
T_r = frac12r^2 - 2r + 1 - frac12r^2 + 2r + 1 = f(r) - f(r+1)$$T_r = \frac{1}{2r^2 - 2r + 1} - \frac{1}{2r^2 + 2r + 1} = f(r) - f(r+1)$$
### Step 3: Expand the sum and solve
Sum the first 10 terms:
- For r = 1$r = 1$: T_1 = frac11 - frac15$T_1 = \frac{1}{1} - \frac{1}{5}$
- For r = 2$r = 2$: T_2 = frac15 - frac113$T_2 = \frac{1}{5} - \frac{1}{13}$
- ...
- For r = 10$r = 10$: T_10 = frac1181 - frac1221$T_{10} = \frac{1}{181} - \frac{1}{221}$
All intermediate terms cancel out:
S_10 = 1 - frac1221 = frac220221 = fracmn$$S_{10} = 1 - \frac{1}{221} = \frac{220}{221} = \frac{m}{n}$$
Since 220$220$ and 221$221$ are coprime (their greatest common divisor is 1):
m = 220 quad textand quad n = 221$$m = 220 \quad \text{and} \quad n = 221$$
m + n = 220 + 221 = 441$$m + n = 220 + 221 = 441$$
### Pattern Recognition
Sophie Germain identity: The expansion 4r^4 + 1 = (2r^2 - 2r + 1)(2r^2 + 2r + 1)$4r^4 + 1 = (2r^2 - 2r + 1)(2r^2 + 2r + 1)$ is highly common in telescoping series. Spotting this factorization collapses the sum instantly.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Mathematics: Sequences and Series
Q
jee_main_2025_02_april_morning
Arithmetic Progression Summation
Let a_1, a_2, a_3, ldots$a_1, a_2, a_3, \ldots$ be in an A.P. such that sum_k=1^12 a_2k-1 = -frac725 a_1, a_1 neq 0$\sum_{k=1}^{12} a_{2k-1} = -\frac{72}{5} a_1, a_1 \neq 0$. If sum_k=1^n a_k = 0$\sum_{k=1}^{n} a_k = 0$, then n$n$ is:
- A. 11$11$
- B. 10$10$
- C. 18$18$
- D. 17$17$
Solution
### Related Formula
Sum of an Arithmetic Progression:
S_m = fracm2[2a_1 + (m-1)d]$$S_m = \frac{m}{2}[2a_1 + (m-1)d]$$
### Core Logic
Express the odd terms summation in terms of a_1$a_1$ and d$d$, establish their linear dependency, and then solve for n$n$ where total sum vanishes.
### Step 1: Simplify the Given Summation
The summation represents the sum of 12$12$ terms: a_1 + a_3 + a_5 + dots + a_23$a_1 + a_3 + a_5 + \dots + a_{23}$. This is an A.P. with initial term a_1$a_1$ and common difference 2d$2d$.
frac122[2a_1 + 11(2d)] = -frac725a_1$$\frac{12}{2}[2a_1 + 11(2d)] = -\frac{72}{5}a_1$$
6[2a_1 + 22d] = -frac725a_1 implies 12a_1 + 132d = -frac725a_1$$6[2a_1 + 22d] = -\frac{72}{5}a_1 \implies 12a_1 + 132d = -\frac{72}{5}a_1$$
### Step 2: Relate initial term to common difference
Multiply through by 5$5$ to eliminate the fraction:
60a_1 + 660d = -72a_1 implies 132a_1 + 660d = 0 implies a_1 = -5d$$60a_1 + 660d = -72a_1 \implies 132a_1 + 660d = 0 \implies a_1 = -5d$$
### Step 3: Solve for n
Set the general sum of n$n$ terms to 0$0$:
fracn2[2a_1 + (n-1)d] = 0 implies 2a_1 + (n-1)d = 0$$\frac{n}{2}[2a_1 + (n-1)d] = 0 \implies 2a_1 + (n-1)d = 0$$
Substitute a_1 = -5d$a_1 = -5d$:
2(-5d) + (n-1)d = 0 implies -10d + nd - d = 0 implies nd = 11d$$2(-5d) + (n-1)d = 0 \implies -10d + nd - d = 0 \implies nd = 11d$$
Since a_1 neq 0$a_1 \neq 0$, d neq 0$d \neq 0$, which yields:
n = 11$n = 11$
### Pattern Recognition
The condition a_1 = -5d$a_1 = -5d$ means the sequence starts positive/negative and counts down symmetrically. A sum of n$n$ terms equals zero when the middle term or balanced pairs completely wipe each other out, pointing directly to n = 2(5) + 1 = 11$n = 2(5) + 1 = 11$.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Mathematics: Sequences and Series