Internal
problem
ID
[12796]
Book
:
Handbook
of
exact
solutions
for
ordinary
differential
equations.
By
Polyanin
and
Zaitsev.
Second
edition
Section
:
Chapter
2,
Second-Order
Differential
Equations.
section
2.1.3-1.
Equations
with
exponential
functions
Problem
number
:
32
Date
solved
:
Tuesday, January 28, 2025 at 04:20:13 AM
CAS
classification
:
[[_2nd_order, _exact, _linear, _homogeneous]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 70
dsolve(diff(y(x),x$2)+(a*exp(lambda*x)+b*exp(mu*x)+c)*diff(y(x),x)+(a*lambda*exp(lambda*x)+b*mu*exp(mu*x))*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 35.592 (sec). Leaf size: 113
DSolve[D[y[x],{x,2}]+(a*Exp[\[Lambda]*x]+b*Exp[\[Mu]*x]+c)*D[y[x],x]+(a*\[Lambda]*Exp[\[Lambda]*x]+b*\[Mu]*Exp[\[Mu]*x])*y[x]==0,y[x],x,IncludeSingularSolutions -> True]