Internal
problem
ID
[786]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Chapter
1
review
problems.
Page
78
Problem
number
:
16
Date
solved
:
Monday, January 27, 2025 at 03:05:23 AM
CAS
classification
:
[[_homogeneous, `class C`], _Riccati]
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 31
dsolve(diff(y(x),x) = x^2-2*x*y(x)+y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.122 (sec). Leaf size: 29
DSolve[D[y[x],x] == x^2-2*x*y[x]+y[x]^2,y[x],x,IncludeSingularSolutions -> True]