Internal
problem
ID
[13273]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.1
(Exact
differential
equations
and
integrating
factors).
Exercises
page
37
Problem
number
:
2
Date
solved
:
Tuesday, January 28, 2025 at 05:13:54 AM
CAS
classification
:
[_exact, _rational, [_1st_order, `_with_symmetry_[F(x)*G(y),0]`], [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.012 (sec). Leaf size: 58
dsolve((y(x)^2+3)+(2*x*y(x)-4)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.445 (sec). Leaf size: 79
DSolve[(y[x]^2+3)+(2*x*y[x]-4)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]