Internal
problem
ID
[9148]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 05:49:41 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.059 (sec). Leaf size: 30
dsolve(cos(x)*diff(y(x),x$2)+sin(x)*diff(y(x),x)-2*y(x)*cos(x)^3=2*cos(x)^5,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 11.572 (sec). Leaf size: 90
DSolve[Cos[x]*D[y[x],{x,2}]+Sin[x]*D[y[x],x]-2*y[x]*Cos[x]^3==2*Cos[x]^5,y[x],x,IncludeSingularSolutions -> True]