Internal
problem
ID
[61]
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
:
21
Date
solved
:
Friday, February 07, 2025 at 07:47:24 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.078 (sec). Leaf size: 34
dsolve([2*y(x)*diff(y(x),x)= x/sqrt(x^2-16),y(5) = 2],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.736 (sec). Leaf size: 20
DSolve[{2*y[x]*D[y[x],x]== x/Sqrt[x^2-16],{y[5]==2}},y[x],x,IncludeSingularSolutions -> True]