Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we stand before a differential equation that, at first glance, might seem like a tangled mess of exponentials and polynomials.
It is easy to feel overwhelmed when you see the following equation:
dxdy+ex(x2−2)y=(x2−2x)(x2−2)e2x
But take a deep breath. In the world of JEE Advanced, complexity is often just a mask for elegance.
Our first step is to recognize the structure. This is a classic First-Order Linear Differential Equation, which always follows the form:
By identifying P(x)=ex(x2−2) and Q(x)=(x2−2x)(x2−2)e2x, we have already won the first battle. We have defined our battlefield.
The Secret Weapon
The Integrating Factor
To solve this, we need our most reliable tool: the Integrating Factor (I.F.). The formula is defined as:
Substituting our P(x), we get I.F.=e∫ex(x2−2)dx. Now, this integral looks daunting.
How do we integrate ex(x2−2)? This is where the magic happens. We use the beautiful property:
∫ex[f(x)+f′(x)]dx=exf(x)+C
If we set f(x)=x2−2x, then its derivative is f′(x)=2x−2. Adding them together, we get (x2−2x)+(2x−2)=x2−2.
It fits perfectly! The integral evaluates to ex(x2−2x). Thus, our Integrating Factor becomes:
It looks heavy, but it is the key to everything.
The Path to Simplification
With our I.F. in hand, the general solution is given by:
y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C
Substituting our values, we get:
y⋅eex(x2−2x)=∫(x2−2x)(x2−2)e2x⋅eex(x2−2x)dx+C
This looks like a monster, but let's rearrange it. By splitting e2x into ex⋅ex, we can group terms to make a substitution.
Let t=ex(x2−2x). Differentiating this with respect to x gives dt=ex(x2−2)dx.
Suddenly, the integral collapses into ∫tetdt. This is a standard integral we can solve using Integration by Parts, resulting in (t−1)et+C.
The Final Victory
We are almost there. Substituting t back, we get:
y⋅eex(x2−2x)=(ex(x2−2x)−1)eex(x2−2x)+C
Using the initial condition y(0)=0, we find C=1.
Finally, to find y(2), we plug in x=2. Notice that x2−2x becomes 4−4=0.
The entire expression simplifies beautifully to y(2)⋅1=−1+1, which means y(2)=0.
We have conquered the beast! Remember, the key is to stay calm, look for patterns, and trust the process. Keep practicing, and these structures will become second nature to you.