Internal
problem
ID
[18568]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
IV.
Methods
of
solution:
First
order
equations.
section
33.
Problems
at
page
91
Problem
number
:
4
(eq
50)
Date
solved
:
Tuesday, January 28, 2025 at 12:00:26 PM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.073 (sec). Leaf size: 210
dsolve(diff(phi(x),x$2)=4*Pi*n*c/sqrt(v__0^2+2*e/m*(phi(x)-V__0)),phi(x), singsol=all)
✓ Solution by Mathematica
Time used: 79.952 (sec). Leaf size: 2754
DSolve[D[phi[x],{x,2}]==4*Pi*n*c/Sqrt[v0^2+2*e/m*(phi[x]-V0)],phi[x],x,IncludeSingularSolutions -> True]
Too large to display