Internal
problem
ID
[15109]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
5.
LINEAR
FIRST
ORDER
EQUATIONS.
Additional
exercises.
page
103
Problem
number
:
5.4
(a)
Date
solved
:
Tuesday, January 28, 2025 at 07:31:05 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.140 (sec). Leaf size: 89
dsolve([diff(y(x),x)+6*x*y(x)=sin(x),y(0) = 4],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.058 (sec). Leaf size: 34
DSolve[{D[y[x],x]+6*x*y[x]==Sin[x],{y[0]==4}},y[x],x,IncludeSingularSolutions -> True]