Internal
problem
ID
[18699]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
VI.
Certain
particular
forms
of
equations.
Exercises
at
page
74
Problem
number
:
3
Date
solved
:
Tuesday, January 28, 2025 at 12:10:44 PM
CAS
classification
:
[[_2nd_order, _quadrature]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 19
dsolve(x^2*diff(y(x),x$2)=ln(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 24
DSolve[x^2*D[y[x],{x,2}]==Log[x],y[x],x,IncludeSingularSolutions -> True]