Internal
problem
ID
[9045]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
61
Date
solved
:
Monday, January 27, 2025 at 05:28:00 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 79
dsolve(diff(y(x),x)=(1+6*x+y(x))^(1/3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.241 (sec). Leaf size: 66
DSolve[D[y[x],x]==(1+6*x+y[x])^(1/3),y[x],x,IncludeSingularSolutions -> True]