Internal
problem
ID
[1801]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
5
linear
second
order
equations.
Section
5.6
Reduction
or
order.
Page
253
Problem
number
:
39
part(c)
Date
solved
:
Monday, January 27, 2025 at 05:35:12 AM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 29
dsolve((2*x+1)*(diff(y(x),x)+y(x)^2)-2*y(x)-(2*x+3)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.373 (sec). Leaf size: 41
DSolve[(2*x+1)*(D[y[x],x]+y[x]^2)-2*y[x]-(2*x+3)==0,y[x],x,IncludeSingularSolutions -> True]