Internal
problem
ID
[10365]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
352
Date
solved
:
Monday, January 27, 2025 at 07:32:24 PM
CAS
classification
:
unknown
✓ Solution by Maple
Time used: 0.217 (sec). Leaf size: 33
dsolve(diff(y(x),x)*(cos(y(x))-sin(alpha)*sin(x))*cos(y(x))+(cos(x)-sin(alpha)*sin(y(x)))*cos(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.530 (sec). Leaf size: 162
DSolve[Cos[x]*(Cos[x] - Sin[\[Alpha]]*Sin[y[x]]) + Cos[y[x]]*(Cos[y[x]] - Sin[\[Alpha]]*Sin[x])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]