Internal
problem
ID
[163]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.6
(substitution
and
exact
equations).
Problems
at
page
72
Problem
number
:
59
Date
solved
:
Friday, February 07, 2025 at 07:59:19 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.255 (sec). Leaf size: 32
dsolve(diff(y(x),x)= (x-y(x)-1)/(x+y(x)+3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.149 (sec). Leaf size: 53
DSolve[D[y[x],x]==(x-y[x]-1)/(x+y[x]+3),y[x],x,IncludeSingularSolutions -> True]