Bernoulli equation is of the form dxdy+p(x)y=q(x)yn. The given DE has n=0 which reduces the standard Bernoulli equation to dxdy+p(x)y=q(x) which can be solved as a first order linear differential equation.
Now, the given DE is;
y′−(x2)y=1+x1
putting y=uv into the given DE yields;
uv′+vu′−(x2)uv=1+x1⇒uv′+v[u′−x2u]=1+x1⋯⋯(1)
Putting the coefficient of v equal zero yields;
u′−x2u=0⇒dxdu=x2u
By method of separation of variables, we have;
u1dxdu=x2⇒∫u1dxdu dx=∫x2 dx⇒∫u1 du=∫x2 dx⇒lnu=lnx2+lnc⇒u=cx2,where c is an arbitrary constant.
Next substituting u=cx2 into (1) yields;
cx2v′=1+x1
By method of separation of variables, we have;
cdxdv=x21+x31
integrating both sides wrt x yields;
c∫dxdv dx=∫(x21+x31) dx⇒c∫dv=∫(x21+x31) dx
cv=−x1−2x21+k⇒v=c1(−x1−2x21+k) , where k is an arbitrary constant.
Thus,
y=uv=cx2×c1(−x1−2x21+k)=−x−21+kx2=kx2−x−21
Comments