Internal
problem
ID
[5755]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
7
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 01:12:50 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.033 (sec). Leaf size: 80
dsolve(x=a*diff(y(x),x)+b*(diff(y(x),x))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.023 (sec). Leaf size: 74
DSolve[x==a*D[y[x],x]+b*(D[y[x],x])^2,y[x],x,IncludeSingularSolutions -> True]