Internal
problem
ID
[7850]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Section
1.5.
Exact
Equations.
Page
20
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 03:25:47 PM
CAS
classification
:
[[_homogeneous, `class G`], _exact, _rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.012 (sec). Leaf size: 17
dsolve((x+2/y(x))*diff(y(x),x)+y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 7.118 (sec). Leaf size: 58
DSolve[(x+2/y[x])*D[y[x],x]+y[x]==0,y[x],x,IncludeSingularSolutions -> True]