Analyzing the Setup
Welcome, future engineers! Today, we are not just solving a problem; we are embarking on a detective mission. In the world of JEE Advanced, the most dangerous traps are not the ones that look difficult, but the ones that look simple.
We are given a sequence where x11,x21,…,xn1 form an Arithmetic Progression (A.P.). Many students rush in, see x1=4 and x21=20, and immediately try to force an A.P. on xi.
Stop! Breathe. The sequence of reciprocals is the one that follows the linear rhythm of an A.P. Let us define our variables clearly. Let the first term of this A.P. be a=x11 and the common difference be d. Since x1=4, our first term is a=41.
The Detective Work
Finding the Rhythm
Every A.P. is defined by its first term and its common difference. We have the first term, but we are missing the common difference d. We are given x21=20, which means the 21st term of our reciprocal sequence is x211=201.
Using the general term formula for an A.P., Tk=a+(k−1)d, we can write:
This simplifies to 201=41+20d. Now, let us isolate d. Subtracting 41 from both sides, we get:
Finding a common denominator of 20, we have 20d=201−5=−204=−51. Dividing by 20, we find:
Notice the negative sign? It tells us that our sequence is decreasing. The reciprocals are getting smaller, which means the original terms xi are growing.
The Inequality Challenge
Crossing the Threshold
Now, we need to find the n-th term. The general expression for our reciprocal sequence is xn1=a+(n−1)d. Substituting our values, we get:
xn1=41+(n−1)(−1001)=10025−(n−1)=10026−n
Therefore, xn=26−n100. The problem demands that xn>50. So, we set up the inequality:
Since xn>50 is positive, 26−n must be positive. We can safely cross-multiply: 100>50(26−n), which simplifies to 2>26−n. Rearranging, we get n>24. The least positive integer satisfying this is n=25.
The Grand Finale
Summing the Series
We are asked to find the sum ∑i=1n(xi1) for n=25. This is the sum of the first 25 terms of our A.P. The formula is Sn=2n[2a+(n−1)d].
Substituting n=25, a=41, and d=−1001:
S25=225[2(41)+24(−1001)]
Simplifying inside the brackets:
Converting 21 to 10050, we get:
S25=225[10050−24]=225[10026]
Canceling terms, 10025 becomes 41, so S25=21×426=413.
The final result is 413.