1.77 problem 77

Internal problem ID [8414]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 1, linear first order
Problem number: 77.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [[_homogeneous, `class C`], _dAlembert]

\[ \boxed {y^{\prime }-\cos \left (a y+x b \right )=0} \]

Solution by Maple

Time used: 0.031 (sec). Leaf size: 54

dsolve(diff(y(x),x) - cos(a*y(x)+b*x)=0,y(x), singsol=all)
 

\[ y \left (x \right ) = \frac {-b x -2 \arctan \left (\frac {\tanh \left (\frac {\sqrt {a^{2}-b^{2}}\, \left (-x +c_{1} \right )}{2}\right ) \sqrt {a^{2}-b^{2}}}{a -b}\right )}{a} \]

Solution by Mathematica

Time used: 60.355 (sec). Leaf size: 58

DSolve[y'[x] - Cos[a*y[x]+b*x]==0,y[x],x,IncludeSingularSolutions -> True]
                                                                                    
                                                                                    
 

\[ y(x)\to \frac {-b x+2 \arctan \left (\frac {(a+b) \tanh \left (\frac {1}{2} \sqrt {a^2-b^2} (x-c_1)\right )}{\sqrt {a^2-b^2}}\right )}{a} \]