Internal
problem
ID
[9132]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 05:48:36 PM
CAS
classification
:
[_Liouville, [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 37
dsolve(diff(y(x),x$2)+x*diff(y(x),x)+y(x)*(diff(y(x),x))^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.341 (sec). Leaf size: 44
DSolve[D[y[x],{x,2}]+x*D[y[x],x]+y[x]*(D[y[x],x])^2==0,y[x],x,IncludeSingularSolutions -> True]