Internal
problem
ID
[12773]
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
:
9
Date
solved
:
Tuesday, January 28, 2025 at 04:19:09 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries], [_2nd_order, _linear, `_with_symmetry_[0,F(x)]`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 33
dsolve(diff(y(x),x$2)-a*diff(y(x),x)+b*exp(2*a*x)*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.034 (sec). Leaf size: 42
DSolve[D[y[x],{x,2}]-a*D[y[x],x]+b*Exp[2*a*x]*y[x]==0,y[x],x,IncludeSingularSolutions -> True]