Gamma Capricorni: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Monkbot
en>Tom.Reding
m Gen fixes (page/s, endash, &nbsp, et al., unicodify, concising wikilinks, etc.), ref cleanup using AWB
 
Line 1: Line 1:
{{differential equations}}
Myrtle Benny is how I'm known as and I feel comfortable when people use the complete title. Minnesota is exactly where he's been living for years. His spouse doesn't like it the way he does but what he truly likes doing is to do aerobics and he's been doing it for quite a while. Bookkeeping is my profession.<br><br>Look into my website: [http://www.asianas.com/index.php?m=member_blog&p=view&id=132737&sid=54346 asianas.com]
 
In [[applied mathematics]], in particular the context of [[nonlinear systems|nonlinear system analysis]], a '''phase plane''' is a visual display of certain characteristics of certain kinds of [[differential equation]]s; a coordinate plane with axes being the values of the two state variables, say (''x'', ''y''), or (''q'', ''p'') etc. (any pair of variables). It is a [[two-dimensional space|two-dimensional]] case of the general ''n''-dimensional [[phase space]].
 
The '''phase plane method''' refers to graphically determining the existence of [[limit cycle]]s in the solutions of the differential equation.
 
The solutions to the differential equation are a family of [[function (mathematics)|function]]s. Graphically, this can be plotted in the phase plane like a two-dimensional [[vector field]]. Vectors representing the [[derivative]]s of the points with respect to a parameter (say time ''t''), that is (''dx''/''dt'', ''dy''/''dt''), at representative points are drawn. With enough of these arrows in place the system behaviour over the regions of plane in analysis can be visualized and [[limit cycles]] can be easily identified.
 
The entire field is the ''[[phase portrait]]'', a particular path taken along a flow line (i.e. a path always tangent to the vectors) is a ''phase path''. The flows in the vector field indicate the time-evolution of the system the differential equation describes.
 
In this way, phase planes are useful in visualizing the behaviour of [[physical system]]s; in particular, of oscillatory systems such as predator-prey models (see [[Lotka–Volterra equation]]s).  In these models the phase paths can "spiral in" towards zero, "spiral out" towards infinity, or reach neutrally stable situations called centres where the path traced out can be either circular, elliptical, or ovoid, or some variant thereof. This is useful in determining if the dynamics are stable or not.<ref name="Jordan, Smith">{{citebook|title=Non-Linear Ordinary Differential Equations: Introduction for Scientists and Engineers|edition=4th|author=D.W. Jordan, P. Smith|publisher=Oxford University Press|year=2007|isbn=978-0-19-902825-8}}</ref>
 
Other examples of oscillatory systems are certain chemical reactions with multiple steps, some of which involve dynamic equilibria rather than reactions that go to completion. In such cases one can model the rise and fall of reactant and product concentration (or mass, or amount of substance) with the correct differential equations and a good understanding of chemical kinetics.<ref>{{citebook|title=Chaos: An Introduction to Dynamical Systems|author=K.T. Alligood, T.D. Sauer, J.A. Yorke|publisher=Springer|year=1996|isbn=978-0-38794-677-1}}</ref>
 
==Example of a linear system==
 
A two-dimensional system of [[linear differential equation]]s can be written in the form:<ref name="Jordan, Smith"/>
 
:<math> \begin{align}
\frac{dx}{dt} & = Ax + By \\
\frac{dy}{dt} & = Cx + Dy
\end{align}</math>
 
which can be organized into a [[matrix (mathematics)|matrix]] equation:
 
:<math> \begin{align}
& \frac{d}{dt} \begin{pmatrix}
x \\
y \\
\end{pmatrix} = \begin{pmatrix}
A & B \\
C & D \\
\end{pmatrix}\begin{pmatrix}
x \\
y \\
\end{pmatrix} \\
 
& \frac{d\mathbf{x}}{dt} = \mathbf{A}\mathbf{x}.
 
\end{align}</math>
 
where '''A''' is the 2 × 2 [[coefficient matrix]] above, and '''x''' = (''x'', ''y'') is a [[coordinate vector]] of two [[independent variable]]s.
 
Such systems may be solved analytically, for this case by integrating:<ref>{{citebook|title=Elementary Differential Equations and Boundary Value Problems|edition=4th|author=W.E. Boyce, R.C. Diprima|publisher=John Wiley & Sons|year=1986|isbn=0-471-83824-1}}</ref>
 
<math>\frac{dy}{dx} = \frac{Cx+Dy}{Ax+By}</math>
 
although the solutions are [[implicit function]]s in ''x'' and ''y'', and are difficult to interpret.<ref name="Jordan, Smith"/>
 
===Solving using eigenvalues===
 
More commonly they are solved with the coefficients of the right hand side written in matrix form using [[eigenvalues]] λ, given by the [[determinant]]:
 
:<math>\det(\mathbf{A}- \lambda \mathbf{I})=0</math>
 
and [[eigenvectors]]:
 
:<math> \mathbf{A}\mathbf{x}=\lambda\mathbf{x}</math>
 
The eigenvalues represent the powers of the exponential components and the eigenvectors are coefficients.  If the solutions are written in algebraic form, they express the fundamental multiplicative factor of the exponential term. Due to the nonuniqueness of eigenvectors, every solution arrived at in this way has undetermined constants ''c''<sub>1</sub>, ''c''<sub>2</sub>, ... ''c<sub>n</sub>''.
 
The general solution is:
 
:<math>x = \begin{bmatrix} k_{1} \\ k_{2} \end{bmatrix} c_{1}e^{\lambda_1 t} + \begin{bmatrix} k_{3} \\ k_{4} \end{bmatrix} c_{2}e^{\lambda_2 t}. </math>
 
where λ<sub>1</sub> and λ<sub>2</sub> are the eigenvalues, and (k<sub>1</sub>, k<sub>2</sub>), (k<sub>3</sub>, k<sub>4</sub>) are the basic eigenvectors. The constants ''c''<sub>1</sub> and ''c''<sub>2</sub> account for the nonuniqueness of eigenvectors and are not solvable unless an initial condition is given for the system.
 
The above determinant leads to the [[characteristic polynomial]]:
 
:<math>\lambda^2 - (A+D)\lambda + (AD-BC)=0</math>
 
which is just a [[quadratic equation]] of the form:
 
:<math>\lambda^2 - p\lambda + q=0</math>
 
where;
 
::<math>p = A+D = \mathrm{tr}(\mathbf{A}) \,,</math>
("tr" denotes [[trace (linear algebra)|trace]]) and
::<math>q=AD-BC=\det(\mathbf{A})\,.</math>
 
The explicit solution of the eigenvalues are then given by the [[quadratic formula]]:
 
:<math>\lambda = \frac{1}{2}(p\pm \sqrt{\Delta})\,</math>
 
where
 
::<math>\Delta=p^2-4q \,.</math>
 
===Eigenvectors and nodes===
 
The eigenvectors and nodes determine the profile of the phase paths, providing a pictorial interpretation of the solution to the dynamical system, as shown next.
 
[[File:Phase plane nodes.svg|thumb|300px|Classification of equilibrium points of a [[linear differential equation|linear]] [[Autonomous system (mathematics)|autonomous system]].<ref name="Jordan, Smith"/> These profiles also arise for non-linear autonomous systems in linearized approximations.]]
 
The phase plane is then first set-up by drawing straight lines representing the two eigenvectors (which represent stable situations where the system either converges towards those lines or diverges away from them). Then the phase plane is plotted by using full lines instead of direction field dashes.  The signs of the eigenvalues will tell how the system's phase plane behaves:
 
*If the signs are opposite, the intersection of the eigenvectors is a [[saddle point]].
*If the signs are both positive, the eigenvectors represent stable situations that the system diverges away from, and the intersection is an '''unstable [[Node (autonomous system)|node]]'''.
*If the signs are both negative, the eigenvectors represent stable situations that the system converges towards, and the intersection is a '''stable node'''.
 
The above can be visualized by recalling the behaviour of exponential terms in differential equation solutions.
 
===Repeated eigenvalues===
This example covers only the case for real, separate eigenvalues. Real, repeated eigenvalues require solving the coefficient matrix with an unknown vector and the first eigenvector to generate the second solution of a two-by-two system. However, if the matrix is symmetric, it is possible to use the orthogonal eigenvector to generate the second solution.
 
===Complex eigenvalues===
Complex eigenvalues and eigenvectors generate solutions in the form of [[sine]]s and [[Trigonometric function|cosines]] as well as exponentials.  One of the simplicities in this situation is that only one of the eigenvalues and one of the eigenvectors is needed to generate the full solution set for the system.
 
==See also==
*[[Phase line (mathematics)|Phase line]], 1-dimensional case
*[[Phase space]], ''n''-dimensional case
*[[Phase portrait]]
 
==References==
{{reflist}}
 
==External links==
*[http://tutorial.math.lamar.edu/classes/de/phaseplane.aspx Lamar University, Online Math Notes - ''Phase Plane'', P. Dawkins]
*[http://tutorial.math.lamar.edu/classes/de/systemsde.aspx Lamar University, Online Math Notes - ''Systems of Differential Equations'', P. Dawkins]
*[http://virtual.cvut.cz/dynlabmodules/ihtml/dynlabmodules/nonlin/node8.html Overview of the phase plane method]
 
[[Category:Nonlinear control]]
[[Category:Ordinary differential equations]]
 
[[fr:Méthode du plan de phase]]
[[pl:Metoda płaszczyzny fazowej]]
[[ru:Метод фазовой плоскости]]

Latest revision as of 08:08, 27 December 2014

Myrtle Benny is how I'm known as and I feel comfortable when people use the complete title. Minnesota is exactly where he's been living for years. His spouse doesn't like it the way he does but what he truly likes doing is to do aerobics and he's been doing it for quite a while. Bookkeeping is my profession.

Look into my website: asianas.com