Internal
problem
ID
[6451]
Book
:
Engineering
Mathematics.
By
K.
A.
Stroud.
5th
edition.
Industrial
press
Inc.
NY.
2001
Section
:
Program
24.
First
order
differential
equations.
Further
problems
24.
page
1068
Problem
number
:
22
Date
solved
:
Monday, January 27, 2025 at 02:04:33 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Bernoulli]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 136
dsolve(diff(y(x),x)+y(x)=y(x)^4*exp(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.256 (sec). Leaf size: 90
DSolve[D[y[x],x]+y[x]==y[x]^4*Exp[x],y[x],x,IncludeSingularSolutions -> True]