Analyzing the Setup
Imagine you are standing at the base of a mountain, looking up at a winding path. In mathematics, especially in JEE Advanced, we often encounter problems that seem like simple sequence questions but are actually hidden optimization challenges.
We are dealing with an Arithmetic Progression (A.P.) where the sixth term is fixed at a6=2. Our mission is to find the common difference d that makes the product of the first, fourth, and fifth terms as large as possible.
The Power of Reduction
The first step in any complex problem is to simplify the landscape. We know the general term of an A.P. is an=a+(n−1)d. Given a6=2, we immediately write:
By rearranging this, we find a=2−5d. This is our anchor, allowing us to collapse a two-variable problem into a single-variable one. We are no longer juggling a and d; we are now dancing with only d.
Building the Function
Our objective is to maximize the product P=a1a4a5. Let us express these terms using our new variable d:
a1=a=2−5d
a4=a+3d=2−5d+3d=2−2d
a5=a+4d=2−5d+4d=2−d
Thus, our product function becomes:
The Algebraic Grind
Now, we must prepare this function for the calculus stage. While we could use the product rule, expanding the polynomial is often cleaner. Multiplying the terms:
Multiplying this out carefully, we arrive at the cubic polynomial:
Take a deep breath here. This is where many students rush and make a sign error. Treat each term with respect.
The Calculus Compass
To find the maximum, we need to find where the slope of our function is zero. We differentiate f(d) with respect to d:
Setting f′(d)=0 gives us the quadratic equation −30d2+68d−32=0. Dividing by −2 to simplify, we get:
Factoring this quadratic, we find (5d−8)(3d−2)=0. This yields two critical points: d=58 and d=32.
The Final Verification
We have two candidates for the peak. Which one is the true maximum? We use the second derivative test:
Testing d=58:
f′′(58)=−60(58)+68=−96+68=−28
Since −28<0, the curve is concave down, confirming a local maximum. Testing d=32 yields f′′(32)=28>0, which is a local minimum.
The common difference that maximizes the product is d=58.