Internal
problem
ID
[801]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Chapter
1
review
problems.
Page
78
Problem
number
:
31
(b)
Date
solved
:
Monday, January 27, 2025 at 03:07:49 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 12
dsolve(diff(y(x),x) = 3*x^2*(7+y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.025 (sec). Leaf size: 20
DSolve[D[y[x],x] == 3*x^2*(7+y[x]),y[x],x,IncludeSingularSolutions -> True]