Internal
problem
ID
[18617]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
II.
Change
of
variable.
Exercises
at
page
20
Problem
number
:
9
Date
solved
:
Tuesday, January 28, 2025 at 12:04:18 PM
CAS
classification
:
[[_3rd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 166
dsolve(x^3*diff(v(x),x$3)+2*x^2*diff(v(x),x$2)+v(x)=0,v(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.004 (sec). Leaf size: 69
DSolve[x^3*D[v[x],{x,3}]+2*x^2*D[v[x],{x,2}]+v[x]==0,v[x],x,IncludeSingularSolutions -> True]