Internal
problem
ID
[10942]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
932
Date
solved
:
Tuesday, January 28, 2025 at 05:31:31 PM
CAS
classification
:
[[_Abel, `2nd type`, `class C`]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 54
dsolve(diff(y(x),x) = 1/243*(27*y(x)^3+27*exp(3*x^2)*y(x)+18*exp(3*x^2)*y(x)^2+3*y(x)^3*exp(3*x^2)+27*exp(9/2*x^2)+27*exp(9/2*x^2)*y(x)+9*exp(9/2*x^2)*y(x)^2+exp(9/2*x^2)*y(x)^3)*exp(3*x^2)*x/y(x)/exp(9/2*x^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.732 (sec). Leaf size: 129
DSolve[D[y[x],x] == (x*(27*E^((9*x^2)/2) + 27*E^(3*x^2)*y[x] + 27*E^((9*x^2)/2)*y[x] + 18*E^(3*x^2)*y[x]^2 + 9*E^((9*x^2)/2)*y[x]^2 + 27*y[x]^3 + 3*E^(3*x^2)*y[x]^3 + E^((9*x^2)/2)*y[x]^3))/(243*E^((3*x^2)/2)*y[x]),y[x],x,IncludeSingularSolutions -> True]