Internal
problem
ID
[9081]
Book
:
Second
order
enumerated
odes
Section
:
section
1
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 05:32:13 PM
CAS
classification
:
[[_2nd_order, _quadrature]]
Solve
Time used: 0.244 (sec)
This is second order ode with missing dependent variable \(y\). Let
Then
Hence the ode becomes
Which is now solved for \(u(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 \(u^{\prime }\left (x \right )=f(x)\), then we only need to integrate \(f(x)\).
Solving Eq. (2)
Since the ode has the form \(u^{\prime }\left (x \right )=f(x)\), then we only need to integrate \(f(x)\).
In summary, these are the solution found for \(u(x)\)
For solution \(u \left (x \right ) = -\frac {2 x^{{3}/{2}}}{3}+c_2\), since \(u=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 \(u \left (x \right ) = \frac {2 x^{{3}/{2}}}{3}+c_1\), since \(u=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)\).
In summary, these are the solution found for \((y)\)
Will add steps showing solving for IC soon.
Summary of solutions found
`Methods for second order ODEs: Successful isolation of d^2y/dx^2: 2 solutions were found. Trying to solve each resulting ODE. *** Sublevel 2 *** Methods for second order ODEs: --- Trying classification methods --- trying a quadrature <- quadrature successful ------------------- * Tackling next ODE. *** Sublevel 2 *** Methods for second order ODEs: --- Trying classification methods --- trying a quadrature <- quadrature successful`
Solving time : 0.023
(sec)
Leaf size : 27
dsolve(diff(diff(y(x),x),x)^2 = x,y(x),singsol=all)