Internal
problem
ID
[6096]
Book
:
Mathematical
Methods
in
the
Physical
Sciences.
third
edition.
Mary
L.
Boas.
John
Wiley.
2006
Section
:
Chapter
8,
Ordinary
differential
equations.
Section
2.
Separable
equations.
page
398
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 01:35:57 PM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.031 (sec). Leaf size: 34
dsolve([(1+y(x)^2)+x*y(x)*diff(y(x),x)=0,y(5) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.358 (sec). Leaf size: 40
DSolve[{(1+y[x]^2)+x*y[x]*D[y[x],x]==0,{y[5]==0}},y[x],x,IncludeSingularSolutions -> True]