Internal
problem
ID
[16132]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Exercises
2.5,
page
64
Problem
number
:
60
Date
solved
:
Tuesday, January 28, 2025 at 08:50:34 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 21
dsolve(y(t)=t*(diff(y(t),t)+1)+(2*diff(y(t),t)+1),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.039 (sec). Leaf size: 25
DSolve[y[t]==t*(D[y[t],t]+1)+(2*D[y[t],t]+1),y[t],t,IncludeSingularSolutions -> True]