Internal
problem
ID
[10084]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
70
Date
solved
:
Monday, January 27, 2025 at 06:25:35 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.055 (sec). Leaf size: 113
dsolve(diff(y(x),x) - sqrt((a__4*x^4+a__3*x^3+a__2*x^2+a__1*x+a__0)/(b__4*y(x)^4+b__3*y(x)^3+b__2*y(x)^2+b__1*y(x)+b__0))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 55.381 (sec). Leaf size: 78
DSolve[D[y[x],x] - Sqrt[(a4*x^4+a3*x^3+a2*x^2+a1*x+a0)/(b4*y[x]^4+b3*y[x]^3+b2*y[x]^2+b1*y[x]+b0)]==0,y[x],x,IncludeSingularSolutions -> True]