Hello Amber,
We are asked to find the general solution to the following ODEs:
a) $$\left(x^2+1 \right)\frac{dy}{dx}+xy=x$$
One way to proceed is to separate the variables to obtain:
$$\frac{1}{1-y}\,dy=\frac{x}{x^2+1}\,dx$$
We should note that in doing so, we are losing the trivial solution $y\equiv1$.
We may integrate as follows:
$$-\int\frac{1}{y-1}\,dy=\frac{1}{2}\int\frac{2x}{x^2+1}\,dx$$
$$-\ln|y-1|=\frac{1}{2}\ln\left(x^2+1 \right)+C$$
Applying logarithmic properties, we may write (where we express the constant of integration as the natural log of a positive constant with no loss of generality):
$$\ln\left|\frac{1}{y-1} \right|=\ln\left(C\sqrt{x^2+1} \right)$$
Equating log arguments, we obtain:
$$\frac{1}{y-1}=C\sqrt{x^2+1}$$
Note: because of the absolute value of the argument on the left, the parameter $C$ may now be any non-zero value.
Inverting both sides, we obtain:
$$y-1=\frac{1}{C\sqrt{x^2+1}}$$
$$y(x)=\frac{1}{C\sqrt{x^2+1}}+1$$
We may redefine the parameter $C$ such that it is the inverse of that given above, and we may allow it to be zero to incorporate the trivial solution we lost during the separation of variables, and so we may state:
$$y(x)=\frac{C}{\sqrt{x^2+1}}+1$$
Another way we could solve the given ODE is to divide through by $x^2+1>0$ to obtain the linear ODE in standard form:
$$\frac{dy}{dx}+\frac{x}{x^2+1}y=\frac{x}{x^2+1}$$
Computing the integrating factor, we find:
$$\mu(x)=e^{\int\frac{x}{x^2+1}\,dx}=\sqrt{x^2+1}$$
Multiplying through by this factor, the ODE becomes:
$$\sqrt{x^2+1}\frac{dy}{dx}+\frac{x}{\sqrt{x^2+1}}y=\frac{x}{\sqrt{x^2+1}}$$
Observing the left side is now the differentiation of a product, we may write:
$$\frac{d}{dx}\left(\sqrt{x^2+1}y \right)=\frac{x}{\sqrt{x^2+1}}$$
Now we may integrate:
$$\int\,d\left(\sqrt{x^2+1}y \right)=\frac{1}{2}\int\frac{2x}{\sqrt{x^2+1}}\,dx$$
Computing the anti-derivatives, we obtain:
$$\sqrt{x^2+1}y=\sqrt{x^2+1}+C$$
Dividing through by $$\sqrt{x^2+1}$$ we find:
$$y(x)=\frac{C}{\sqrt{x^2+1}}+1$$
b) $$\left(x+xy^2 \right)\,dx+e^{x^2}y\,dy=0$$
We may separate variables to obtain:
$$\frac{y}{y^2+1}\,dy=-e^{-x^2}x\,dx$$
We may integrate as follows:
$$\int\frac{2y}{y^2+1}\,dy=\int e^{-x^2}(-2x)\,dx$$
Computing the anti-derivatives, we find the implicit solution:
$$\ln\left(y^2+1 \right)=e^{-x^2}+C$$