The Symphony of Symmetry
Unlocking the Homogeneous Equation
Welcome, future engineers. Today, we are not just solving a differential equation; we are embarking on a journey of pattern recognition.
When you look at the equation (x2−y2)dx+2xydy=0, what do you see? Do you see a wall of algebra, or do you see a hidden symmetry?
In the world of JEE Advanced, the ability to spot the 'soul' of an equation is what separates the good from the great. Let us peel back the layers of this problem together.
Phase 1
The Recognition
First, let us analyze the structure. We have terms like x2, y2, and 2xy.
Notice the degree of each term. x2 is degree 2, y2 is degree 2, and 2xy is degree 2 because 1+1=2.
This is the defining characteristic of a first-order homogeneous differential equation. When every term in your equation shares the same degree, the universe is telling you that there is a specific, elegant path to the solution.
Phase 2
The Master Key Substitution
Whenever you see this homogeneity, the substitution y=vx is your best friend. It transforms the equation into a separable one, effectively changing your coordinate system to align with the flow of the curve.
Since y=vx, we must also find the derivative. Using the product rule, we differentiate with respect to x:
dxdy=v⋅dxd(x)+x⋅dxdv=v+xdxdv
Now, let us substitute this into our rearranged equation. We started with dxdy=2xyy2−x2. Substituting y=vx, we get:
Look at the magic that happens next. We factor out x2 from the numerator and denominator:
The x2 terms cancel out completely. We are left with v+xdxdv=2vv2−1. The variable x is no longer tangled with y; we have successfully decoupled the system.
Phase 3
The Calculus Journey
Now, we isolate the variables. Moving v to the right side gives us:
xdxdv=2vv2−1−v=2vv2−1−2v2=2v−(v2+1)
Separating the variables, we bring all v terms to the left and all x terms to the right:
This is a beautiful integral. On the left, the numerator 2v is exactly the derivative of the denominator v2+1. This is the classic ∫f(v)f′(v)dv=ln∣f(v)∣ form.
Integrating both sides, we get ln(v2+1)=−ln∣x∣+lnC. Using the properties of logarithms, this simplifies to ln(v2+1)=ln(xC), which implies:
Phase 4
The Geometric Revelation
We are almost home. Substituting v=xy back into our equation, we get (xy)2+1=xC. Multiplying by x2, we arrive at y2+x2=Cx, or x2+y2−Cx=0.
We are told the curve passes through (1,1). Plugging these coordinates in, we find 12+12=C(1), so C=2. Our final equation is:
To see the geometry, we rearrange: x2−2x+y2=0. Completing the square for x, we add 1 to both sides:
(x2−2x+1)+y2=1⇒(x−1)2+y2=12
This is a circle with center (1,0) and radius 1.
Look at the center (1,0). The y-coordinate is zero, meaning the center lies perfectly on the x-axis. We have solved the mystery! The curve is a circle with its center on the x-axis.