Internal
problem
ID
[18792]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
II.
Equations
of
the
first
order
and
of
the
first
degree.
Examples
on
chapter
II
at
page
29
Problem
number
:
Ex.
29
Date
solved
:
Tuesday, January 28, 2025 at 12:17:36 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.596 (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.991 (sec). Leaf size: 112
DSolve[y[x]*D[y[x],x]+b*y[x]^2==a*Cos[x],y[x],x,IncludeSingularSolutions -> True]