Internal
problem
ID
[19570]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
V.
Singular
solutions
Problem
number
:
Ex
5
page
70
Date
solved
:
Tuesday, January 28, 2025 at 01:57:17 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.044 (sec). Leaf size: 85
dsolve(4*diff(y(x),x)^2*x*(x-a)*(x-b)=(3*x^2-2*x*(a+b)+a*b)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.157 (sec). Leaf size: 55
DSolve[4*D[y[x],x]^2*x*(x-a)*(x-b)==(3*x^2-2*x*(a+b)+a*b)^2,y[x],x,IncludeSingularSolutions -> True]