Internal
problem
ID
[3156]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
20,
page
90
Problem
number
:
12
Date
solved
:
Monday, January 27, 2025 at 07:24:05 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.046 (sec). Leaf size: 40
dsolve(diff(y(x),x$2)+a^2*y(x)=sec(a*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.041 (sec). Leaf size: 39
DSolve[D[y[x],{x,2}]+a^2*y[x]==Sec[a*x],y[x],x,IncludeSingularSolutions -> True]