Internal
problem
ID
[7200]
Book
:
A
First
Course
in
Differential
Equations
with
Modeling
Applications
by
Dennis
G.
Zill.
12
ed.
Metric
version.
2024.
Cengage
learning.
Section
:
Chapter
2.
First
order
differential
equations.
Section
2.4
Exact
equations.
Exercises
2.4
at
page
71
Problem
number
:
1
Date
solved
:
Tuesday, February 04, 2025 at 12:47:22 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 45
dsolve((2*x-1)+(3*y(x)+7)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.118 (sec). Leaf size: 59
DSolve[(2*x-1)+(3*y[x]+7)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]