Analyzing the Setup
Imagine you are standing before a complex, winding path—a differential equation that seems to lead nowhere. The equation (2x−10y3)dy+ydx=0 might look intimidating at first glance, but in the world of JEE Advanced, every equation is a puzzle waiting for the right perspective.
The secret here isn't brute force; it is the art of transformation. We are looking for a curve, a specific path in the xy-plane. Before we can find it, we must rewrite the equation in a language we understand.
Rearranging the Chaos
Most students instinctively reach for dxdy. However, notice that x appears only to the first power. That is a massive, glowing neon sign telling us to switch our perspective.
Let us rearrange the terms to isolate dydx:
Now, let us bring the x terms to one side:
Finally, divide by y to reach the standard linear form:
Suddenly, the chaos has order. We are now looking at a classic linear differential equation in the form dydx+P(y)x=Q(y), where P(y)=y2 and Q(y)=10y2.
The Magic Key
The Integrating Factor
Every linear differential equation has a 'magic key' that unlocks its solution: the Integrating Factor (IF). The formula is defined as:
Let us plug in our P(y):
The integral of y2 is 2lny, which, by the laws of logarithms, is lny2. So, our IF becomes elny2. Because e and ln are inverse functions, they cancel out perfectly, leaving us with:
This is the moment where the math starts to feel elegant. We have found the key that will simplify everything.
The Path to the Solution
The general solution for our linear equation is given by x⋅(IF)=∫Q(y)⋅(IF)dy+C. Substituting our values, we get:
This simplifies to:
Integrating 10y4 is a simple application of the power rule, giving us 10⋅5y5=2y5. Thus, our general solution is:
Pinning Down the Curve
We have a family of curves, but the problem states the curve passes through (0,1). Let us use this to find our constant C.
Substituting x=0 and y=1 into our equation:
0⋅(1)2=2(1)5+C⇒0=2+C⇒C=−2
Our specific curve is xy2=2y5−2. Finally, we are told the curve also passes through (2,β).
Substituting x=2 and y=β, we get:
Dividing by 2, we get β2=β5−1, or:
We have arrived at the final destination. β is a root of the polynomial y5−y2−1=0. You have successfully navigated the differential landscape!