Ordinary differential equation

from Wikipedia, the free encyclopedia

An ordinary differential equation (often abbreviated as GDGL or ODE , English ordinary differential equation ) is a differential equation in which only derivatives for exactly one variable occur for a function.

Many physical , chemical and biological processes in nature can be described mathematically with such equations, e.g. B. the radioactive decay , movement processes of bodies, many types of vibration processes or the growth behavior of animal populations . Ordinary differential equations are therefore often used in scientific models to analyze and simulate such processes or to be able to make predictions . In many cases the differential equation cannot be solved analytically . One is therefore dependent on numerical methods . See main article: List of Numerical Procedures # Numerics of Ordinary Differential Equations .

Historical development

Historically, the first differential equations were used to model the motion of objects. Particularly noteworthy are the equations for the movement with constant speed or constant acceleration. In 1590 , Galileo Galilei recognized the connection between the time of a body falling and its speed of fall as well as the fall path and (still) formulated the law of free fall using geometric means .

When Isaac Newton also considered movements with friction, which are proportional to the magnitude or the square of the speed, he was forced to introduce differential calculus and the formalism of differential equations that is common today.

By precisely formulating the concept of limit values , the derivative and the integral , Augustin Louis Cauchy finally put the theory of ordinary differential equations on a solid foundation in the 19th century and thus made them accessible to many sciences.

The scientific interest in differential equations is essentially based on the fact that complete models can be created with them on the basis of comparatively simple observations and experiments.

Only a few types of differential equations can be solved analytically. Nevertheless, qualitative statements such as stability , periodicity or bifurcation can also be made if the differential equation cannot be solved explicitly. One of the most important tools for scalar differential equations are arguments using a comparison theorem .

general definition

Be and be a continuous function. Then is called

an ordinary differential equation system -th order of equations ( here is the independent variable, etc.). In the case , this is called an ordinary -th order differential equation .

Their solutions are sometimes differentiable functions , which satisfy the differential equation on an interval to be determined . Are you looking for a special solution, which is given and additionally

is fulfilled, this is called the initial value problem .

Can the differential equation be solved for the highest occurring derivative and thus has the form

,

so it is called explicit , otherwise implicit ; see also the theorem of the implicit function .

About the notation

In the literature on ordinary differential equations, two different notations are used as standard. In one variation, the independent variable with called and the derivatives of the function by using , etc. The other school uses a going back to Newton notation. The independent variable is already given a meaning; is the time. Solutions are then often marked with and the derivatives according to time are noted as. Since this article was edited by representatives of both schools, both notations can be found again.

Existence and uniqueness

A few criteria can be used to determine whether a solution exists at all. The differential equation itself is generally insufficient to uniquely determine the solution.

For example, the basic movement sequence of all swinging pendulums is the same and can be described by a single differential equation. The actual course of movement is, however, determined by the boundary or initial condition (s) (when was the pendulum pushed and how large is the initial deflection).

The local solvability of initial value problems for ordinary first-order differential equations is described by Picard-Lindelöf's theorem and Peano's theorem . In a second step, the existence of a local solution can be used to infer the existence of a non-continuable solution . With the help of the theorem of the maximum existence interval, building on this non-continuable solution, one can then occasionally prove globality. The uniqueness is obtained as an application of Gronwall's inequality .

Reduction of higher order equations to first order systems

Ordinary differential equations of any order can always be reduced to a system of ordinary first-order differential equations. If an ordinary differential equation has the order , the interdependent functions are introduced :

The explicit differential equation -th order for becomes:

So we get a system of ordinary first order differential equations:

.

Conversely, one can derive a single higher-order differential equation from some differential equation systems.

Examples

This means that with a set of unstable atoms the number of decaying atoms depends proportionally on the total number of atoms present.
By knowing the force that depends on the time and position of a particle , these equations make statements about the movement of the particle itself.
  • In addition to the simple interrelationships of changes in a single variable, predictions can also be made about several variables in one system. Roughly the Lotka-Volterra equations of ecology :
