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