Internal
problem
ID
[6118]
Book
:
Mathematical
Methods
in
the
Physical
Sciences.
third
edition.
Mary
L.
Boas.
John
Wiley.
2006
Section
:
Chapter
8,
Ordinary
differential
equations.
Section
3.
Linear
First-Order
Equations.
page
403
Problem
number
:
14
Date
solved
:
Monday, January 27, 2025 at 01:36:28 PM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 11
dsolve(diff(x(y),y)=(3*y^(2/3)-x(y))/(3*y),x(y), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 15
DSolve[D[x[y],y]==(3*y^(2/3)-x[y])/(3*y),x[y],y,IncludeSingularSolutions -> True]