Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the course APMA0330
Return to the main page for the course APMA0340
Occasionally, there is a second- or higher-order linear (ODE) that, by good luck or fortunate insight, can be factorized. Of course, the factorization has to be done in such a manner that it keeps the differential equation operationally intact. In differential equations, factorization means representation of a differential operator as a composition of two or more differential operators of lessier degree or just derivative operator. From the second chapter (see section on Exact equations) it is known that a first order linear operator, \( \displaystyle L\left[ x, \texttt{D} \right] = a_1 (x)\,\texttt{D} + a_0 (x) \, \texttt{I} , \) can be factored with an aid of an integrating factor:
However, it is hard to accomplish. To show this, we consider, for simplicity,
the case when the leading coefficient is 1, so we have a normolized differential operator
The latter equation is a Riccati equation in p(x), so no general formula of the solution is known.
Instead, we try to factor the second order (and then higher order) operator into a product of simple terms containing only derivatives. Note that the differential operators with variable coefficients do not commute.
Example:
Let us take a constant function y(x) ≡ 1, then
\[
\texttt{D}^{-1} y (x) = \texttt{D}^{-1} \,1 = C + x ,
\]
where C is a constant of integration. The derivative of
y(x) is identically zero, so
So we see that \( \texttt{D} \) and \( \texttt{D}^{-1} \) do
not commute (unless a condition on the constant is imposed). This means that regular indefinite integral with arbitrary constant as initial condition is only left inverse of the derivative operator.
■
is the Wronskian of the operator \eqref{EqFactor.1} and
\( \displaystyle \mu (x) = \frac{q_1 (x)\, q_2 (x)}{a_2 (x)} \) is any solution of the homogeneous equation generated by the adjoint operator
and μ is any solution of the adjoint differential equation
\( L^{\ast} \left[ x, \texttt{D} \right] \mu = 0 . \) Solving the system of equations, we obtain
the operator \eqref{EqFactor.3} becomes exact.
Eq.\eqref{EqFactor.9} is reduced to the first order with respect to the derivative of μ, so factorization of Eq.\eqref{EqFactor.10} can be accomplished explicitely without multiplication by an integrating factor:
Example 4: Kummer's equation, also known as confluent hypergeometric equation, was introduced by a German mathematician Ernst Eduard Kummer (1820--1893) in 1837.
\[
w'' + \left( b-x \right) w' - a\,w = 0 ,
\]
where 𝑎 and b are real numbers. The coefficients of the Kummer's equation satisfy condition \eqref{EqFactor.12} when 𝑎 = 1. Assuming this, we know that we don't need an integrating factor. In this case of 𝑎 = 1, Kummer's equation admits factorization
Example:
because the solutions to many mathematical physics problems are expressed by the hypergeometric functions, we consider the corresponding differential equation
■
We consider the nonlinear differential operator of the second order:
where we use the Lagrange notation for the derivative: \( w' = {\text d} w/{\text d}r . \)
Simplify[1/r*D[(r*(-D[w[r], r])^n), r]]
-(((-Derivative[1][w][r])^(-1 +
n) (Derivative[1][w][r] + n r (w^\[Prime]\[Prime])[r]))/r)
Since the given differential operator is of the second order, the inverse operator will depend on two arbitrary constants; therefore, we need to consider L on a space of functions that have a specific values at a particular point and its derivative. In order to find its inverse, we need to solve the differential equation
In the above formula, you can choose r0 to be zero because the inner integral is not singular, but h should be always positive.
Bougoffa, L., On the exact solutions for initial value problems of second-orderdifferential equations, Applied Mathematics Letters, 2009, Vol. 22, pp. 1248--1251.
Clegg, J., A new factorisation of a general second order differential equation, International Journal of Mathematical Education in Science and Technology, 2006, Vol. 37, No. 1, pp. 51--64. doi: 10.1080/00207390500186339
Return to Mathematica page
Return to the main page (APMA0330)
Return to the Part 1 (Plotting)
Return to the Part 2 (First Order ODEs)
Return to the Part 3 (Numerical Methods)
Return to the Part 4 (Second and Higher Order ODEs)
Return to the Part 5 (Series and Recurrences)
Return to the Part 6 (Laplace Transform)
Return to the Part 7 (Boundary Value Problems)