Internal
problem
ID
[15508]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
22.
Method
of
undetermined
coefficients.
Additional
exercises
page
412
Problem
number
:
22.15
(d)
Date
solved
:
Tuesday, January 28, 2025 at 08:00:28 AM
CAS
classification
:
[[_2nd_order, _exact, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 29
dsolve(x^2*diff(y(x),x$2)-2*y(x)=15*cos(3*ln(x))-10*sin(3*ln(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.277 (sec). Leaf size: 80
DSolve[x^2*D[y[x],{x,2}]-2*y[x]==15*Cos[3*Log[x]]-10*Sin[3*Log[x]],y[x],x,IncludeSingularSolutions -> True]