Internal
problem
ID
[10078]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
64
Date
solved
:
Monday, January 27, 2025 at 06:23:57 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 153
dsolve(diff(y(x),x) - sqrt((a*y(x)^2+b*y(x)+c)/(a*x^2+b*x+c))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.601 (sec). Leaf size: 142
DSolve[D[y[x],x]- Sqrt[(a*y[x]^2+b*y[x]+c)/(a*x^2+b*x+c)]==0,y[x],x,IncludeSingularSolutions -> True]