Internal
problem
ID
[19499]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
VIII.
Linear
equations
of
second
order.
Excercise
at
end
of
chapter
VIII.
Page
141
Problem
number
:
5
(vi)
Date
solved
:
Tuesday, January 28, 2025 at 01:46:48 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using reduction of order method given that one solution is
✓ Solution by Maple
Time used: 0.435 (sec). Leaf size: 56
dsolve([x*diff(y(x),x$2)*(x*cos(x)-2*sin(x))+(x^2+2)*diff(y(x),x)*sin(x)-2*y(x)*(x*sin(x)+cos(x))=0,x^2],singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[x*D[y[x],{x,2}]*(x*Cos[x]-2*Sin[x])+(x^2+2)*D[y[x],x]*Sin[x]-2*y[x]*(x*Sin[x]+Cos[x])==0,y[x],x,IncludeSingularSolutions -> True]
Not solved