Ordinary Differential Equations/Basic Concepts

From Wikiversity
Jump to navigation Jump to search

What is a differential equation?[edit | edit source]

A differential equation is any equation that has a derivative of a function. Examples of differential equations are

The first example is the simplest differential equation with only a first derivative of the unknown function and nothing else. The other differential equations are more interesting and include the unknown function with and without a derivative, terms with the independent variable, terms multiplying the unknown function with its derivative, and more complex functions of the independent variable.

Ordinary Differential Equations (ODEs) and Partial Differential Equations (PDEs)[edit | edit source]

Ordinary Differential Equations (ODEs)[edit | edit source]

An ODE is a differential equation where the unknown function has one independent variable, like , or . Notation for ODEs can be

The , , notation, pronounced "y" prime, "y" double prime, "y" triple prime, is the most commonly used since it's compact to write, unlike the fraction, with the in left off.

The is another notation that is more common for PDEs and is discussed below.

When there are too many derivatives and counting the number of prime symbols become difficult, the notation is used, with the parentheses meaning derivative rather than as to the fifth power.

The dot notation of and , pronounced "u" dot and "u" double dot, is a special notation for derivatives with respect to time and is common in engineering and physics.

Partial Differential Equations (PDEs)[edit | edit source]

A PDE is a differential equation where the unknown function has more than one independent variable, like or . Examples are

  • (Laplace's equation)
  • (Advection equation)

PDEs are much harder to solve in general than ODEs and have different methods. A good foundation in ODEs is necessary before trying PDEs, which is a course all on its own.

Order of an ODE[edit | edit source]

The order of an ODE is the term with the highest derivative.

  • is a first order ODE.
  • is a second order ODE.
  • is a fifth order ODE.
  • is a seventh order ODE.
  • is a fourth order ODE.

Linear and Non-linear ODEs[edit | edit source]

A linear ODE is linear in the dependent variable. In other words, an ODE of can be written with all the terms and their derivatives not multiplying each other, to the first power, and not inside any functions. A non-linear ODE is any ODE that isn't linear.

  • is a linear ODE.
  • is a linear ODE.
  • is a linear ODE.
  • is a non-linear ODE.
  • is a non-linear ODE.
  • is a non-linear ODE.
  • is a linear ODE.
  • is a non-linear ODE.
  • is a non-linear ODE.