Internal
problem
ID
[5846]
Book
:
Ordinary
Differential
Equations,
By
Tenenbaum
and
Pollard.
Dover,
NY
1963
Section
:
Chapter
2.
Special
types
of
differential
equations
of
the
first
kind.
Lesson
11,
Bernoulli
Equations
Problem
number
:
Exercise
11.8,
page
97
Date
solved
:
Monday, January 27, 2025 at 01:20:30 PM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 38
dsolve((1-x^3)*diff(y(x),x)-2*(1+x)*y(x)=y(x)^(5/2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.153 (sec). Leaf size: 41
DSolve[(1-x^3)*D[y[x],x]-2*(1+x)*y[x]==y[x]^(5/2),y[x],x,IncludeSingularSolutions -> True]