Internal
problem
ID
[9146]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
24
Date
solved
:
Monday, January 27, 2025 at 05:49:06 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 124
dsolve(x*diff(y(x),x$2)-diff(y(x),x)+4*x^3*y(x)=8*x^3*sin(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.417 (sec). Leaf size: 72
DSolve[x*D[y[x],{x,2}]-D[y[x],x]+4*x^3*y[x]==8*x^3*Sin[x]^2,y[x],x,IncludeSingularSolutions -> True]