Internal
problem
ID
[8735]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
24
Date
solved
:
Monday, January 27, 2025 at 04:45:56 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.031 (sec). Leaf size: 97
dsolve(y(x)=x*diff(y(x),x)+x^2*diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 19.224 (sec). Leaf size: 72
DSolve[y[x]==x*D[y[x],x]+x^2*(D[y[x],x])^2,y[x],x,IncludeSingularSolutions -> True]