Internal
problem
ID
[7863]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Section
1.5.
Exact
Equations.
Page
20
Problem
number
:
14
Date
solved
:
Monday, January 27, 2025 at 03:28:00 PM
CAS
classification
:
[_exact, [_1st_order, `_with_symmetry_[F(x),G(y)]`]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 30
dsolve((2*x*(1+sqrt(x^2-y(x))))=sqrt(x^2-y(x))*diff(y(x),x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.860 (sec). Leaf size: 121
DSolve[2*x*(1+Sqrt[x^2-y[x]])==Sqrt[x^2-y[x]]*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]