Internal
problem
ID
[4229]
Book
:
Advanced
Mathematica,
Book2,
Perkin
and
Perkin,
1992
Section
:
Chapter
11.3,
page
316
Problem
number
:
17
Date
solved
:
Monday, January 27, 2025 at 08:43:08 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.884 (sec). Leaf size: 37
dsolve([(1+x^3)*diff(y(x),x)=3*x^2*tan(x),y(0) = 1/2*Pi],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 8.694 (sec). Leaf size: 35
DSolve[{(1+x^3)*D[y[x],x]==3*x^2*Tan[x],y[0]==Pi/2},y[x],x,IncludeSingularSolutions -> True]