Internal
problem
ID
[7820]
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.
Section
1.3
SEPARABLE
EQUATIONS.
Page
12
Problem
number
:
2(d)
Date
solved
:
Monday, January 27, 2025 at 03:24:08 PM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.092 (sec). Leaf size: 18
dsolve([y(x)^2*diff(y(x),x)=x+2,y(0) = 4],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.225 (sec). Leaf size: 21
DSolve[{y[x]^2*D[y[x],x]==x+2,{y[0]==4}},y[x],x,IncludeSingularSolutions -> True]