Analyzing the Setup
Welcome, fellow problem solvers. Today, we stand before a differential equation that might seem daunting at first glance:
eydxdy−2eysinx+sinxcos2x=0
In the arena of JEE Advanced, the first step is rarely calculation; it is observation. We have ey and its derivative eydxdy present in the equation.
Whenever you see a function and its derivative in the same equation, your mathematical intuition should scream substitution. By setting t=ey, we transform this non-linear looking beast into a familiar, friendly linear differential equation.
The Transformation
Entering the Linear Realm
Let us execute the substitution t=ey. Differentiating with respect to x, we get:
Substituting this into our original equation, we obtain:
Rearranging this into the standard linear form dxdt+P(x)t=Q(x), we find:
dxdt−(2sinx)t=−sinxcos2x
Here, P(x)=−2sinx and Q(x)=−sinxcos2x. We have successfully tamed the equation and are ready to apply the standard solution method.
The Engine
Integrating Factor
The heart of any linear differential equation is the Integrating Factor (I.F.). It is the bridge that allows us to integrate the equation.
We calculate it as:
I.F.=e∫P(x)dx=e∫−2sinxdx=e2cosx
This is the key that unlocks the solution. We multiply our entire equation by this factor, leading to the general solution template:
t⋅(I.F.)=∫Q(x)⋅(I.F.)dx+c
Substituting our values, we get:
te2cosx=∫(−sinxcos2x)e2cosxdx+c
The Final Stretch
Integration and Boundary Conditions
Now, we evaluate the integral ∫(−sinxcos2x)e2cosxdx. Let u=cosx, then du=−sinxdx.
The integral transforms into ∫u2e2udu. Using integration by parts, we solve this to get:
Substituting back u=cosx and t=ey, we arrive at the general solution:
eye2cosx=4e2cosx(2cos2x−2cosx+1)+c
Finally, we use the initial condition y(2π)=0 to find c. At x=2π, cosx=0, so:
With c in hand, finding y(0) is a matter of arithmetic. Substituting x=0 and c=43 leads us to:
Comparing this to the given form loge(α+βe−2), we identify α=41 and β=43. The final result, 4(α+β), is simply 4.