Internal
problem
ID
[5767]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
7
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 01:16:01 PM
CAS
classification
:
[_rational, [_1st_order, `_with_symmetry_[F(x),G(y)]`]]
✓ Solution by Maple
Time used: 0.131 (sec). Leaf size: 77
dsolve(y(x)*diff(y(x),x)=x+(y(x)^2-y(x)^2*(diff(y(x),x))^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.242 (sec). Leaf size: 69
DSolve[y[x]*D[y[x],x]==x+(y[x]^2-y[x]^2*(D[y[x],x])^2),y[x],x,IncludeSingularSolutions -> True]