Internal
problem
ID
[19605]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
VII.
Exact
differential
equations.
Problem
number
:
Ex
13
page
108
Date
solved
:
Tuesday, January 28, 2025 at 02:03:58 PM
CAS
classification
:
[[_2nd_order, _missing_x]]
✓ Solution by Maple
Time used: 0.029 (sec). Leaf size: 35
dsolve(diff(y(x),x$2)+diff(y(x),x)+diff(y(x),x)^3=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.070 (sec). Leaf size: 69
DSolve[D[y[x],{x,2}]+D[y[x],x]+D[y[x],x]^3==0,y[x],x,IncludeSingularSolutions -> True]