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