Internal
problem
ID
[13954]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
2,
First
Order
Equations.
Problems
page
149
Problem
number
:
Problem
1(g)
Date
solved
:
Tuesday, January 28, 2025 at 06:09:36 AM
CAS
classification
:
[`y=_G(x,y')`]
✗ Solution by Maple
dsolve(diff(y(t),t)=t*ln(y(t)^(2*t))+t^2,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.286 (sec). Leaf size: 43
DSolve[D[y[t],t]==t*Log[y[t]^(2*t)]+t^2,y[t],t,IncludeSingularSolutions -> True]