4.32 problem 28

Internal problem ID [7253]

Book: Own collection of miscellaneous problems
Section: section 4.0
Problem number: 28.
ODE order: 1.
ODE degree: 2.

CAS Maple gives this as type [`y=_G(x,y')`]

\[ \boxed {{y^{\prime }}^{2}+y^{2}=\sec \left (x \right )^{4}} \]

Solution by Maple

dsolve(diff(y(x),x)^2+y(x)^2=sec(x)^4,y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.0 (sec). Leaf size: 0

DSolve[y'[x]^2+y[x]^2==Sec[x]^4,y[x],x,IncludeSingularSolutions -> True]
 

Not solved