Internal
problem
ID
[16176]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Review
exercises,
page
80
Problem
number
:
40
(c)
Date
solved
:
Tuesday, January 28, 2025 at 08:56:20 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.109 (sec). Leaf size: 5
dsolve([diff(y(t),t)=-y(t)/(t-2),y(2) = 0],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.002 (sec). Leaf size: 6
DSolve[{D[y[t],t]==-y[t]/(t-2),{y[2]==0}},y[t],t,IncludeSingularSolutions -> True]