Internal
problem
ID
[100]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.5
(linear
equations).
Problems
at
page
54
Problem
number
:
28
Date
solved
:
Friday, February 07, 2025 at 07:49:25 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 25
dsolve((1+2*x(y)*y)*1/diff(x(y),y)=1+y^2,x(y), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 30
DSolve[(1+2*x[y]*y)*1/D[x[y],y]==1+y^2,x[y],y,IncludeSingularSolutions -> True]