Internal
problem
ID
[8922]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
4.0
Problem
number
:
29
Date
solved
:
Tuesday, January 28, 2025 at 03:55:55 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _dAlembert]
✓ Solution by Maple
Time used: 0.109 (sec). Leaf size: 73
dsolve((y(x)-2*x*diff(y(x),x))^2= diff(y(x),x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 91.539 (sec). Leaf size: 32354
DSolve[(y[x]-2*x*D[y[x],x])^2== D[y[x],x]^3,y[x],x,IncludeSingularSolutions -> True]
Too large to display