Internal
problem
ID
[18572]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
IV.
Methods
of
solution:
First
order
equations.
section
33.
Problems
at
page
91
Problem
number
:
9
(b)
Date
solved
:
Tuesday, January 28, 2025 at 12:00:41 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 32
dsolve(sqrt(1-u^2)*diff(v(u),u)=2*u*sqrt(1-v(u)^2),v(u), singsol=all)
✓ Solution by Mathematica
Time used: 0.257 (sec). Leaf size: 44
DSolve[Sqrt[1-u^2]*D[v[u],u]==2*u*Sqrt[1-v[u]^2],v[u],u,IncludeSingularSolutions -> True]