Internal
problem
ID
[72]
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.4
(separable
equations).
Problems
at
page
43
Problem
number
:
32
Date
solved
:
Friday, February 07, 2025 at 07:47:49 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.310 (sec). Leaf size: 28
dsolve([diff(y(x),x)= y(x)*sqrt(y(x)^2-1),y(a) = b],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.694 (sec). Leaf size: 113
DSolve[{D[y[x],x]== y[x]*Sqrt[y[x]^2-1],{y[a]==b}},y[x],x,IncludeSingularSolutions -> True]