Internal
problem
ID
[1752]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
5
linear
second
order
equations.
Section
5.1
Homogeneous
linear
equations.
Page
203
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 05:34:20 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.058 (sec). Leaf size: 14
dsolve(4*x^2*sin(x)*diff(y(x),x$2)-4*x*(x*cos(x)+sin(x))*diff(y(x),x)+(2*x*cos(x)+3*sin(x))*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.246 (sec). Leaf size: 21
DSolve[4*x^2*Sin[x]*D[y[x],{x,2}]-4*x*(x*Cos[x]+Sin[x])*D[y[x],x]+(2*x*Cos[x]+3*Sin[x])*y[x]==0,y[x],x,IncludeSingularSolutions -> True]