Internal
problem
ID
[15173]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
8.
Review
exercises
for
part
of
part
II.
page
143
Problem
number
:
15
Date
solved
:
Tuesday, January 28, 2025 at 07:40:01 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.036 (sec). Leaf size: 39
dsolve((y(x)^2-4)*diff(y(x),x)=y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 28.001 (sec). Leaf size: 246
DSolve[(y[x]^2-4)*D[y[x],x]==y[x],y[x],x,IncludeSingularSolutions -> True]