Internal
problem
ID
[1193]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.6.
Page
100
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 04:43:39 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 43
dsolve(3+2*x+(-2+2*y(x))*diff(y(x),x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.120 (sec). Leaf size: 51
DSolve[3+2*x+(-2+2*y[x])*D[y[x],x] == 0,y[x],x,IncludeSingularSolutions -> True]