Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dismantle a differential equation that, at first glance, might seem like a chaotic mess of variables.
You see the equation 2x2dy+(ey−2x)dx=0 and your brain might immediately panic. In the world of differential equations, the first step is always about perception—learning to see the structure hidden beneath the surface.
Phase 1
The Rearrangement
Our first goal is to bring this equation into a form that speaks to us. We want to isolate the derivative, dxdy. By moving the dx term to the right and dividing, we get:
Now, let's distribute that negative sign and split the fraction. We rewrite it as:
dxdy=2x22x−ey=2x22x−2x2ey
Simplifying this, we get dxdy=x1−2x2ey. If we move the x1 term to the left, we have:
Look closely. If that ey term weren't there, this would be a simple linear differential equation. This is a Bernoulli equation, and we have a specific strategy to defeat it.
Phase 2
The Bernoulli Transformation
To eliminate that ey, we need to perform a surgical strike. We multiply the entire equation by e−y:
Now, we introduce our hero: the substitution z=e−y. If we differentiate this with respect to x, we get dxdz=−e−ydxdy.
Substituting this into our equation, we get:
Multiply by −1 to clean it up, and we arrive at the standard linear form:
Phase 3
The Integrating Factor
We have successfully transformed a non-linear equation into a standard linear equation. Here, P(x)=x1 and Q(x)=2x21.
To solve this, we need the Integrating Factor (IF):
IF=e∫P(x)dx=e∫x1dx=elnx=x
With our IF=x, the solution is straightforward. We multiply our linear equation by x and integrate:
z⋅x=∫(2x21⋅x)dx=∫2x1dx=21lnx+C
Phase 4
The Final Reveal
We substitute z=e−y back into our equation:
We are given the condition y(e)=1. Let's plug in x=e and y=1 to find our constant C:
e⋅e−1=21lne+C⟹1=21(1)+C⟹C=21
Our particular solution is xe−y=21lnx+21. Finally, to find y(1), we set x=1:
1⋅e−y=21ln1+21⟹e−y=21⟹ey=2
Taking the natural logarithm, we find the final answer:
y=ln2