Internal
problem
ID
[8888]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
3.0
Problem
number
:
30
Date
solved
:
Monday, January 27, 2025 at 05:18:36 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 24
dsolve(4*x^2*diff(y(x),x$2)+ y(x) = 8*sqrt(x)*(1+ln(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 37
DSolve[4*x^2*D[y[x],{x,2}]+y[x] == 8*Sqrt[x]*(1+Log[x]),y[x],x,IncludeSingularSolutions -> True]