Internal
problem
ID
[9128]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 05:45:49 PM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.052 (sec). Leaf size: 61
dsolve(diff(y(x),x$2)*diff(y(x),x)+y(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.503 (sec). Leaf size: 55
DSolve[D[y[x],{x,2}]*D[y[x],x]+y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]