Internal
problem
ID
[4211]
Book
:
Elementary
Differential
equations,
Chaundy,
1969
Section
:
Exercises
3,
page
60
Problem
number
:
5(c)
Date
solved
:
Monday, January 27, 2025 at 08:42:24 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 60
dsolve(sqrt((x+a)*(x+b))*(2*diff(y(x),x)-3)+y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.391 (sec). Leaf size: 115
DSolve[Sqrt[(x+a)*(x+b)]*(2*D[y[x],x]-3)+y[x]==0,y[x],x,IncludeSingularSolutions -> True]