Internal
problem
ID
[9130]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
8
Date
solved
:
Monday, January 27, 2025 at 05:45:55 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.618 (sec). Leaf size: 882
dsolve(diff(y(x), x) = (x + y(x))^4,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.142 (sec). Leaf size: 175
DSolve[D[y[x],x] == (x + y[x])^4,y[x],x,IncludeSingularSolutions -> True]