The Beauty of Arithmetic Progressions
Welcome, fellow traveler on the path to JEE mastery! Today, we are going to dissect a problem that, at first glance, might seem like a standard algebra exercise, but is actually a beautiful dance between ratios and integer constraints.
Let us embark on this journey together.
Phase 1
Defining the Landscape
Every arithmetic progression (A.P.) is defined by two fundamental pillars: the first term, which we call a, and the common difference, d.
The problem gives us a vital clue right at the start: a,d∈N. This means our sequence is built entirely from positive integers.
This is not just a definition; it is a constraint that will act as our 'lock' later on. When you see 'natural numbers' in a JEE problem, treat it as a massive hint that you will eventually be testing integer values.
Phase 2
The Algebraic Dance
We are given the ratio of the sum of the first five terms to the sum of the first nine terms: S9S5=175. Recall our trusty sum formula: Sn=2n[2a+(n−1)d].
Let us write this out for n=5 and n=9:
Now, we set up our ratio:
Notice the elegance here? The factor of 5 on both sides cancels out immediately, leaving us with:
Cross-multiplying gives us 17(a+2d)=9(a+4d), which simplifies to 17a+34d=9a+36d. Rearranging the terms, we find 8a=2d, or simply d=4a.
This is the hidden geometric reality of our sequence: the common difference is exactly four times the first term!
Phase 3
The Lock and Key
Now, we use the constraint 110<a15<120. The general term formula is an=a+(n−1)d.
For the 15th term, a15=a+14d. Substituting our relationship d=4a, we get:
Our inequality becomes 110<57a<120. This is where the 'natural number' constraint shines. We test values for a:
- If a=1, 57(1)=57 (too small).
- If a=2, 57(2)=114 (perfect! 110<114<120).
- If a=3, 57(3)=171 (too large).
Thus, a must be 2, and consequently, d=4(2)=8.
Phase 4
The Final Calculation
We have arrived at the finish line. We need the sum of the first ten terms, S10:
S10=210[2a+(10−1)d]=5[2(2)+9(8)]
And there it is! The sum is 380. By respecting the constraints and simplifying the algebra, we turned a complex-looking problem into a clear, logical path.
Keep practicing this mindset—the math is always simpler than it appears if you look for the structure!