Jump to content

Nonlinear system: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Replaced content with ':'
m Reverted edits by 71.238.240.187 (talk) to last revision by Hamtechperson (HG)
Line 1: Line 1:
:''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 system|linear]], that is, a system which does not satisfy the [[superposition principle]], or whose output is not [[Proportionality (mathematics)#Direct proportionality|directly proportional]] to its input. Less technically, a nonlinear system is any problem where the variable(s) to be solved for cannot be written as a linear combination of independent components. A [[Homogeneous function|nonhomogeneous]] system, which is linear apart from the presence of a function of the [[independent variable]]s, 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 of multiple variables.

Nonlinear problems are of interest to [[engineer]]s, [[physicist]]s and [[mathematician]]s because most physical systems are inherently nonlinear in nature. Nonlinear equations are difficult to solve and give rise to interesting phenomena such as [[chaos theory|chaos]]. The weather is famously nonlinear, where simple changes in one part of the system produce complex effects throughout.

==Definition==

In [[mathematics]], a [[linear map|linear]] [[function (mathematics)|function]] (or map) <math>f(x)</math> is one which satisfies both of the following properties:
*additivity, <math>\textstyle f(x + y)\ = f(x)\ + f(y);</math>
*homogeneity, <math>\textstyle f(\alpha x)\ = \alpha f(x).</math>
(Additivity implies homogeneity for any [[rational number|rational]] ''α'', and, for [[continuous function]]s, for any [[real number|real]] ''α''. For a [[complex number|complex]] ''α'', homogeneity does not follow from additivity; for example, an [[antilinear map]] is additive but not homogeneous.)

An equation written as
:<math>f(x) = C\,</math>
is called '''linear''' if <math>f(x)</math> is a linear map (as defined above) and '''nonlinear''' otherwise. The equation is called ''homogeneous'' if <math>C = 0</math>.

The definition <math>f(x) = C</math> is very general in that <math>x</math> can be any sensible mathematical object (number, vector, function, etc), and the function <math>f(x)</math> can literally be any [[Map (mathematics)|mapping]], including integration or differentiation with associated constraints (such as [[boundary values]]). If <math>f(x)</math> contains [[Derivative|differentiation]] of <math>x</math>, the result will be a [[differential equation]].

==Nonlinear algebraic equations==

Generally, nonlinear [[algebra]]ic problems are often exactly solvable, and if not they usually can be thoroughly understood through [[qualitative analysis|qualitative]] and [[numerical analysis|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 [[Additive function|additivity]] nor [[Homogeneous function|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 [[root of a function|root]]s 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 sequence]]s.

==Nonlinear differential equations==

A [[simultaneous equations|system]] of [[differential equation]]s is said to be nonlinear if it is not a [[linear system]]. Problems involving nonlinear differential equations are extremely diverse, and methods of solution or analysis are problem dependent. Examples of nonlinear differential equations are the [[Navier–Stokes equations]] in fluid dynamics, the [[Lotka–Volterra equation]]s in biology, and the [[Black–Scholes|Black–Scholes PDE]] in finance.

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 equation]]s are often exactly solvable by [[separation of variables]], especially for autonomous equations. For example, the nonlinear equation

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

will easily yield <math>u = (x + C)^{-1}</math> as a general solution. The equation is nonlinear because it may be written as

:<math>\frac{\operatorname{d} u}{\operatorname{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 integral]]s are encountered.

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

* Examination of any [[conserved quantities]], especially in [[Hamiltonian system]]s.
* Examination of dissipative quantities (see [[Lyapunov function]]) analogous to conserved quantities.
* Linearization via [[Taylor expansion]].
* Change of variables into something easier to study.
* [[Bifurcation theory]].
* [[Perturbation theory|Perturbation]] methods (can be applied to algebraic equations too).

===Partial differential equations===
{{See also|List of nonlinear partial differential equations}}
The most common basic approach to studying nonlinear [[partial differential equation]]s 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 equation]]s, as seen in the [[Similar matrix|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 (mathematics)|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 [[Method of characteristics|characteristics]] and using the methods outlined above for ordinary differential equations.

===Example: pendulum===

{{main|Pendulum (mathematics)}}

[[Image:PendulumLayout.png|thumb|Illustration of a pendulum.|right|200px]]
[[Image:PendulumLinearizations.png|thumb|Linearizations of a pendulum.|right|200px]]

A classic, extensively studied nonlinear problem is the dynamics of a [[Pendulum (mathematics)|pendulum]] under influence of [[gravity]]. Using [[Lagrangian mechanics]], it may be shown<ref>[http://www.damtp.cam.ac.uk/user/tong/dynamics.html David Tong: Lectures on Classical Dynamics]</ref> 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 points "downwards" and <math>\theta</math> is the angle the pendulum forms with its rest position, as shown in the figure at right. One approach to "solving" this equation is to use <math>d\theta/dt</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 expansion]]s. 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 sinusoid]]s, 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 portrait]]s and approximate periods.

==Metaphorical use==

Engineers often use the term ''nonlinear'' to refer to irrational or erratic behavior, with the implication that the person who "goes nonlinear" is on the edge of losing control or even having a [[nervous breakdown]].<ref>{{cite book | title = West of Eden: The End of Innocence at Apple Computer | author = Frank Rose | url = http://books.google.com/books?id=0DHnCxjX_t8C&pg=PA259&dq=go-nonlinear&lr=&as_brr=3&as_pt=ALLTYPES&ei=uJxJSfDvBouYMpOzwJAP | publisher = Frank Rose, publisher | year = 1990 | isbn = 9780140093728 }}</ref>

==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==
<div style="-moz-column-count:2; column-count:2;">
* [[AC power flow model]]
* [[Ball and beam system]]
* [[Bellman equation]] for optimal policy
* [[Boltzmann transport equation]]
* [[Colebrook equation]]
* [[General relativity]]
* [[Ginzburg–Landau equation]]
* [[Navier–Stokes equations]] of [[fluid dynamics]]
* [[Korteweg–de Vries equation]]
* [[nonlinear optics]]
* [[nonlinear Schrödinger equation]]
* [[Richards equation]] for unsaturated water flow
* [[Robot unicycle]] balancing
* [[Sine-Gordon equation]]
* [[Landau–Lifshitz equation]]
* [[Ishimori equation]]
* [[Van der Pol equation]]
* [[Liénard equation]]
* [[Vlasov equation]]

</div>

See also the [[list of non-linear partial differential equations]]

==See also==

* [[Aleksandr Mikhailovich Lyapunov]]
* [[Dynamical system]]
* [[Volterra series]]
* [[Vector soliton]]

==References==
{{morefootnotes|date=March 2009}}
{{reflist}}

==Further reading==
{{refbegin}}
* {{cite book
| author= [[Diederich Hinrichsen]] and Anthony J. Pritchard
| year= 2005
| title= Mathematical Systems Theory I - Modelling, State Space Analysis, Stability and Robustness
| publisher= Springer Verlag
| isbn=0-978-3-540-441250
}}
*{{cite book
| last = Jordan
| first = D. W.
| last2 = Smith
| first2 = P.
| year = 2007
| edition = fourth
| title = Nonlinear Ordinary Differential Equations
| publisher = Oxford Univeresity Press
| isbn = 978-0-19-9208241
}}
*{{cite book
| last = Khalil
| first = Hassan K.
| year = 2001
| title = Nonlinear Systems
| publisher = Prentice Hall
| isbn = 0-13-067389-7
}}
*{{cite book
| last = Kreyszig
| first = Erwin
| authorlink = Erwin Kreyszig
| year = 1998
| title = Advanced Engineering Mathematics
| publisher = Wiley
| isbn = 0-471-15496-2
}}
*{{cite book
| last = Sontag
| first = Eduardo
| authorlink = Eduardo D. Sontag
| year = 1998
| title = Mathematical Control Theory: Deterministic Finite Dimensional Systems. Second Edition
| publisher = Springer
| isbn = 0-387-984895
}}
{{refend}}

==External links==
* [http://vlab.infotech.monash.edu.au/simulations/non-linear/ A collection of non-linear models and demo applets] (in Monash University's Virtual Lab)
* [http://www.dodccrp.org/ Command and Control Research Program (CCRP)]
* [http://necsi.org/guide/concepts/linearnonlinear.html New England Complex Systems Institute: Concepts in Complex Systems]
* [http://ocw.mit.edu/OcwWeb/Earth--Atmospheric--and-Planetary-Sciences/12-006JFall-2006/CourseHome/index.htm Nonlinear Dynamics I: Chaos] at [http://ocw.mit.edu/OcwWeb/index.htm MIT's OpenCourseWare]
* [http://www.hedengren.net/research/models.htm Nonlinear Models] Nonlinear Model Database of Physical Systems (MATLAB)
* [http://cnls.lanl.gov/ The Center for Nonlinear Studies at Los Alamos National Laboratory]
* [http://fydik.kitnarf.cz/ FyDiK] Software for simulations of nonlinear dynamical systems

{{Systems}}

{{DEFAULTSORT:Nonlinear System}}
[[Category:Non-linear systems]]
[[Category:Dynamical systems]]
[[Category:Fundamental physics concepts]]

[[bn:অরৈখিকতা]]
[[de:Nichtlineares System]]
[[es:No linealidad]]
[[fa:سامانه غیرخطی]]
[[fr:Non-linéarité]]
[[gl:Nonlinearidade]]
[[ko:비선형]]
[[hi:अरेखीय तंत्र]]
[[id:Sistem nonlinier]]
[[it:Sistema non lineare]]
[[he:מערכת לא לינארית]]
[[nl:Niet-lineair systeem]]
[[ja:非線形システム論]]
[[no:Ulineær]]
[[nn:Ikkje-lineært system]]
[[pl:Nieliniowość]]
[[pt:Sistema dinâmico não linear]]
[[ru:Нелинейная система]]
[[fi:Epälineaarinen]]
[[sv:Icke-linjär]]
[[uk:Нелінійні диференціальні рівняння]]
[[zh:非線性]]

Revision as of 00:41, 22 May 2010

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, that is, a system which does not satisfy the superposition principle, or whose output is not directly proportional to its input. Less technically, a nonlinear system is any problem where the variable(s) to be solved for cannot be written as a linear combination of independent components. A nonhomogeneous 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 of multiple variables.

Nonlinear problems are of interest to engineers, physicists and mathematicians because most physical systems are inherently nonlinear in nature. 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) is one which satisfies both of the following properties:

  • additivity,
  • homogeneity,

(Additivity implies homogeneity for any rational α, and, for continuous functions, for any real α. For a complex α, homogeneity does not follow from additivity; for example, an antilinear map is additive but not homogeneous.)

An equation written as

is called linear if is a linear map (as defined above) and nonlinear otherwise. The equation is called homogeneous if .

The definition is very general in that can be any sensible mathematical object (number, vector, function, etc), and the function can literally be any mapping, including integration or differentiation with associated constraints (such as boundary values). If contains differentiation of , the result will be a differential equation.

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

may be written as

and is nonlinear because satisfies neither additivity nor homogeneity (the nonlinearity is due to the ). 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

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 .

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

A system of differential equations is said to be nonlinear if it is not a linear system. Problems involving nonlinear differential equations are extremely diverse, and methods of solution or analysis are problem dependent. Examples of nonlinear differential equations are the Navier–Stokes equations in fluid dynamics, the Lotka–Volterra equations in biology, and the Black–Scholes PDE in finance.

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

will easily yield as a general solution. The equation is nonlinear because it may be written as

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

Illustration of a pendulum.
Linearizations of a pendulum.

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

where gravity points "downwards" and is the angle the pendulum forms with its rest position, as shown in the figure at right. One approach to "solving" this equation is to use as an integrating factor, which would eventually yield

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 ).

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 , called the small angle approximation, is

since for . This is a simple harmonic oscillator corresponding to oscillations of the pendulum near the bottom of its path. Another linearization would be at , corresponding to the pendulum being straight up:

since for . The solution to this problem involves hyperbolic sinusoids, and note that unlike the small angle approximation, this approximation is unstable, meaning that 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 , around which :

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 or erratic behavior, with the implication that the person who "goes nonlinear" is on the edge of losing control or even having a nervous breakdown.[2]

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

References

  1. ^ David Tong: Lectures on Classical Dynamics
  2. ^ Frank Rose (1990). West of Eden: The End of Innocence at Apple Computer. Frank Rose, publisher. ISBN 9780140093728.

Further reading