Internal
problem
ID
[15126]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
6.
Simplifying
through
simplifiction.
Additional
exercises.
page
114
Problem
number
:
6.7
(c)
Date
solved
:
Tuesday, January 28, 2025 at 07:34:14 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 17
dsolve(3*diff(y(x),x)+2/x*y(x)=4*sqrt(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.165 (sec). Leaf size: 26
DSolve[3*D[y[x],x]+2/x*y[x]==4*Sqrt[y[x]],y[x],x,IncludeSingularSolutions -> True]