Internal
problem
ID
[7465]
Book
:
Ordinary
differential
equations
and
calculus
of
variations.
Makarets
and
Reshetnyak.
Wold
Scientific.
Singapore.
1995
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.2
Homogeneous
equations
problems.
page
12
Problem
number
:
45
Date
solved
:
Monday, January 27, 2025 at 03:01:09 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Chini]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 98
dsolve(2*diff(y(x),x)+x=4*sqrt(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.098 (sec). Leaf size: 49
DSolve[2*D[y[x],x]+x==4*Sqrt[y[x]],y[x],x,IncludeSingularSolutions -> True]