Internal
problem
ID
[6266]
Book
:
Fundamentals
of
Differential
Equations.
By
Nagle,
Saff
and
Snider.
9th
edition.
Boston.
Pearson
2018.
Section
:
Chapter
2,
First
order
differential
equations.
Section
2.2,
Separable
Equations.
Exercises.
page
46
Problem
number
:
11
Date
solved
:
Monday, January 27, 2025 at 01:50:34 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 43
dsolve(x*diff(v(x),x)=(1-4*v(x)^2)/(3*v(x)),v(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.919 (sec). Leaf size: 67
DSolve[x*D[v[x],x]==(1-4*v[x]^2)/(3*v[x]),v[x],x,IncludeSingularSolutions -> True]