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