Internal
problem
ID
[1699]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
2,
First
order
equations.
Exact
equations.
Section
2.5
Page
79
Problem
number
:
20
Date
solved
:
Monday, January 27, 2025 at 05:30:48 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.118 (sec). Leaf size: 89
dsolve([((y(x)^3-1)*exp(x))+(3*y(x)^2*(exp(x)+1))*diff(y(x),x)=0,y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.934 (sec). Leaf size: 77
DSolve[{((y[x]^3-1)*Exp[x])+(3*y[x]^2*(Exp[x]+1))*D[y[x],x]==0,y[0]==0},y[x],x,IncludeSingularSolutions -> True]