Научная статья на тему 'ComputerModeling of phenomena in dynamical systems'

ComputerModeling of phenomena in dynamical systems Текст научной статьи по специальности «Математика»

CC BY
56
8
i Надоели баннеры? Вы всегда можете отключить рекламу.
Ключевые слова
PHENOMENA IN MATHEMATICS / COMPUTATIONAL EXPERIMENT / SINGULAR PERTURBATION / DIFFERENTIAL EQUATION

Аннотация научной статьи по математике, автор научной работы — Kenenbaeva Gulai Mekishovna, Kasymova Tumar Japashevna

Earlier, author [4] proposed systematical search of effects and phenomena in mathematics. Some mathematical results are too complicated to be proven deductively but can be corroborated by computational experiments. There are presented in the paper: the practical machine splitting phenomenon (for computer programs transforming the set of machine numbers into itself); (a common Kyrgyz word) means: discrete optimization by means of synergetic, or the phenomenon «random vibration of balls of different sizes of same material in a wide vessel yields migration of the biggest one to the center of their surface»; phenomenon of transforming of smooth solution of degenerate equation of a singularly perturbed differential one: while the small parameter vanishes, the solution tends to another continuous function.

i Надоели баннеры? Вы всегда можете отключить рекламу.
iНе можете найти то, что вам нужно? Попробуйте сервис подбора литературы.
i Надоели баннеры? Вы всегда можете отключить рекламу.

Текст научной работы на тему «ComputerModeling of phenomena in dynamical systems»

ComputerModeling of Phenomena in Dynamical Systems Kenenbaeva G.1, Kasymova T.2

Компьютерное моделирование явлений в динамических системах Кененбаева Г. М.1, Касымова Т. Д.2

1Кененбаева Гулай Мекишовна / Kenenbaeva Gulai Mekishovna - кандидат физико-математических наук, доцент, кафедра прикладной математики и информатики;

2Касымова Тумар Джапашевна / Kasymova Tumar Japashevna - кандидат физико-математических наук, доцент, кафедра алгебры, геометрии и топологии, факультет математики, информатики и кибернетики,

Кыргызский национальный университет им. Ж. Баласагына, г. Бишкек, Кыргызская Республика

Absract: earlier, author [4] proposed systematical search of effects and phenomena in mathematics. Some mathematical results are too complicated to be proven deductively but can be corroborated by computational experiments. There are presented in the paper:

- the practical machine splitting phenomenon (for computer programs transforming the set of machine numbers into itself);

- (a common Kyrgyz word) lTQ 00 means: discrete optimization by means of synergetic, or the phenomenon «random vibration of balls of different sizes of same material in a wide vessel yields migration of the biggest one to the center of their surface»;

- phenomenon of transforming of smooth solution of degenerate equation of a singularly perturbed differential one: while the small parameter vanishes, the solution tends to another continuous function.

Keywords: phenomena in mathematics, computational experiment, singular perturbation, differential equation. Introduction

Discoveries of new «phenomena» and «effects» used to be sufficient steps in developing science but there were not definitions of these notions before our publication [2]. We gave corresponding definitions and examples, proposed methodic to search new phenomena.

Considered a theorem in general as an implication of conditions A В, or, more concrete, if there is a

general class X of objects X and A С^,В cX then A С В or (x £ A) (x £ В). To search «phenomena» and «effects» more systematically we proposed.

Definition 1 (generalizes the approach of the catastrophe theory). To prove sufficiency of A for В one is to construct an example without both A and В. An (interesting, nonpresumable, single) way of violating В is said to be a phenomenon. The notion «single» can be defined more exactly. Let X be a set and a measure can be introduced

