Internal
problem
ID
[9069]
Book
:
First
order
enumerated
odes
Section
:
section
3.
First
order
odes
solved
using
Laplace
method
Problem
number
:
12
Date
solved
:
Monday, January 27, 2025 at 05:31:53 PM
CAS
classification
:
[_linear]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 1.578 (sec). Leaf size: 13
dsolve([(1+a*t)*diff(y(t),t)+y(t)=t,y(1) = 0],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.599 (sec). Leaf size: 14
DSolve[{(1+a*t)*D[y[t],t]+y[t]==t,y[1]==0},y[t],t,IncludeSingularSolutions -> True]