Internal
problem
ID
[3677]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.8,
Change
of
Variables.
page
79
Problem
number
:
Problem
60
Date
solved
:
Monday, January 27, 2025 at 07:54:32 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.035 (sec). Leaf size: 32
dsolve(diff(y(x),x)=(x+2*y(x)-1)/(2*x-y(x)+3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.068 (sec). Leaf size: 68
DSolve[D[y[x],x]==(x+2*y[x]-1)/(2*x-y[x]+3),y[x],x,IncludeSingularSolutions -> True]