Internal
problem
ID
[682]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.4.
Separable
equations.
Page
43
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 02:57:40 AM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 65
dsolve(diff(y(x),x) = 3*(x*y(x))^(1/2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.129 (sec). Leaf size: 26
DSolve[D[y[x],x] == 3*(x*y[x])^(1/2),y[x],x,IncludeSingularSolutions -> True]