Internal
problem
ID
[9047]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
63
Date
solved
:
Monday, January 27, 2025 at 05:28:04 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 49
dsolve(diff(y(x),x)=(a+b*x+y(x))^(4),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.423 (sec). Leaf size: 163
DSolve[D[y[x],x]==(a+b*x+y[x])^(4),y[x],x,IncludeSingularSolutions -> True]