Internal
problem
ID
[5012]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
15
Problem
number
:
414
Date
solved
:
Monday, January 27, 2025 at 10:03:22 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 52
dsolve((a0+a1*sin(x)^2)*diff(y(x),x)+a2*x*(a3+a1*sin(x)^2)+a1*y(x)*sin(2*x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.400 (sec). Leaf size: 58
DSolve[(a0+a1 Sin[x]^2)D[y[x],x]+a2 x(a3+a1 Sin[x]^2)+a1 y[x] Sin[2 x]==0,y[x],x,IncludeSingularSolutions -> True]