Internal
problem
ID
[11712]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
6,
non-linear
second
order
Problem
number
:
1714
(book
6.123)
Date
solved
:
Monday, January 27, 2025 at 11:30:54 PM
CAS
classification
:
[[_2nd_order, _reducible, _mu_y_y1], [_2nd_order, _reducible, _mu_xy]]
✗ Solution by Maple
dsolve(diff(diff(y(x),x),x)*y(x)-diff(y(x),x)^2+(g(x)+y(x)^2*f(x))*diff(y(x),x)-y(x)*(diff(g(x),x)-diff(f(x),x)*y(x)^2)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 44.072 (sec). Leaf size: 312
DSolve[-(y[x]*(-(y[x]^2*Derivative[1][f][x]) + Derivative[1][g][x])) + (g[x] + f[x]*y[x]^2)*D[y[x],x] - D[y[x],x]^2 + y[x]*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]