Internal
problem
ID
[12109]
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.3-2.
Equations
with
power
and
exponential
functions
Problem
number
:
25
Date
solved
:
Tuesday, January 28, 2025 at 07:10:02 PM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 89
dsolve(diff(y(x),x)=exp(lambda*x)*y(x)^2+a*x^(n)*y(x)+a*lambda*x^n*exp(-lambda*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.923 (sec). Leaf size: 254
DSolve[D[y[x],x]==Exp[\[Lambda]*x]*y[x]^2+a*x^(n)*y[x]+a*\[Lambda]*x^n*Exp[-\[Lambda]*x],y[x],x,IncludeSingularSolutions -> True]