Internal
problem
ID
[8488]
Book
:
Elementary
differential
equations.
By
Earl
D.
Rainville,
Phillip
E.
Bedient.
Macmilliam
Publishing
Co.
NY.
6th
edition.
1981.
Section
:
CHAPTER
16.
Nonlinear
equations.
Section
99.
Clairaut
equation.
EXERCISES
Page
320
Problem
number
:
29
Date
solved
:
Monday, January 27, 2025 at 04:07:15 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✗ Solution by Maple
dsolve(y(x)=x*diff(y(x),x)+x^3*diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 105.496 (sec). Leaf size: 7052
DSolve[y[x]==x*D[y[x],x]+x^3*(D[y[x],x])^2,y[x],x,IncludeSingularSolutions -> True]
Too large to display