The Geometry of Sequences
A Journey into Optimization
Welcome, fellow traveler of the mathematical landscape. Today, we are not just solving a problem; we are exploring the hidden architecture of an Arithmetic Progression (A.P.).
Imagine you are standing on a vast, rolling plain where the terrain is defined by the common difference d. Every step you take, every term you define, is governed by the rigid, beautiful rules of linear growth.
Our mission is to find the specific 'slope'—the common difference d—that allows us to reach the highest peak of the product P=a1a4a5, given the constraint that the sixth term is fixed at a6=2.
Phase 1
The Anchor of Constraint
In any optimization problem, we must first find our anchor. We are given an A.P. where a6=2.
Recall the fundamental definition of an A.P.: the n-th term is given by an=a1+(n−1)d. For the sixth term, this becomes:
This is our North Star. By isolating a1, we get a1=2−5d.
This single substitution is the key that unlocks the entire problem. It allows us to collapse the complexity of three separate variables into a single, manageable variable: d.
Phase 2
Mapping the Landscape
Now, let us express the other terms in our product, a4 and a5, using our new variable d.
The fourth term is a4=a1+3d. Substituting our expression for a1, we find:
Similarly, the fifth term is a5=a1+4d=(2−5d)+4d=2−d.
Now, look at the product P(d)=a1a4a5. It is the product of three linear factors:
As we expand this, we are essentially mapping the topography of our function. After careful algebraic expansion, we arrive at the cubic function:
This is the 'terrain' we must navigate.
Phase 3
The Calculus of Peaks
To find the maximum, we need to find where the slope of this terrain is zero. We invoke the power of calculus: P′(d)=0.
Differentiating our cubic function with respect to d, we get:
P′(d)=2(−15d2+34d−16)=−30d2+68d−32
Setting this to zero, we solve the quadratic equation 15d2−34d+16=0.
Using the splitting-the-middle-term method, we factor this into (3d−2)(5d−8)=0. This gives us two critical points:
The Final Ascent
We have two candidates for our peak. Which one is the true maximum?
We use the second derivative test: P′′(d)=−60d+68. Testing our points, we find that at d=58:
P′′(58)=−60(58)+68=−96+68=−28
Since the second derivative is negative, the curve is concave down, confirming that d=58 is indeed our local maximum.
We have successfully navigated the landscape and found the peak. Remember, in JEE Advanced, it is not just about the calculation; it is about the confidence to trust your mathematical tools. You have mastered the A.P., the algebra, and the calculus. Well done.