Internal
problem
ID
[8045]
Book
:
Second
order
enumerated
odes
Section
:
section
1
Problem
number
:
8
Date
solved
:
Monday, October 21, 2024 at 04:44:44 PM
CAS
classification
:
[[_2nd_order, _quadrature]]
Solve
Time used: 0.166 (sec)
This is second order ode with missing dependent variable \(y\). Let
Then
Hence the ode becomes
Which is now solve for \(p(x)\) as first order ode. Solving for the derivative gives these ODE’s to solve
Now each of the above is solved separately.
Solving Eq. (1)
Since the ode has the form \(p^{\prime }\left (x \right )=f(x)\), then we only need to integrate \(f(x)\).
Solving Eq. (2)
Since the ode has the form \(p^{\prime }\left (x \right )=f(x)\), then we only need to integrate \(f(x)\).
For solution (1) found earlier, since \(p=y^{\prime }\) then we now have a new first order ode to solve which is
Since the ode has the form \(y^{\prime }=f(x)\), then we only need to integrate \(f(x)\).
For solution (2) found earlier, since \(p=y^{\prime }\) then we now have a new first order ode to solve which is
Since the ode has the form \(y^{\prime }=f(x)\), then we only need to integrate \(f(x)\).
Will add steps showing solving for IC soon.
Methods for second order ODEs:
Solving time : 0.002
(sec)
Leaf size : 27
dsolve(diff(diff(y(x),x),x)^2 = 1, y(x),singsol=all)