Internal
problem
ID
[7927]
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
:
2(c)
Date
solved
:
Monday, January 27, 2025 at 03:32:42 PM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.062 (sec). Leaf size: 15
dsolve([y(x)^2*diff(y(x),x)=x,y(-1) = 3],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.203 (sec). Leaf size: 22
DSolve[{y[x]^2*D[y[x],x]==x,{y[-1]==3}},y[x],x,IncludeSingularSolutions -> True]