Internal
problem
ID
[19630]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
VIII.
Linear
equations
of
second
order
Problem
number
:
Ex
17
page
132
Date
solved
:
Tuesday, January 28, 2025 at 02:05:26 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 30
dsolve(diff(y(x),x$2)*cos(x)+diff(y(x),x)*sin(x)-2*y(x)*cos(x)^3=2*cos(x)^5,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 13.050 (sec). Leaf size: 90
DSolve[Cos[x]*D[y[x],{x,2}]+Sin[x]*D[y[x],x]-2*y[x]*Cos[x]^3==2*Cos[x]^5,y[x],x,IncludeSingularSolutions -> True]