Internal
problem
ID
[10363] Book
:
Second
order
enumerated
odes Section
:
section
1 Problem
number
:
4 Date
solved
:
Wednesday, April 29, 2026 at 08:25:56 AM CAS
classification
:
[[_2nd_order, _quadrature]]
2.1.4.1 second order ode quadrature
0.086 (sec)
\begin{align*}
a y^{\prime \prime }&=0 \\
\end{align*}
Entering second order ode quadrature solverThe ODE simplifies to
\begin{align*} a u^{\prime }\left (x \right ) = 0 \end{align*}
Which is now solved for \(u(x)\) as first order ode.
Entering first order ode quadrature solverSince the ode has the form \(u^{\prime }\left (x \right )=f(x)\), then we only need to
integrate \(f(x)\). Integrating gives
\begin{align*} u \left (x \right ) &= c_1 \end{align*}
In summary, these are the solution found for \(y\)
\begin{align*}
u \left (x \right ) &= c_1 \\
\end{align*}
For solution \(u \left (x \right ) = c_1\), since \(u=y^{\prime }\) then the new first order ode to solve is
\begin{align*} y^{\prime } = c_1 \end{align*}
Entering first order ode quadrature solverSince the ode has the form \(y^{\prime }=f(x)\), then we only need to
integrate \(f(x)\). Integrating gives
\begin{align*} y &= c_1 x +c_2 \end{align*}
In summary, these are the solution found for \((y)\)
\begin{align*}
a y^{\prime \prime }&=0 \\
\end{align*}
Entering second order integrable as is solverIntegrating both sides of the ODE w.r.t \(x\) gives
\begin{align*} \int a y^{\prime \prime }d x &= 0 \\ y^{\prime } a = c_1 \end{align*}
Which is now solved for \(y\). Entering first order ode quadrature solverSince the ode has the form \(y^{\prime }=f(x)\),
then we only need to integrate \(f(x)\). Integrating gives
\begin{align*} y &= \frac {x c_1}{a}+c_2 \end{align*}
Summary of solutions found
\begin{align*}
y &= \frac {x c_1}{a}+c_2 \\
\end{align*}
\begin{align*}
a y^{\prime \prime }&=0 \\
\end{align*}
Entering kovacic solverWriting the ode as
\begin{align*} a y^{\prime \prime } &= 0 \tag {1} \\ A y^{\prime \prime } + B y^{\prime } + C y &= 0 \tag {2} \end{align*}
Comparing (1) and (2) shows that
\begin{align*} A &= a \\ B &= 0\tag {3} \\ C &= 0 \end{align*}
Applying the Liouville transformation on the dependent variable gives
\begin{align*} z(x) &= y e^{\int \frac {B}{2 A} \,dx} \end{align*}
Then (2) becomes
\begin{align*} z''(x) = r z(x)\tag {4} \end{align*}
Where \(r\) is given by
\begin{align*} r &= \frac {s}{t}\tag {5} \\ &= \frac {2 A B' - 2 B A' + B^2 - 4 A C}{4 A^2} \end{align*}
Substituting the values of \(A,B,C\) from (3) in the above and simplifying gives
\begin{align*} r &= \frac {0}{1}\tag {6} \end{align*}
Comparing the above to (5) shows that
\begin{align*} s &= 0\\ t &= 1 \end{align*}
Therefore eq. (4) becomes
\begin{align*} z''(x) &= 0 \tag {7} \end{align*}
Equation (7) is now solved. After finding \(z(x)\) then \(y\) is found using the inverse transformation
\begin{align*} y &= z \left (x \right ) e^{-\int \frac {B}{2 A} \,dx} \end{align*}
The first step is to determine the case of Kovacic algorithm this ode belongs to. There are 3 cases
depending on the order of poles of \(r\) and the order of \(r\) at \(\infty \). The following table summarizes these
cases.
Need to have at least one pole
that is either order \(2\) or odd order
greater than \(2\). Any other pole order
is allowed as long as the above
condition is satisfied. Hence the
following set of pole orders are all
allowed. \(\{1,2\}\),\(\{1,3\}\),\(\{2\}\),\(\{3\}\),\(\{3,4\}\),\(\{1,2,5\}\).
no condition
3
\(\left \{ 1,2\right \} \)
\(\left \{ 2,3,4,5,6,7,\cdots \right \} \)
Table 2.2: Necessary conditions for each Kovacic case
The order of \(r\) at \(\infty \) is the degree of \(t\) minus the degree of \(s\). Therefore
There are no poles in \(r\). Therefore the set of poles \(\Gamma \) is empty. Since there is no odd order pole larger
than \(2\) and the order at \(\infty \) is \(infinity\) then the necessary conditions for case one are met. Therefore
\begin{align*} L &= [1] \end{align*}
Since \(r = 0\) is not a function of \(x\), then there is no need run Kovacic algorithm to obtain a solution for
transformed ode \(z''=r z\) as one solution is
\[ z_1(x) = 1 \]
Using the above, the solution for the original ode can now be found. The first solution to the
original ode in \(y\) is found from