Internal
problem
ID
[18800]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
II.
Equations
of
the
first
order
and
of
the
first
degree.
Examples
on
chapter
II
at
page
29
Problem
number
:
Ex.
38
Date
solved
:
Tuesday, January 28, 2025 at 12:18:31 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.028 (sec). Leaf size: 38
dsolve((x-y(x))^2*diff(y(x),x)=a^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.158 (sec). Leaf size: 49
DSolve[(x-y[x])^2*D[y[x],x]==a^2,y[x],x,IncludeSingularSolutions -> True]