Internal
problem
ID
[12103]
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.
Equations
Containing
Exponential
Functions
Problem
number
:
19
Date
solved
:
Tuesday, January 28, 2025 at 12:23:12 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`], _Riccati]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 44
dsolve(diff(y(x),x)=exp(mu*x)*(y(x)-b*exp(lambda*x))^2+b*lambda*exp(lambda*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.926 (sec). Leaf size: 40
DSolve[D[y[x],x]==Exp[\[Mu]*x]*(y[x]-b*Exp[\[Lambda]*x])^2+b*\[Lambda]*Exp[\[Lambda]*x],y[x],x,IncludeSingularSolutions -> True]