Internal
problem
ID
[3524]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode,
second
edition,
2000
Section
:
1.4,
page
36
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 07:40:31 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 51
dsolve(diff(y(x),x)=(x^2*y(x)-32)/(16-x^2) + 32,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.264 (sec). Leaf size: 56
DSolve[D[y[x],x]==(x^2*y[x]-32)/(16-x^2) + 32,y[x],x,IncludeSingularSolutions -> True]