The Beauty of Abstract Functions
Welcome, fellow traveler of the mathematical landscape. Today, we are going to dismantle a problem that looks intimidating but is actually a masterpiece of elegance.
We are faced with the differential equation:
y′(x)+y(x)g′(x)=g(x)g′(x)
At first glance, the presence of an unknown, non-constant function g(x) might make you want to reach for a calculator or give up. But hold on! In the world of JEE Advanced, we don't need to know the identity of g(x) to understand its behavior. We just need to respect its structure.
Phase 1
The Recognition
Let's look at the equation again: y′(x)+g′(x)y(x)=g(x)g′(x). This is the classic form of a First Order Linear Differential Equation:
By comparing our equation to this standard form, we can immediately identify our components: P(x)=g′(x) and Q(x)=g(x)g′(x). The fog is already lifting, isn't it?
Phase 2
The Integrating Factor
Now, we need our secret weapon: the Integrating Factor (IF). The formula is:
Substituting our P(x), we get IF=e∫g′(x)dx. This is where the magic happens.
The integral of a derivative g′(x) is simply the function g(x) itself. Thus, our integrating factor simplifies beautifully to:
This factor is the key that unlocks the entire equation.
Phase 3
The Integration
With our IF in hand, we write the general solution:
Substituting our Q(x), we get:
yeg(x)=∫g(x)eg(x)g′(x)dx+C
This integral looks daunting, but let's use the substitution method. Let g(x)=t, which implies g′(x)dx=dt.
The integral transforms into the much friendlier ∫tetdt. Using integration by parts, where u=t and dv=etdt, we get:
Substituting back t=g(x), our general solution becomes:
Phase 4
The Final Reveal
We are almost there! We are given y(0)=0 and g(0)=0. Plugging these into our general solution:
0⋅e0=(0−1)e0+C⇒0=−1+C⇒C=1
Our particular solution is:
Finally, we need y(2). Given g(2)=0, we substitute x=2:
y(2)=g(2)−1+e−g(2)=0−1+e0=0
And there it is—the answer is 0. It is a beautiful, clean result that proves that even in the face of abstract functions, logic and structure will always guide you to the truth.