Internal
problem
ID
[19141]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
II.
Equations
of
first
order
and
first
degree.
Misc
examples
on
chapter
II
at
page
25
Problem
number
:
16
Date
solved
:
Tuesday, January 28, 2025 at 01:05:16 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.016 (sec). Leaf size: 98
dsolve(y(x)*diff(y(x),x)+b*y(x)^2=a*cos(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.981 (sec). Leaf size: 112
DSolve[y[x]*D[y[x],x]+b*y[x]^2==a*Cos[x],y[x],x,IncludeSingularSolutions -> True]