Internal
problem
ID
[11745]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
6,
non-linear
second
order
Problem
number
:
1747
(book
6.156)
Date
solved
:
Tuesday, January 28, 2025 at 06:11:17 PM
CAS
classification
:
[NONE]
✓ Solution by Maple
Time used: 0.240 (sec). Leaf size: 205
dsolve(3*diff(diff(y(x),x),x)*y(x)-2*diff(y(x),x)^2-a*x^2-b*x-c=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.097 (sec). Leaf size: 118
DSolve[-c - b*x - a*x^2 - 2*D[y[x],x]^2 + 3*y[x]*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]