Internal
problem
ID
[13305]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.2
(Separable
equations).
Exercises
page
47
Problem
number
:
16
Date
solved
:
Tuesday, January 28, 2025 at 05:17:22 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.230 (sec). Leaf size: 20
dsolve([(8*cos(y(x))^2)+csc(x)^2*diff(y(x),x)=0,y(1/12*Pi) = 1/4*Pi],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.188 (sec). Leaf size: 79
DSolve[{(8*Cos[y[x]]^2)+Csc[x]^2*D[y[x],x]==0,{y[Pi/12]==Pi/4}},y[x],x,IncludeSingularSolutions -> True]