This system describes the temporal change in the predator population and the prey population with constant natural birth rates and death rates . Some important properties of this model can be summarized in the form of the so-called Lotka-Volterra rules . This and similar systems are widely used in theoretical biology to describe spreading processes and in epidemic models.

Special types of differential equations

The best-known type of ordinary differential equations is the linear differential equation -th order with:

for steady .

Other important types of ordinary differential equations are the following:

.
with .
, where the vector field has a potential function.
.
for steady and .
.
.

Autonomous systems

A system of differential equations is called autonomous or time-invariant if the descriptive equation does not depend on the independent variable . Ie if the system is of the form

is.

A system of differential equations

means complete if the global solution is completely defined and unambiguous for each initial value . This is e.g. B. the case when linearly bounded and Lipschitz continuous . It denotes this (uniquely determined global) solution. Then we call the flow the differential equation , and then we build a dynamic system .

The case of flat autonomous systems is particularly easy to analyze . With the help of Poincaré-Bendixson's theorem one can often prove the existence of periodic solutions. The Lotka-Volterra model forms an important level autonomous system .

Since the Poincaré-Bendixson theory is based centrally on the Jordanian curve theorem , higher-dimensional analogues are wrong. In particular, it is very difficult to find periodic solutions of higher-dimensional autonomous systems.

Solving method for linear ordinary differential equations with constant coefficients

Many dynamic systems from technology, nature and society can be described by ordinary differential equations. Many physical problems that appear very different at first glance can be represented formally identically with the GDGL.

A dynamic system is a functional unit for processing and transmitting signals, with the input variable being defined as the cause and the output variable as the result of the system's transmission behavior over time. If the input variable is a homogeneous GDGL, otherwise it is an inhomogeneous GDGL.

A dynamic system behaves linearly if the effects of two linearly superimposed input signals are linearly superimposed in the same way at the output of the system. A linear GDGL contains the function you are looking for and its derivatives only in the first power. There must be no products of the function sought and its derivatives. The function you are looking for must not appear in the arguments of trigonometric functions, logarithms, etc.

A well-known example from mechanics is the linear GDGL of the second order of a damped spring pendulum with the spring stiffness , mass and damping constant . The input variable is: the force , the output variable is the path .

.

Linear time-invariant systems can be calculated using the following methods:

Solution using the exponential approach

The solution of an inhomogeneous GDGL consists of the general solution of the homogeneous GDGL and a special solution (particulate solution) of the inhomogeneous GDGL. Therefore, the solution process of the inhomogeneous GDGL takes place in two stages, regardless of the order. The overall solution is the sum of the two solutions:

  • The homogeneous solution of the GDGL describes the system behavior with initial values ​​of the system memory at the time and the input signal . For the dynamic system this means that it is left to itself and has only one output signal. The homogeneous solution of the GDGL is zero if all initial conditions of and their derivatives are zero.
  • The particular solution of the GDGL describes the transfer behavior of for as forced movement. Depending on the system order, all initial conditions and their derivatives must be zero.
If the transfer function is given as a Laplace transformed GDGL, the calculation of the system output signal for a given input signal is always a particular solution when the inverse Laplace transform is used. The particular solution of the GDGL is usually of primary interest in control engineering.

With the help of the exponential approach and the resulting characteristic equation , higher-order GDGL can also be solved. This exponential approach is considered a universal solution method for homogeneous GDGLs of any order with constant coefficients.

If a GDGL has order n, then its solution has n constants of integration. For this, n initial conditions must be given.

The Exponentialansatz provides derivatives of the form: .

If these relationships are inserted into the homogeneous GDGL, the characteristic equation arises as a polynomial of the nth order for . The homogeneous solution of an inhomogeneous differential equation is thus generally for the case of real unequal zeros of the characteristic polynomial :

A GDGL is solved through integration. Every integration results in integration constants, the number of which is determined by the order of the GDGL. The solution of a GDGL of the n-th order contains independent constants of integration. These are to be determined for a special (particular) solution of the GDGL depending on the eigenvalues ​​and given initial conditions of the transmission system.

