Analyzing the Setup
Welcome, fellow traveler on the path to JEE excellence. Today, we are going to dismantle a problem that, at first glance, looks like a tangled mess of functions.
We are given the equation 5f(x)+4f(x1)=x1+3. Your goal is to find the value of 18∫12f(x)dx.
The Symmetry Strategy
When you see a functional equation where x and x1 appear together, do not panic. This is a beautiful invitation to use symmetry.
If you replace x with x1 in the original equation, the term f(x) transforms into f(x1), and f(x1) transforms back into f(x).
Replacing x with x1 in our original equation, we get:
The Art of Elimination
We now have a system of two equations with two unknowns. Let us label them:
(1) 5f(x)+4f(x1)=x1+3
(2) 4f(x)+5f(x1)=x+3
To isolate f(x), we eliminate f(x1) by multiplying equation (1) by 5 and equation (2) by 4:
Subtracting these two equations causes the f(x1) terms to vanish:
(25−16)f(x)=(x5+15)−(4x+12)
Scaling to Victory
The question asks for 18∫12f(x)dx. Since we have an expression for 9f(x), we multiply the entire equation by 2:
18f(x)=2(x5−4x+3)=x10−8x+6
We are no longer dealing with an abstract functional equation; we are dealing with a standard calculus problem.
The Final Integration
Now, we apply the integral from 1 to 2:
18∫12f(x)dx=∫12(x10−8x+6)dx
Integrating term by term, we obtain:
Evaluating at the upper limit x=2:
10ln(2)−4(2)2+6(2)=10ln(2)−16+12=10ln(2)−4
Evaluating at the lower limit x=1:
10ln(1)−4(1)2+6(1)=0−4+6=2
Subtracting the lower limit from the upper limit, we arrive at our final result: