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