Internal
problem
ID
[7823]
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
:
3
Date
solved
:
Monday, January 27, 2025 at 03:24:17 PM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 25
dsolve(diff(y(x),x$2)/diff(y(x),x)=x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.035 (sec). Leaf size: 39
DSolve[D[y[x],{x,2}]/D[y[x],x]==x^2,y[x],x,IncludeSingularSolutions -> True]