Internal
problem
ID
[18040]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
177
(page
265)
Date
solved
:
Tuesday, January 28, 2025 at 08:28:29 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.079 (sec). Leaf size: 24
dsolve([diff(y(x),x)=y(x)^2/z(x),diff(z(x),x)=1/2*y(x)],singsol=all)
✓ Solution by Mathematica
Time used: 0.019 (sec). Leaf size: 45
DSolve[{D[y[x],x]==y[x]^2/z[x],D[z[x],x]==1/2*y[x]},{y[x],z[x]},x,IncludeSingularSolutions -> True]