Internal
problem
ID
[5712]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
2
Problem
number
:
6.1
Date
solved
:
Monday, January 27, 2025 at 01:11:09 PM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 27
dsolve(diff(y(x),x)+x/(1+x^2)*y(x)=1/(2*x*(1+x^2)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.040 (sec). Leaf size: 33
DSolve[D[y[x],x]+x/(1+x^2)*y[x]==1/(2*x*(1+x^2)),y[x],x,IncludeSingularSolutions -> True]