Internal
problem
ID
[18628]
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
:
10
Date
solved
:
Tuesday, January 28, 2025 at 12:04:42 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 22
dsolve((1-x^2)*diff(y(x),x)-x*y(x)=a*x*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.763 (sec). Leaf size: 45
DSolve[(1-x^2)*D[y[x],x]-x*y[x]==a*x*y[x]^2,y[x],x,IncludeSingularSolutions -> True]