The Symphony of Homogeneous Equations
Welcome, future engineers. Today, we are going to peel back the layers of a classic differential equation problem.
Often, when students see an equation like (x2+y2)dy=xydx, they freeze. They see the x2, the y2, and the xy, and they panic. But I want you to see something different; I want you to see the symmetry. In the world of differential equations, symmetry is power.
Phase 1
The Recognition
Look at the equation again: (x2+y2)dy=xydx. If we rearrange this to isolate the derivative, we get:
Now, look at the degrees. The numerator xy is a product of two variables, so its degree is 1+1=2. The denominator x2+y2 is a sum of two terms, each of degree 2.
When the numerator and denominator share the same degree, we are dealing with a Homogeneous Differential Equation. This is a beautiful structure because it tells us that the ratio of y to x is the key to unlocking the solution.
Phase 2
The Bridge of Substitution
To solve this, we need a bridge. We need to transform this equation into something we can actually integrate. We use the substitution y=vx, where v is a function of x.
This is the standard tool in our arsenal. But we cannot just substitute y; we must also substitute the derivative. Using the product rule on y=vx, we find that:
Now, watch the magic happen. When we plug these into our equation, we get:
Notice how the x2 terms in the denominator factor out and cancel with the x2 in the numerator. We are left with:
The complexity vanishes, leaving us with a much friendlier expression.
Phase 3
The Calculus of Separation
Now, we isolate the variables. Subtracting v from both sides gives us:
With a little algebraic housekeeping, this becomes:
Now, we separate the variables:
This is where many students stumble, but you won't. Split the fraction on the left:
The integration is straightforward:
We are almost there. Substituting v=xy back into the equation, we get:
Using the properties of logarithms, ln∣xy∣+ln∣x∣=ln∣y∣. Our general solution emerges:
Phase 4
The Particular Solution
We are not just looking for any curve; we are looking for the specific curve that passes through (1,1). Plugging these values into our general solution, we find:
This simplifies to 0−21=C. Thus, C=−21. Our particular solution is:
The Final Step
Finally, we need to find x0 such that y(x0)=e. Substituting y=e into our equation, we get:
Since ln(e)=1, we have:
Rearranging this gives:
Multiplying by 2e2, we get x02=3e2. Taking the square root, we arrive at the final answer:
See? It wasn't just a calculation; it was a journey. You identified the structure, built the bridge, navigated the calculus, and pinned down the specific solution. Keep this mindset, and no differential equation will ever intimidate you again.