Internal
problem
ID
[12828]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
2,
differential
equations
of
the
first
order
and
the
first
degree.
Article
14.
Equations
reducible
to
linear
equations
(Bernoulli).
Page
21
Problem
number
:
Ex
5
Date
solved
:
Tuesday, January 28, 2025 at 04:25:42 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 81
dsolve(diff(y(x),x)- (y(x)+1)/(x+1)=sqrt(1+y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.514 (sec). Leaf size: 214
DSolve[D[y[x],x]- (y[x]+1)/(x+1)==Sqrt[1+y[x]],y[x],x,IncludeSingularSolutions -> True]