Internal
problem
ID
[8758]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
46
Date
solved
:
Monday, January 27, 2025 at 04:48:20 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 23
dsolve(diff(f(x),x)=f(x)^(-1),f(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.065 (sec). Leaf size: 38
DSolve[D[ f[x],x]==f[x]^(-1),f[x],x,IncludeSingularSolutions -> True]