Internal
problem
ID
[5999]
Book
:
Ordinary
Differential
Equations,
By
Tenenbaum
and
Pollard.
Dover,
NY
1963
Section
:
Chapter
8.
Special
second
order
equations.
Lesson
35.
Independent
variable
x
absent
Problem
number
:
Exercise
35.5,
page
504
Date
solved
:
Monday, January 27, 2025 at 01:30:42 PM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 17
dsolve(x*diff(y(x),x$2)-diff(y(x),x)=x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.029 (sec). Leaf size: 24
DSolve[x*D[y[x],{x,2}]-D[y[x],x]==x^2,y[x],x,IncludeSingularSolutions -> True]