To solve the given differential equation
x2dxdy+xy=x2+y2,x>e1
we can rewrite it by dividing the entire equation by x2:
dxdy+xy=1+(xy)2
This is a homogeneous first-order differential equation. Let y=vx, where v is a function of x. Differentiating with respect to x, we get:
dxdy=v+xdxdv
Substituting y=vx and dxdy into the differential equation gives:
v+xdxdv+v=1+v2
xdxdv=v2−2v+1
xdxdv=(v−1)2
Separating the variables, we have:
(v−1)2dv=xdx
Integrating both sides:
∫(v−1)2dv=∫xdx
−v−11=lnx+C
Since v=xy, this becomes:
−xy−11=lnx+C
x−yx=lnx+C
We are given the initial condition y(1)=0. Substituting x=1 and y=0:
1−01=ln1+C⟹C=1
Thus, the particular solution is:
x−yx=1+lnx
Rearranging for x−y:
x−y=1+lnxx
y(x)=x−1+lnxx=1+lnxxlnx
Now, we evaluate y(e) and y(e2):
-
For x=e:
y(e)=1+lneelne=1+1e⋅1=2e
-
For x=e2:
y(e2)=1+ln(e2)e2ln(e2)=1+2e2⋅2=32e2
Finally, we evaluate the required expression 2y(e2)(y(e))2:
2y(e2)(y(e))2=2⋅32e2(2e)2=2⋅32e24e2=2⋅(4e2×2e23)=2⋅83=43=0.75
The value of the expression is 0.75.