Non-linear

Jump to navigation Jump to search


This article describes the use of the term nonlinearity in mathematics. For other meanings, see nonlinearity (disambiguation).

In mathematics, a nonlinear system is a system which is not linear, i.e. a system which does not satisfy the superposition principle. Less technically, a nonlinear system is any problem where the variable(s) to be solved for cannot be written as a linear sum of independent components. A nonhomogenous system, which is linear apart from the presence of a function of the independent variables, is nonlinear according to a strict definition, but such systems are usually studied alongside linear systems, because they can be transformed to a linear system as long as a particular solution is known.

Generally, nonlinear problems are difficult (if possible) to solve and are much less understandable than linear problems. Even if not exactly solvable, the outcome of a linear problem is rather predictable, while the outcome of a nonlinear is inherently not.

Nonlinear problems are of interest to physicists and mathematicians because most physical systems are inherently nonlinear in nature. Physical examples of linear systems are not very common. Nonlinear equations are difficult to solve and give rise to interesting phenomena such as chaos. The weather is famously nonlinear, where simple changes in one part of the system produce complex effects throughout.

Definition

In mathematics, a linear function (or map) <math>f(x)</math> is one which satisfies both of the following properties:

  1. Additivity: <math>f(x + y) = f(x) + f(y)\,</math>
  2. Homogeneity: <math>f(\alpha x) = \alpha f(x)\,</math>

An equation written as

<math>f(x) = C\,</math>

is called linear if <math>f(x)</math> is linear (as defined above) and nonlinear otherwise. Note that <math>x</math> does not need to be a scalar (can be a vector, function, etc), and that <math>C</math> must not depend on <math>x</math>. The equation is called homogeneous if <math>C = 0</math>.

Nonlinear algebraic equations

Generally, nonlinear algebraic problems are often exactly solvable, and if not they usually can be thoroughly understood through qualitative and numeric analysis. As an example, the equation

<math>x^2 + x - 1 = 0\,</math>

may be written as

<math>f(x) = C \quad \mbox{where} \quad f(x) = x^2 + x \quad \mbox{and} \quad C = 1\,</math>

and is nonlinear because <math>f(x)</math> satisfies neither additivity nor homogeneity (the nonlinearity is due to the <math>x^2</math>). Though nonlinear, this simple example may be solved exactly (via the quadratic formula) and is very well understood. On the other hand, the nonlinear equation

<math>x^5 - x - 1 = 0\,</math>

is not exactly solvable (see quintic equation), though it may be qualitatively analyzed and is well understood, for example through making a graph and examining the roots of <math>f(x) - C = 0</math>.

Nonlinear recurrence relations

A nonlinear recurrence relation defines successive terms of a sequence as a nonlinear function of preceding terms. Examples of nonlinear recurrence relations are the logistic map and the relations that define the various Hofstadter sequences.

Nonlinear differential equations

Problems involving nonlinear differential equations are extremely diverse, and methods of solution or analysis are very problem dependent.

One of the greatest difficulties of nonlinear problems is that it is not generally possible to combine known solutions into new solutions. In linear problems, for example, a family of linearly independent solutions can be used to construct general solutions through the superposition principle. A good example of this is one-dimensional heat transport with Dirichlet boundary conditions, the solution of which can be written as a time-dependent linear combination of sinusoids of differing frequencies, this makes solutions very flexible. It is often possible to find several very specific solutions to nonlinear equations, however the lack of a superposition principle prevents the construction of new solutions.

Ordinary differential equations

First order ordinary differential equations are often exactly solvable by separation of variables, especially for autonomous equations. For example, the nonlinear equation

<math>\frac{d u}{d x} = -u^2\,</math>

will easily yield <math>u = (x + C)^{-1}</math> as a general solution which happens to be simpler than the solution to the linear equation <math>du/dx = -u</math>. The equation is nonlinear because it may be written as

<math>\frac{d u}{d x} + u^2=0\,</math>

and the left-hand side of the equation is not a linear function of u and its derivatives. Note that if the u² term were replaced with u, the problem would be linear (the exponential decay problem).

Second and higher order ordinary differential equations (more generally, systems of nonlinear equations) rarely yield closed form solutions, though implicit solutions and solutions involving nonelementary integrals are encountered.

Common methods for the qualitative analysis of nonlinear ordinary differential equations include:

Partial differential equations

The most common basic approach to studying nonlinear partial differential equations is to change the variables (or otherwise transform the problem) so that the resulting problem is simpler (possibly even linear). Sometimes, the equation may be transformed into one or more ordinary differential equations, as seen in the similarity transform or separation of variables, which is always useful whether or not the resulting ordinary differential equation(s) is solvable.

