Internal
problem
ID
[1150]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.2.
Page
48
Problem
number
:
22
Date
solved
:
Monday, January 27, 2025 at 04:36:42 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.089 (sec). Leaf size: 71
dsolve([diff(y(x),x) = 3*x^2/(-4+3*y(x)^2),y(1) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 9.255 (sec). Leaf size: 137
DSolve[{D[y[x],x]== 3*x^2/(-4+3*y[x]^2),y[1]==0},y[x],x,IncludeSingularSolutions -> True]