Analyzing the Setup
Welcome, future engineer. Today, we are going to peel back the layers of a differential equation that might look like a chaotic jumble of symbols at first glance. But remember, in the world of JEE Advanced, chaos is just order waiting to be discovered.
We are looking at the equation:
x3dy+xydx=x2dy+2ydx
Our mission is to find the function y(x) that satisfies this relationship, given the initial condition y(2)=e. Let us embark on this journey.
The Art of Separation
The first step in any differential equation is to impose order. We have dy and dx terms scattered across both sides of the equation. Our goal is to group them.
By moving the
dy terms to the left and the
dx terms to the right, we transform the equation into:
x3dy−x2dy=2ydx−xydx
Now, we factor out the common terms. On the left, we pull out
x2dy, and on the right, we pull out
ydx. This gives us:
x2(x−1)dy=y(2−x)dx
Suddenly, the fog clears. We can now separate the variables completely:
ydy=x2(x−1)2−xdx
This is the beauty of variable separation—we have effectively isolated the influence of y from the influence of x.
The Surgical Precision of Partial Fractions
Now, we integrate both sides. The left side is trivial: the integral of y1dy is simply ln∣y∣.
But the right side requires the integral of a rational function:
∫x2(x−1)2−xdx
We cannot integrate this directly. We must use partial fraction decomposition. We express the integrand as:
x2(x−1)2−x=xA+x2B+x−1C
By multiplying through by the denominator, we get the master equation:
2−x=Ax(x−1)+B(x−1)+Cx2
This is where we play the game of coefficients. By setting x=0, we find B=−2. By setting x=1, we find C=1. Finally, by comparing the coefficients of x2, we find A=−1.
The Final Synthesis
With our constants
A,B, and
C in hand, our integral becomes:
∫(−x1−x22+x−11)dx
Integrating term by term, we get:
ln∣y∣=−ln∣x∣+x2+ln∣x−1∣+K
Using the properties of logarithms, we can condense this into:
Now, we apply our initial condition y(2)=e. Substituting x=2 and y=e, we find that K=ln2.
Our particular solution is now complete:
Finally, to find
y(4), we substitute
x=4 into our equation. After a bit of algebraic cleanup, we arrive at the elegant result:
y=23e1/2
You have navigated the chaos, applied the tools, and arrived at the truth. This is the essence of mathematics—finding the hidden order in the complexity.