Internal
problem
ID
[4414]
Book
:
Differential
equations
for
engineers
by
Wei-Chau
XIE,
Cambridge
Press
2010
Section
:
Chapter
2.
First-Order
and
Simple
Higher-Order
Differential
Equations.
Page
78
Problem
number
:
131
Date
solved
:
Monday, January 27, 2025 at 09:15:15 AM
CAS
classification
:
[[_3rd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 33
dsolve(diff(y(x),x$3)=2*(diff(y(x),x$2)-1)*cot(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.142 (sec). Leaf size: 33
DSolve[D[y[x],{x,3}]==2*(D[y[x],{x,2}]-1)*Cot[x],y[x],x,IncludeSingularSolutions -> True]