Internal
problem
ID
[2330]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.4.
Page
24
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 05:46:03 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
With initial conditions
✓ Solution by Maple
Time used: 0.250 (sec). Leaf size: 21
dsolve([t*diff(y(t),t)=y(t)+sqrt(t^2+y(t)^2),y(1) = 0],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.309 (sec). Leaf size: 14
DSolve[{t*D[y[t],t]==y[t]+Sqrt[t^2+y[t]^2],y[1]==0},y[t],t,IncludeSingularSolutions -> True]