Another common (though less mathematic) tactic, often seen in fluid and heat mechanics, is to use scale analysis to simplify a general, natural equation in a certain specific boundary value problem. For example, the (very) nonlinear Navier-Stokes equations can be simplified into one linear partial differential equation in the case of transient, laminar, one dimensional flow in a circular pipe; the scale analysis provides conditions under which the flow is laminar and one dimensional and also yields the simplified equation.

Other methods include examining the characteristics and using the methods outlined above for ordinary differential equations.

Example: pendulum

File:PendulumLayout.png
Illustration of a pendulum.
File:PendulumLinearizations.png
Linearizations of a pendulum.

A classic, extensively studied nonlinear problem is the dynamics of a pendulum. Using Lagrangian mechanics, it may be shown[1] that the motion of a pendulum can be described by the dimensionless nonlinear equation

<math>\frac{d^2 \theta}{d t^2} + \sin(\theta) = 0\,</math>

where gravity is "down" and <math>\theta</math> is as shown in the figure at right. One approach to "solving" this equation is to use <math>\scriptstyle \frac{d \theta}{d t}</math> as an integrating factor, which would eventually yield

<math>\int \frac{d \theta}{\sqrt{C_0 + 2 \cos(\theta)}} = t + C_1\,</math>

which is an implicit solution involving an elliptic integral. This "solution" generally does not have many uses because most of the nature of the solution is hidden in the nonelementary integral (nonelementary even if <math>C_0 = 0</math>).

Another way to approach the problem is to linearize any nonlinearities (the sine function term in this case) at the various points of interest through Taylor expansions. For example, the linearization at <math>\theta = 0</math>, called the small angle approximation, is

<math>\frac{d^2 \theta}{d t^2} + \theta = 0\,</math>

since <math>\sin(\theta) \approx \theta</math> for <math>\theta \approx 0</math>. This is a simple harmonic oscillator corresponding to oscillations of the pendulum near the bottom of its path. Another linearization would be at <math>\theta = \pi</math>, corresponding to the pendulum being straight up:

<math>\frac{d^2 \theta}{d t^2} + \pi - \theta = 0\,</math>

since <math>\sin(\theta) \approx \pi - \theta</math> for <math>\theta \approx \pi</math>. The solution to this problem involves hyperbolic sinusoids, and note that unlike the small angle approximation, this approximation is unstable, meaning that <math>|\theta|</math> will usually grow without limit, though bounded solutions are possible. This corresponds to the difficulty of balancing a pendulum upright, it is literally an unstable state.

One more interesting linearization is possible around <math>\theta = \pi/2</math>, around which <math>\sin(\theta) \approx 1</math>:

<math>\frac{d^2 \theta}{d t^2} + 1 = 0.</math>

This corresponds to a free fall problem. A very useful qualitative picture of the pendulum's dynamics may be obtained by piecing together such linearizations, as seen in the figure at right. Other techniques may be used to find (exact) phase portraits and approximate periods.

Metaphorical use

Engineers often use the term nonlinear to refer to irrational behavior, with the implication that the person who has become nonlinear is on the edge of losing control or even having a nervous breakdown.

Types of nonlinear behaviors

  • Indeterminism - the behavior of a system cannot be predicted.
  • Multistability - alternating between two or more exclusive states.
  • Aperiodic oscillations - functions that do not repeat values after some period (otherwise known as chaotic oscillations or chaos).

Examples of nonlinear equations

See also the list of non-linear partial differential equations

See also

Bibliography

  • Kreyszig, Erwin (1998). Advanced Engineering Mathematics. Wiley. ISBN 0-471-15496-2.
  • Khalil, Hassan K. (2001). Nonlinear Systems. Prentice Hall. ISBN 0-13-067389-7.
  • Diederich Hinrichsen and Anthony J. Pritchard (2005). Mathematical Systems Theory I - Modelling, State Space Analysis, Stability and Robustness. Springer Verlag. ISBN 0-978-3-540-441250.
  • Sontag, Eduardo (1998). Mathematical Control Theory: Deterministic Finite Dimensional Systems. Second Edition. Springer. ISBN 0-387-984895.

Template:Ref-list

External links

Template:Systems

bn:অরৈখিকতা de:Nichtlineares System fa:رفتارهای غیر خطی fi:Epälineaarinen gl:Nonlinearidade he:מערכת לא לינארית id:Sistem nonlinier it:Sistema non lineare ko:비선형 nl:Niet-lineair systeem no:Ulineær sv:Icke-linjär

Template:WS