Internal
problem
ID
[7919]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Problems
for
Review
and
Discovery.
Page
53
Problem
number
:
1(c)
Date
solved
:
Monday, January 27, 2025 at 03:32:17 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 12
dsolve(x^2*diff(y(x),x)=y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.025 (sec). Leaf size: 20
DSolve[x^2*D[y[x],x]==y[x],y[x],x,IncludeSingularSolutions -> True]