Question
Mathematics Question on Differential equations
Show that the given differential equation is homogeneous and solve:y′=xx+y
Answer
The given differential equation is:
y′=xx+y
sxdy=xx+y
Let F(x,y)=xx+y.
Now,F(λx,λy)=λxλx+λy=xx+y=λ=F(x,y)
Thus the given equation is a homogenous equation.
To solve it,we make the substitution as:
y=vx
Differentiating both sides with respect to x,we get:
dxdy=v+dxxdv
Substituting the values of y and dy/dx in equation(1),we get:
v+xdydx=x+xvx
⇒v+xdxdv=1+v
xdxdv=1
⇒dv=xdx
Integrating both sides,we get:
v=logx+C
⇒xy=logx+C
⇒y=xlogx+Cx
This is the required solution of the given differential equation.