Internal
problem
ID
[10619]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
608
Date
solved
:
Monday, January 27, 2025 at 09:18:14 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.213 (sec). Leaf size: 38
dsolve(diff(y(x),x) = y(x)^(1/2)/(y(x)^(1/2)+F((x-y(x))/y(x)^(1/2))),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.248 (sec). Leaf size: 274
DSolve[D[y[x],x] == Sqrt[y[x]]/(F[(x - y[x])/Sqrt[y[x]]] + Sqrt[y[x]]),y[x],x,IncludeSingularSolutions -> True]