in it. Then a subset P С Х\В is a phenomenon if W*es(P') — 0. In other words, if X £ X then X £ P «almost never».

Definition 2. If P is a property (or some properties) of elements X £ X possessing a property E such that a

logical proof (E Л C) P (where C is any additional condition) is too complicated and the property P was discovered not by a logical way but by meeting paradoxes, by experiments in physics and chemistry or by

computational experiments in mathematics then E is said to be an effect.

These definitions yield the following methodic. If some objects X £ X with different but similar unexpected properties have the same property E then this property is considered to be an effect. Putting additional conditions

on X new phenomena may be found in the class X.

Various Examples of Well-known Phenomena

To demonstrate definitions given above we mention the following from our viewpoint.

Example 1. The phenomenon of equivalence of an infinite set to its proper subset (Galileo) as a consequence of effect of infinity; the set theory (G.Cantor) had been developed on this base.

Example 2. The phenomenon of one-sidedness of a surface (Moebius band and Klein bottle) caused creation of combinatorial topology.

Example 3. The phenomenon of bifurcation (non-uniqueness of solution of an initial value problem for a dynamical system); the catastrophe theory had been developed while investigating this phenomenon.

Example 4. As the display is real, the following hypothesis was stated [1]. The display presents to the human the new kind of motion (except mechanical, physical, chemical, biological etc.). By this hypothesis, the following phenomenon of «non-returning» as the consequence of the effect of «non-Euchdeanism» was constructed [2]. If the user moving in a kinematical space led by the common intuition tries to return to the same place then s/he finds her/himself among transformed environment (Moebius band) or in another place (Riemann surfaces).

Let T and Y be topological spaces, £ be a small positive parameter, £ be an upper boundary for it and

{y£ ( t): T —— Y} be a family of continuous functions.

Example 5. The phenomenon of boundary layer in physics of liquids and gases (zero-velocity of the layer of liquid or gas contiguous to a solid (L. Prandtl)); the theory of singular perturbations had been developed on this base. This phenomenon is well-known and there were physical definitions. for instance «the portion of fluid adjacent to the surface of an object around which the fluid is flowing» but we did not find any strict mathematical definition

for it. For and being metrical spaces we proposed the following.

Definition 3. If

(at0 e r)(va > 0)(3£O)(V£ < EoXatj e T)

((pr(to.ti) < <') Л (pi'(ye(to).y£(ti)) > a))

then a fixed boundary layer occurs.

Similar definitions can be given for other types of boundary layers: moving, receding, deepening.

Practical Machine Splitting Phenomenon

Consider any computer program implementing any transformation of the set of computer numbers into itself.

Definition 4 [1]. If there exists such segment D — [D_, D+] с M that

and for no more than one then the practical

machine splitting phenomenon takes place.

Example 6. Approximate solving an initial value problem for a stiff ordinary differential equation.

£y' ( t) — ( 1 - y 2( t) ) y ( t) , 0 < t < 1 , £ — 0.0 1 , (1)

У ( 0 ) — y0. (2)

Applying Euler method, step .

Computer program in pascal

program split; uses crt; var i: integer; y,y0,y1: double; begin clrscr; writeln(' Input initial value y(0)'); readln(y0); y: = y0; for i: = 1 to 100 do begin y: = y+0.01*100.*(1.-y*y)*y; end; y1: = y; writeln(' y(1)~',y1:18:10); readln; end.

This program transforms to .

We may let , only transforms into .

Synergetic Phenomenon for System of Random Difference Equations

Definition 5. (A common Kyrgyz word) lГ^ 00 means: discrete optimization by means of synergetic, or the phenomenon «random vibration of hard balls of different sizes and of same material in a wide vessel yields migration of the biggest one to the center of their surface».

This experimental fact is too difficult to be proven by any mathematical model but is validated by numerical experiments with a system of difference equations.

Thus, we stated.

Hypothesis [6]. For a large number of balls in a vessel, in a certain class of processes described by random difference equations, the probability of the event «the biggest ball is close to the center of surface of heap of balls» as time tends to infinity is 1.

The cylinder of radius 1 is taken as a vessel.

Let a (large) natural number П and (small) positive radii Г > Г >. .. > Гп be given.

Definition 6. If a set of П points {(Xj, y^, Zj): к — 1.. п} C meets the conditions

1) (vk e 1.. n)((rfc < zfc) л (xj + yj < (1 - rfc)2)

(all balls are in the vessel);

2) (vk Ф j e 1. . n)((xfc - Xy) 2 + (yfc - y-)2 + (Zj - Zy)2 > (Г + Г)2)

(the balls do not overlap)

then such set is said to be admissible.

