Internal
problem
ID
[15957]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Exercises
2.2,
page
39
Problem
number
:
61
(a)
Date
solved
:
Tuesday, January 28, 2025 at 08:24:40 AM
CAS
classification
:
[[_homogeneous, `class C`], _Riccati]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 17
dsolve(diff(y(x),x)=(x+y(x)-4)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.165 (sec). Leaf size: 41
DSolve[D[y[x],x]==(x+y[x]-4)^2,y[x],x,IncludeSingularSolutions -> True]