Internal
problem
ID
[3690]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.9,
Exact
Differential
Equations.
page
91
Problem
number
:
Problem
7
Date
solved
:
Monday, January 27, 2025 at 07:55:25 AM
CAS
classification
:
[_exact, [_1st_order, `_with_symmetry_[F(x),G(x)]`]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 115
dsolve((4*exp(2*x)+2*x*y(x)-y(x)^2)+(x-y(x))^2*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.433 (sec). Leaf size: 112
DSolve[(4*Exp[2*x]+2*x*y[x]-y[x]^2)+(x-y[x])^2*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]