Internal
problem
ID
[18632]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
III.
Ordinary
differential
equations
of
the
first
order
and
first
degree.
Exercises
at
page
33
Problem
number
:
14
Date
solved
:
Tuesday, January 28, 2025 at 12:04:55 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 37
dsolve(y(x)*sqrt(x^2-1)+x*sqrt(y(x)^2-1)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.461 (sec). Leaf size: 60
DSolve[y[x]*Sqrt[x^2-1]+x*Sqrt[y[x]^2-1]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]