Internal
problem
ID
[9049]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
65
Date
solved
:
Monday, January 27, 2025 at 05:31:21 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.029 (sec). Leaf size: 94
dsolve(diff(y(x),x)=(a+b*x+c*y(x))^6,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.772 (sec). Leaf size: 274
DSolve[D[y[x],x]==(a+b*x+c*y[x])^6,y[x],x,IncludeSingularSolutions -> True]