Internal
problem
ID
[9011]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
27
Date
solved
:
Monday, January 27, 2025 at 05:27:12 PM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 59
dsolve(diff(y(x),x)=sin(x)+y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.165 (sec). Leaf size: 105
DSolve[D[y[x],x]==Sin[x]+y[x]^2,y[x],x,IncludeSingularSolutions -> True]