Internal
problem
ID
[8707]
Book
:
Selected
problems
from
homeworks
from
different
courses
Section
:
Math
2520,
summer
2021.
Differential
Equations
and
Linear
Algebra.
Normandale
college,
Bloomington,
Minnesota
Problem
number
:
HW
5
problem
1(c)
Date
solved
:
Monday, January 27, 2025 at 04:19:54 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
With initial conditions
✓ Solution by Maple
Time used: 0.011 (sec). Leaf size: 24
dsolve([diff(y(x),x$2)-4*diff(y(x),x)+3*y(x)=9*x^2+4,y(0) = 6, D(y)(0) = 8],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 27
DSolve[{D[y[x],{x,2}]-4*D[y[x],x]+3*y[x]==9*x^2+4,{y[0]==6,Derivative[1][y][0] ==8}},y[x],x,IncludeSingularSolutions -> True]