Internal
problem
ID
[6748]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
16.
Linear
equations
with
constant
coefficients
(Short
methods).
Supplemetary
problems.
Page
107
Problem
number
:
40
Date
solved
:
Monday, January 27, 2025 at 02:27:22 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 85
dsolve(diff(y(x),x$2)+5*diff(y(x),x)+6*y(x)=exp(-2*x)*sec(x)^2*(1+2*tan(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.121 (sec). Leaf size: 26
DSolve[D[y[x],{x,2}]+5*D[y[x],x]+6*y[x]==Exp[-2*x]*Sec[x]^2*(1+2*Tan[x]),y[x],x,IncludeSingularSolutions -> True]