Internal
problem
ID
[18736]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
II.
Equations
of
the
first
order
and
of
the
first
degree.
Exercises
at
page
17
Problem
number
:
Ex.
2
Date
solved
:
Tuesday, January 28, 2025 at 12:13:43 PM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.493 (sec). Leaf size: 68
dsolve((y(x)-3*x+3)*diff(y(x),x)=2*y(x)-x-4,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.128 (sec). Leaf size: 83
DSolve[(y[x]-3*x+3)*D[y[x],x]==2*y[x]-x-4,y[x],x,IncludeSingularSolutions -> True]