Internal
problem
ID
[10081]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
67
Date
solved
:
Monday, January 27, 2025 at 06:24:55 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 32
dsolve(diff(y(x),x) - sqrt(1-y(x)^4)/sqrt(1-x^4)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.292 (sec). Leaf size: 38
DSolve[D[y[x],x] - Sqrt[1-y[x]^4]/Sqrt[1-x^4]==0,y[x],x,IncludeSingularSolutions -> True]