Internal
problem
ID
[18616]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
II.
Change
of
variable.
Exercises
at
page
20
Problem
number
:
8
Date
solved
:
Tuesday, January 28, 2025 at 12:04:17 PM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 18
dsolve((1-x^2)*diff(y(x),x$2)-x*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.015 (sec). Leaf size: 23
DSolve[(1-x^2)*D[y[x],{x,2}]-x*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]