Internal
problem
ID
[17432]
Book
:
Differential
equations.
An
introduction
to
modern
methods
and
applications.
James
Brannan,
William
E.
Boyce.
Third
edition.
Wiley
2015
Section
:
Chapter
2.
First
order
differential
equations.
Section
2.7
(Substitution
Methods).
Problems
at
page
108
Problem
number
:
12
Date
solved
:
Tuesday, January 28, 2025 at 10:09:38 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
With initial conditions
✗ Solution by Maple
dsolve([diff(y(x),x)=(x+y(x))/(x-y(x)),y(5) = 8],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.044 (sec). Leaf size: 58
DSolve[{D[y[x],x]==(x+y[x])/(x-y[x]),{y[5]==8}},y[x],x,IncludeSingularSolutions -> True]