Internal
problem
ID
[874]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
5.5,
Nonhomogeneous
equations
and
undetermined
coefficients
Page
351
Problem
number
:
6
Date
solved
:
Wednesday, February 05, 2025 at 04:36:10 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.001 (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]