Welcome, future engineer. Today, we are going to dismantle a problem that often intimidates students in the JEE Advanced examination hall. It is a differential equation:
Many students see this and immediately panic, trying to separate variables or force a solution that isn't there. In mathematics, when a problem looks overly complex, it is usually hiding a beautiful, simple structure underneath.
The Art of Substitution
Look at the term ey and the term dxdy. If we differentiate ey with respect to x, the chain rule gives us eydxdy.
If we let t=ey, then:
This substitution is our masterstroke. It transforms a non-linear, intimidating equation into a standard, friendly Linear Differential Equation.
The Linear Transformation
Let us expand the original equation:
Now, substitute our new variable t. The first term becomes dxdt, and the second term becomes t. The equation simplifies to:
We have moved from a complex, non-linear world into the structured, predictable world of Linear Differential Equations. This is the standard form dxdt+P(x)t=Q(x), where P(x)=−1 and Q(x)=ex.
The Integrating Factor
To solve any linear differential equation, we need the engine that drives the solution: the Integrating Factor (I.F.). The formula is:
Here, P(x)=−1, so our Integrating Factor is:
When we multiply our entire equation dxdt−t=ex by e−x, the left side becomes the derivative of the product of our dependent variable and the Integrating Factor:
The Final Integration and Boundary Condition
Now, we integrate both sides with respect to x. The integral of 1 is simply x, plus our constant of integration C:
Substituting back t=ey, we get:
Using the initial condition y(0)=0, we substitute x=0 and y=0:
Our specific solution is ey−x=x+1. To find y(1), we take the natural logarithm of both sides:
Finally, substituting x=1:
The destination of our journey is exactly 1+ln2. Keep this mindset for your JEE preparation: look for the substitution, identify the standard form, and trust the process.