Internal
problem
ID
[696]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.4.
Separable
equations.
Page
43
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 02:58:15 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.031 (sec). Leaf size: 34
dsolve([2*y(x)*diff(y(x),x) = x/(x^2-16)^(1/2),y(5) = 2],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.718 (sec). Leaf size: 20
DSolve[{2*y[x]*D[y[x],x] == x/(x^2-16)^(1/2),y[5]==2},y[x],x,IncludeSingularSolutions -> True]