Analyzing the Setup
The problem presents the function f(x)=5x+55x and a summation ranging from x=201 to x=2039. Attempting to calculate each term individually is a strategic error.
In JEE Advanced, examiners prioritize identifying the hidden architecture of mathematics over brute-force arithmetic. We must look for patterns that simplify the expression.
The Detective Work
Finding the Pattern
We must cultivate the Symmetry Mindset. Observe the inputs of the series: the first term is 201 and the last is 2039.
Summing these extremes yields:
201+2039=2040=2
This is a clear signal. Whenever a series involves inputs that sum to a constant a, we must investigate the behavior of f(x)+f(a−x). Here, our a=2.
The Algebraic Dance
We perform algebraic surgery by substituting
2−x into our function:
f(2−x)=52−x+552−x
Applying exponent laws, we know
52−x=5x52=5x25. Substituting this back into the function gives:
f(2−x)=5x25+55x25
To simplify, multiply the numerator and the denominator by
5x:
f(2−x)=25+5⋅5x25
Factoring out
5 from the denominator:
f(2−x)=5(5+5x)25=5+5x5
The Grand Finale
Now, we calculate the sum
f(x)+f(2−x):
f(x)+f(2−x)=5x+55x+5x+55=5x+55x+5=1
This is the "Aha!" moment. Every pair of terms whose inputs sum to 2 will result in a sum of 1.
The series contains
39 terms. We can form
19 pairs that each sum to
1, totaling
19. The middle term,
f(1), remains unpaired:
f(1)=51+551=105=21
Adding the pairs to the middle term, we get 19+0.5=19.5. The final result is 239.
Remember: Symmetry is your greatest weapon in the JEE arsenal.