The determination of the integration constants for systems of higher order (> 2) is very laborious. Further information can be found in the specialist literature.

Initial value problem and integration constants for a homogeneous 2nd order GDGL

A homogeneous GDGL of the nth order has n initial values. For the homogeneous ODE of second order with two presettable initial values and the coefficients and are calculated when the roots of the characteristic polynomial are known.

For each initial condition there is an equation ( , ).

Example of a homogeneous GDGL with two real zeros and and initial values ; :

Solution of the homogeneous DGL 2nd order:

Calculation of the coefficients:

The coefficients and can be determined from the two equations for and for .

Note: The derivation of

Table: The different types of solutions of the quadratic equation , due to the size of the discriminant , result in three different cases of the eigenvalues λ of the GDGL such as:

Solution of the homogeneous linear differential equation of the
2nd order with constant coefficients
zeropoint Initial value problem
determination C1, C2
Radicand > 0: 2 real zeros

Radicand = 0: 2 equal zeros

Radicand <0: conjugate complex zeros



Calculation example of the solution of a 2nd order GDGL with real zeros

* Homogeneous solution of the GDGL of a series connection of two PT1 elements with initial values.
* Particular solution of the GDGL for an entry jump.
Transfer function of a dynamic system consisting of two PT1 elements

Associated system-describing GDGL:

The highest derivation is optional:

  • Given: Randomly selected initial values of the energy storage (integrators) ; ;
  • Given: input variable is a standardized step function for .
  • Wanted: Homogeneous solution of the GDGL and particulate solution :
For the homogeneous solution is set.
  • Calculated according to the table above for the homogeneous solution:
There are two real zeros:
  • Calculated: The integration constants are calculated according to the table with ; .
  • Analytical homogeneous solution according to the table for two real zeros:
it follows:
With the numerical values ​​used, the analytical solution of the homogeneous GDGL is:
  • Particulate solution:
The calculation of the system response of the input-output behavior via the convolution integral is complex.
The solution is simpler - as shown below - by using the Laplace transform.

Solution using the transfer function

The general form of a differential equation with constant coefficients of the output quantity and with the input quantity is:

.

Using the Laplace differentiation theorem of a GDGL results in algebraic equations with so-called numerator and denominator polynomials. is the complex Laplace variable that has an exponent instead of the order of a derivative. The transfer function is defined as the ratio of the output signal to the input signal , where the initial values ​​of the system are zero.

.

The calculation of the time behavior of a transmission system from the transmission function is usually carried out for standardized input signals . To calculate the step response with the input signal , the term is multiplicatively appended to the transfer function . If the latter is not carried out, the impulse response is obtained instead of the step response.

Transfer function in polynomial representation, pole zero representation and time constant representation:

The poles and zeros of the transfer function are the most important parameters of the system behavior. The poles (zeros of the denominator polynomial) are at the same time the solution of the system and determine the system's time behavior. The zeros of the numerator polynomial only influence the amplitudes of the system response.

The solution is achieved through partial fraction decomposition of the product representation into simple additive terms that can easily be transformed into the time domain. The partial fraction decomposition of higher-order transfer functions is not always easy, especially when there are complex conjugate zeros.

Alternatively, Laplace transform tables can be used, which contain the most common corresponding equations in the time domain.

Particulate solution of the 2nd order GDGL with the help of the Laplace transform

The particular solution describes the transmission behavior of the system as a function of the input signal and is usually of primary interest. The initial conditions and have the value 0.

Solution of the given GDGL 2nd order:

.

The transfer function of a system arises according to the differentiation theorem by exchanging the time-dependent terms of a GDGL with the Laplace transform. The prerequisite is that the initial condition of the system is zero. Depending on the degree of derivatives of a function y (t), the following Laplace transforms Y (s) arise after the transformation:

With the transformed terms, the transfer function of the dynamic system G (s) can be set up:

