Internal
problem
ID
[327]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
2.
Linear
Equations
of
Higher
Order.
Section
2.5
(Nonhomogeneous
equations
and
undetermined
coefficients).
Problems
at
page
161
Problem
number
:
6
Date
solved
:
Wednesday, February 05, 2025 at 03:20:24 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 40
dsolve(2*diff(y(x),x$2)+4*diff(y(x),x)+7*y(x)=x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.025 (sec). Leaf size: 56
DSolve[2*D[y[x],{x,2}]+4*D[y[x],x]+7*y[x]==x^2,y[x],x,IncludeSingularSolutions -> True]