1.211 problem 212

Internal problem ID [7791]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 1, linear first order
Problem number: 212.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [NONE]

\[ \boxed {y y^{\prime }+f \left (y^{2}+x^{2}\right ) g \left (x \right )+x=0} \]

Solution by Maple

Time used: 0.031 (sec). Leaf size: 30

dsolve(y(x)*diff(y(x),x)+f(x^2+y(x)^2)*g(x)+x=0,y(x), singsol=all)
 

\[ \int _{\textit {\_b}}^{y \left (x \right )}\frac {\textit {\_a}}{f \left (\textit {\_a}^{2}+x^{2}\right )}d \textit {\_a} +\int g \left (x \right )d x -c_{1} = 0 \]

Solution by Mathematica

Time used: 0.262 (sec). Leaf size: 95

DSolve[y[x]*y'[x]+f[x^2+y[x]^2]*g[x]+x==0,y[x],x,IncludeSingularSolutions -> True]
 

\[ \text {Solve}\left [\int _1^{y(x)}\left (\frac {K[2]}{f\left (x^2+K[2]^2\right )}-\int _1^x-\frac {2 K[1] K[2] f'\left (K[1]^2+K[2]^2\right )}{f\left (K[1]^2+K[2]^2\right )^2}dK[1]\right )dK[2]+\int _1^x\left (g(K[1])+\frac {K[1]}{f\left (K[1]^2+y(x)^2\right )}\right )dK[1]=c_1,y(x)\right ] \]