Definition 7. A (short) vector {it, 17, W } e ( W < 0 ) is said to be admissible for a given admissible set of points and a number if the set obtained by means of changing the -th point to the point

(xfc + u,yk + v,zk + w) is admissible too.

We will call such passing from one set of points to a new set of points an admissible shift.

Algorithm. For any initial admissible set of points, repeat the following steps:

1) shift all points up with a (short) vector;

2) while it is possible, execute random admissible shifts (down) in the obtained admissible set of points.

The adjusted hypothesis is the following. With the probability 1 , there exists such number M that after M steps there will be X2 + y\ < T-j2 and there will not be other points over this point.

To verify this hypothesis a program implementing Algorithm was written in pascal for Y — 5 0 and T —

0. 3 - 0.0 1 k,k — 1 .. 1 9 ;t — 0.1 ,k — 2 0.. 5 0. Some runs of this program gave similar results corroborating the hypothesis with .

Remark. The phenomenon of Benard convection cells (1900) is mentioned in literature as the first example of

synergetic process in a dissipative system. As the word lT g 00 existed in the Kyrgyz language some hundred years ago, this is the earlier example of synergetic process.

Phenomenon of Partial Transformation of Solution of Degenerate Equation Consider the differential equation

F(t)F'(y(t))y'(t) — F'(t)F(y(t)), t £ [-1,1], (3)

with the initial condition

y(-1) — Уо (4)

where F is a smooth function, SgY F(t) — SgY t, and the perturbed one

(£ + F(t))F'(y£(t))y£-(t) — F'(t)F(y£(t)), t £ [-1,1]. (5)

If F is an even function then the known phenomenon of partial rotation of solution of degenerate equation takes place. For integral equations of the third kind it was proven [5].

Definition 7. If the initial value problem (3)-(4) has a smooth solution Уо (t) and for the solution of (5)-(4) Yo(t) — /lm£^oy£(t) exists but for some domain T C [-1,1]:|Yo(t)|*|yo(t)| and for

t £ [—1,1]\T: Yo(t) — yo(t) then the phenomenon of partial transforming of solution of degenerate equation takes place.

To prove occurrence of this phenomenon for non-even functions is too difficult and we used the Runge-Kutta

method in MathCad for F(t) — t2 + 0.2t3,£ — 0.002, £ — 0.001, £ — 0.0002. The results

corroborated the existence of Yo (t) and fulfilling of assertions in Definition 7.

Conclusion

We hope that this paper would attract attention to systematic search of new phenomena in the theory of differential and difference equations by means of computational experiments. Also, combinations of computational and real experiments would find new phenomena caused by vibrations of large number of similar objects. Acknowledgment

We thank to the Presidium of National Academy of Sciences of Kyrgyz Republic for support of this investigation within the project «Dynamical systems described by difference, differential and integro-differential equations including singularly perturbed ones», no. 0005756.

References

1. Borubaev A. A., Pankov P. S. Computer presentation of kinematic topological spaces (in Russian). The Kyrgyz State National University, Bishkek (1999).

2. Kenenbaeva G. M. Theory and Methodics to Search new Effects and Phenomena in the Theory of Perturbed Differential and Difference Equations (in Russian). Ilim, Bishkek (2012).

3. Kenenbaeva G. Framework Definitions of Effects and Phenomena and Examples in Differential and Difference Equations. Journal of Mathematics and System Science 4, 766-768 (2014).

4. Kenenbaeva G. M. Methods and theory to search new effects and phenomena in the theory of dynamial systems (in Kyrgyz). Internet-Journal of the Highest Attestational Commission of Kyrgyz Republic 2, 1-8 (2014).

5. Kenenbaeva G., Tagaeva S. Survey of effects and phenomena in some branches of mathematics. In: Proceedings of V Congress of the Turkic World Mathematicians, pp. 107-111. Kyrgyz Mathematical Society, Bishkek (2014).

6. Pankov P. S., Kenenbaeva G. M. The phenomenon of lTg00 as the first example of dissipative system and its implementation on computer (in Kyrgyz). Proceedings of the National Academy of Sciences of Kyrgyz Republic, no. 3, 105-108 (2012).

i Надоели баннеры? Вы всегда можете отключить рекламу.