Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving a problem; we are peeling back the layers of a beautiful mathematical structure.
At first glance, this integral equation might seem like a labyrinth:
f(θ)=sinθ+∫−π/2π/2(sinθ+tcosθ)f(t)dt
It looks recursive, but this is a Fredholm integral equation of the second kind, and it is far more approachable than it appears.
The Power of Constants
The first step is to demystify the integral. Notice that the limits of integration are fixed from −π/2 to π/2, meaning the entire integral evaluates to a constant.
We can rewrite the integral as:
sinθ∫−π/2π/2f(t)dt+cosθ∫−π/2π/2tf(t)dt
Let us define these two integrals as constants:
A=∫−π/2π/2f(t)dtandB=∫−π/2π/2tf(t)dt
Suddenly, our equation becomes much friendlier:
f(θ)=sinθ+Asinθ+Bcosθ
This simplifies to:
f(θ)=(A+1)sinθ+Bcosθ
The Symmetry Shortcut
Now, we need to find
A and
B. Let us look at
A:
A=∫−π/2π/2((A+1)sint+Bcost)dt
Here, we use the property of odd and even functions. Since sint is an odd function, its integral over [−π/2,π/2] is 0.
Since
cost is an even function, its integral is:
2∫0π/2costdt=2[sint]0π/2=2(1)=2
Thus, we obtain the relation A=2B.
Solving the System
Next, we tackle
B:
B=∫−π/2π/2t((A+1)sint+Bcost)dt
Expanding this, we get:
B=(A+1)∫−π/2π/2tsintdt+B∫−π/2π/2tcostdt
The second integral involves
tcost, which is an odd function, so it vanishes. The first integral involves
tsint, which is an even function, so we evaluate:
B=2(A+1)∫0π/2tsintdt
Using integration by parts, ∫tsintdt=−tcost+sint. Evaluating from 0 to π/2 gives 1. Thus, B=2(A+1).
We now have a simple system:
A=2BandB=2A+2
Substituting A=2B into the second equation gives B=2(2B)+2, which leads to −3B=2, or B=−2/3. Consequently, A=−4/3.
The Final Victory
With
A=−4/3 and
B=−2/3, our function is:
f(θ)=(−4/3+1)sinθ−2/3cosθ=−1/3sinθ−2/3cosθ
The final task is to integrate this from
0 to
π/2:
∫0π/2(−1/3sinθ−2/3cosθ)dθ=[1/3cosθ−2/3sinθ]0π/2
Evaluating the bounds:
(0−2/3)−(1/3−0)=−1
We have arrived at the final answer: −1. Keep this mindset—always look for the constants hidden in the integrals.