Internal
problem
ID
[9145]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
23
Date
solved
:
Monday, January 27, 2025 at 05:49:01 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.085 (sec). Leaf size: 15
dsolve(diff(y(x),x$2)+tan(x)*diff(y(x),x)+cos(x)^2*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.833 (sec). Leaf size: 37
DSolve[D[y[x],{x,2}]+Tan[x]*D[y[x],x]+Cos[x]^2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]