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