Internal
problem
ID
[6528]
Book
:
Schaums
Outline
Differential
Equations,
4th
edition.
Bronson
and
Costa.
McGraw
Hill
2014
Section
:
Chapter
12.
VARIATION
OF
PARAMETERS.
page
104
Problem
number
:
Problem
12.2
Date
solved
:
Monday, January 27, 2025 at 02:11:34 PM
CAS
classification
:
[[_3rd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 56
dsolve(diff(y(x),x$3)-3*diff(y(x),x$2)+2*diff(y(x),x)=exp(x)/(1+exp(-x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.178 (sec). Leaf size: 59
DSolve[D[y[x],{x,3}]-3*D[y[x],{x,2}]+2*D[y[x],x]==Exp[x]/(1+Exp[-x]),y[x],x,IncludeSingularSolutions -> True]