Internal
problem
ID
[19351]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
VII.
Exact
differential
equations
and
certain
particular
forms
of
equations.
Exercise
VII
(A)
at
page
104
Problem
number
:
5
Date
solved
:
Tuesday, January 28, 2025 at 01:35:11 PM
CAS
classification
:
[[_3rd_order, _fully, _exact, _linear]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 79
dsolve(x*diff(y(x),x$3)+(x^2-3)*diff(y(x),x$2)+4*x*diff(y(x),x)+2*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.074 (sec). Leaf size: 103
DSolve[x*D[y[x],{x,3}]+(x^2-3)*D[y[x],{x,2}]+4*x*D[y[x],x]+2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]