Analyzing the Setup
We are given a cubic polynomial P(x) with local extrema at x=1 and x=−1. In the language of calculus, this is a massive hint.
At any local maximum or minimum, the tangent to the curve is perfectly horizontal. This means the derivative, P′(x), must be zero at these points.
Since P(x) is a cubic, its derivative P′(x) must be a quadratic. If we know the roots are 1 and −1, we can immediately write the derivative as:
P′(x)=a(x−1)(x+1)=a(x2−1)
This is the skeleton of our polynomial.
Reconstructing the Polynomial
Now, we must reverse the process. To find P(x), we integrate P′(x) with respect to x:
P(x)=∫a(x2−1)dx=a(3x3−x)+C
Here, C is our constant of integration. We have two unknowns, a and C, and we have two conditions to find them.
The problem states that P(−3)=0. Substituting x=−3 into our expression:
a(3(−3)3−(−3))+C=0⇒−6a+C=0
Keep this relationship close; it is the bridge between our two variables.
The Power of Symmetry
Next, we tackle the definite integral:
This is where many students get bogged down in algebra, but you are a JEE warrior—you look for the elegant path. Notice the term a(3x3−x). This is an odd function.
In the world of integration, the integral of an odd function over a symmetric interval [−k,k] is always zero. This is a gift! The entire complex part of the polynomial vanishes, leaving us with:
This simplifies to 2C=18, giving us C=9. With C in hand, we return to our bridge equation:
The Final Reveal
We have our polynomial:
P(x)=23(3x3−x)+9=2x3−23x+9
The question asks for the sum of the coefficients. A common trap is to try and sum them manually, but there is a beautiful property here: the sum of the coefficients of any polynomial is simply P(1).
Substituting x=1 into our expression:
And there it is—the elegance of mathematics in full display. The sum of the coefficients is 8.