Internal
problem
ID
[161]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.6
(substitution
and
exact
equations).
Problems
at
page
72
Problem
number
:
57
Date
solved
:
Friday, February 07, 2025 at 07:59:11 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.204 (sec). Leaf size: 27
dsolve(diff(y(x),x)+p(x)*y(x)=q(x)*(y(x)*ln(y(x))),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.193 (sec). Leaf size: 104
DSolve[D[y[x],x]+p[x]*y[x]==q[x]*(y[x]*Log[y[x]]),y[x],x,IncludeSingularSolutions -> True]