Internal
problem
ID
[12195]
Book
:
Handbook
of
exact
solutions
for
ordinary
differential
equations.
By
Polyanin
and
Zaitsev.
Second
edition
Section
:
Chapter
1,
section
1.2.
Riccati
Equation.
subsection
1.2.6-2.
Equations
with
cosine.
Problem
number
:
21
Date
solved
:
Tuesday, January 28, 2025 at 01:02:35 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 100
dsolve(diff(y(x),x)=(lambda+a*cos(lambda*x)^2)*y(x)^2+lambda-a+a*cos(lambda*x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 10.880 (sec). Leaf size: 191
DSolve[D[y[x],x]==(\[Lambda]+a*Cos[\[Lambda]*x]^2)*y[x]^2+\[Lambda]-a+a*Cos[\[Lambda]*x]^2,y[x],x,IncludeSingularSolutions -> True]