Internal
problem
ID
[6671]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
9.
Equations
of
first
order
and
higher
degree.
Supplemetary
problems.
Page
65
Problem
number
:
22
Date
solved
:
Monday, January 27, 2025 at 02:18:49 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _rational]
✓ Solution by Maple
Time used: 0.400 (sec). Leaf size: 124
dsolve(y(x)^2*diff(y(x),x)^2+3*x*diff(y(x),x)-y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.540 (sec). Leaf size: 204
DSolve[y[x]^2*D[y[x],x]^2+3*x*D[y[x],x]-y[x]==0,y[x],x,IncludeSingularSolutions -> True]