Preface
This section presents some basic properties of second and higher order differential equations.
Return to computing page for the second course APMA0340
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
Return to Part IV of the course APMA0330
Glossary
Differential Equations of higher order
Recall from calculus that derivatives of a smooth function y(x) are denoted as \( y'(x) \) (Lagrange notation) or \( {\text d}y /{\text d}x \) (Leibniz notation), or, in case of time variable t, as \( \dot{y} . \) Second derivatives are denoted by \( y''(x) \) or \( {\text d}^2 y /{\text d}x^2 \) or \( \ddot{y} , \) respectively. Following Euler, we will denote by \( \texttt{D} = {\text d}/{\text d}x \) the (unbounded) derivative operator. Usually, the notations x or t stand for the independent variables and will be widely used. Higher order derivatives have similar notation. For instance, \( y^{(4)} (x) \) stands for the fourth derivative of function y(x).
A second order differential equation in the normal form is as follows: \begin{equation} \label{E41.1} \frac{{\text d}^2 y}{{\text d} x^2} = F\left( x,y,\frac{{\text d}y}{{\text d}x} \right) \qquad \mbox{or} \qquad y'' = F\left( x,y,y' \right) , \end{equation} where F(x, y, p) is some given function of three variables. If the function F(x,y,p) is linear in variables y and p (that is, \( F(x,ay_1 + by_2 , p) = a\,F(x,y_1 , p) + b\,F(x, y_2 , p) \) for any constants a, b, and similar for variable p), then \( y'' = F\left( x,y, y' \right) \) is called linear.
For example, the equation \( y'' = \sin x + 3 y^2 + 2 \left( y' \right)^2 \) is a second order nonlinear differential equation, while the equation \( y'' = (\cos x)\,y \) is a linear one.
A function \( y=\phi (x) \) is a solution of \( y'' = F\left( x,y, y' \right) \) in some open interval \( a < x < b \) (perhaps infinite), having derivatives up to the second order throughout the interval, if φ(x) satisfies the differential equation in an open interval (𝑎, b), that is,
For many of the differential equations to be considered, it will be found that solutions of \( y'' = F\left( x,y, y' \right) \) can be included in one formula, either explicit
Second order differential equations are widely used in science and engineering to model real world problems. The most famous second order differential equation is Newton's second law of motion, \( m\,\ddot{y} = F\left( t, y, \dot{y} \right) ,\) which describes a one-dimensional motion of a particle of mass m moving under the influence of a force F. In this equation, y=y(t) is the position of a particle at a time t, \( \dot{y} = {\text d}y/{\text d}t \) is its velocity, \( \ddot{y} = {\text d}^2 y/{\text d}t^2 \) is its acceleration, and F is the total force acting on the particle.
For given two numbers y0 and y1, we impose the initial conditions on y(x) in the form
Since the differential operator \( \texttt{D} = {\text d}/{\text d}x \) is an unbounded operator, it is convenient to rewrite the initial value problem in equivalent integral form:
The general linear differential equation of the second order is an equation that can be written as
The points where the coefficients of \( y'' (x) + p (x) \,y' (x) + q (x)\, y(x) = f(x) \) are discontinuous or undefined are called the singular points of the equation. These points are usually not used in the initial conditions except some cases. For example, the equation \( (x^2 -1)\,y'' + y=1 \) has two singular points x=1 and x=-1 that must be excluded. If in opposite, the initial condition \( y(1) =y_0 \) is imposed, then the differential equation dictates that \( y_0 =1 ; \) otherwise, it has no solution.
Equation \( y'' + p(x)y' + q(x) y =f(x) \) is a particular case of the general linear differential equation of the n-th order
Solution: To determine the validity interval (= the longest interval in which the given initial value problem is certain to have a unique twice-differentiable solution), we divide both sides of the differential equation by \( x(x^2 -4)=x(x-2)(x+2) \) to obtain \( y'' + p(x)y' + q(x)y =f(x) \) or
soln = DSolve[{x''[t] + 25 x[t] == 0, x[0] == 1, x'[0] == 0}, x[t], t]
Plot[x[t] /. soln, {t, -1, 2.5}]
s[t_] = x[t]/.soln[[1]]
Plot[s[t],{t,0,3},AxesLabel->{"t","Displacement"}]
s1[t_] = x[t] /. soln[[1]]
>>>> displace1.jpg
When does the maximum excursion occur?
What is the maximum excursion?
soln = DSolve[{x''[t] + 2 x'[t] + 37 x[t] == 0, x[0] == -1,
x'[0] == 5}, x[t], t]
s3[t_] = x[t] /. soln[[1]]
Plot[s3[t], {t, 0, 3}, PlotRange -> {-1, 1}]
Out[20]= -(1/3) E^-t (3 Cos[6 t] - 2 Sin[6 t])
Out[21]=
>>>>> solution3.jpg
s3[t] /. c3_ Exp[c4_] (c1_ Cos[a_] + c2_ Sin[a_]) -> c3*Sqrt[c1^2 + c2^2]
>>>>> amplitude.jpg
Forced Oscillations
- Camporesi, R., Linear ordinary differential equations with constant coefficients. Revisiting the impulsive response method using factorization, International Journal of Mathematical Education in Science and Technology, Volume 42, 2011 - Issue 4, pp. 497--514. https://doi.org/10.1080/0020739X.2010.543162
- Camporesi, R., A fresh look at linear ordinary differential equations with constant coefficients. Revisiting the impulsive response method using factorization, International Journal of Mathematical Education in Science and Technology, Volume 47, 2016 - Issue 1, pp. 82--99. https://doi.org/10.1080/0020739X.2015.1057246
- Lynch, M.A.M. and Gao, H., Setting up second-order variable coefficient differential equation problems with known general solution, International Journal of Mathematical Education in Science and Technology, 2000, Vol. 31, Issue 5, pp. 727--732. https://doi.org/10.1080/002073900434396
- Mallet, D.G. and McCue, S.W., Constructive development of the solutions of linear equations in introductory ordinary differential equations, International Journal of Mathematical Education in Science and Technology, Volume 40, 2009, Issue 4, pp. 587--595. https://doi.org/10.1080/00207390902759626
- Mccartney, M., Keep your distance! using second-order ordinary differential equations to model traffic flow, International Journal of Mathematical Education in Science and Technology, Volume 35, 2004, Issue 4, pp. 588--596. https://doi.org/10.1080/00207390410001686634
- Mohammed, A. and Zeleke, A., Extending the constant coefficient solution technique to variable coefficient ordinary differential equations, Problems, Resources, and Issues in Mathematics Undergraduate Studies, Volume 25, 2015 - Issue 6, pp. 485--494. https://doi.org/10.1080/10511970.2015.1025160
- Murray, F.H., On certain linear differential differential equations of the second order, The American mathematical Monthly, 1922, Vol. 24, No. 1, pp. 69--88. doi: 10.2307/1967765
- Rivera-Figueroa, A. and Rivera-Rebolledo, J.M., A straightforward method to solve the linear differential equations with constant coefficients of order n, International Journal of Mathematical Education in Science and Technology, Volume 46, 2015 - Issue 6, pp. 928--943. https://doi.org/10.1080/0020739X.2015.1018977
- Rivera-Figueroa, A. and Rivera-Rebolledo, J.M., Alternative approach to second-order linear differential equations with constant coefficients, Internationale Journal of Mathematical Education in Science and Technology, Volume 46, 2015 - Issue 5, pp. 765--775. https://doi.org/10.1080/0020739X.2014.992988
- Robin, W., Operator factorization and the solution of second-order linear ordinary differential equations, International Journal of Mathematical Education in Science and Technology, 2007, Vol. 38, Issue 2, pp. 189--211. https://doi.org/10.1080/00207390601002815
- Roy, S.C.D., Many ways of solving an ordinary linear second order differential equation with constant coefficients, IETE Journal of Education, Volume 48, 2007 - Issue 2, pp. 73--76. https://doi.org/10.1080/09747338.2007.11657868
- Tolle, J., Solving ay″ + by′ + cy = 0 with a simple product rule approach, Problems, Resources, and Issues in Mathematics Undergraduate Studies, 2011, Vol. 21, Issue 2, pp. 183--188. https://doi.org/10.1080/10511970903334352
- Ward, A.J.B., Solution by quadratures of certain ordinary differential equations, International Journal of Mathematical Education in Science and Technology, Volume 15, 1984 - Issue 5, 617--626. https://doi.org/10.1080/0020739840150509
- Wilmer A. and Costa, G.B., Solving second-order differential equations with variable coefficients, International Journal of Mathematical Education in Science and Technology, 2008, Vol. 39, Issue 2, pp. 238--243. https://doi.org/10.1080/00207390701464709
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)