The Art of Unmasking
Solving the Differential Equation
Differential equations often feel like riddles wrapped in a layer of complexity. When you first look at the equation secxdxdy−2y=2+3sinx, it might seem intimidating.
But in the world of JEE Advanced, complexity is often just a mask. Our goal is to peel back that mask and reveal the elegant structure underneath.
Phase 1
The Standardization
The first step is to bring order to chaos. We have a secx term interfering with our derivative dxdy.
Since secx is the reciprocal of cosx, multiplying the entire equation by cosx is the perfect move. This transforms our equation into:
dxdy−2cosx⋅y=(2+3sinx)cosx
Now, we have a clear linear form: dxdy+P(x)y=Q(x), where P(x)=−2cosx and Q(x)=(2+3sinx)cosx.
Notice how the negative sign in P(x) is crucial; missing it is a classic trap that can derail your entire calculation.
Phase 2
The Integrating Factor
With our P(x) identified, we need the 'magic key'—the Integrating Factor (IF). The formula is IF=e∫P(x)dx.
Substituting our P(x), we get IF=e∫−2cosxdx. Since the integral of cosx is sinx, our IF becomes:
This function is the bridge that allows us to collapse the left side of our differential equation into the derivative of a product: dxd(y⋅e−2sinx).
Phase 3
The Transformation
Now, we set up the general solution:
y⋅e−2sinx=∫(2+3sinx)cosx⋅e−2sinxdx+C
This integral looks daunting, but look closely at the structure. We have sinx and its derivative cosx sitting right there. This is a clear signal for substitution.
Let t=sinx, which implies dt=cosxdx. The integral transforms into:
This is much friendlier! We use Integration by Parts, where we let u=2+3t and dv=e−2tdt.
Following the formula ∫udv=uv−∫vdu, we find that the integral evaluates to:
Substituting sinx back for t, we get our integral result.
Phase 4
The Final Reveal
After dividing by the IF, we arrive at the general solution:
y(x)=−47−23sinx+Ce2sinx
We are given the initial condition y(0)=−47. Plugging in x=0, we find that sin(0)=0 and e0=1, which leads to −47=−47+C.
Thus, C=0. Our particular solution is simply y(x)=−47−23sinx.
Finally, evaluating at x=6π, we use sin(6π)=21 to get:
y(6π)=−47−23(21)=−47−43=−410=−25
We have successfully navigated the complexity and arrived at the elegant solution of −25.