Internal
problem
ID
[792]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Chapter
1
review
problems.
Page
78
Problem
number
:
22
Date
solved
:
Wednesday, February 05, 2025 at 04:21:00 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 19
dsolve(x*diff(y(x),x) = 12*x^4*y(x)^(2/3)+6*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.155 (sec). Leaf size: 19
DSolve[x*D[y[x],x]== 12*x^4*y[x]^(2/3)+6*y[x],y[x],x,IncludeSingularSolutions -> True]