Internal
problem
ID
[13385]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
Section
2.4.
Special
integrating
factors
and
transformations.
Exercises
page
67
Problem
number
:
11
Date
solved
:
Tuesday, January 28, 2025 at 05:36:28 AM
CAS
classification
:
[[_homogeneous, `class C`], _exact, _rational, [_Abel, `2nd type`, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.668 (sec). Leaf size: 23
dsolve([(6*x+4*y(x)+1)+(4*x+2*y(x)+2)*diff(y(x),x)=0,y(1/2) = 3],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.151 (sec). Leaf size: 28
DSolve[{(6*x+4*y[x]+1)+(4*x+2*y[x]+2)*D[y[x],x]==0,{y[1/2]==3}},y[x],x,IncludeSingularSolutions -> True]