Internal
problem
ID
[13093]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
1,
First
order
differential
equations.
Section
1.4.1.
Integrating
factors.
Exercises
page
41
Problem
number
:
4
Date
solved
:
Tuesday, January 28, 2025 at 04:52:04 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 60
dsolve(diff(y(t),t)+a*y(t)=sqrt(1+t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.275 (sec). Leaf size: 49
DSolve[D[y[t],t]+a*y[t]==Sqrt[1+t],y[t],t,IncludeSingularSolutions -> True]