The Art of Decoding Functional Equations
Welcome, future engineers! Today, we are not just solving a problem; we are embarking on a detective mission. Functional equations often appear as intimidating, abstract monsters in JEE Advanced papers.
They seem to hide their true nature behind layers of f(x+y) and xy terms. But remember, every complex equation is just a puzzle waiting for the right key. Let us peel back the layers of this quadratic mystery together.
Phase 1
The Great Simplification
We are given the function f(x)=(2+3a)x2+(a−1a+2)x+b and the functional equation f(x+y)=f(x)+f(y)+1−72xy.
At first glance, that +1 is the 'noise' in our signal. It prevents the equation from being a clean, homogeneous form. In mathematics, when you see a constant term disrupting a functional equation, your first instinct should be to shift the function.
Let us define a new function, g(x)=f(x)+1. This implies f(x)=g(x)−1.
Why do we do this? Because when we substitute this into our original equation, watch what happens:
g(x+y)−1=(g(x)−1)+(g(y)−1)+1−72xy
Look at the magic! The constants on the right side are −1−1+1, which simplifies to −1. Now, we have:
g(x+y)−1=g(x)+g(y)−1−72xy
The −1 on both sides cancels out beautifully, leaving us with the elegant, clean form:
Phase 2
The Detective Work
Now, we need to identify the form of g(x). The presence of the xy term is a massive clue. We know that the expansion of (x+y)2 is x2+y2+2xy.
This suggests that g(x) must be a quadratic polynomial. Let us assume g(x)=Ax2+Cx.
Substituting this into our simplified equation:
A(x+y)2+C(x+y)=(Ax2+Cx)+(Ay2+Cy)−72xy
Expanding the left side:
A(x2+y2+2xy)+C(x+y)=Ax2+Ay2+Cx+Cy+2Axy−72xy
By comparing the coefficients of the xy term on both sides, we immediately find that 2A=−72, which gives us A=−71. We have successfully cracked the quadratic coefficient!
Phase 3
Reconstructing the Identity
Now that we have g(x)=−71x2+Cx, we can easily find f(x) because f(x)=g(x)−1. Thus:
But wait! We were given the original form of f(x)=(2+3a)x2+(a−1a+2)x+b. Since these two expressions represent the same function, their coefficients must be identical.
1. Constant term: b=−1.
2. x2 coefficient: 2+3a=−71. Solving this, 3a=−715, so a=−75.
3. x coefficient: C=a−1a+2. Substituting a=−75, we get C=−5/7−1−5/7+2=−12/79/7=−43.
Our function is fully revealed: f(x)=−71x2−43x−1.
Phase 4
The Final Calculation
We are asked to find 28∑i=15∣f(i)∣. Before we jump into the summation, look at the function. Since the coefficient of x2 is negative, the parabola opens downwards.
For any positive i, f(i) will be negative. Therefore, ∣f(i)∣=−f(i)=71i2+43i+1.
Now, we calculate the sum:
i=1∑5∣f(i)∣=i=1∑5(71i2+43i+1)
Using standard summation formulas:
- ∑i2=65(6)(11)=55
- ∑i=25(6)=15
- ∑1=5
So, the sum is 755+43(15)+5=755+445+5.
Finally, multiplying by 28:
28×(755+445+5)=4(55)+7(45)+28(5)=220+315+140=675
There you have it! Through logical substitution and careful coefficient comparison, we dismantled the problem. Keep this mindset—break the problem down, simplify the noise, and the answer is 675.