Internal
problem
ID
[5324]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
26
Problem
number
:
736
Date
solved
:
Monday, January 27, 2025 at 11:12:40 AM
CAS
classification
:
unknown
✓ Solution by Maple
Time used: 0.171 (sec). Leaf size: 33
dsolve(diff(y(x),x)*cos(y(x))*(cos(y(x))-sin(A)*sin(x))+cos(x)*(cos(x)-sin(A)*sin(y(x))) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.416 (sec). Leaf size: 43
DSolve[D[y[x],x]*Cos[y[x]]*(Cos[y[x]]- Sin[A]*Sin[x])+Cos[x]*(Cos[x]-Sin[A]*Sin[y[x]])==0,y[x],x,IncludeSingularSolutions -> True]