Internal
problem
ID
[10863]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
852
Date
solved
:
Monday, January 27, 2025 at 10:17:58 PM
CAS
classification
:
[[_homogeneous, `class C`], _Abel]
✓ Solution by Maple
Time used: 0.042 (sec). Leaf size: 42
dsolve(diff(y(x),x) = (alpha^3+y(x)^2*alpha^3+2*y(x)*alpha^2*beta*x+alpha*beta^2*x^2+y(x)^3*alpha^3+3*y(x)^2*alpha^2*beta*x+3*y(x)*alpha*beta^2*x^2+beta^3*x^3)/alpha^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.208 (sec). Leaf size: 92
DSolve[D[y[x],x] == (\[Alpha]^3 + \[Alpha]*\[Beta]^2*x^2 + \[Beta]^3*x^3 + 2*\[Alpha]^2*\[Beta]*x*y[x] + 3*\[Alpha]*\[Beta]^2*x^2*y[x] + \[Alpha]^3*y[x]^2 + 3*\[Alpha]^2*\[Beta]*x*y[x]^2 + \[Alpha]^3*y[x]^3)/\[Alpha]^3,y[x],x,IncludeSingularSolutions -> True]