Analyzing the Setup
We are given the functions f(y)=ey and g(y)=y. We are tasked with evaluating the convolution integral defined as:
This is a classic JEE Advanced style problem where the setup is half the battle.
Phase 1
The Substitution
First, let us substitute the functions into our integral. We replace f(t−y) with et−y and g(y) with y:
Here is the secret that separates the masters from the novices: t is a constant relative to y. Because we are integrating with respect to y, the term et does not change as y changes.
Using the laws of exponents, we can rewrite et−y as et⋅e−y. Since et is independent of y, we can pull it out of the integral entirely:
This simple step transforms a potentially confusing expression into a clean, manageable integral.
Phase 2
The IBP Battle
Now, we face the integral ∫ye−ydy. We have a product of an algebraic function (y) and an exponential function (e−y), which is the classic signature of Integration by Parts (IBP).
Following the ILATE rule, we choose u=y and dv=e−ydy. Differentiating u gives us du=dy, and integrating dv gives us v=−e−y.
The IBP formula is ∫udv=uv−∫vdu. Substituting our parts, we get:
Simplifying the signs, we get −ye−y+∫e−ydy. Since the integral of e−y is −e−y, our result is:
Phase 3
The Final Reunion
Now, we apply the limits from 0 to t. Evaluating at the upper limit t, we get −e−t(t+1). Evaluating at the lower limit 0, we get −e0(0+1)=−1.
Subtracting the lower limit from the upper limit gives us:
[−e−t(t+1)]−[−1]=1−e−t(t+1)
Finally, we must not forget the et we pulled out earlier. We multiply it back:
Distributing et, we get et(1)−ete−t(t+1). Since et⋅e−t=e0=1, the expression simplifies beautifully to:
F(t)=et−t−1
This is the elegance of calculus. You have successfully navigated the trap, handled the integration, and arrived at the solution.