To find the solution x=x(y) of the given differential equation:
2y2dydx−2xy+x2=0,y>1
We can rewrite the equation by dividing all terms by y2:
2dydx−y2x+y2x2=0
⟹dydx−yx=−2y2x2
This is a homogeneous differential equation as well as a Bernoulli's differential equation. Let us solve it using the substitution method for a homogeneous equation.
Let x=vy, where v is a function of y. Differentiating with respect to y, we get:
dydx=v+ydydv
Substituting x=vy and dydx=v+ydydv into the differential equation:
v+ydydv−v=−2y2v2y2
ydydv=−2v2
Separating the variables v and y:
v2dv=−2ydy
Integrating both sides:
∫v−2dv=−21∫y1dy
−v1=−21lny+C1
v1=21lny+C
Since v=yx, we have v1=xy:
xy=21lny+C
We are given the initial condition x(e)=e, which means x=e when y=e:
ee=21ln(e)+C
1=21(1)+C⟹C=21
Thus, the implicit solution is:
xy=21lny+21=21(lny+1)
Now, to find x(e2), we substitute y=e2 into the equation:
x(e2)e2=21(ln(e2)+1)
x(e2)e2=21(2+1)=23
x(e2)=32e2
Hence, the correct option is B.