Internal
problem
ID
[9156]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
33
Date
solved
:
Monday, January 27, 2025 at 05:50:59 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.014 (sec). Leaf size: 97
dsolve(diff(y(x),x$2)-2*tan(x)*diff(y(x),x)+5*y(x)=exp(x^2)*sec(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.250 (sec). Leaf size: 133
DSolve[D[y[x],{x,2}]-2*Tan[x]*D[y[x],x]+5*y[x]==Exp[x^2]*Sec[x],y[x],x,IncludeSingularSolutions -> True]