Internal
problem
ID
[19033]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
IX.
Equations
of
the
second
order.
problems
at
end
of
chapter
at
page
120
Problem
number
:
Ex.
17
Date
solved
:
Tuesday, January 28, 2025 at 08:29:27 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries], [_2nd_order, _reducible, _mu_y_y1], [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 44
dsolve(x^2*y(x)*diff(y(x),x$2)+(x*diff(y(x),x)-y(x))^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.240 (sec). Leaf size: 23
DSolve[x^2*y[x]*D[y[x],{x,2}]+(x*D[y[x],x]-y[x])^2==0,y[x],x,IncludeSingularSolutions -> True]