Internal
problem
ID
[18249]
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
:
9
(c)
Date
solved
:
Monday, December 23, 2024 at 09:19:17 PM
CAS
classification
:
[_quadrature]
Solve
Time used: 0.067 (sec)
Since the ode has the form \(v^{\prime }=f(u)\), then we only need to integrate \(f(u)\).
Summary of solutions found
`Methods for first order ODEs: -> Solving 1st order ODE of high degree, 1st attempt trying 1st order WeierstrassP solution for high degree ODE trying 1st order WeierstrassPPrime solution for high degree ODE trying 1st order JacobiSN solution for high degree ODE trying 1st order ODE linearizable_by_differentiation trying differential order: 1; missing variables <- differential order: 1; missing y(x) successful`
Solving time : 0.008
(sec)
Leaf size : 17
dsolve((1+diff(v(u),u))^(1/2) = 1/2*exp(u), v(u),singsol=all)