Internal
problem
ID
[4323]
Book
:
Differential
equations
for
engineers
by
Wei-Chau
XIE,
Cambridge
Press
2010
Section
:
Chapter
2.
First-Order
and
Simple
Higher-Order
Differential
Equations.
Page
78
Problem
number
:
17
Date
solved
:
Monday, January 27, 2025 at 09:02:35 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 49
dsolve(y(x)+2=(2*x+y(x)-4)*diff(y(x),x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.247 (sec). Leaf size: 82
DSolve[y[x]+2==(2*x+y[x]-4)*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]