Internal
problem
ID
[11736]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
6,
non-linear
second
order
Problem
number
:
1738
(book
6.147)
Date
solved
:
Monday, January 27, 2025 at 11:32:10 PM
CAS
classification
:
[[_Painleve, `4th`]]
✗ Solution by Maple
dsolve(2*diff(diff(y(x),x),x)*y(x)-diff(y(x),x)^2+b-4*(x^2+a)*y(x)^2-8*x*y(x)^3-3*y(x)^4=0,y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[b - 4*(a + x^2)*y[x]^2 - 8*x*y[x]^3 - 3*y[x]^4 - D[y[x],x]^2 + 2*y[x]*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]
Not solved