Internal
problem
ID
[9152]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
29
Date
solved
:
Monday, January 27, 2025 at 05:49:54 PM
CAS
classification
:
[_Lienard]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 24
dsolve(cos(x)^2*diff(y(x),x$2)-2*cos(x)*sin(x)*diff(y(x),x)+y(x)*cos(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.062 (sec). Leaf size: 51
DSolve[Cos[x]^2*D[y[x],{x,2}]-2*Cos[x]*Sin[x]*D[y[x],x]+y[x]*Cos[x]^2==0,y[x],x,IncludeSingularSolutions -> True]