Internal
problem
ID
[19569]
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
4
page
70
Date
solved
:
Tuesday, January 28, 2025 at 01:57:16 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.031 (sec). Leaf size: 30
dsolve(4*x*diff(y(x),x)^2=(3*x-a)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.016 (sec). Leaf size: 37
DSolve[4*x*D[y[x],x]^2==(3*x-a)^2,y[x],x,IncludeSingularSolutions -> True]