Internal
problem
ID
[1599]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
2,
First
order
equations.
separable
equations.
Section
2.2
Page
52
Problem
number
:
23
Date
solved
:
Monday, January 27, 2025 at 05:13:08 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.028 (sec). Leaf size: 26
dsolve([(x+1)*(x-2)*diff(y(x),x)+y(x)=0,y(1) = -3],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.038 (sec). Leaf size: 23
DSolve[{(x+1)*(x-2)*D[y[x],x]+y[x]==0,y[1]==-3},y[x],x,IncludeSingularSolutions -> True]