Internal
problem
ID
[711]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.5.
Linear
first
order
equations.
Page
56
Problem
number
:
8
Date
solved
:
Wednesday, February 05, 2025 at 03:51:25 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 13
dsolve(y(x)+3*x*diff(y(x),x) = 12*x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.025 (sec). Leaf size: 17
DSolve[y[x]+3*x*D[y[x],x] == 12*x,y[x],x,IncludeSingularSolutions -> True]