Internal
problem
ID
[1793]
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
:
38
part
(b)
Date
solved
:
Monday, January 27, 2025 at 05:34:56 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 20
dsolve(diff(y(x),x)+y(x)^2-3*y(x)+2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.743 (sec). Leaf size: 40
DSolve[D[y[x],x]+y[x]^2-3*y[x]+2==0,y[x],x,IncludeSingularSolutions -> True]