Internal
problem
ID
[2911]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
7,
page
28
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 06:53:58 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.140 (sec). Leaf size: 20
dsolve([(x-2*y(x)+3)+(1-x+2*y(x))*diff(y(x),x)=0,y(-4) = 2],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.659 (sec). Leaf size: 28
DSolve[{(x-2*y[x]+3)+(1-x+2*y[x])*D[y[x],x]==0,{y[-4]==2}},y[x],x,IncludeSingularSolutions -> True]