Analyzing the Setup
Imagine you are standing before a complex-looking equation:
f(x)=x+∫01(x−t)f(t)dt
At first glance, it feels intimidating. It is an integral equation, where the function f(x) is defined by an integral that itself contains f(t).
However, in the world of JEE Advanced, these problems are often elegant puzzles waiting to be unraveled.
The Power of Constants
The key to this problem lies in the integral ∫01(x−t)f(t)dt. Notice the limits of integration are 0 and 1. These are constants!
When you integrate with respect to t and plug in the limits, the variable t vanishes. The result is just a number.
Let us expand the integrand:
(x−t)f(t)=xf(t)−tf(t). Now, we can distribute the integral:
f(x)=x+x∫01f(t)dt−∫01tf(t)dt
Let us define two constants: A=∫01f(t)dt and B=∫01tf(t)dt.
Suddenly, the equation simplifies to
f(x)=x+Ax−B, or more cleanly:
f(x)=(1+A)x−B
This reveals that f(x) is a linear function.
Solving the System
Now that we know f(x) is a line, we can find A and B. We substitute f(t)=(1+A)t−B back into our definitions.
For
A, we have:
A=∫01((1+A)t−B)dt
Integrating this, we get:
A=[(1+A)2t2−Bt]01=21+A−B
Multiplying by
2 gives
2A=1+A−2B, which simplifies to the first linear equation:
A+2B=1
Similarly, for
B, we have:
B=∫01t((1+A)t−B)dt=∫01((1+A)t2−Bt)dt
Integrating this, we get:
B=[(1+A)3t3−B2t2]01=31+A−2B
Multiplying by
6 gives
6B=2(1+A)−3B, which simplifies to the second linear equation:
2A−9B=−2
We now have a system of two linear equations:
A+2B=1 and
2A−9B=−2. Solving this system, we find:
A=135,B=134
Final Calculation
With
A and
B in hand, our function becomes:
f(x)=(1+135)x−134=1318x−4
Now, we test the point
(6,8). Substituting
x=6:
f(6)=1318(6)−4=13108−4=13104=8
The point (6,8) lies perfectly on the curve. This journey shows that even the most daunting integral equations can be tamed by recognizing the constants hidden within them.