Internal
problem
ID
[13745]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
10,
Two
tricks
for
nonlinear
equations.
Exercises
page
97
Problem
number
:
10.3
(i)
Date
solved
:
Tuesday, January 28, 2025 at 06:01:06 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.033 (sec). Leaf size: 25
dsolve(diff(V(x),x)+2*y(x)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.079 (sec). Leaf size: 68
DSolve[D[ V[x],x]+2*y[x]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]