Internal
problem
ID
[5718]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
2
Problem
number
:
10.2
Date
solved
:
Monday, January 27, 2025 at 01:11:24 PM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 104
dsolve(3*z(x)^2*diff(z(x),x)-a*z(x)^3=x+1,z(x), singsol=all)
✓ Solution by Mathematica
Time used: 23.876 (sec). Leaf size: 111
DSolve[3*z[x]^2*D[z[x],x]-a*z[x]^3==x+1,z[x],x,IncludeSingularSolutions -> True]