Internal
problem
ID
[9125]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 05:45:47 PM
CAS
classification
:
[_Liouville, [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 35
dsolve(diff(y(x),x$2)+sin(x)*diff(y(x),x)+y(x)*diff(y(x),x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 66.642 (sec). Leaf size: 76
DSolve[D[y[x],{x,2}]+Sin[x]*D[y[x],x]+y[x]*(D[y[x],x])^2==0,y[x],x,IncludeSingularSolutions -> True]