The Beauty of Differential Equations
Differential equations are the language of change. They describe how things evolve, from the cooling of a cup of coffee to the orbits of planets.
Today, we are going to unravel a beautiful problem that tests your ability to recognize patterns and apply standard tools with precision. Let us dive into the equation:
Phase 1
Pattern Recognition
Before we rush into calculations, let us pause and look at the structure. This is a first-order linear differential equation.
Its standard form is dxdy+Py=Q. By comparing our equation to this, we identify P=−1 and Q=1+4sinx.
This identification is the foundation of our entire journey. If we get this wrong, everything else will crumble, so take a moment to ensure you have captured the signs correctly.
Phase 2
The Integrating Factor
Now, we need a bridge to connect the derivative to the function. This bridge is the Integrating Factor (IF).
The formula is IF=e∫Pdx. Substituting our P=−1, we get:
This e−x is the magic key that will transform our equation into something we can integrate. It acts as a scaling factor, allowing us to write the left side of our equation as the derivative of a product.
Phase 3
The Integration Challenge
The general solution is y⋅IF=∫(Q⋅IF)dx+C. Substituting our values, we get:
We can split this into two integrals: ∫e−xdx and 4∫e−xsinxdx. The first is simple: ∫e−xdx=−e−x.
The second, ∫e−xsinxdx, is a classic JEE integral. Instead of doing integration by parts twice, we use the standard result:
∫eaxsinbxdx=a2+b2eax(asinbx−bcosbx)
With a=−1 and b=1, this becomes:
Phase 4
The Initial Condition
Combining these, we get ye−x=−e−x−2e−x(sinx+cosx)+C. Multiplying by ex gives us the general solution:
Now, we use the initial condition y(π)=1. Substituting x=π and y=1, we find:
This forces C=0. Our particular solution is y(x)=−1−2(sinx+cosx).
Phase 5
The Final Evaluation
Finally, the question asks for y(2π)+10. Substituting x=2π into our particular solution, we get:
y(2π)=−1−2(sin2π+cos2π)=−1−2(1+0)=−3
Adding 10 to this result, we get −3+10=7. We have navigated the complexity and arrived at the answer: 7.