Internal
problem
ID
[8553]
Book
:
Elementary
differential
equations.
Rainville,
Bedient,
Bedient.
Prentice
Hall.
NJ.
8th
edition.
1997.
Section
:
CHAPTER
16.
Nonlinear
equations.
Miscellaneous
Exercises.
Page
340
Problem
number
:
24
Date
solved
:
Monday, January 27, 2025 at 04:14:05 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 16
dsolve(x*diff(y(x),x)^2+y(x)*(1-x)*diff(y(x),x)-y(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.045 (sec). Leaf size: 26
DSolve[x*D[y[x],x]^2+y[x]*(1-x)*D[y[x],x]-y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]