Polynomials of a transfer function are broken down into linear factors (basic polynomials: monomial, binomial and trinomial) by determining the zeros. If numerical values ​​of the coefficients of a 2nd order transfer function are available, the poles (= zeros in the denominator of the transfer function) can be determined using the well-known formula for solving a mixed-quadratic equation.

Due to the different ways of solving the poles due to the size of the radicand of the quadratic equation, there are three different cases of the eigenvalues (of the poles ) of the transfer function. The following is a table of correspondence between the s-area and the time area for a transformed input jump .

The following basic polynomials (binomials and trinomials for complex conjugate poles) arise depending on the zeros. The solutions of the transfer functions as step responses in the time domain have been taken from a Laplace transformation table:

The Laplace transformation tables can be listed in two forms of product representation, whereby different factors a 0 and K must be taken into account. The conversion of the pole zero representation into the time constant representation is simple, they are algebraically identical. .

Pole-zero representation (stable system) and time constant representation:

Table: Calculation of the step responses of a 2nd order transmission system depending on the types of poles:

Step responses PT2 element:
* 1): 2 real poles,
* 2): 2 conjugate complex poles.
f (s)
2nd order transfer function
input jump u (t) = 1: = multiplication by 1 / s
f (t)
Particulate solution
Step response in the time domain
Determination of the poles and from the polynomial representation
2 real poles:



2 identical poles:

Conjugates complex poles:









Damping D:


If two real zeros are inserted into the equation for , division by zero results , which is not permissible. Zeros are already considered to be "different" zeros if they differ in a theoretically infinite decimal place of a value.

The overall solution of a GDGL results from the superposition of the system responses on the initial conditions and on the input signal:

The particular solution of the GDGL refers to the fact that the initial values are zero and the input signal is. It can be determined from the transfer function by subjecting the differential equation to a Laplace transformation.

Calculation example of the particulate solution of a 2nd order GDGL with the Laplace transformation table

  • Given:
Input signal: step function .
Transfer function of the system:
Wanted: Particulate solution for the given transfer function:
Search term for the Laplace transform table:
  • Calculated:
The analytical equation found for the particular solution according to the transformation table by entering the coefficients is:
.
Numerical values ​​of the time constants used:
.

For a graphic representation of the particulate solution, see the penultimate picture.

Note: If the output variable of a transmission system contains vibration components, the transformation tables result in complex trigonometric equations.

software

Some CAS can solve differential equations, e.g. B .:

See also

literature

  • Herbert Amann: Ordinary differential equations , 2nd edition, Gruyter - de Gruyter textbooks, Berlin New York, 1995, ISBN 3-11-014582-0
  • Bernd Aulbach: Ordinary differential equations , Elsevier Spectrum Akademischer Verlag, Heidelberg, 2004, ISBN 3-8274-1492-X
  • Martin Hermann: Numerics of ordinary differential equations, initial and boundary value problems , Oldenbourg Verlag, Munich and Vienna, 2004, ISBN 3-486-27606-9
  • Harro Heuser: Ordinary differential equations , Teubner, March 2004, ISBN 3-519-32227-7
  • Edward Lincey Ince: The Integration of Ordinary Differential Equations , Dover Publications, 1956, ISBN 0-486-60349-0
  • Wolfgang Walter: Ordinary differential equations , Springer, 2000, ISBN 3-540-67642-2

Individual evidence

  1. May-Britt Kallenrode, University of Osnabrück, Department of Physics: Lecture notes “Mathematics for Physicists”, Chapter: “Ordinary differential equations”, 611 pages, issued in 2007.
  2. Oliver Nelles, University of Siegen: Lecture Concept Measurement and Control Engineering I, Chapter: "Laplace Transformation", 446 pages from October 8, 2009.
  3. ^ Expression in Bar. Retrieved May 17, 2020 .
  4. ^ Dsolve - Maple Programming Help. Retrieved May 17, 2020 .
  5. Basic Algebra and Calculus - Sage Tutorial v9.0. Retrieved May 17, 2020 .
  6. ^ Symbolic algebra and Mathematics with Xcas. Retrieved May 17, 2020 .