Internal
problem
ID
[19521]
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
II.
Equations
of
first
order
and
first
degree
Problem
number
:
Ex
14
page
15
Date
solved
:
Tuesday, January 28, 2025 at 01:48:16 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.059 (sec). Leaf size: 55
dsolve(diff(y(x),x)+p(x)*y(x)=q(x)*y(x)^n,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 12.507 (sec). Leaf size: 137
DSolve[D[y[x],x]+p[x]*y[x]==q[x]*y[x]^n,y[x],x,IncludeSingularSolutions -> True]