Internal
problem
ID
[6217]
Book
:
Mathematical
Methods
in
the
Physical
Sciences.
third
edition.
Mary
L.
Boas.
John
Wiley.
2006
Section
:
Chapter
8,
Ordinary
differential
equations.
Section
13.
Miscellaneous
problems.
page
466
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 01:48:17 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 33
dsolve(u(v)*(1-v)+v^2*(1-u(v))*diff(u(v),v)=0,u(v), singsol=all)
✓ Solution by Mathematica
Time used: 3.662 (sec). Leaf size: 26
DSolve[u[v]*(1-v)+v^2*(1-u[v])*D[u[v],v]==0,u[v],v,IncludeSingularSolutions -> True]