Internal
problem
ID
[6106]
Book
:
Mathematical
Methods
in
the
Physical
Sciences.
third
edition.
Mary
L.
Boas.
John
Wiley.
2006
Section
:
Chapter
8,
Ordinary
differential
equations.
Section
3.
Linear
First-Order
Equations.
page
403
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 01:36:21 PM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 16
dsolve(x^2*diff(y(x),x)+3*x*y(x)=1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.028 (sec). Leaf size: 20
DSolve[x^2*D[y[x],x]+3*x*y[x]==1,y[x],x,IncludeSingularSolutions -> True]