The DNA of an Arithmetic Progression
Welcome, future engineers. Today, we are going to dissect a problem that seems simple on the surface but hides a beautiful algebraic structure beneath.
We are dealing with an Arithmetic Progression (AP), the most fundamental sequence in mathematics. To master any AP problem, you must remember that the entire sequence is governed by just two pieces of 'DNA': the first term, denoted as a, and the common difference, denoted as d.
If you know these two, you know everything about the sequence. Our mission is to uncover these two values using the clues provided.
Decoding the Clues
We are given two powerful pieces of information. First, the sixth term is a6=7.
Using the general formula
an=a+(n−1)d, we can write this as:
a+5d=7
This is our first equation. Next, we are told the sum of the first seven terms is S7=7.
The sum formula is
Sn=2n[2a+(n−1)d]. Substituting
n=7, we get:
27[2a+6d]=7
By dividing both sides by
7, we simplify this to
21(2a+6d)=1, which elegantly reduces to:
a+3d=1
Now, we have a system of two linear equations: a+5d=7 and a+3d=1. Subtracting the second from the first, we find 2d=6, which gives us the common difference d=3.
Substituting this back, we find a=−8. We have successfully decoded the DNA of our sequence!
The Quadratic Challenge
Now that we have a=−8 and d=3, we turn to the final part of the puzzle: Sn=700. We need to find n.
Substituting our known values into the sum formula, we get:
2n[2(−8)+(n−1)3]=700
This simplifies to
2n[−16+3n−3]=700, or
n(3n−19)=1400. Expanding this, we arrive at the quadratic equation:
3n2−19n−1400=0
Do not be intimidated by the large constant term. We need to split the middle term −19n into two parts that multiply to 3×(−1400)=−4200.
After a moment of calculation, we find
−75 and
56. Thus, we factor the equation as:
(3n+56)(n−25)=0
The Final Victory
We have two potential solutions for n: n=−356 and n=25. As we discussed, n must be a natural number, so we discard the negative fraction.
We are left with n=25. The problem asks for an, which is now a25.
Using our formula
a25=a+24d, we calculate:
a25=−8+24(3)=−8+72=64
We have arrived at the destination. The answer is 64.
Remember, in JEE Advanced, the math is not just about calculation; it is about the logical flow from the given constraints to the final, elegant result. Keep practicing, and keep falling in love with the process.