The Hidden Symmetry of Differential Equations
Welcome, future engineer. Today, we are going to peel back the layers of a differential equation that might look intimidating at first, but is actually a masterpiece of mathematical elegance.
The problem gives us:
(1+ex)y′+yex=1
At first glance, it feels like a tangled mess of exponential terms. But in the world of JEE Advanced, we don't fear the mess; we look for the order within it.
Phase 1
The Hidden Symmetry
Look at the left-hand side (LHS) of our equation. It is not just a random collection of terms; it is a classic setup for the product rule.
Recall that the derivative of a product u⋅v is u′v+uv′. If we let u=y and v=(1+ex), then u′=y′ and v′=ex.
When we compute the derivative of y(1+ex), we get exactly y′(1+ex)+y(ex). Our entire LHS collapses into a single, neat exact derivative:
This is the 'Aha!' moment that turns a complex problem into a simple integration.
Phase 2
The Integration Journey
Now that we have dxd[y(1+ex)]=1, the path forward is clear. We integrate both sides with respect to x:
The integral of a derivative is simply the original function, so we get:
This is our general solution. But we are not done yet; we need to find that elusive constant C.
Phase 3
Locking the Curve
The problem provides a lifeline: the initial condition y(0)=2. This tells us exactly which curve we are dealing with.
By substituting x=0 and y=2 into our equation, we get:
Since e0=1, this simplifies to 2(1+1)=C, which means C=4. Our particular solution is now locked in:
Phase 4
The Calculus of Critical Points
Now, let's tackle the options. Option A asks if y(−4)=0.
Plugging in x=−4, we get:
y(−4)=1+e−4−4+4=1+e−40=0
Option A is true! For Option B, y(−2)=1+e−2−2+4=1+e−22, which is clearly not zero. So, Option B is false.
Finally, we look for critical points. We need to find where y′(x)=0. Using the quotient rule on y(x)=1+exx+4, we find:
y′(x)=(1+ex)2(1)(1+ex)−(x+4)(ex)
Simplifying the numerator, we get 1+ex−xex−4ex=1−(x+3)ex. Setting this to zero, we need to check if f(x)=(x+3)ex−1=0 has a root in (−1,0).
Using the Intermediate Value Theorem, we check the boundaries:
Since e≈2.718, e2<1, so f(−1)<0. At the other boundary, f(0)=(0+3)e0−1=3−1=2, which is greater than zero.
Since the function changes sign from negative to positive, it must cross zero somewhere in between. Thus, a critical point exists in (−1,0). Option C is true!
We have successfully decoded the problem. Through symmetry, integration, and the power of the Intermediate Value Theorem, we have proven that Options A and C are the correct statements. Keep practicing, and remember: the beauty of math lies in finding the simple truth hidden behind the complex surface.