Internal
problem
ID
[6436]
Book
:
Engineering
Mathematics.
By
K.
A.
Stroud.
5th
edition.
Industrial
press
Inc.
NY.
2001
Section
:
Program
24.
First
order
differential
equations.
Further
problems
24.
page
1068
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 02:03:03 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 17
dsolve((x*y(x)+y(x)^2)+(x^2-x*y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.614 (sec). Leaf size: 25
DSolve[(x*y[x]+y[x]^2)+(x^2-x*y[x])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]