Internal
problem
ID
[2870]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
5,
page
21
Problem
number
:
30
Date
solved
:
Monday, January 27, 2025 at 06:21:13 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.208 (sec). Leaf size: 31
dsolve([(x^2-2*x-8)*diff(y(x),x)=y(x)^2+y(x)-2,y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.823 (sec). Leaf size: 48
DSolve[{(x^2-2*x-8)*D[y[x],x]==y[x]^2+y[x]-2,y[0]==0},y[x],x,IncludeSingularSolutions -> True]