Internal
problem
ID
[5752]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
7
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 01:12:46 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.043 (sec). Leaf size: 45
dsolve((diff(y(x),x))^2=(1-x)/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.178 (sec). Leaf size: 51
DSolve[(D[y[x],x])^2==(1-x)/x,y[x],x,IncludeSingularSolutions -> True]