]> git.llucax.com Git - z.facultad/75.12/tp2.git/blob - informe.lyx
Se expanden keywords del svn.
[z.facultad/75.12/tp2.git] / informe.lyx
1 #LyX 1.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 218
3 \textclass book
4 \language spanish
5 \inputencoding auto
6 \fontscheme pslatex
7 \graphics default
8 \float_placement hbtp
9 \paperfontsize default
10 \spacing single 
11 \papersize Default
12 \paperpackage widemarginsa4
13 \use_geometry 0
14 \use_amsmath 0
15 \paperorientation portrait
16 \secnumdepth 2
17 \tocdepth 3
18 \paragraph_separation indent
19 \defskip medskip
20 \quotes_language english
21 \quotes_times 2
22 \papercolumns 1
23 \papersides 2
24 \paperpagestyle default
25
26 \layout Title
27
28 Análisis Numérico I
29 \newline 
30 Trabajo Práctico N° 2
31 \layout Author
32
33 Leandro Lucarella (77.891)
34 \layout Date
35
36 $Date$
37 \newline 
38 $Rev$
39 \layout Standard
40
41 Copyright (C) 2002 Leandro Lucarella.
42 \layout Standard
43
44 Tiene permiso para copiar, distribuir y/o modificar este documento bajo
45  los términos de la GNU Free Documentation License (Licencia de Documentación
46  Libre GNU), Versión 1.1 o cualquier versión posterior publicada por la Free
47  Software Foundation (Fundación de Software Libre); sin Invariant Sections
48  (Secciones Invariantes), sin Front-Cover Texts (Texto de Portada-Delantera),
49  y sin Back-Cover Texts (Texto de Portada-Trasera).
50  Puede obtener una copia de la licencia en inglés en 
51 \begin_inset LatexCommand \url{http://www.gnu.org/licenses/fdl.txt}
52
53 \end_inset 
54
55  o en español (sin validez legal) en 
56 \begin_inset LatexCommand \url{http://www.geocities.com/larteaga/gnu/gfdl.html}
57
58 \end_inset 
59
60 .
61 \layout Standard
62
63
64 \begin_inset LatexCommand \tableofcontents{}
65
66 \end_inset 
67
68
69 \layout Standard
70
71
72 \begin_inset LatexCommand \listoffigures{}
73
74 \end_inset 
75
76
77 \layout Standard
78
79
80 \begin_inset LatexCommand \listoftables{}
81
82 \end_inset 
83
84
85 \layout Chapter
86
87 Introducción.
88 \layout Section
89
90 Objetivo.
91 \layout Standard
92
93 Resolver un problema práctico implementando distintas metodologías de discretiza
94 ción de ecuaciones diferenciales ordinarias.
95  Analizar el sistema físico bajo estudio y comparar las técnicas de resolución.
96 \layout Section
97
98 Introducción: Oscilación de líquidos
99 \layout Standard
100
101 Se estudiará un transitorio hidráulico, consistente en el movimiento de
102  un fluido luego que es apartado de su condición de equilibrio gravitatorio.
103  Como caso particular se presenta la oscilación entre dos depósitos comunicados
104  como se indica en la figura
105 \begin_float fig 
106 \layout Standard
107 \align center 
108
109 \begin_inset Figure size 368 283
110 file diagrama.eps
111 width 1 13
112 height 1 10
113 flags 11
114
115 \end_inset 
116
117
118 \layout Caption
119
120
121 \begin_inset LatexCommand \label{fig:diagrama}
122
123 \end_inset 
124
125 Esquema del modelo físico.
126 \end_float 
127 , donde 
128 \begin_inset Formula \( z_{1} \)
129 \end_inset 
130
131  y 
132 \begin_inset Formula \( z_{2} \)
133 \end_inset 
134
135  son los apartamientos de las superficies de los depósitos respecto de las
136  posiciones de equilibrio, 
137 \begin_inset Formula \( A_{1} \)
138 \end_inset 
139
140  y 
141 \begin_inset Formula \( A_{2} \)
142 \end_inset 
143
144  son las áreas horizontales de los depósitos (supuestas constantes), 
145 \begin_inset Formula \( L \)
146 \end_inset 
147
148  es la longitud de la tubería de comunicación y 
149 \begin_inset Formula \( L \)
150 \end_inset 
151
152  su sección (considerada circular).
153 \layout Standard
154
155 Considerando un fluido incompresible resulta 
156 \begin_inset Formula \( z\cdot A=z\cdot A_{1}=z\cdot A_{2} \)
157 \end_inset 
158
159 , con 
160 \begin_inset Formula \( z \)
161 \end_inset 
162
163  el desplazamiento de una partícula de fluido dentro de la tubería y respecto
164  de su posición de equilibrio.
165  Así, la ecuación de movimiento del sistema es:
166 \begin_inset Formula \begin{equation}
167 \label{math:ec_dif_fisica}
168 \frac{\textrm{d}^{2}z}{dt^{2}}+\phi _{(z)}\cdot \frac{dz}{dt}+\frac{g\cdot G}{L}\cdot z=0
169 \end{equation}
170
171 \end_inset 
172
173 con 
174 \begin_inset Formula \( t \)
175 \end_inset 
176
177  el tiempo, 
178 \begin_inset Formula \( g \)
179 \end_inset 
180
181  la aceleración de la gravedad, 
182 \begin_inset Formula \( \phi _{(z)} \)
183 \end_inset 
184
185  un factor asociado a pérdidas por fricción y 
186 \begin_inset Formula \( G \)
187 \end_inset 
188
189  un factor geométrico.
190  Como condiciones iniciales se considerarán: 
191 \begin_inset Formula \( z_{(0)}=\Delta z \)
192 \end_inset 
193
194
195 \begin_inset Formula \( \left. \frac{dz}{dt}\right| _{0}=0 \)
196 \end_inset 
197
198 .
199  
200 \layout Chapter
201
202 Discretización.
203 \layout Standard
204
205 La ecuación 
206 \begin_inset LatexCommand \vref{math:ec_dif_fisica}
207
208 \end_inset 
209
210  se deberá discretizar utilizando cada uno de los siguientes esquemas:
211 \layout Itemize
212
213 Euler explícito (E)
214 \layout Itemize
215
216 Runge-Kutta de orden 4 (RK4)
217 \layout Itemize
218
219 Nystrom (N)
220 \layout Section
221
222 Euler y Runge-Kutta de orden 4.
223 \layout Standard
224
225 Estos métodos se construyen de forma similar.
226  Primero, al tratarse de una ecuación diferencial de segundo grado, hay
227  que hacer un cambio de variables y plantear un sistema de dos ecuaciones:
228 \begin_inset Formula \begin{equation}
229 \label{math:cambio_variables}
230 \left\{ \begin{array}{rcl}
231 x=z & \Rightarrow  & \frac{dx}{dt}=\frac{dz}{dt}\\
232 y=\frac{dx}{dt}=\frac{dz}{dt} & \Rightarrow  & \frac{dy}{dt}=\frac{d^{2}x}{dt^{2}}=\frac{d^{2}z}{dt^{2}}
233 \end{array}\right. 
234 \end{equation}
235
236 \end_inset 
237
238
239 \begin_inset Formula \begin{equation}
240 \label{math:sist_ec_dif}
241 \Rightarrow \left\{ \begin{array}{lllll}
242 \frac{dx}{dt} & = & y & = & f_{x_{(t,x,y)}}\\
243 \frac{dy}{dt} & = & -\phi _{\left( x,y_{(x)}\right) }\cdot y-\frac{g\cdot G}{L}\cdot x & = & f_{y_{(t,x,y)}}
244 \end{array}\right. 
245 \end{equation}
246
247 \end_inset 
248
249 ahora discretizamos le sistema de ecuaciones diferenciales de primer grado
250  según el método.
251 \layout Subsection
252
253 Euler.
254 \layout Standard
255
256
257 \begin_inset Formula \begin{equation}
258 \label{math:euler}
259 \left\{ \begin{array}{lllll}
260 x_{n+1} & = & x_{n}+k\cdot f_{x_{\left( t_{n},x_{n},y_{n}\right) }} & = & x_{n}+k\cdot y_{n}\\
261 y_{n+1} & = & y_{n}+k\cdot f_{y_{\left( t_{n},x_{n},y_{n}\right) }} & = & y_{n}-k\cdot \left( \phi _{\left( x_{n},y_{n}\right) }\cdot y_{n}+\frac{g\cdot G}{L}\cdot x_{n}\right) 
262 \end{array}\right. 
263 \end{equation}
264
265 \end_inset 
266
267
268 \layout Subsection
269
270 Runge-Kutta de orden 4.
271 \layout Standard
272
273
274 \begin_inset Formula \begin{equation}
275 \label{math:rk4}
276 \begin{array}{l}
277 \left\{ \begin{array}{lll}
278 q_{x_{1}} & = & k\cdot f_{x_{\left( t_{n},x_{n},y_{n}\right) }}\\
279 q_{y_{1}} & = & k\cdot f_{y_{\left( t_{n},x_{n},y_{n}\right) }}
280 \end{array}\right. \\
281 \left\{ \begin{array}{lll}
282 q_{x_{2}} & = & k\cdot f_{x_{\left( t_{n}+\frac{k}{2},x_{n}+\frac{q_{x_{1}}}{2},y_{n}+\frac{q_{y_{1}}}{2}\right) }}\\
283 q_{y_{2}} & = & k\cdot f_{y_{\left( t_{n}+\frac{k}{2},x_{n}+\frac{q_{x_{1}}}{2},y_{n}+\frac{q_{y_{1}}}{2}\right) }}
284 \end{array}\right. \\
285 \left\{ \begin{array}{lll}
286 q_{x_{3}} & = & k\cdot f_{x_{\left( t_{n}+\frac{k}{2},x_{n}+\frac{q_{x_{2}}}{2},y_{n}+\frac{q_{y_{2}}}{2}\right) }}\\
287 q_{y_{3}} & = & k\cdot f_{y_{\left( t_{n}+\frac{k}{2},x_{n}+\frac{q_{x_{2}}}{2},y_{n}+\frac{q_{y_{2}}}{2}\right) }}
288 \end{array}\right. \\
289 \left\{ \begin{array}{lll}
290 q_{x_{4}} & = & k\cdot f_{x_{\left( t_{n}+k,x_{n}+q_{x_{3}},y_{n}+q_{y_{3}}\right) }}\\
291 q_{y_{4}} & = & k\cdot f_{y_{\left( t_{n}+k,x_{n}+q_{x_{3}},y_{n}+q_{y_{3}}\right) }}
292 \end{array}\right. \\
293 \left\{ \begin{array}{lll}
294 x_{n+1} & = & x_{n}+\frac{1}{6}\cdot \left( q_{x_{1}}+2\cdot q_{x_{2}}+2\cdot q_{x_{3}}+q_{x_{4}}\right) \\
295 y_{n+1} & = & y_{n}+\frac{1}{6}\cdot \left( q_{y_{1}}+2\cdot q_{y_{2}}+2\cdot q_{y_{3}}+q_{y_{4}}\right) 
296 \end{array}\right. 
297 \end{array}
298 \end{equation}
299
300 \end_inset 
301
302
303 \layout Section
304
305 Nystrom.
306 \layout Standard
307
308 La construcción del método de Nystrom difiere de las anteriores ya que no
309  es necesario hacer un sistema de ecuaciones.
310  Nystrom parte del operador centrado 
311 \begin_inset Formula \( \frac{d^{2}z}{dt^{2}}=f_{\left( t,z,\frac{dz}{dt}\right) } \)
312 \end_inset 
313
314 , por lo que se obtiene un método de paso múltiple (2 pasos).
315  Resulta entonces
316 \begin_inset Formula \begin{equation}
317 \label{math:operador_centrado}
318 \frac{x_{n+1}-2\cdot x_{n}+x_{n-1}}{k^{2}}\approx \left. \frac{d^{2}x}{dt^{2}}\right| _{n}=f_{\left( t,x,\frac{dx}{dt}\right) }
319 \end{equation}
320
321 \end_inset 
322
323
324 \layout Standard
325
326 donde 
327 \begin_inset Formula \( x \)
328 \end_inset 
329
330  es la discretización de 
331 \begin_inset Formula \( z \)
332 \end_inset 
333
334 .
335 \layout Standard
336
337 Desarrollando la ecuación 
338 \begin_inset LatexCommand \vref{math:ec_dif_fisica}
339
340 \end_inset 
341
342  obtenemos 
343 \begin_inset Formula \begin{equation}
344 \label{math:nystrom_inicial}
345 \frac{x_{n+1}-2\cdot x_{n}+x_{n-1}}{k^{2}}+\phi _{(x)}\frac{x_{n+1}-x_{n-1}}{2\cdot k}+\frac{g\cdot G}{L}\cdot x_{n}=0
346 \end{equation}
347
348 \end_inset 
349
350
351 \layout Standard
352
353 finalmente, despejando
354 \begin_inset Formula \begin{equation}
355 \label{math:nystrom}
356 x_{n+1}=\frac{\left( \phi _{(x)}-1\right) \cdot x_{n-1}+\left( 2-\frac{g\cdot G\cdot k^{2}}{L}\right) \cdot x_{n}}{\phi _{(x)}+1}
357 \end{equation}
358
359 \end_inset 
360
361
362 \layout Subsection
363
364 Obtención de valores iniciales.
365 \layout Standard
366
367 Hay que tener en cuenta que como el método de Nystrom necesita 2 valores
368  iniciales para arrancar, necesitamos obtener el dato correspondiente a
369  
370 \begin_inset Formula \( x_{1} \)
371 \end_inset 
372
373 .
374  Este valor es obtenido por medio de una aproximación, considerando a la
375  solución una función par.
376  De esta manera suponemos que 
377 \begin_inset Formula \( x_{-1}=x_{1} \)
378 \end_inset 
379
380  y evaluamos la función discretizada (ver ecuación 
381 \begin_inset LatexCommand \ref{math:nystrom_inicial}
382
383 \end_inset 
384
385
386 \begin_inset Formula \begin{equation}
387 \label{math:nystrom_valor_inicial}
388 \begin{array}{r}
389 \frac{x_{1}-2\cdot x_{0}+x_{-1}}{k^{2}}+\phi _{(x)}\frac{x_{1}-x_{-1}}{2\cdot k}+\frac{g\cdot G}{L}\cdot x_{0}=0\\
390 \frac{x_{1}-2\cdot x_{0}+x_{1}}{k^{2}}+\phi _{(x)}\frac{x_{1}-x_{1}}{2\cdot k}+\frac{g\cdot G}{L}\cdot x_{0}=0\\
391 \frac{2\cdot x_{1}-2\cdot x_{0}}{k^{2}}+\phi _{(x)}\frac{0}{2\cdot k}+\frac{g\cdot G}{L}\cdot x_{0}=0\\
392 \frac{2}{k^{2}}\cdot \left( x_{1}-x_{0}\right) +\frac{g\cdot G}{L}\cdot x_{0}=0\\
393 x_{1}-x_{0}+\frac{k^{2}\cdot g\cdot G}{2\cdot L}\cdot x_{0}=0\\
394 x_{1}+\left( \frac{k^{2}\cdot g\cdot G}{2\cdot L}-1\right) \cdot x_{0}=0
395 \end{array}
396 \end{equation}
397
398 \end_inset 
399
400 obteniendo un valor aproximado
401 \begin_inset Formula \begin{equation}
402 \label{math:nystrom_val_ini}
403 x_{1}=\left( 1-\frac{k^{2}\cdot g\cdot G}{2\cdot L}\right) \cdot x_{0}
404 \end{equation}
405
406 \end_inset 
407
408 siendo 
409 \begin_inset Formula \( x_{0} \)
410 \end_inset 
411
412  dato del problema.
413 \layout Subsection
414
415 Aproximación de la derivada primera.
416 \layout Standard
417
418 Para construir la ecuación 
419 \begin_inset LatexCommand \vref{math:nystrom}
420
421 \end_inset 
422
423  supusimos un problema lineal aunque el coeficiente 
424 \begin_inset Formula \( \phi _{(z)} \)
425 \end_inset 
426
427  no siempre lo es.
428  En los casos donde 
429 \begin_inset Formula \( \phi _{(z)}\propto \left| \frac{dz}{dt}\right|  \)
430 \end_inset 
431
432  hacemos una aproximación simple
433 \begin_inset Formula \begin{equation}
434 \label{mat:nystrom_aprox_derivada}
435 \left| \frac{dz}{dt}\right| \approx \left| \frac{dx}{dt}\right| \cong \left| \frac{x_{n}-x_{n-1}}{k}\right| 
436 \end{equation}
437
438 \end_inset 
439
440
441 \layout Standard
442
443 No podemos utilizar un operador centrado para hacer la aproximación quedaría
444  en función de 
445 \begin_inset Formula \( x_{n+1} \)
446 \end_inset 
447
448  y al tratarse del valor absoluto sería imposible despejarlo para calcular
449  el paso siguiente como en la ecuación 
450 \begin_inset LatexCommand \vref{math:nystrom}
451
452 \end_inset 
453
454 .
455 \layout Section
456
457 Valores iniciales.
458 \layout Standard
459
460
461 \begin_inset LatexCommand \label{sec:valores_iniciales}
462
463 \end_inset 
464
465 Se toman los siguientes valores iniciales:
466 \layout Itemize
467
468
469 \begin_inset Formula \( D=0.5\, [m] \)
470 \end_inset 
471
472
473 \layout Itemize
474
475
476 \begin_inset Formula \( n=10^{-6}\, \left[ \frac{m^{2}}{s}\right]  \)
477 \end_inset 
478
479
480 \layout Itemize
481
482
483 \begin_inset Formula \( g=9.8\, \left[ \frac{m^{2}}{s}\right]  \)
484 \end_inset 
485
486  
487 \layout Itemize
488
489
490 \begin_inset Formula \( f=0.03\, [-] \)
491 \end_inset 
492
493
494 \layout Itemize
495
496
497 \begin_inset Formula \( L=(3\textrm{ últimas cifras del Padrón})+1\, [m]=892\, [m] \)
498 \end_inset 
499
500
501 \layout Itemize
502
503
504 \begin_inset Formula \( L_{e}=1.2\, [m] \)
505 \end_inset 
506
507
508 \layout Itemize
509
510
511 \begin_inset Formula \( \Delta z=\frac{\sqrt{L}}{10}\, [m]=1070.4\, [m] \)
512 \end_inset 
513
514
515 \layout Itemize
516
517
518 \begin_inset Formula \( A_{1}=100A \)
519 \end_inset 
520
521
522 \layout Itemize
523
524
525 \begin_inset Formula \( A_{2}=50A \)
526 \end_inset 
527
528
529 \layout Chapter
530
531 Caso sin depósitos y sin fricción.
532 \layout Standard
533
534 Si se desprecian los efectos resistivos y se considera un tubo en U resulta
535  
536 \begin_inset Formula \( \phi _{(z)}=0 \)
537 \end_inset 
538
539
540 \begin_inset Formula \( G=2 \)
541 \end_inset 
542
543 .
544 \layout Section
545
546 Gráfico de la solución en el tiempo.
547 \layout Standard
548
549 Se grafican aproximadamente 10 períodos de la solución.
550  La solución teórica es conservativa por lo que se espera que la solución
551  numérica también lo sea, aunque como se verá, no siempre es así.
552 \layout Subsection
553
554 Euler.
555 \layout Standard
556
557 \begin_float fig 
558 \layout Standard
559 \align center 
560
561 \begin_inset Figure size 360 252
562 file c1e.eps
563 flags 11
564
565 \end_inset 
566
567
568 \layout Caption
569
570
571 \begin_inset LatexCommand \label{fig:euler_c1}
572
573 \end_inset 
574
575 Solución por Euler para el caso sin depósitos ni fricción.
576 \end_float 
577
578 \begin_inset LatexCommand \label{sec:euler_diverge}
579
580 \end_inset 
581
582 La solución por este método diverge casi de forma incondicional.
583  En la figura 
584 \begin_inset LatexCommand \ref{fig:euler_c1}
585
586 \end_inset 
587
588 podemos ver como al graficar variando el paso 
589 \begin_inset Formula \( k \)
590 \end_inset 
591
592 , el método es mínimamente estable sólo si 
593 \begin_inset Formula \( k \)
594 \end_inset 
595
596  es extremadamente pequeño.
597 \layout Subsection
598
599 Runge-Kutta de orden 4.
600 \layout Standard
601
602 \begin_float fig 
603 \layout Standard
604 \align center 
605
606 \begin_inset Figure size 360 252
607 file c1r.eps
608 flags 11
609
610 \end_inset 
611
612
613 \layout Caption
614
615
616 \begin_inset LatexCommand \label{fig:rk4_c1}
617
618 \end_inset 
619
620 Solución por RK4 para el caso sin depósitos ni fricción.
621 \end_float 
622 Luego de probar algunas variantes para el paso, se grafica la solución para
623  un paso de 
624 \begin_inset Formula \( k=0.44 \)
625 \end_inset 
626
627 .
628  Con este paso la solución parece ser bastante precisa y hasta se podría
629  haber tomado un paso considerablemente mayor.
630  Los resultados pueden verse en la figura 
631 \begin_inset LatexCommand \ref{fig:rk4_c1}
632
633 \end_inset 
634
635 .
636 \layout Standard
637
638
639 \begin_inset LatexCommand \label{sec:rk4_estable}
640
641 \end_inset 
642
643 A partir de un paso 
644 \begin_inset Formula \( k=5 \)
645 \end_inset 
646
647  la solución parece ser estable.
648 \layout Subsection
649
650 Nystrom.
651 \layout Standard
652
653 \begin_float fig 
654 \layout Standard
655 \align center 
656
657 \begin_inset Figure size 360 252
658 file c1n.eps
659 flags 11
660
661 \end_inset 
662
663
664 \layout Caption
665
666
667 \begin_inset LatexCommand \label{fig:nystrom_c1}
668
669 \end_inset 
670
671 Solución por Nystrom para el caso sin depósitos ni fricción.
672 \end_float 
673
674 \begin_inset LatexCommand \label{sec:nystrom_paso_minimo}
675
676 \end_inset 
677
678 Al igual que con el método RK4, se prueban algunos pasos y se utiliza 
679 \begin_inset Formula \( k=0.44 \)
680 \end_inset 
681
682 , aunque el método es estable y da resultados aparentemente válidos con
683  un paso del orden de 
684 \begin_inset Formula \( k=10 \)
685 \end_inset 
686
687 .
688  Los resultados pueden verse en la figura 
689 \begin_inset LatexCommand \ref{fig:nystrom_c1}
690
691 \end_inset 
692
693 .
694 \layout Section
695
696 Determinación del período.
697 \layout Standard
698
699 El valor teórico del período es 
700 \begin_inset Formula \( \tau =\pi \cdot \sqrt{\frac{2\cdot L}{g}}=42.387154 \)
701 \end_inset 
702
703 .
704 \layout Standard
705
706
707 \begin_inset LatexCommand \label{sec:calculo_periodo}
708
709 \end_inset 
710
711 Para hallar el período numéricamente, se estiman los 
712 \emph on 
713 ceros
714 \emph default 
715  
716 \emph on 
717 decrecientes
718 \emph default 
719  de la solución.
720  Llamamos 
721 \emph on 
722 cero decreciente
723 \emph default 
724  al punto donde la función cruza el eje de las abscisas en dirección decreciente.
725  También puede ser visto como el punto donde la derivada primera es mínima.
726  La diferencia entre un 
727 \emph on 
728 cero decreciente
729 \emph default 
730  y el siguiente es tomado como el período de la función.
731  Para calcularlo resolvió la ecuación númericamente hasta un 
732 \begin_inset Formula \( t=5000 \)
733 \end_inset 
734
735 , aproximadamente 120 períodos, con un paso 
736 \begin_inset Formula \( k=0.05 \)
737 \end_inset 
738
739  para no perder mucha precisión.
740 \layout Standard
741
742 \begin_float fig 
743 \layout Standard
744 \align center 
745
746 \begin_inset Figure size 360 252
747 file c2.eps
748 flags 11
749
750 \end_inset 
751
752
753 \layout Caption
754
755
756 \begin_inset LatexCommand \label{fig:periodo_c}
757
758 \end_inset 
759
760 Evolución del Período para el caso sin depósitos y sin fricción
761 \end_float 
762
763 \begin_inset LatexCommand \label{sec:periodo_analisis}
764
765 \end_inset 
766
767 Podemos ver en la figura 
768 \begin_inset LatexCommand \ref{fig:periodo_c}
769
770 \end_inset 
771
772  que el período se comporta de la misma forma para todos los métodos analizados.
773  Vemos que sufre una variación leve cerca del período 24 (
774 \begin_inset Formula \( t\cong 1000 \)
775 \end_inset 
776
777 ) y otra más 
778 \emph on 
779 brusca
780 \emph default 
781  cerca del período 95 (
782 \begin_inset Formula \( t\cong 4000 \)
783 \end_inset 
784
785 ).
786  Cabe destacar que la variación 
787 \emph on 
788 brusca
789 \emph default 
790  es del orden de 
791 \begin_inset Formula \( 0.5\% \)
792 \end_inset 
793
794 .
795 \layout Subsection
796
797 Euler.
798 \layout Standard
799
800
801 \begin_inset LatexCommand \label{sec:periodo_euler_c2}
802
803 \end_inset 
804
805 A pesar de los problemas nombrados en el punto 
806 \begin_inset LatexCommand \vref{sec:euler_diverge}
807
808 \end_inset 
809
810 , el período calculado por Euler da un valor muy cercano al teórico: 
811 \begin_inset Formula \( \tau =42.382906 \)
812 \end_inset 
813
814 , lo que daría un error porcentual de 
815 \begin_inset Formula \( e=0.01\% \)
816 \end_inset 
817
818 .
819  Cabe destacar que para el paso 
820 \begin_inset Formula \( k \)
821 \end_inset 
822
823  utilizado la solución diverge, pero el período no parece verse afectado.
824 \layout Subsection
825
826 Runge-Kutta de orden 4 y Nystrom.
827 \layout Standard
828
829
830 \begin_inset LatexCommand \label{sec:periodo_rk4_nystrom_c2}
831
832 \end_inset 
833
834 Es curioso, ambos métodos promedian un período exactamente igual: 
835 \begin_inset Formula \( \tau =42.382051 \)
836 \end_inset 
837
838 .
839  Es aún más curioso que este resultado sea más lejano al teórico que el
840  de Euler, aunque por poco.
841  La diferencia es mínima y el error porcentual se mantiene en 
842 \begin_inset Formula \( e=0.01\% \)
843 \end_inset 
844
845 .
846 \layout Section
847
848 Análisis de conservación.
849 \layout Standard
850
851 Para analizar si el método es conservativo se propone igualar la solución
852  numérica con la solución matemática:
853 \begin_inset Formula \begin{equation}
854 \label{math:conservacion}
855 u_{n}\approx c\cdot e^{\alpha \cdot t}\approx c\cdot e^{\alpha \cdot n\cdot k}=c\cdot \left( e^{\alpha \cdot k}\right) ^{n}=c\cdot \gamma ^{n}
856 \end{equation}
857
858 \end_inset 
859
860
861 \layout Standard
862
863 Para que el método oscile, 
864 \begin_inset Formula \( \gamma  \)
865 \end_inset 
866
867  debe ser complejo y tener parte imaginaria:
868 \begin_inset Formula \begin{equation}
869 \label{math:gamma_imaginario}
870 \gamma \neq \overline{\gamma }\quad \Leftrightarrow \quad \Im _{(\gamma )}\neq 0
871 \end{equation}
872
873 \end_inset 
874
875 y para que el método sea conservativo, 
876 \begin_inset Formula \( \gamma  \)
877 \end_inset 
878
879  debe tener módulo 1:
880 \begin_inset Formula \begin{equation}
881 \label{math:gamma_modulo_1}
882 \left| \gamma \right| =\sqrt{\Re ^{2}_{(\gamma )}+\Im ^{2}_{(\gamma )}}=1\quad \Leftrightarrow \quad \left| \gamma \right| ^{2}=\Re ^{2}_{(\gamma )}+\Im ^{2}_{(\gamma )}=1
883 \end{equation}
884
885 \end_inset 
886
887
888 \layout Subsection
889
890 Euler.
891 \layout Standard
892
893 Como 
894 \begin_inset Formula \( \phi _{(z)}=0 \)
895 \end_inset 
896
897 , según la ecuación 
898 \begin_inset LatexCommand \vref{math:euler}
899
900 \end_inset 
901
902  resulta:
903 \begin_inset Formula \[
904 \left\{ \begin{array}{rcl}
905 x_{n+1} & = & x_{n}+k\cdot y_{n}\\
906 y_{n+1} & = & y_{n}-\frac{g\cdot G}{L}\cdot k\cdot x_{n}
907 \end{array}\right. \]
908
909 \end_inset 
910
911 reemplazando con la ecuación 
912 \begin_inset LatexCommand \vref{math:conservacion}
913
914 \end_inset 
915
916  y expresándolo matricialmente obtenemos:
917 \begin_inset Formula \begin{eqnarray*}
918 \left( \begin{array}{c}
919 C_{x}\cdot \gamma ^{n+1}\\
920 C_{y}\cdot \gamma ^{n+1}
921 \end{array}\right)  & = & \left( \begin{array}{cc}
922 1 & k\\
923 -k\cdot \frac{g\cdot G}{L} & 1
924 \end{array}\right) \cdot \left( \begin{array}{c}
925 C_{x}\cdot \gamma ^{n}\\
926 C_{y}\cdot \gamma ^{n}
927 \end{array}\right) \\
928 \left( \begin{array}{c}
929 C_{x}\cdot \gamma \\
930 C_{y}\cdot \gamma 
931 \end{array}\right)  & = & \left( \begin{array}{cc}
932 1 & k\\
933 -k\cdot \frac{g\cdot G}{L} & 1
934 \end{array}\right) \cdot \left( \begin{array}{c}
935 C_{x}\\
936 C_{y}
937 \end{array}\right) \\
938 \left( \begin{array}{c}
939 0\\
940 0
941 \end{array}\right)  & = & \left( \begin{array}{cc}
942 1-\gamma  & k\\
943 -k\cdot \frac{g\cdot G}{L} & 1-\gamma 
944 \end{array}\right) \cdot \left( \begin{array}{c}
945 C_{x}\\
946 C_{y}
947 \end{array}\right) 
948 \end{eqnarray*}
949
950 \end_inset 
951
952
953 \layout Standard
954
955 Para que la matriz tenga otra solución además de la trivial: 
956 \begin_inset Formula \[
957 \det \left( \begin{array}{cc}
958 1-\gamma  & k\\
959 -k\cdot \frac{g\cdot G}{L} & 1-\gamma 
960 \end{array}\right) =0\quad \Leftrightarrow \quad \left( 1-\gamma \right) ^{2}+k\cdot \frac{g\cdot G}{L}=0\quad \Leftrightarrow \quad \gamma =1\pm i\cdot k\cdot \sqrt{\frac{g\cdot G}{L}}\]
961
962 \end_inset 
963
964 para que el método resulte oscilatorio, se debe cumplir la ecuación 
965 \begin_inset LatexCommand \vref{math:gamma_imaginario}
966
967 \end_inset 
968
969 :
970 \begin_inset Formula \[
971 \Im _{(\gamma )}\neq 0\quad \Leftrightarrow \quad k\neq 0\]
972
973 \end_inset 
974
975 por lo tanto, para que el método de Euler oscile, debe cumplirse 
976 \begin_inset Formula \( k\neq 0 \)
977 \end_inset 
978
979  lo que no agrega ninguna limitación.
980  Por otro lado para que el método sea conservativo debe cumplirse la ecuación
981  
982 \begin_inset LatexCommand \vref{math:gamma_modulo_1}
983
984 \end_inset 
985
986 :
987 \begin_inset Formula \[
988 \left| \gamma \right| ^{2}=1+k^{2}\cdot \left| \frac{g\cdot G}{L}\right| =1\quad \Leftrightarrow \quad k=0\]
989
990 \end_inset 
991
992 por lo tanto, el método de Euler diverge para cualquier valor de 
993 \begin_inset Formula \( k \)
994 \end_inset 
995
996  ya que 
997 \begin_inset Formula \( \left| \gamma \right| >1\quad \forall k>0 \)
998 \end_inset 
999
1000 .
1001 \layout Subsection
1002
1003 Runge-Kutta de orden 4.
1004 \layout Standard
1005
1006
1007 \begin_inset LatexCommand \label{sec:rk4_conservacion}
1008
1009 \end_inset 
1010
1011 Lo primero que hay que hacer es expresar el método de forma más simple,
1012  en un sólo par de ecuaciones.
1013  Teniendo en cuenta que 
1014 \begin_inset Formula \( \phi _{(z)}=0 \)
1015 \end_inset 
1016
1017 , reemplazando y desarrollando la ecuación 
1018 \begin_inset LatexCommand \vref{math:rk4}
1019
1020 \end_inset 
1021
1022  obtenemos:
1023 \begin_inset Formula \[
1024 \left\{ \begin{array}{rcl}
1025 x_{n+1} & = & \left( 1-\frac{k^{2}\cdot g\cdot G}{2\cdot L}\right) \cdot x_{n}+\frac{k}{2}\cdot \left( 1-\frac{k\cdot g\cdot G}{3\cdot L}\right) \cdot y_{n}\\
1026 y_{n+1} & = & \left( \frac{k^{3}}{2}\cdot \left( \frac{g\cdot G}{L}\right) ^{2}-\frac{k\cdot g\cdot G}{L}\right) \cdot x_{n}+\left( 1+\frac{k^{4}}{24}\cdot \left( \frac{g\cdot G}{L}\right) ^{2}-\frac{k^{2}\cdot g\cdot G}{2\cdot L}\right) \cdot y_{n}
1027 \end{array}\right. \]
1028
1029 \end_inset 
1030
1031
1032 \layout Standard
1033
1034 reemplazando con la ecuación 
1035 \begin_inset LatexCommand \vref{math:conservacion}
1036
1037 \end_inset 
1038
1039  y expresándolo matricialmente obtenemos:
1040 \begin_inset Formula \begin{eqnarray*}
1041 \left( \begin{array}{c}
1042 C_{x}\cdot \gamma ^{n+1}\\
1043 C_{y}\cdot \gamma ^{n+1}
1044 \end{array}\right)  & = & \left( \begin{array}{cc}
1045 1-\frac{k^{2}\cdot g\cdot G}{2\cdot L} & \frac{k}{2}\cdot \left( 1-\frac{k\cdot g\cdot G}{3\cdot L}\right) \\
1046 \frac{k^{3}}{2}\cdot \left( \frac{g\cdot G}{L}\right) ^{2}-\frac{k\cdot g\cdot G}{L} & 1+\frac{k^{4}}{24}\cdot \left( \frac{g\cdot G}{L}\right) ^{2}-\frac{k^{2}\cdot g\cdot G}{2\cdot L}
1047 \end{array}\right) \cdot \left( \begin{array}{c}
1048 C_{x}\cdot \gamma ^{n}\\
1049 C_{y}\cdot \gamma ^{n}
1050 \end{array}\right) \\
1051 \left( \begin{array}{c}
1052 C_{x}\cdot \gamma \\
1053 C_{y}\cdot \gamma 
1054 \end{array}\right)  & = & \left( \begin{array}{cc}
1055 1-\frac{k^{2}\cdot g\cdot G}{2\cdot L} & \frac{k}{2}\cdot \left( 1-\frac{k\cdot g\cdot G}{3\cdot L}\right) \\
1056 \frac{k^{3}}{2}\cdot \left( \frac{g\cdot G}{L}\right) ^{2}-\frac{k\cdot g\cdot G}{L} & 1+\frac{k^{4}}{24}\cdot \left( \frac{g\cdot G}{L}\right) ^{2}-\frac{k^{2}\cdot g\cdot G}{2\cdot L}
1057 \end{array}\right) \cdot \left( \begin{array}{c}
1058 C_{x}\\
1059 C_{y}
1060 \end{array}\right) \\
1061 \left( \begin{array}{c}
1062 0\\
1063 0
1064 \end{array}\right)  & = & \left( \begin{array}{cc}
1065 1-\frac{k^{2}\cdot g\cdot G}{2\cdot L}-\gamma  & \frac{k}{2}\cdot \left( 1-\frac{k\cdot g\cdot G}{3\cdot L}\right) \\
1066 \frac{k^{3}}{2}\cdot \left( \frac{g\cdot G}{L}\right) ^{2}-\frac{k\cdot g\cdot G}{L} & 1+\frac{k^{4}}{24}\cdot \left( \frac{g\cdot G}{L}\right) ^{2}-\frac{k^{2}\cdot g\cdot G}{2\cdot L}-\gamma 
1067 \end{array}\right) \cdot \left( \begin{array}{c}
1068 C_{x}\\
1069 C_{y}
1070 \end{array}\right) 
1071 \end{eqnarray*}
1072
1073 \end_inset 
1074
1075
1076 \layout Standard
1077
1078 Para que la matriz tenga otra solución además de la trivial 
1079 \begin_inset Formula \( \left( a=\frac{g\cdot G}{L}\right)  \)
1080 \end_inset 
1081
1082
1083 \begin_inset Formula \begin{eqnarray*}
1084 \det \left( \begin{array}{cc}
1085 1-\frac{k^{2}}{2}\cdot a-\gamma  & \frac{k}{2}\cdot \left( 1-\frac{k}{3}\cdot a\right) \\
1086 \frac{k^{3}}{2}\cdot a^{2}-k\cdot a & 1+\frac{k^{4}}{24}\cdot a^{2}-\frac{k^{2}}{2}\cdot a-\gamma 
1087 \end{array}\right)  & = & 0\\
1088 \left( 1-\frac{k^{2}}{2}\cdot a-\frac{k^{3}}{6}\cdot a^{2}-\frac{7\cdot k^{4}}{24}\cdot a^{2}+\frac{k^{5}}{32}\cdot a^{3}+\frac{k^{6}}{48}\cdot a^{3}\right) +\left( k^{2}\cdot a-\frac{k^{4}}{24}\cdot a^{2}-2\right) \cdot \gamma +\gamma ^{2} & = & 0
1089 \end{eqnarray*}
1090
1091 \end_inset 
1092
1093 resultando:
1094 \begin_inset Formula \[
1095 \gamma =\frac{-\left( k^{2}\cdot a-\frac{k^{4}}{24}\cdot a^{2}-2\right) \pm \sqrt{\frac{k^{8}\cdot a^{4}}{576}+\frac{k^{5}\cdot a^{3}}{8}-\frac{2\cdot k^{3}\cdot a^{2}}{3}-6\cdot k^{2}\cdot a}}{2}\]
1096
1097 \end_inset 
1098
1099  para que el método resulte oscilatorio, se debe cumplir la ecuación 
1100 \begin_inset LatexCommand \vref{math:gamma_imaginario}
1101
1102 \end_inset 
1103
1104 :
1105 \begin_inset Formula \[
1106 \Im _{(\gamma )}\neq 0\quad \Leftrightarrow \quad \frac{k^{8}\cdot a^{4}}{576}+\frac{k^{5}\cdot a^{3}}{8}-\frac{2\cdot k^{3}\cdot a^{2}}{3}-6\cdot k^{2}\cdot a<0\quad \Leftrightarrow \quad \frac{k^{4}\cdot a^{3}}{576}+\frac{k^{3}\cdot a^{2}}{8}-\frac{k\cdot 2\cdot a}{3}-6<0\]
1107
1108 \end_inset 
1109
1110
1111 \layout Standard
1112
1113 \begin_float fig 
1114 \layout Standard
1115 \align center 
1116
1117 \begin_inset Figure size 360 252
1118 file c3o.eps
1119 flags 11
1120
1121 \end_inset 
1122
1123
1124 \layout Caption
1125
1126
1127 \begin_inset LatexCommand \label{fig:oscilacion_rk4}
1128
1129 \end_inset 
1130
1131 Análisis de oscilación para RK4.
1132 \end_float 
1133 Como la inecuación resultante es muy compleja de resolver analíticamente
1134  se la resolvió gráficamente y se ve en la figura 
1135 \begin_inset LatexCommand \ref{fig:oscilacion_rk4}
1136
1137 \end_inset 
1138
1139  que para un paso 
1140 \begin_inset Formula \( k<51 \)
1141 \end_inset 
1142
1143  el método se comporta de forma oscilatoria.
1144 \layout Standard
1145
1146 Por otro lado para que el método sea conservativo debe cumplirse la ecuación
1147  
1148 \begin_inset LatexCommand \vref{math:gamma_modulo_1}
1149
1150 \end_inset 
1151
1152 :
1153 \begin_inset Formula \begin{eqnarray*}
1154 \left| \gamma \right| ^{2}=\left( \frac{k^{2}\cdot a-\frac{k^{4}}{24}\cdot a^{2}-2}{2}\right) ^{2}+\left( \frac{\sqrt{\frac{k^{8}\cdot a^{4}}{576}+\frac{k^{5}\cdot a^{3}}{8}-\frac{2\cdot k^{3}\cdot a^{2}}{3}-6\cdot k^{2}\cdot a}}{2}\right) ^{2} & = & 1\\
1155 \frac{k^{4}\cdot a^{2}}{4}-\frac{k^{8}\cdot a^{4}}{2304}-2-\frac{k^{6}\cdot a^{2}}{48}-k^{2}\cdot a+\frac{k^{4}\cdot a^{2}}{24}+\left| \frac{k^{8}\cdot a^{4}}{2304}+\frac{k^{5}\cdot a^{3}}{32}-\frac{k^{3}\cdot a^{2}}{6}-\frac{3\cdot k^{2}\cdot a}{2}\right|  & = & 0
1156 \end{eqnarray*}
1157
1158 \end_inset 
1159
1160
1161 \layout Standard
1162
1163 \begin_float fig 
1164 \layout Standard
1165 \align center 
1166
1167 \begin_inset Figure size 360 252
1168 file c3c.eps
1169 flags 11
1170
1171 \end_inset 
1172
1173
1174 \layout Caption
1175
1176
1177 \begin_inset LatexCommand \label{fig:convergencia_rk4}
1178
1179 \end_inset 
1180
1181 Análisis de convergencia para RK4.
1182 \end_float 
1183 Nuevamente obtenemos una ecuación muy compleja de resolver analíticamente.
1184  En la figura se presenta la resulución gráfica en donde observamos que
1185  el método converge para cualquier 
1186 \begin_inset Formula \( k>0 \)
1187 \end_inset 
1188
1189 .
1190  Sin embargo para un 
1191 \begin_inset Formula \( k<7 \)
1192 \end_inset 
1193
1194  aproximadamente vemos que tiende a converger lentamente, mientras que para
1195  
1196 \begin_inset Formula \( k>7 \)
1197 \end_inset 
1198
1199  tiende a converger de forma mucho más brusca (y cada vez más acentuada).
1200 \layout Subsection
1201
1202 Nystrom.
1203 \layout Standard
1204
1205 Como 
1206 \begin_inset Formula \( \phi _{(z)}=0 \)
1207 \end_inset 
1208
1209 , según la ecuación 
1210 \begin_inset LatexCommand \vref{math:nystrom}
1211
1212 \end_inset 
1213
1214  resulta:
1215 \begin_inset Formula \[
1216 x_{n+1}=\left( 2-\frac{g\cdot G}{L}\cdot k^{2}\right) \cdot x_{n}-x_{n-1}\]
1217
1218 \end_inset 
1219
1220  reemplazando con la ecuación 
1221 \begin_inset LatexCommand \vref{math:conservacion}
1222
1223 \end_inset 
1224
1225 , obtenemos:
1226 \begin_inset Formula \[
1227 \left. \begin{array}{lll}
1228 \gamma ^{n+1} & = & \left( 2-\frac{g\cdot G}{L}\cdot k^{2}\right) \cdot \gamma ^{n}-\gamma ^{n-1}\\
1229 \gamma ^{2} & = & \left( 2-\frac{g\cdot G}{L}\cdot k^{2}\right) \cdot \gamma -1\\
1230 0 & = & \gamma ^{2}-\left( 2-\frac{g\cdot G}{L}\cdot k^{2}\right) \cdot \gamma +1
1231 \end{array}\right\} \quad \Rightarrow \quad \gamma =\left( 1-\frac{g\cdot G}{2\cdot L}\cdot k^{2}\right) \pm \sqrt{\left( 1-\frac{g\cdot G}{2\cdot L}\cdot k^{2}\right) ^{2}-1}\]
1232
1233 \end_inset 
1234
1235 para que el método resulte oscilatorio, se debe cumplir la ecuación 
1236 \begin_inset LatexCommand \vref{math:gamma_imaginario}
1237
1238 \end_inset 
1239
1240 :
1241 \begin_inset Formula \[
1242 \Im _{(\gamma )}\neq 0\quad \Leftrightarrow \quad \Im _{\left( \sqrt{\left( 1-\frac{g\cdot G}{2\cdot L}\cdot k^{2}\right) ^{2}-1}\right) }\neq 0\quad \Leftrightarrow \quad \left( 1-\frac{g\cdot G}{2\cdot L}\cdot k^{2}\right) ^{2}-1<0\quad \Leftrightarrow \quad 0<k<\sqrt{\frac{4\cdot L}{g\cdot G}}\]
1243
1244 \end_inset 
1245
1246 por lo tanto, para que el método de Nystrom oscile, debe cumplirse 
1247 \begin_inset Formula \( k<\sqrt{\frac{4\cdot L}{g\cdot G}}=13.49225 \)
1248 \end_inset 
1249
1250 , que coincide con lo obtenido experimentalmente en el punto 
1251 \begin_inset LatexCommand \vref{sec:nystrom_paso_minimo}
1252
1253 \end_inset 
1254
1255 .
1256 \layout Standard
1257
1258 Para que el método sea conservativo debe cumplirse la ecuación 
1259 \begin_inset LatexCommand \vref{math:gamma_modulo_1}
1260
1261 \end_inset 
1262
1263 :
1264 \begin_inset Formula \[
1265 \left| \gamma \right| ^{2}=\left( 1-\frac{g\cdot G}{2\cdot L}\cdot k^{2}\right) ^{2}+\left| \left( 1-\frac{g\cdot G}{2\cdot L}\cdot k^{2}\right) ^{2}-1\right| =1\quad \Leftrightarrow \quad k=\sqrt{\frac{4\cdot L}{g\cdot G}}\]
1266
1267 \end_inset 
1268
1269 por lo tanto, 
1270 \begin_inset Formula \( k=\sqrt{\frac{4\cdot L}{g\cdot G}}=13.49225 \)
1271 \end_inset 
1272
1273 .
1274  Sin embargo en la práctica (ver figura 
1275 \begin_inset LatexCommand \vref{fig:nystrom_c1}
1276
1277 \end_inset 
1278
1279 ) vemos que, a pesar de que el método debería converger con un paso más
1280  pequeño que 
1281 \begin_inset Formula \( k<13.49225 \)
1282 \end_inset 
1283
1284 , no lo hace y da la impresión de comportarse de forma conservativa.
1285 \layout Chapter
1286
1287 Caso sin depósitos y con fricción laminar.
1288 \layout Standard
1289
1290 Considerando la fricción laminar y un tubo en U resulta 
1291 \begin_inset Formula \( \phi _{(z)}=\frac{32\cdot n}{D^{2}} \)
1292 \end_inset 
1293
1294
1295 \begin_inset Formula \( G=2 \)
1296 \end_inset 
1297
1298 , siendo 
1299 \begin_inset Formula \( n \)
1300 \end_inset 
1301
1302  la viscosidad cinemática del líquido y el diámetro del tubo.
1303 \layout Section
1304
1305 Gráfico de la solución en el tiempo.
1306 \layout Standard
1307
1308
1309 \begin_inset LatexCommand \label{sec:graficos_d}
1310
1311 \end_inset 
1312
1313 Se grafican aproximadamente 50 períodos de la solución.
1314  Se toman más períodos a pesar de que no se vea muy claro el gráfico porque
1315  la solución converge pero de forma lenta y de tomarse pocos períodos casi
1316  no se observaría el fenómeno.
1317 \layout Subsection
1318
1319 Euler.
1320 \layout Standard
1321
1322 \begin_float fig 
1323 \layout Standard
1324 \align center 
1325
1326 \begin_inset Figure size 360 252
1327 file d1e.eps
1328 flags 11
1329
1330 \end_inset 
1331
1332
1333 \layout Caption
1334
1335
1336 \begin_inset LatexCommand \label{fig:euler_d1}
1337
1338 \end_inset 
1339
1340 Solución por Euler para el caso sin depósitos y con fricción laminar.
1341 \end_float 
1342 El método de Euler sigue teniendo un error muy grande con pasos relativamente
1343  pequeños lo que hace que tienda a divergir muy fácilmente (o al menos a
1344  contrarrestar la poca convergencia en este caso).
1345  Para que esto no suceda, como se ve en la figura 
1346 \begin_inset LatexCommand \ref{fig:euler_d1}
1347
1348 \end_inset 
1349
1350 , se tomó un paso 
1351 \begin_inset Formula \( k=0.0025 \)
1352 \end_inset 
1353
1354 , 1000 veces menor que el utilizado para RK4 y Nystrom para obtener los
1355  mismos (o incluso mejores) resultados.
1356  De tomar un paso más grande, la divergencia del método es muy similar a
1357  la presentada en la figura 
1358 \begin_inset LatexCommand \vref{fig:euler_c1}
1359
1360 \end_inset 
1361
1362 .
1363 \layout Subsection
1364
1365 Runge-Kutta de orden 4.
1366 \layout Standard
1367
1368 \begin_float fig 
1369 \layout Standard
1370 \align center 
1371
1372 \begin_inset Figure size 360 252
1373 file d1r.eps
1374 flags 11
1375
1376 \end_inset 
1377
1378
1379 \layout Caption
1380
1381
1382 \begin_inset LatexCommand \label{fig:rk4_d1}
1383
1384 \end_inset 
1385
1386 Solución por RK4 para el caso sin depósitos y con fricción laminar.
1387 \end_float 
1388 Es el método más estable para este caso.
1389  El la figura 
1390 \begin_inset LatexCommand \ref{fig:rk4_d1}
1391
1392 \end_inset 
1393
1394  se grafica con un paso de 
1395 \begin_inset Formula \( k=2.5 \)
1396 \end_inset 
1397
1398 , con el cual comienza a comportarse de forma estable.
1399  A medida que se disminuye el paso conserva el comportamiento.
1400  Si se toma un paso mayor, diverge rápidamente.
1401 \layout Subsection
1402
1403 Nystrom.
1404 \layout Standard
1405
1406 \begin_float fig 
1407 \layout Standard
1408 \align center 
1409
1410 \begin_inset Figure size 360 252
1411 file d1n.eps
1412 flags 11
1413
1414 \end_inset 
1415
1416
1417 \layout Caption
1418
1419
1420 \begin_inset LatexCommand \label{fig:nystrom_d1}
1421
1422 \end_inset 
1423
1424 Solución por Nystrom para el caso sin depósitos y con fricción laminar.
1425 \end_float 
1426
1427 \begin_inset LatexCommand \label{sec:nystrom_converge}
1428
1429 \end_inset 
1430
1431 Este método se comporta de una forma muy particular.
1432  Con un paso de 
1433 \begin_inset Formula \( k=2 \)
1434 \end_inset 
1435
1436  se mantiene estable y parece dar buenos resultados.
1437  Si se toma un paso menor, converge de forma más violenta, dando una solución
1438  no válida como se aprecia en la figura 
1439 \begin_inset LatexCommand \ref{fig:nystrom_d1}
1440
1441 \end_inset 
1442
1443 .
1444  Con un paso mayor se observa el efecto contrario: diverge rápidamente.
1445 \layout Section
1446
1447 Determinación del período.
1448 \layout Standard
1449
1450 El valor teórico del período es 
1451 \begin_inset Formula \( \tau =\frac{2\cdot \pi }{\sqrt{\frac{2\cdot g}{L}+\left( \frac{16\cdot n}{D^{2}}\right) ^{2}}}=42.387150 \)
1452 \end_inset 
1453
1454 .
1455 \layout Standard
1456
1457 Para hallar el período numéricamente se utilizó el mismo método que en el
1458  punto 
1459 \begin_inset LatexCommand \vref{sec:calculo_periodo}
1460
1461 \end_inset 
1462
1463 , con un paso de 
1464 \begin_inset Formula \( k=0.05 \)
1465 \end_inset 
1466
1467  y resolviendo hasta 
1468 \begin_inset Formula \( t=5000\cong 120 \)
1469 \end_inset 
1470
1471  períodos.
1472 \layout Standard
1473
1474 \begin_float fig 
1475 \layout Standard
1476 \align center 
1477
1478 \begin_inset Figure size 360 252
1479 file d2.eps
1480 flags 11
1481
1482 \end_inset 
1483
1484
1485 \layout Caption
1486
1487
1488 \begin_inset LatexCommand \label{fig:periodo_d}
1489
1490 \end_inset 
1491
1492 Evolución del Período para el caso sin depósitos y con fricción laminar.
1493 \end_float 
1494 Podemos ver en la figura 
1495 \begin_inset LatexCommand \ref{fig:periodo_d}
1496
1497 \end_inset 
1498
1499  que el período se comporta de la misma forma que en el punto 
1500 \begin_inset LatexCommand \vref{sec:periodo_analisis}
1501
1502 \end_inset 
1503
1504 .
1505 \layout Subsection
1506
1507 Euler.
1508 \layout Standard
1509
1510 Al igual que en el punto 
1511 \begin_inset LatexCommand \vref{sec:periodo_euler_c2}
1512
1513 \end_inset 
1514
1515 , el período obtenido, a pesar de la divergencia, es 
1516 \begin_inset Formula \( \tau =42.382906 \)
1517 \end_inset 
1518
1519 , un valor muy cercano al teórico.
1520  Tiene el mismo error porcentual de 
1521 \begin_inset Formula \( e=0.01\% \)
1522 \end_inset 
1523
1524 .
1525 \layout Subsection
1526
1527 Runge-Kutta de orden 4.
1528 \layout Standard
1529
1530 También el período hallado por este método coincide con el caso donde no
1531  hay fricción (ver punto 
1532 \begin_inset LatexCommand \vref{sec:periodo_rk4_nystrom_c2}
1533
1534 \end_inset 
1535
1536 ): 
1537 \begin_inset Formula \( \tau =42.382051 \)
1538 \end_inset 
1539
1540 .
1541  El error porcentual vuelve a ser del orden de 
1542 \begin_inset Formula \( e=0.01\% \)
1543 \end_inset 
1544
1545 .
1546 \layout Subsection
1547
1548 Nystrom.
1549 \layout Standard
1550
1551 Este es el único método que varía con respecto al caso sin fricción.
1552  Con el efecto de la fricción laminar y para un paso tan pequeño el método
1553  converge, como se explicó en el punto 
1554 \begin_inset LatexCommand \vref{sec:nystrom_converge}
1555
1556 \end_inset 
1557
1558 .
1559  Al igual que con Euler, esto no impide calcular el período y también coincidien
1560 do con Euler, hallamos que el error es menor que para RK4 e incluso que
1561  para Euler.
1562  El período calculado numéricamente da 
1563 \begin_inset Formula \( \tau =42.387949 \)
1564 \end_inset 
1565
1566 , con lo que observamos que ganamos un dígito de precisión, siendo el error
1567  porcentual del orden de 
1568 \begin_inset Formula \( e=0.002\% \)
1569 \end_inset 
1570
1571 .
1572 \layout Section
1573
1574 Valores de excursión máxima y mínima del menisco.
1575 \layout Standard
1576
1577
1578 \begin_inset LatexCommand \label{sec:max_min_d}
1579
1580 \end_inset 
1581
1582 Al calcular estos valores se puso en evidencia la inestabilidad del método
1583  de Nystrom para este caso.
1584  Hubo que probar valores del paso (sin que sea demasiado grande ni demasiado
1585  pequeño por lo explicado en el punto 
1586 \begin_inset LatexCommand \vref{sec:nystrom_converge}
1587
1588 \end_inset 
1589
1590 ) e ir comparando con RK4 que resulta el más estable.
1591  También puede notarse que las crestas no decrecen (en valor absoluto) monótonam
1592 ente como sucede con Euler y RK4 que tienen un comportamiento similar (aunque
1593  Euler necesita un paso extremadamente pequeño para lograr estos resultados).
1594 \layout Standard
1595
1596 \begin_float tab 
1597 \layout Standard
1598 \align center 
1599
1600 \begin_inset  Tabular
1601 <lyxtabular version="2" rows="12" columns="6">
1602 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
1603 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
1604 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
1605 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
1606 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
1607 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
1608 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
1609 <row topline="true" bottomline="true" newpage="false">
1610 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1611 \begin_inset Text
1612
1613 \layout Standard
1614
1615 Euler (
1616 \begin_inset Formula \( k=0.00405 \)
1617 \end_inset 
1618
1619 )
1620 \end_inset 
1621 </cell>
1622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1623 \begin_inset Text
1624
1625 \layout Standard
1626
1627 \end_inset 
1628 </cell>
1629 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1630 \begin_inset Text
1631
1632 \layout Standard
1633
1634 RK4 (
1635 \begin_inset Formula \( k=0.405 \)
1636 \end_inset 
1637
1638 )
1639 \end_inset 
1640 </cell>
1641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1642 \begin_inset Text
1643
1644 \layout Standard
1645
1646 \end_inset 
1647 </cell>
1648 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1649 \begin_inset Text
1650
1651 \layout Standard
1652
1653 Nystrom (
1654 \begin_inset Formula \( k=2.13158 \)
1655 \end_inset 
1656
1657 )
1658 \end_inset 
1659 </cell>
1660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1661 \begin_inset Text
1662
1663 \layout Standard
1664
1665 \end_inset 
1666 </cell>
1667 </row>
1668 <row topline="true" bottomline="true" newpage="false">
1669 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1670 \begin_inset Text
1671
1672 \layout Standard
1673
1674 Tiempo (t)
1675 \end_inset 
1676 </cell>
1677 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1678 \begin_inset Text
1679
1680 \layout Standard
1681
1682 Altura (z)
1683 \end_inset 
1684 </cell>
1685 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1686 \begin_inset Text
1687
1688 \layout Standard
1689
1690 Tiempo (t)
1691 \end_inset 
1692 </cell>
1693 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1694 \begin_inset Text
1695
1696 \layout Standard
1697
1698 Altura (z)
1699 \end_inset 
1700 </cell>
1701 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1702 \begin_inset Text
1703
1704 \layout Standard
1705
1706 Tiempo (t)
1707 \end_inset 
1708 </cell>
1709 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1710 \begin_inset Text
1711
1712 \layout Standard
1713
1714 Altura (z)
1715 \end_inset 
1716 </cell>
1717 </row>
1718 <row topline="true" bottomline="false" newpage="false">
1719 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1720 \begin_inset Text
1721
1722 \layout Standard
1723
1724 0
1725 \end_inset 
1726 </cell>
1727 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1728 \begin_inset Text
1729
1730 \layout Standard
1731
1732 2.98664
1733 \end_inset 
1734 </cell>
1735 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1736 \begin_inset Text
1737
1738 \layout Standard
1739
1740 0
1741 \end_inset 
1742 </cell>
1743 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1744 \begin_inset Text
1745
1746 \layout Standard
1747
1748 2.98664
1749 \end_inset 
1750 </cell>
1751 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1752 \begin_inset Text
1753
1754 \layout Standard
1755
1756 0
1757 \end_inset 
1758 </cell>
1759 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1760 \begin_inset Text
1761
1762 \layout Standard
1763
1764 2.98664
1765 \end_inset 
1766 </cell>
1767 </row>
1768 <row topline="true" bottomline="false" newpage="false">
1769 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1770 \begin_inset Text
1771
1772 \layout Standard
1773
1774 42.3839
1775 \end_inset 
1776 </cell>
1777 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1778 \begin_inset Text
1779
1780 \layout Standard
1781
1782 2.98417
1783 \end_inset 
1784 </cell>
1785 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1786 \begin_inset Text
1787
1788 \layout Standard
1789
1790 42.525
1791 \end_inset 
1792 </cell>
1793 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1794 \begin_inset Text
1795
1796 \layout Standard
1797
1798 2.97792
1799 \end_inset 
1800 </cell>
1801 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1802 \begin_inset Text
1803
1804 \layout Standard
1805
1806 40.5
1807 \end_inset 
1808 </cell>
1809 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1810 \begin_inset Text
1811
1812 \layout Standard
1813
1814 2.9732
1815 \end_inset 
1816 </cell>
1817 </row>
1818 <row topline="true" bottomline="false" newpage="false">
1819 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1820 \begin_inset Text
1821
1822 \layout Standard
1823
1824 84.7838
1825 \end_inset 
1826 </cell>
1827 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1828 \begin_inset Text
1829
1830 \layout Standard
1831
1832 2.9817
1833 \end_inset 
1834 </cell>
1835 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1836 \begin_inset Text
1837
1838 \layout Standard
1839
1840 84.6449
1841 \end_inset 
1842 </cell>
1843 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1844 \begin_inset Text
1845
1846 \layout Standard
1847
1848 2.96993
1849 \end_inset 
1850 </cell>
1851 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1852 \begin_inset Text
1853
1854 \layout Standard
1855
1856 83.1316
1857 \end_inset 
1858 </cell>
1859 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1860 \begin_inset Text
1861
1862 \layout Standard
1863
1864 2.94811
1865 \end_inset 
1866 </cell>
1867 </row>
1868 <row topline="true" bottomline="false" newpage="false">
1869 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1870 \begin_inset Text
1871
1872 \layout Standard
1873
1874 127.184
1875 \end_inset 
1876 </cell>
1877 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1878 \begin_inset Text
1879
1880 \layout Standard
1881
1882 2.97923
1883 \end_inset 
1884 </cell>
1885 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1886 \begin_inset Text
1887
1888 \layout Standard
1889
1890 127.17
1891 \end_inset 
1892 </cell>
1893 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1894 \begin_inset Text
1895
1896 \layout Standard
1897
1898 2.96243
1899 \end_inset 
1900 </cell>
1901 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1902 \begin_inset Text
1903
1904 \layout Standard
1905
1906 123.632
1907 \end_inset 
1908 </cell>
1909 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1910 \begin_inset Text
1911
1912 \layout Standard
1913
1914 2.93945
1915 \end_inset 
1916 </cell>
1917 </row>
1918 <row topline="true" bottomline="false" newpage="false">
1919 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1920 \begin_inset Text
1921
1922 \layout Standard
1923
1924 169.505
1925 \end_inset 
1926 </cell>
1927 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1928 \begin_inset Text
1929
1930 \layout Standard
1931
1932 2.97677
1933 \end_inset 
1934 </cell>
1935 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1936 \begin_inset Text
1937
1938 \layout Standard
1939
1940 169.695
1941 \end_inset 
1942 </cell>
1943 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1944 \begin_inset Text
1945
1946 \layout Standard
1947
1948 2.95371
1949 \end_inset 
1950 </cell>
1951 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1952 \begin_inset Text
1953
1954 \layout Standard
1955
1956 166.263
1957 \end_inset 
1958 </cell>
1959 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1960 \begin_inset Text
1961
1962 \layout Standard
1963
1964 2.95007
1965 \end_inset 
1966 </cell>
1967 </row>
1968 <row topline="true" bottomline="false" newpage="false">
1969 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1970 \begin_inset Text
1971
1972 \layout Standard
1973
1974 211.826
1975 \end_inset 
1976 </cell>
1977 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1978 \begin_inset Text
1979
1980 \layout Standard
1981
1982 2.97431
1983 \end_inset 
1984 </cell>
1985 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1986 \begin_inset Text
1987
1988 \layout Standard
1989
1990 211.814
1991 \end_inset 
1992 </cell>
1993 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1994 \begin_inset Text
1995
1996 \layout Standard
1997
1998 2.94593
1999 \end_inset 
2000 </cell>
2001 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2002 \begin_inset Text
2003
2004 \layout Standard
2005
2006 208.895
2007 \end_inset 
2008 </cell>
2009 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2010 \begin_inset Text
2011
2012 \layout Standard
2013
2014 2.94901
2015 \end_inset 
2016 </cell>
2017 </row>
2018 <row topline="true" bottomline="false" newpage="false">
2019 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2020 \begin_inset Text
2021
2022 \layout Standard
2023
2024 254.146
2025 \end_inset 
2026 </cell>
2027 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2028 \begin_inset Text
2029
2030 \layout Standard
2031
2032 2.97185
2033 \end_inset 
2034 </cell>
2035 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2036 \begin_inset Text
2037
2038 \layout Standard
2039
2040 254.339
2041 \end_inset 
2042 </cell>
2043 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2044 \begin_inset Text
2045
2046 \layout Standard
2047
2048 2.93841
2049 \end_inset 
2050 </cell>
2051 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2052 \begin_inset Text
2053
2054 \layout Standard
2055
2056 251.526
2057 \end_inset 
2058 </cell>
2059 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2060 \begin_inset Text
2061
2062 \layout Standard
2063
2064 2.93633
2065 \end_inset 
2066 </cell>
2067 </row>
2068 <row topline="true" bottomline="false" newpage="false">
2069 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2070 \begin_inset Text
2071
2072 \layout Standard
2073
2074 296.618
2075 \end_inset 
2076 </cell>
2077 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2078 \begin_inset Text
2079
2080 \layout Standard
2081
2082 2.96941
2083 \end_inset 
2084 </cell>
2085 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2086 \begin_inset Text
2087
2088 \layout Standard
2089
2090 296.864
2091 \end_inset 
2092 </cell>
2093 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2094 \begin_inset Text
2095
2096 \layout Standard
2097
2098 2.92969
2099 \end_inset 
2100 </cell>
2101 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2102 \begin_inset Text
2103
2104 \layout Standard
2105
2106 294.158
2107 \end_inset 
2108 </cell>
2109 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2110 \begin_inset Text
2111
2112 \layout Standard
2113
2114 2.91215
2115 \end_inset 
2116 </cell>
2117 </row>
2118 <row topline="true" bottomline="false" newpage="false">
2119 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2120 \begin_inset Text
2121
2122 \layout Standard
2123
2124 339.098
2125 \end_inset 
2126 </cell>
2127 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2128 \begin_inset Text
2129
2130 \layout Standard
2131
2132 2.96695
2133 \end_inset 
2134 </cell>
2135 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2136 \begin_inset Text
2137
2138 \layout Standard
2139
2140 338.984
2141 \end_inset 
2142 </cell>
2143 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2144 \begin_inset Text
2145
2146 \layout Standard
2147
2148 2.92212
2149 \end_inset 
2150 </cell>
2151 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2152 \begin_inset Text
2153
2154 \layout Standard
2155
2156 334.658
2157 \end_inset 
2158 </cell>
2159 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2160 \begin_inset Text
2161
2162 \layout Standard
2163
2164 2.90121
2165 \end_inset 
2166 </cell>
2167 </row>
2168 <row topline="true" bottomline="true" newpage="false">
2169 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2170 \begin_inset Text
2171
2172 \layout Standard
2173
2174 381.578
2175 \end_inset 
2176 </cell>
2177 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2178 \begin_inset Text
2179
2180 \layout Standard
2181
2182 2.96449
2183 \end_inset 
2184 </cell>
2185 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2186 \begin_inset Text
2187
2188 \layout Standard
2189
2190 381.509
2191 \end_inset 
2192 </cell>
2193 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2194 \begin_inset Text
2195
2196 \layout Standard
2197
2198 2.91458
2199 \end_inset 
2200 </cell>
2201 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2202 \begin_inset Text
2203
2204 \layout Standard
2205
2206 377.29
2207 \end_inset 
2208 </cell>
2209 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2210 \begin_inset Text
2211
2212 \layout Standard
2213
2214 2.91229
2215 \end_inset 
2216 </cell>
2217 </row>
2218 </lyxtabular>
2219
2220 \end_inset 
2221
2222
2223 \layout Caption
2224
2225
2226 \begin_inset LatexCommand \label{tab:max_d}
2227
2228 \end_inset 
2229
2230 Valores de excursión máxima para el caso sin depósitos y con fricción laminar.
2231 \end_float 
2232 \begin_float tab 
2233 \layout Standard
2234 \align center 
2235
2236 \begin_inset  Tabular
2237 <lyxtabular version="2" rows="12" columns="6">
2238 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
2239 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
2240 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
2241 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
2242 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
2243 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
2244 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
2245 <row topline="true" bottomline="true" newpage="false">
2246 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2247 \begin_inset Text
2248
2249 \layout Standard
2250
2251 Euler (
2252 \begin_inset Formula \( k=0.0039 \)
2253 \end_inset 
2254
2255 )
2256 \end_inset 
2257 </cell>
2258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2259 \begin_inset Text
2260
2261 \layout Standard
2262
2263 \end_inset 
2264 </cell>
2265 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2266 \begin_inset Text
2267
2268 \layout Standard
2269
2270 RK4 (
2271 \begin_inset Formula \( k=0.39 \)
2272 \end_inset 
2273
2274 )
2275 \end_inset 
2276 </cell>
2277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2278 \begin_inset Text
2279
2280 \layout Standard
2281
2282 \end_inset 
2283 </cell>
2284 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2285 \begin_inset Text
2286
2287 \layout Standard
2288
2289 Nystrom (
2290 \begin_inset Formula \( k=1.95 \)
2291 \end_inset 
2292
2293 )
2294 \end_inset 
2295 </cell>
2296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2297 \begin_inset Text
2298
2299 \layout Standard
2300
2301 \end_inset 
2302 </cell>
2303 </row>
2304 <row topline="true" bottomline="true" newpage="false">
2305 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2306 \begin_inset Text
2307
2308 \layout Standard
2309
2310 Tiempo (t)
2311 \end_inset 
2312 </cell>
2313 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2314 \begin_inset Text
2315
2316 \layout Standard
2317
2318 Altura (z)
2319 \end_inset 
2320 </cell>
2321 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2322 \begin_inset Text
2323
2324 \layout Standard
2325
2326 Tiempo (t)
2327 \end_inset 
2328 </cell>
2329 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2330 \begin_inset Text
2331
2332 \layout Standard
2333
2334 Altura (z)
2335 \end_inset 
2336 </cell>
2337 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2338 \begin_inset Text
2339
2340 \layout Standard
2341
2342 Tiempo (t)
2343 \end_inset 
2344 </cell>
2345 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2346 \begin_inset Text
2347
2348 \layout Standard
2349
2350 Altura (z)
2351 \end_inset 
2352 </cell>
2353 </row>
2354 <row topline="true" bottomline="false" newpage="false">
2355 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2356 \begin_inset Text
2357
2358 \layout Standard
2359
2360 21.189
2361 \end_inset 
2362 </cell>
2363 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2364 \begin_inset Text
2365
2366 \layout Standard
2367
2368 -2.9854
2369 \end_inset 
2370 </cell>
2371 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2372 \begin_inset Text
2373
2374 \layout Standard
2375
2376 21.06
2377 \end_inset 
2378 </cell>
2379 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2380 \begin_inset Text
2381
2382 \layout Standard
2383
2384 -2.982
2385 \end_inset 
2386 </cell>
2387 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2388 \begin_inset Text
2389
2390 \layout Standard
2391
2392 19.1842
2393 \end_inset 
2394 </cell>
2395 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2396 \begin_inset Text
2397
2398 \layout Standard
2399
2400 -2.98138
2401 \end_inset 
2402 </cell>
2403 </row>
2404 <row topline="true" bottomline="false" newpage="false">
2405 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2406 \begin_inset Text
2407
2408 \layout Standard
2409
2410 63.5839
2411 \end_inset 
2412 </cell>
2413 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2414 \begin_inset Text
2415
2416 \layout Standard
2417
2418 -2.98293
2419 \end_inset 
2420 </cell>
2421 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2422 \begin_inset Text
2423
2424 \layout Standard
2425
2426 63.5849
2427 \end_inset 
2428 </cell>
2429 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2430 \begin_inset Text
2431
2432 \layout Standard
2433
2434 -2.97451
2435 \end_inset 
2436 </cell>
2437 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2438 \begin_inset Text
2439
2440 \layout Standard
2441
2442 61.8158
2443 \end_inset 
2444 </cell>
2445 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2446 \begin_inset Text
2447
2448 \layout Standard
2449
2450 -2.9621
2451 \end_inset 
2452 </cell>
2453 </row>
2454 <row topline="true" bottomline="false" newpage="false">
2455 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2456 \begin_inset Text
2457
2458 \layout Standard
2459
2460 105.984
2461 \end_inset 
2462 </cell>
2463 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2464 \begin_inset Text
2465
2466 \layout Standard
2467
2468 -2.98047
2469 \end_inset 
2470 </cell>
2471 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2472 \begin_inset Text
2473
2474 \layout Standard
2475
2476 106.11
2477 \end_inset 
2478 </cell>
2479 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2480 \begin_inset Text
2481
2482 \layout Standard
2483
2484 -2.96579
2485 \end_inset 
2486 </cell>
2487 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2488 \begin_inset Text
2489
2490 \layout Standard
2491
2492 104.447
2493 \end_inset 
2494 </cell>
2495 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2496 \begin_inset Text
2497
2498 \layout Standard
2499
2500 -2.93124
2501 \end_inset 
2502 </cell>
2503 </row>
2504 <row topline="true" bottomline="false" newpage="false">
2505 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2506 \begin_inset Text
2507
2508 \layout Standard
2509
2510 148.345
2511 \end_inset 
2512 </cell>
2513 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2514 \begin_inset Text
2515
2516 \layout Standard
2517
2518 -2.978
2519 \end_inset 
2520 </cell>
2521 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2522 \begin_inset Text
2523
2524 \layout Standard
2525
2526 148.23
2527 \end_inset 
2528 </cell>
2529 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2530 \begin_inset Text
2531
2532 \layout Standard
2533
2534 -2.95791
2535 \end_inset 
2536 </cell>
2537 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2538 \begin_inset Text
2539
2540 \layout Standard
2541
2542 144.947
2543 \end_inset 
2544 </cell>
2545 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2546 \begin_inset Text
2547
2548 \layout Standard
2549
2550 -2.94622
2551 \end_inset 
2552 </cell>
2553 </row>
2554 <row topline="true" bottomline="false" newpage="false">
2555 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2556 \begin_inset Text
2557
2558 \layout Standard
2559
2560 190.665
2561 \end_inset 
2562 </cell>
2563 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2564 \begin_inset Text
2565
2566 \layout Standard
2567
2568 -2.97554
2569 \end_inset 
2570 </cell>
2571 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2572 \begin_inset Text
2573
2574 \layout Standard
2575
2576 190.755
2577 \end_inset 
2578 </cell>
2579 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2580 \begin_inset Text
2581
2582 \layout Standard
2583
2584 -2.9504
2585 \end_inset 
2586 </cell>
2587 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2588 \begin_inset Text
2589
2590 \layout Standard
2591
2592 187.579
2593 \end_inset 
2594 </cell>
2595 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2596 \begin_inset Text
2597
2598 \layout Standard
2599
2600 -2.951
2601 \end_inset 
2602 </cell>
2603 </row>
2604 <row topline="true" bottomline="false" newpage="false">
2605 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2606 \begin_inset Text
2607
2608 \layout Standard
2609
2610 232.986
2611 \end_inset 
2612 </cell>
2613 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2614 \begin_inset Text
2615
2616 \layout Standard
2617
2618 -2.97308
2619 \end_inset 
2620 </cell>
2621 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2622 \begin_inset Text
2623
2624 \layout Standard
2625
2626 233.279
2627 \end_inset 
2628 </cell>
2629 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2630 \begin_inset Text
2631
2632 \layout Standard
2633
2634 -2.94167
2635 \end_inset 
2636 </cell>
2637 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2638 \begin_inset Text
2639
2640 \layout Standard
2641
2642 230.21
2643 \end_inset 
2644 </cell>
2645 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2646 \begin_inset Text
2647
2648 \layout Standard
2649
2650 -2.94412
2651 \end_inset 
2652 </cell>
2653 </row>
2654 <row topline="true" bottomline="false" newpage="false">
2655 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2656 \begin_inset Text
2657
2658 \layout Standard
2659
2660 275.379
2661 \end_inset 
2662 </cell>
2663 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2664 \begin_inset Text
2665
2666 \layout Standard
2667
2668 -2.97063
2669 \end_inset 
2670 </cell>
2671 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2672 \begin_inset Text
2673
2674 \layout Standard
2675
2676 275.399
2677 \end_inset 
2678 </cell>
2679 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2680 \begin_inset Text
2681
2682 \layout Standard
2683
2684 -2.934
2685 \end_inset 
2686 </cell>
2687 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2688 \begin_inset Text
2689
2690 \layout Standard
2691
2692 272.842
2693 \end_inset 
2694 </cell>
2695 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2696 \begin_inset Text
2697
2698 \layout Standard
2699
2700 -2.92567
2701 \end_inset 
2702 </cell>
2703 </row>
2704 <row topline="true" bottomline="false" newpage="false">
2705 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2706 \begin_inset Text
2707
2708 \layout Standard
2709
2710 317.858
2711 \end_inset 
2712 </cell>
2713 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2714 \begin_inset Text
2715
2716 \layout Standard
2717
2718 -2.96817
2719 \end_inset 
2720 </cell>
2721 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2722 \begin_inset Text
2723
2724 \layout Standard
2725
2726 317.924
2727 \end_inset 
2728 </cell>
2729 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2730 \begin_inset Text
2731
2732 \layout Standard
2733
2734 -2.92647
2735 \end_inset 
2736 </cell>
2737 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2738 \begin_inset Text
2739
2740 \layout Standard
2741
2742 315.474
2743 \end_inset 
2744 </cell>
2745 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2746 \begin_inset Text
2747
2748 \layout Standard
2749
2750 -2.89578
2751 \end_inset 
2752 </cell>
2753 </row>
2754 <row topline="true" bottomline="false" newpage="false">
2755 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2756 \begin_inset Text
2757
2758 \layout Standard
2759
2760 360.338
2761 \end_inset 
2762 </cell>
2763 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2764 \begin_inset Text
2765
2766 \layout Standard
2767
2768 -2.96572
2769 \end_inset 
2770 </cell>
2771 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2772 \begin_inset Text
2773
2774 \layout Standard
2775
2776 360.449
2777 \end_inset 
2778 </cell>
2779 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2780 \begin_inset Text
2781
2782 \layout Standard
2783
2784 -2.91775
2785 \end_inset 
2786 </cell>
2787 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2788 \begin_inset Text
2789
2790 \layout Standard
2791
2792 355.974
2793 \end_inset 
2794 </cell>
2795 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2796 \begin_inset Text
2797
2798 \layout Standard
2799
2800 -2.90819
2801 \end_inset 
2802 </cell>
2803 </row>
2804 <row topline="true" bottomline="true" newpage="false">
2805 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2806 \begin_inset Text
2807
2808 \layout Standard
2809
2810 402.818
2811 \end_inset 
2812 </cell>
2813 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2814 \begin_inset Text
2815
2816 \layout Standard
2817
2818 -2.96327
2819 \end_inset 
2820 </cell>
2821 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2822 \begin_inset Text
2823
2824 \layout Standard
2825
2826 402.569
2827 \end_inset 
2828 </cell>
2829 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2830 \begin_inset Text
2831
2832 \layout Standard
2833
2834 -2.91028
2835 \end_inset 
2836 </cell>
2837 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2838 \begin_inset Text
2839
2840 \layout Standard
2841
2842 398.606
2843 \end_inset 
2844 </cell>
2845 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2846 \begin_inset Text
2847
2848 \layout Standard
2849
2850 -2.9135
2851 \end_inset 
2852 </cell>
2853 </row>
2854 </lyxtabular>
2855
2856 \end_inset 
2857
2858
2859 \layout Caption
2860
2861
2862 \begin_inset LatexCommand \label{tab:min_d}
2863
2864 \end_inset 
2865
2866 Valores de excursión mínima para el caso sin depósitos y con fricción laminar.
2867 \end_float 
2868 Pueden verse los resultados en los cuadros 
2869 \begin_inset LatexCommand \ref{tab:max_d}
2870
2871 \end_inset 
2872
2873  y 
2874 \begin_inset LatexCommand \ref{tab:min_d}
2875
2876 \end_inset 
2877
2878 .
2879 \layout Section
2880
2881 Estimación del tiempo de reposo.
2882 \layout Standard
2883
2884
2885 \begin_inset LatexCommand \label{sec:tiempo_reposo}
2886
2887 \end_inset 
2888
2889 Para estimar el tiempo de reposo se calculó los máximos de la solución igual
2890  que en el punto 
2891 \begin_inset LatexCommand \ref{sec:max_min_d}
2892
2893 \end_inset 
2894
2895  pero para una mayor cantidad de períodos (aproximadamente 1200 en un principio).
2896  Luego se ajustaron los datos por mínimos cuadrados a través de una función:
2897  
2898 \begin_inset Formula \begin{equation}
2899 \label{math:aproximacion_minimos_cuadrados}
2900 z_{(t)}=a\cdot e^{-b\cdot t}
2901 \end{equation}
2902
2903 \end_inset 
2904
2905
2906 \layout Standard
2907
2908 Luego de comparar los resultados con cada vez menor cantidad de períodos,
2909  se observo que la calidad de la aproximación no empeoraba, incluso al utilizar
2910  sólo los primeros 10 períodos obtenidos en el punto 
2911 \begin_inset LatexCommand \ref{sec:max_min_d}
2912
2913 \end_inset 
2914
2915 , al menos para el método RK4.
2916 \layout Standard
2917
2918 Consideramos que se llega al reposo cuando 
2919 \begin_inset Formula \( \left| z\right| \leq 0.01 \)
2920 \end_inset 
2921
2922 , por lo que si despejamos 
2923 \begin_inset Formula \( t \)
2924 \end_inset 
2925
2926  de la ecuación 
2927 \begin_inset LatexCommand \ref{math:aproximacion_minimos_cuadrados}
2928
2929 \end_inset 
2930
2931 , resulta:
2932 \begin_inset Formula \begin{equation}
2933 \label{math:reposo}
2934 t\geq \frac{\ln \left| a\right| -\ln (z)}{b}=\frac{\ln \left| a\right| -\ln (0.01)}{b}=\frac{\ln \left| a\right| +4.60517}{b}
2935 \end{equation}
2936
2937 \end_inset 
2938
2939
2940 \layout Subsection
2941
2942 Euler.
2943 \layout Standard
2944
2945 \begin_float fig 
2946 \layout Standard
2947 \align center 
2948
2949 \begin_inset Figure size 360 252
2950 file d4e.eps
2951 flags 11
2952
2953 \end_inset 
2954
2955
2956 \layout Caption
2957
2958
2959 \begin_inset LatexCommand \label{fig:euler_d4}
2960
2961 \end_inset 
2962
2963 Estimación del tiempo de reposo para Euler.
2964 \end_float 
2965 No tiene mucho sentido la estimación por Euler, ya que se pone en evidencia
2966  la tendencia a divergir de este método y se obtienen resultados poco precisos
2967  cuando se los compara con RK4 o incluso Nystrom, que no es muy estable
2968  para este caso.
2969  Aún así se presentan los resultados del ajuste de los máximos y mínimos
2970  obtenidos en el punto 
2971 \begin_inset LatexCommand \ref{sec:max_min_d}
2972
2973 \end_inset 
2974
2975  en la figura 
2976 \begin_inset LatexCommand \ref{fig:euler_d4}
2977
2978 \end_inset 
2979
2980  porque no tiene sentido aproximar con más períodos porque el paso 
2981 \begin_inset Formula \( k \)
2982 \end_inset 
2983
2984  debería ser extremadamente pequeño para que no diverja.
2985  La funciones aproximantes resultaron:
2986 \begin_inset Formula \[
2987 z^{\max }_{(t)}=2.986634\cdot e^{-1.95\cdot 10^{-5}\cdot t}\]
2988
2989 \end_inset 
2990
2991
2992 \begin_inset Formula \[
2993 z^{\min }_{(t)}=-2.986629\cdot e^{-1.95\cdot 10^{-5}\cdot t}\]
2994
2995 \end_inset 
2996
2997
2998 \layout Standard
2999
3000 Para hallar el tiempo de reposo estimado reemplazamos en la ecuación 
3001 \begin_inset LatexCommand \ref{math:reposo}
3002
3003 \end_inset 
3004
3005  obteniendo 
3006 \begin_inset Formula \( t\cong \frac{\ln (2.98663)+4.60517}{1.95\cdot 10^{-5}}\cong 292272\cong 300000 \)
3007 \end_inset 
3008
3009  como se aprecia en la figura 
3010 \begin_inset LatexCommand \ref{fig:euler_d4}
3011
3012 \end_inset 
3013
3014 .
3015 \layout Subsection
3016
3017 Runge-Kutta de orden 4.
3018 \layout Standard
3019
3020 \begin_float fig 
3021 \layout Standard
3022 \align center 
3023
3024 \begin_inset Figure size 360 252
3025 file d4r.eps
3026 flags 11
3027
3028 \end_inset 
3029
3030
3031 \layout Caption
3032
3033
3034 \begin_inset LatexCommand \label{fig:rk4_d4}
3035
3036 \end_inset 
3037
3038 Estimación del tiempo de reposo para RK4.
3039 \end_float 
3040 Como se explico en el punto 
3041 \begin_inset LatexCommand \ref{sec:tiempo_reposo}
3042
3043 \end_inset 
3044
3045 , a pesar de ser posible calcular los máximos y mínimos para muchos más
3046  períodos que en el punto 
3047 \begin_inset LatexCommand \vref{sec:max_min_d}
3048
3049 \end_inset 
3050
3051 , no es necesario ya que con estos datos se obtiene una precisión que no
3052  es mejorada considerablemente aumentando la cantidad de períodos evaluados.
3053 \layout Standard
3054
3055 La funciones aproximantes resultaron:
3056 \begin_inset Formula \[
3057 z^{\max }_{(t)}=2.9862768\cdot e^{-6.4\cdot 10^{-5}\cdot t}\]
3058
3059 \end_inset 
3060
3061
3062 \begin_inset Formula \[
3063 z^{\min }_{(t)}=-2.9862509\cdot e^{-6.4\cdot 10^{-5}\cdot t}\]
3064
3065 \end_inset 
3066
3067 Para hallar el tiempo de reposo estimado reemplazamos en la ecuación 
3068 \begin_inset LatexCommand \ref{math:reposo}
3069
3070 \end_inset 
3071
3072  obteniendo 
3073 \begin_inset Formula \( t\cong \frac{\ln (2.98626)+4.60517}{6.4\cdot 10^{-5}}\cong 89049\cong 90000 \)
3074 \end_inset 
3075
3076  como se aprecia en la figura 
3077 \begin_inset LatexCommand \ref{fig:rk4_d4}
3078
3079 \end_inset 
3080
3081 .
3082 \layout Subsection
3083
3084 Nystrom.
3085 \layout Standard
3086
3087 \begin_float fig 
3088 \layout Standard
3089 \align center 
3090
3091 \begin_inset Figure size 360 252
3092 file d4n.eps
3093 flags 11
3094
3095 \end_inset 
3096
3097
3098 \layout Caption
3099
3100
3101 \begin_inset LatexCommand \label{fig:nystrom_d4}
3102
3103 \end_inset 
3104
3105 Estimación del tiempo de reposo para Nystrom.
3106 \end_float 
3107 Al igual que con RK4, y a pesar de que para el caso de este método la variación
3108  de los máximos y mínimos no es monótona, se obtienen resultados precisos
3109  utilizando los datos del punto 
3110 \begin_inset LatexCommand \vref{sec:max_min_d}
3111
3112 \end_inset 
3113
3114 .
3115 \layout Standard
3116
3117 La funciones aproximantes resultaron:
3118 \begin_inset Formula \[
3119 z^{\max }_{(t)}=2.977926\cdot e^{-6.68\cdot 10^{-5}\cdot t}\]
3120
3121 \end_inset 
3122
3123
3124 \begin_inset Formula \[
3125 z^{\min }_{(t)}=-2.732692\cdot e^{-6.06\cdot 10^{-5}\cdot t}\]
3126
3127 \end_inset 
3128
3129 Para hallar el tiempo de reposo estimado reemplazamos en la ecuación 
3130 \begin_inset LatexCommand \ref{math:reposo}
3131
3132 \end_inset 
3133
3134  obteniendo 
3135 \begin_inset Formula \( t\cong \frac{\ln (2.975)+4.60517}{6.37\cdot 10^{-5}}\cong 89409\cong 90000 \)
3136 \end_inset 
3137
3138  como se aprecia en la figura 
3139 \begin_inset LatexCommand \ref{fig:nystrom_d4}
3140
3141 \end_inset 
3142
3143 .
3144 \layout Chapter
3145
3146 Caso sin depósitos y con fricción turbulenta.
3147 \layout Standard
3148
3149 Considerando flujo turbulento y un tubo en U resulta 
3150 \begin_inset Formula \( \phi _{(z)}=\frac{f}{2\cdot D}\left| \frac{dz}{dt}\right|  \)
3151 \end_inset 
3152
3153
3154 \begin_inset Formula \( G=2 \)
3155 \end_inset 
3156
3157 , siendo 
3158 \begin_inset Formula \( f \)
3159 \end_inset 
3160
3161  el factor de fricción.
3162 \layout Section
3163
3164 Gráfico de la solución en el tiempo.
3165 \layout Standard
3166
3167
3168 \begin_inset LatexCommand \label{sec:graficos_e}
3169
3170 \end_inset 
3171
3172 Se grafican aproximadamente 25 períodos de la solución.
3173  La solución converge de forma más rápida que en el punto 
3174 \begin_inset LatexCommand \ref{sec:graficos_d}
3175
3176 \end_inset 
3177
3178 , por lo que se pueden tomar menos períodos lográndose ver el efecto de
3179  la convergencia.
3180  Se incluyen la derivada primera en los gráficos.
3181 \layout Subsection
3182
3183 Euler.
3184 \layout Standard
3185
3186 \begin_float fig 
3187 \layout Standard
3188 \align center 
3189
3190 \begin_inset Figure size 360 252
3191 file e1e.eps
3192 flags 11
3193
3194 \end_inset 
3195
3196
3197 \layout Caption
3198
3199
3200 \begin_inset LatexCommand \label{fig:euler_e1}
3201
3202 \end_inset 
3203
3204 Solución por Euler para el caso sin depósitos y con fricción turbulenta.
3205 \end_float 
3206 Como la convergencia es más violenta en este caso, no es necesario tomar
3207  un paso tan pequeño para Euler.
3208  Al tomarse un 
3209 \begin_inset Formula \( k=0.0125 \)
3210 \end_inset 
3211
3212  vemos en la figura 
3213 \begin_inset LatexCommand \ref{fig:euler_e1}
3214
3215 \end_inset 
3216
3217  que el método se comporta de manera razonable.
3218 \layout Subsection
3219
3220 Runge-Kutta de orden 4.
3221 \layout Standard
3222
3223 \begin_float fig 
3224 \layout Standard
3225 \align center 
3226
3227 \begin_inset Figure size 360 252
3228 file e1r.eps
3229 flags 11
3230
3231 \end_inset 
3232
3233
3234 \layout Caption
3235
3236
3237 \begin_inset LatexCommand \label{fig:rk4_e1}
3238
3239 \end_inset 
3240
3241 Solución por RK4 para el caso sin depósitos y con fricción turbulenta.
3242 \end_float 
3243 Nuevamente este método se comporta de forma estable para un paso bastante
3244  grande.
3245  El la figura 
3246 \begin_inset LatexCommand \ref{fig:rk4_e1}
3247
3248 \end_inset 
3249
3250  se grafica con un 
3251 \begin_inset Formula \( k=3.125 \)
3252 \end_inset 
3253
3254 , con el cual comienza a comportarse de forma estable.
3255  A medida que se disminuye el paso conserva el comportamiento.
3256  Si se toma un paso un poco mayor converge rápidamente, y si el paso es
3257  mucho mayor, diverge rápidamente.
3258 \layout Subsection
3259
3260 Nystrom.
3261 \layout Standard
3262
3263 \begin_float fig 
3264 \layout Standard
3265 \align center 
3266
3267 \begin_inset Figure size 360 252
3268 file e1n.eps
3269 flags 11
3270
3271 \end_inset 
3272
3273
3274 \layout Caption
3275
3276
3277 \begin_inset LatexCommand \label{fig:nystrom_e1}
3278
3279 \end_inset 
3280
3281 Solución por Nystrom para el caso sin depósitos y con fricción turbulenta.
3282 \end_float 
3283 El método se comporta de la misma forma que en el punto 
3284 \begin_inset LatexCommand \vref{sec:nystrom_converge}
3285
3286 \end_inset 
3287
3288 , por lo que solamente se grafica para un paso estable 
3289 \begin_inset Formula \( k=2 \)
3290 \end_inset 
3291
3292  como se ve en la figura 
3293 \begin_inset LatexCommand \ref{fig:nystrom_e1}
3294
3295 \end_inset 
3296
3297 .
3298 \layout Section
3299
3300 Determinación del período.
3301 \layout Standard
3302
3303 En este caso no podemos calcular, al menos de forma simple, el valor teórico
3304  del período.
3305 \layout Standard
3306
3307 Para hallar el período numéricamente se utilizó el mismo método que en el
3308  punto 
3309 \begin_inset LatexCommand \vref{sec:calculo_periodo}
3310
3311 \end_inset 
3312
3313 , con un paso de 
3314 \begin_inset Formula \( k=0.05 \)
3315 \end_inset 
3316
3317  y resolviendo hasta 
3318 \begin_inset Formula \( t=5000\cong 120 \)
3319 \end_inset 
3320
3321  períodos.
3322 \layout Standard
3323
3324 \begin_float fig 
3325 \layout Standard
3326 \align center 
3327
3328 \begin_inset Figure size 360 252
3329 file e2.eps
3330 flags 11
3331
3332 \end_inset 
3333
3334
3335 \layout Caption
3336
3337
3338 \begin_inset LatexCommand \label{fig:periodo_e}
3339
3340 \end_inset 
3341
3342 Evolución del Período para el caso sin depósitos y con fricción turbulenta.
3343 \end_float 
3344 Podemos ver en la figura 
3345 \begin_inset LatexCommand \ref{fig:periodo_e}
3346
3347 \end_inset 
3348
3349  que el período se comporta de la misma forma que en el punto 
3350 \begin_inset LatexCommand \vref{sec:periodo_analisis}
3351
3352 \end_inset 
3353
3354 .
3355 \layout Subsection
3356
3357 Euler.
3358 \layout Standard
3359
3360 Al igual que en el punto 
3361 \begin_inset LatexCommand \vref{sec:periodo_euler_c2}
3362
3363 \end_inset 
3364
3365 , el período obtenido, a pesar de la divergencia, es 
3366 \begin_inset Formula \( \tau =42.381624 \)
3367 \end_inset 
3368
3369 , similar al hallado en los casos anteriores.
3370 \layout Subsection
3371
3372 Runge-Kutta de orden 4.
3373 \layout Standard
3374
3375 El período hallado por este método no sólo es similar a los hallados en
3376  casos anteriores, es igual: 
3377 \begin_inset Formula \( \tau =42.382051 \)
3378 \end_inset 
3379
3380 .
3381 \layout Subsection
3382
3383 Nystrom.
3384 \layout Standard
3385
3386 Al igual que con Euler, el período hallado es muy similar al de los casos
3387  anteriores: 
3388 \begin_inset Formula \( \tau =42.383419 \)
3389 \end_inset 
3390
3391 .
3392 \layout Section
3393
3394 Valores de excursión máxima y mínima del menisco.
3395 \layout Standard
3396
3397
3398 \begin_inset LatexCommand \label{sec:max_min_e}
3399
3400 \end_inset 
3401
3402 A diferencia del punto 
3403 \begin_inset LatexCommand \ref{sec:max_min_d}
3404
3405 \end_inset 
3406
3407 , el método de Nystrom para este caso evoluciona de forma monótona con un
3408  paso 
3409 \begin_inset Formula \( k\cong 2 \)
3410 \end_inset 
3411
3412 .
3413  Por lo demás es muy similar.
3414 \layout Standard
3415
3416 \begin_float tab 
3417 \layout Standard
3418 \align center 
3419
3420 \begin_inset  Tabular
3421 <lyxtabular version="2" rows="12" columns="6">
3422 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
3423 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
3424 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
3425 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
3426 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
3427 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
3428 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
3429 <row topline="true" bottomline="true" newpage="false">
3430 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3431 \begin_inset Text
3432
3433 \layout Standard
3434
3435 Euler (
3436 \begin_inset Formula \( k=0.00405 \)
3437 \end_inset 
3438
3439 )
3440 \end_inset 
3441 </cell>
3442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3443 \begin_inset Text
3444
3445 \layout Standard
3446
3447 \end_inset 
3448 </cell>
3449 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3450 \begin_inset Text
3451
3452 \layout Standard
3453
3454 RK4 (
3455 \begin_inset Formula \( k=0.405 \)
3456 \end_inset 
3457
3458 )
3459 \end_inset 
3460 </cell>
3461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3462 \begin_inset Text
3463
3464 \layout Standard
3465
3466 \end_inset 
3467 </cell>
3468 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3469 \begin_inset Text
3470
3471 \layout Standard
3472
3473 Nystrom (
3474 \begin_inset Formula \( k=2.13158 \)
3475 \end_inset 
3476
3477 )
3478 \end_inset 
3479 </cell>
3480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3481 \begin_inset Text
3482
3483 \layout Standard
3484
3485 \end_inset 
3486 </cell>
3487 </row>
3488 <row topline="true" bottomline="true" newpage="false">
3489 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3490 \begin_inset Text
3491
3492 \layout Standard
3493
3494 Tiempo (t)
3495 \end_inset 
3496 </cell>
3497 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3498 \begin_inset Text
3499
3500 \layout Standard
3501
3502 Altura (z)
3503 \end_inset 
3504 </cell>
3505 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3506 \begin_inset Text
3507
3508 \layout Standard
3509
3510 Tiempo (t)
3511 \end_inset 
3512 </cell>
3513 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3514 \begin_inset Text
3515
3516 \layout Standard
3517
3518 Altura (z)
3519 \end_inset 
3520 </cell>
3521 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3522 \begin_inset Text
3523
3524 \layout Standard
3525
3526 Tiempo (t)
3527 \end_inset 
3528 </cell>
3529 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3530 \begin_inset Text
3531
3532 \layout Standard
3533
3534 Altura (z)
3535 \end_inset 
3536 </cell>
3537 </row>
3538 <row topline="true" bottomline="false" newpage="false">
3539 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3540 \begin_inset Text
3541
3542 \layout Standard
3543
3544 0
3545 \end_inset 
3546 </cell>
3547 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3548 \begin_inset Text
3549
3550 \layout Standard
3551
3552 2.98664
3553 \end_inset 
3554 </cell>
3555 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3556 \begin_inset Text
3557
3558 \layout Standard
3559
3560 0
3561 \end_inset 
3562 </cell>
3563 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3564 \begin_inset Text
3565
3566 \layout Standard
3567
3568 2.98664
3569 \end_inset 
3570 </cell>
3571 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3572 \begin_inset Text
3573
3574 \layout Standard
3575
3576 0
3577 \end_inset 
3578 </cell>
3579 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3580 \begin_inset Text
3581
3582 \layout Standard
3583
3584 2.98664
3585 \end_inset 
3586 </cell>
3587 </row>
3588 <row topline="true" bottomline="false" newpage="false">
3589 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3590 \begin_inset Text
3591
3592 \layout Standard
3593
3594 42.4325
3595 \end_inset 
3596 </cell>
3597 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3598 \begin_inset Text
3599
3600 \layout Standard
3601
3602 2.41423
3603 \end_inset 
3604 </cell>
3605 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3606 \begin_inset Text
3607
3608 \layout Standard
3609
3610 42.525
3611 \end_inset 
3612 </cell>
3613 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3614 \begin_inset Text
3615
3616 \layout Standard
3617
3618 2.4099
3619 \end_inset 
3620 </cell>
3621 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3622 \begin_inset Text
3623
3624 \layout Standard
3625
3626 40.5
3627 \end_inset 
3628 </cell>
3629 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3630 \begin_inset Text
3631
3632 \layout Standard
3633
3634 2.43704
3635 \end_inset 
3636 </cell>
3637 </row>
3638 <row topline="true" bottomline="false" newpage="false">
3639 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3640 \begin_inset Text
3641
3642 \layout Standard
3643
3644 84.8608
3645 \end_inset 
3646 </cell>
3647 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3648 \begin_inset Text
3649
3650 \layout Standard
3651
3652 2.02668
3653 \end_inset 
3654 </cell>
3655 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3656 \begin_inset Text
3657
3658 \layout Standard
3659
3660 85.0499
3661 \end_inset 
3662 </cell>
3663 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3664 \begin_inset Text
3665
3666 \layout Standard
3667
3668 2.01941
3669 \end_inset 
3670 </cell>
3671 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3672 \begin_inset Text
3673
3674 \layout Standard
3675
3676 83.1316
3677 \end_inset 
3678 </cell>
3679 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3680 \begin_inset Text
3681
3682 \layout Standard
3683
3684 2.04639
3685 \end_inset 
3686 </cell>
3687 </row>
3688 <row topline="true" bottomline="false" newpage="false">
3689 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3690 \begin_inset Text
3691
3692 \layout Standard
3693
3694 127.281
3695 \end_inset 
3696 </cell>
3697 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3698 \begin_inset Text
3699
3700 \layout Standard
3701
3702 1.74685
3703 \end_inset 
3704 </cell>
3705 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3706 \begin_inset Text
3707
3708 \layout Standard
3709
3710 127.17
3711 \end_inset 
3712 </cell>
3713 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3714 \begin_inset Text
3715
3716 \layout Standard
3717
3718 1.7389
3719 \end_inset 
3720 </cell>
3721 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3722 \begin_inset Text
3723
3724 \layout Standard
3725
3726 123.632
3727 \end_inset 
3728 </cell>
3729 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3730 \begin_inset Text
3731
3732 \layout Standard
3733
3734 1.78361
3735 \end_inset 
3736 </cell>
3737 </row>
3738 <row topline="true" bottomline="false" newpage="false">
3739 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3740 \begin_inset Text
3741
3742 \layout Standard
3743
3744 169.619
3745 \end_inset 
3746 </cell>
3747 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3748 \begin_inset Text
3749
3750 \layout Standard
3751
3752 1.53529
3753 \end_inset 
3754 </cell>
3755 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3756 \begin_inset Text
3757
3758 \layout Standard
3759
3760 169.695
3761 \end_inset 
3762 </cell>
3763 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3764 \begin_inset Text
3765
3766 \layout Standard
3767
3768 1.52657
3769 \end_inset 
3770 </cell>
3771 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3772 \begin_inset Text
3773
3774 \layout Standard
3775
3776 166.263
3777 \end_inset 
3778 </cell>
3779 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3780 \begin_inset Text
3781
3782 \layout Standard
3783
3784 1.58168
3785 \end_inset 
3786 </cell>
3787 </row>
3788 <row topline="true" bottomline="false" newpage="false">
3789 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3790 \begin_inset Text
3791
3792 \layout Standard
3793
3794 211.955
3795 \end_inset 
3796 </cell>
3797 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3798 \begin_inset Text
3799
3800 \layout Standard
3801
3802 1.36974
3803 \end_inset 
3804 </cell>
3805 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3806 \begin_inset Text
3807
3808 \layout Standard
3809
3810 212.219
3811 \end_inset 
3812 </cell>
3813 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3814 \begin_inset Text
3815
3816 \layout Standard
3817
3818 1.36003
3819 \end_inset 
3820 </cell>
3821 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3822 \begin_inset Text
3823
3824 \layout Standard
3825
3826 208.895
3827 \end_inset 
3828 </cell>
3829 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3830 \begin_inset Text
3831
3832 \layout Standard
3833
3834 1.41523
3835 \end_inset 
3836 </cell>
3837 </row>
3838 <row topline="true" bottomline="false" newpage="false">
3839 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3840 \begin_inset Text
3841
3842 \layout Standard
3843
3844 254.283
3845 \end_inset 
3846 </cell>
3847 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3848 \begin_inset Text
3849
3850 \layout Standard
3851
3852 1.23665
3853 \end_inset 
3854 </cell>
3855 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3856 \begin_inset Text
3857
3858 \layout Standard
3859
3860 254.339
3861 \end_inset 
3862 </cell>
3863 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3864 \begin_inset Text
3865
3866 \layout Standard
3867
3868 1.22663
3869 \end_inset 
3870 </cell>
3871 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3872 \begin_inset Text
3873
3874 \layout Standard
3875
3876 251.526
3877 \end_inset 
3878 </cell>
3879 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3880 \begin_inset Text
3881
3882 \layout Standard
3883
3884 1.2743
3885 \end_inset 
3886 </cell>
3887 </row>
3888 <row topline="true" bottomline="false" newpage="false">
3889 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3890 \begin_inset Text
3891
3892 \layout Standard
3893
3894 296.765
3895 \end_inset 
3896 </cell>
3897 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3898 \begin_inset Text
3899
3900 \layout Standard
3901
3902 1.12732
3903 \end_inset 
3904 </cell>
3905 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3906 \begin_inset Text
3907
3908 \layout Standard
3909
3910 296.864
3911 \end_inset 
3912 </cell>
3913 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3914 \begin_inset Text
3915
3916 \layout Standard
3917
3918 1.11716
3919 \end_inset 
3920 </cell>
3921 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3922 \begin_inset Text
3923
3924 \layout Standard
3925
3926 292.026
3927 \end_inset 
3928 </cell>
3929 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3930 \begin_inset Text
3931
3932 \layout Standard
3933
3934 1.15909
3935 \end_inset 
3936 </cell>
3937 </row>
3938 <row topline="true" bottomline="false" newpage="false">
3939 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3940 \begin_inset Text
3941
3942 \layout Standard
3943
3944 339.252
3945 \end_inset 
3946 </cell>
3947 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3948 \begin_inset Text
3949
3950 \layout Standard
3951
3952 1.03592
3953 \end_inset 
3954 </cell>
3955 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3956 \begin_inset Text
3957
3958 \layout Standard
3959
3960 339.389
3961 \end_inset 
3962 </cell>
3963 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3964 \begin_inset Text
3965
3966 \layout Standard
3967
3968 1.02529
3969 \end_inset 
3970 </cell>
3971 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3972 \begin_inset Text
3973
3974 \layout Standard
3975
3976 334.658
3977 \end_inset 
3978 </cell>
3979 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3980 \begin_inset Text
3981
3982 \layout Standard
3983
3984 1.07448
3985 \end_inset 
3986 </cell>
3987 </row>
3988 <row topline="true" bottomline="true" newpage="false">
3989 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3990 \begin_inset Text
3991
3992 \layout Standard
3993
3994 381.736
3995 \end_inset 
3996 </cell>
3997 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3998 \begin_inset Text
3999
4000 \layout Standard
4001
4002 0.958364
4003 \end_inset 
4004 </cell>
4005 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4006 \begin_inset Text
4007
4008 \layout Standard
4009
4010 381.509
4011 \end_inset 
4012 </cell>
4013 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4014 \begin_inset Text
4015
4016 \layout Standard
4017
4018 0.947538
4019 \end_inset 
4020 </cell>
4021 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4022 \begin_inset Text
4023
4024 \layout Standard
4025
4026 377.29
4027 \end_inset 
4028 </cell>
4029 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4030 \begin_inset Text
4031
4032 \layout Standard
4033
4034 0.997706
4035 \end_inset 
4036 </cell>
4037 </row>
4038 </lyxtabular>
4039
4040 \end_inset 
4041
4042
4043 \layout Caption
4044
4045
4046 \begin_inset LatexCommand \label{tab:max_e}
4047
4048 \end_inset 
4049
4050 Valores de excursión máxima para el caso sin depósitos y con fricción turbulenta.
4051 \end_float 
4052 \begin_float tab 
4053 \layout Standard
4054 \align center 
4055
4056 \begin_inset  Tabular
4057 <lyxtabular version="2" rows="12" columns="6">
4058 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
4059 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
4060 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
4061 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
4062 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
4063 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
4064 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
4065 <row topline="true" bottomline="true" newpage="false">
4066 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4067 \begin_inset Text
4068
4069 \layout Standard
4070
4071 Euler (
4072 \begin_inset Formula \( k=0.0039 \)
4073 \end_inset 
4074
4075 )
4076 \end_inset 
4077 </cell>
4078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4079 \begin_inset Text
4080
4081 \layout Standard
4082
4083 \end_inset 
4084 </cell>
4085 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4086 \begin_inset Text
4087
4088 \layout Standard
4089
4090 RK4 (
4091 \begin_inset Formula \( k=0.39 \)
4092 \end_inset 
4093
4094 )
4095 \end_inset 
4096 </cell>
4097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4098 \begin_inset Text
4099
4100 \layout Standard
4101
4102 \end_inset 
4103 </cell>
4104 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4105 \begin_inset Text
4106
4107 \layout Standard
4108
4109 Nystrom (
4110 \begin_inset Formula \( k=1.95 \)
4111 \end_inset 
4112
4113 )
4114 \end_inset 
4115 </cell>
4116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4117 \begin_inset Text
4118
4119 \layout Standard
4120
4121 \end_inset 
4122 </cell>
4123 </row>
4124 <row topline="true" bottomline="true" newpage="false">
4125 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4126 \begin_inset Text
4127
4128 \layout Standard
4129
4130 Tiempo (t)
4131 \end_inset 
4132 </cell>
4133 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4134 \begin_inset Text
4135
4136 \layout Standard
4137
4138 Altura (z)
4139 \end_inset 
4140 </cell>
4141 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4142 \begin_inset Text
4143
4144 \layout Standard
4145
4146 Tiempo (t)
4147 \end_inset 
4148 </cell>
4149 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4150 \begin_inset Text
4151
4152 \layout Standard
4153
4154 Altura (z)
4155 \end_inset 
4156 </cell>
4157 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4158 \begin_inset Text
4159
4160 \layout Standard
4161
4162 Tiempo (t)
4163 \end_inset 
4164 </cell>
4165 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4166 \begin_inset Text
4167
4168 \layout Standard
4169
4170 Altura (z)
4171 \end_inset 
4172 </cell>
4173 </row>
4174 <row topline="true" bottomline="false" newpage="false">
4175 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4176 \begin_inset Text
4177
4178 \layout Standard
4179
4180 21.2173
4181 \end_inset 
4182 </cell>
4183 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4184 \begin_inset Text
4185
4186 \layout Standard
4187
4188 -2.66993
4189 \end_inset 
4190 </cell>
4191 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4192 \begin_inset Text
4193
4194 \layout Standard
4195
4196 21.06
4197 \end_inset 
4198 </cell>
4199 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4200 \begin_inset Text
4201
4202 \layout Standard
4203
4204 -2.66681
4205 \end_inset 
4206 </cell>
4207 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4208 \begin_inset Text
4209
4210 \layout Standard
4211
4212 19.1842
4213 \end_inset 
4214 </cell>
4215 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4216 \begin_inset Text
4217
4218 \layout Standard
4219
4220 -2.686
4221 \end_inset 
4222 </cell>
4223 </row>
4224 <row topline="true" bottomline="false" newpage="false">
4225 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4226 \begin_inset Text
4227
4228 \layout Standard
4229
4230 63.6487
4231 \end_inset 
4232 </cell>
4233 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4234 \begin_inset Text
4235
4236 \layout Standard
4237
4238 -2.20344
4239 \end_inset 
4240 </cell>
4241 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4242 \begin_inset Text
4243
4244 \layout Standard
4245
4246 63.5849
4247 \end_inset 
4248 </cell>
4249 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4250 \begin_inset Text
4251
4252 \layout Standard
4253
4254 -2.19796
4255 \end_inset 
4256 </cell>
4257 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4258 \begin_inset Text
4259
4260 \layout Standard
4261
4262 61.8158
4263 \end_inset 
4264 </cell>
4265 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4266 \begin_inset Text
4267
4268 \layout Standard
4269
4270 -2.22681
4271 \end_inset 
4272 </cell>
4273 </row>
4274 <row topline="true" bottomline="false" newpage="false">
4275 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4276 \begin_inset Text
4277
4278 \layout Standard
4279
4280 106.073
4281 \end_inset 
4282 </cell>
4283 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4284 \begin_inset Text
4285
4286 \layout Standard
4287
4288 -1.87632
4289 \end_inset 
4290 </cell>
4291 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4292 \begin_inset Text
4293
4294 \layout Standard
4295
4296 106.11
4297 \end_inset 
4298 </cell>
4299 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4300 \begin_inset Text
4301
4302 \layout Standard
4303
4304 -1.86909
4305 \end_inset 
4306 </cell>
4307 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4308 \begin_inset Text
4309
4310 \layout Standard
4311
4312 102.316
4313 \end_inset 
4314 </cell>
4315 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4316 \begin_inset Text
4317
4318 \layout Standard
4319
4320 -1.90256
4321 \end_inset 
4322 </cell>
4323 </row>
4324 <row topline="true" bottomline="false" newpage="false">
4325 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4326 \begin_inset Text
4327
4328 \layout Standard
4329
4330 148.451
4331 \end_inset 
4332 </cell>
4333 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4334 \begin_inset Text
4335
4336 \layout Standard
4337
4338 -1.6342
4339 \end_inset 
4340 </cell>
4341 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4342 \begin_inset Text
4343
4344 \layout Standard
4345
4346 148.635
4347 \end_inset 
4348 </cell>
4349 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4350 \begin_inset Text
4351
4352 \layout Standard
4353
4354 -1.62538
4355 \end_inset 
4356 </cell>
4357 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4358 \begin_inset Text
4359
4360 \layout Standard
4361
4362 144.947
4363 \end_inset 
4364 </cell>
4365 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4366 \begin_inset Text
4367
4368 \layout Standard
4369
4370 -1.67739
4371 \end_inset 
4372 </cell>
4373 </row>
4374 <row topline="true" bottomline="false" newpage="false">
4375 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4376 \begin_inset Text
4377
4378 \layout Standard
4379
4380 190.787
4381 \end_inset 
4382 </cell>
4383 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4384 \begin_inset Text
4385
4386 \layout Standard
4387
4388 -1.44776
4389 \end_inset 
4390 </cell>
4391 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4392 \begin_inset Text
4393
4394 \layout Standard
4395
4396 190.755
4397 \end_inset 
4398 </cell>
4399 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4400 \begin_inset Text
4401
4402 \layout Standard
4403
4404 -1.43851
4405 \end_inset 
4406 </cell>
4407 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4408 \begin_inset Text
4409
4410 \layout Standard
4411
4412 187.579
4413 \end_inset 
4414 </cell>
4415 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4416 \begin_inset Text
4417
4418 \layout Standard
4419
4420 -1.49474
4421 \end_inset 
4422 </cell>
4423 </row>
4424 <row topline="true" bottomline="false" newpage="false">
4425 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4426 \begin_inset Text
4427
4428 \layout Standard
4429
4430 233.119
4431 \end_inset 
4432 </cell>
4433 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4434 \begin_inset Text
4435
4436 \layout Standard
4437
4438 -1.29977
4439 \end_inset 
4440 </cell>
4441 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4442 \begin_inset Text
4443
4444 \layout Standard
4445
4446 233.279
4447 \end_inset 
4448 </cell>
4449 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4450 \begin_inset Text
4451
4452 \layout Standard
4453
4454 -1.29016
4455 \end_inset 
4456 </cell>
4457 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4458 \begin_inset Text
4459
4460 \layout Standard
4461
4462 230.21
4463 \end_inset 
4464 </cell>
4465 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4466 \begin_inset Text
4467
4468 \layout Standard
4469
4470 -1.34204
4471 \end_inset 
4472 </cell>
4473 </row>
4474 <row topline="true" bottomline="false" newpage="false">
4475 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4476 \begin_inset Text
4477
4478 \layout Standard
4479
4480 275.521
4481 \end_inset 
4482 </cell>
4483 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4484 \begin_inset Text
4485
4486 \layout Standard
4487
4488 -1.17943
4489 \end_inset 
4490 </cell>
4491 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4492 \begin_inset Text
4493
4494 \layout Standard
4495
4496 275.804
4497 \end_inset 
4498 </cell>
4499 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4500 \begin_inset Text
4501
4502 \layout Standard
4503
4504 -1.16917
4505 \end_inset 
4506 </cell>
4507 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4508 \begin_inset Text
4509
4510 \layout Standard
4511
4512 272.842
4513 \end_inset 
4514 </cell>
4515 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4516 \begin_inset Text
4517
4518 \layout Standard
4519
4520 -1.21128
4521 \end_inset 
4522 </cell>
4523 </row>
4524 <row topline="true" bottomline="false" newpage="false">
4525 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4526 \begin_inset Text
4527
4528 \layout Standard
4529
4530 318.008
4531 \end_inset 
4532 </cell>
4533 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4534 \begin_inset Text
4535
4536 \layout Standard
4537
4538 -1.07967
4539 \end_inset 
4540 </cell>
4541 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4542 \begin_inset Text
4543
4544 \layout Standard
4545
4546 317.924
4547 \end_inset 
4548 </cell>
4549 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4550 \begin_inset Text
4551
4552 \layout Standard
4553
4554 -1.06917
4555 \end_inset 
4556 </cell>
4557 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4558 \begin_inset Text
4559
4560 \layout Standard
4561
4562 313.342
4563 \end_inset 
4564 </cell>
4565 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4566 \begin_inset Text
4567
4568 \layout Standard
4569
4570 -1.11568
4571 \end_inset 
4572 </cell>
4573 </row>
4574 <row topline="true" bottomline="false" newpage="false">
4575 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4576 \begin_inset Text
4577
4578 \layout Standard
4579
4580 360.492
4581 \end_inset 
4582 </cell>
4583 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4584 \begin_inset Text
4585
4586 \layout Standard
4587
4588 -0.995614
4589 \end_inset 
4590 </cell>
4591 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4592 \begin_inset Text
4593
4594 \layout Standard
4595
4596 360.449
4597 \end_inset 
4598 </cell>
4599 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4600 \begin_inset Text
4601
4602 \layout Standard
4603
4604 -0.985082
4605 \end_inset 
4606 </cell>
4607 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4608 \begin_inset Text
4609
4610 \layout Standard
4611
4612 355.974
4613 \end_inset 
4614 </cell>
4615 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4616 \begin_inset Text
4617
4618 \layout Standard
4619
4620 -1.03522
4621 \end_inset 
4622 </cell>
4623 </row>
4624 <row topline="true" bottomline="true" newpage="false">
4625 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4626 \begin_inset Text
4627
4628 \layout Standard
4629
4630 402.98
4631 \end_inset 
4632 </cell>
4633 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4634 \begin_inset Text
4635
4636 \layout Standard
4637
4638 -0.923832
4639 \end_inset 
4640 </cell>
4641 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4642 \begin_inset Text
4643
4644 \layout Standard
4645
4646 402.974
4647 \end_inset 
4648 </cell>
4649 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4650 \begin_inset Text
4651
4652 \layout Standard
4653
4654 -0.912937
4655 \end_inset 
4656 </cell>
4657 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4658 \begin_inset Text
4659
4660 \layout Standard
4661
4662 398.606
4663 \end_inset 
4664 </cell>
4665 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4666 \begin_inset Text
4667
4668 \layout Standard
4669
4670 -0.961757
4671 \end_inset 
4672 </cell>
4673 </row>
4674 </lyxtabular>
4675
4676 \end_inset 
4677
4678
4679 \layout Caption
4680
4681
4682 \begin_inset LatexCommand \label{tab:min_e}
4683
4684 \end_inset 
4685
4686 Valores de excursión mínima para el caso sin depósitos y con fricción turbulenta.
4687 \end_float 
4688 Pueden verse los resultados en los cuadros 
4689 \begin_inset LatexCommand \ref{tab:max_e}
4690
4691 \end_inset 
4692
4693  y 
4694 \begin_inset LatexCommand \ref{tab:min_e}
4695
4696 \end_inset 
4697
4698 .
4699 \layout Section
4700
4701 Estimación del tiempo de reposo.
4702 \layout Standard
4703
4704 Para estimar el tiempo de reposo se probó el método utilizado en el punto
4705  
4706 \begin_inset LatexCommand \vref{sec:tiempo_reposo}
4707
4708 \end_inset 
4709
4710 , pero no se pudo hallar una buena función aproximante, por lo tanto simplemente
4711  se buscó la solución hasta hallar el mismo valor límite de 
4712 \begin_inset Formula \( z=0.01 \)
4713 \end_inset 
4714
4715  que para el punto 
4716 \begin_inset LatexCommand \ref{sec:tiempo_reposo}
4717
4718 \end_inset 
4719
4720 .
4721  Para el método de Euler no se justifica calcular la estimación, ya que
4722  basándonos en los valores obtenidos por otros métodos hay que llegar a
4723  un 
4724 \begin_inset Formula \( t\cong 50000 \)
4725 \end_inset 
4726
4727  para lo que serían necesario un paso muy pequeño para que no diverja.
4728 \layout Subsection
4729
4730 Runge-Kutta de orden 4.
4731 \layout Standard
4732
4733 \begin_float fig 
4734 \layout Standard
4735 \align center 
4736
4737 \begin_inset Figure size 360 252
4738 file e4r.eps
4739 flags 11
4740
4741 \end_inset 
4742
4743
4744 \layout Caption
4745
4746
4747 \begin_inset LatexCommand \label{fig:rk4_e4}
4748
4749 \end_inset 
4750
4751 Estimación del tiempo de reposo para RK4.
4752 \end_float 
4753 Para hallar la estimación simplemente se resolvió la ecuación hasta que
4754  
4755 \begin_inset Formula \( z\leq 0.01 \)
4756 \end_inset 
4757
4758 .
4759  Esto sucedió para 
4760 \begin_inset Formula \( t\cong 50000 \)
4761 \end_inset 
4762
4763  utilizando un paso de 
4764 \begin_inset Formula \( k=0.5 \)
4765 \end_inset 
4766
4767  como se observa en la figura 
4768 \begin_inset LatexCommand \ref{fig:rk4_e4}
4769
4770 \end_inset 
4771
4772 .
4773 \layout Subsection
4774
4775 Nystrom.
4776 \layout Standard
4777
4778 \begin_float fig 
4779 \layout Standard
4780 \align center 
4781
4782 \begin_inset Figure size 360 252
4783 file e4n.eps
4784 flags 11
4785
4786 \end_inset 
4787
4788
4789 \layout Caption
4790
4791
4792 \begin_inset LatexCommand \label{fig:nystrom_e4}
4793
4794 \end_inset 
4795
4796 Estimación del tiempo de reposo para Nystrom.
4797 \end_float 
4798 Al igual que para RK4, simplemente se resolvió la ecuación hasta que 
4799 \begin_inset Formula \( z\leq 0.01 \)
4800 \end_inset 
4801
4802 .
4803  Esto también sucedió para 
4804 \begin_inset Formula \( t\cong 50000 \)
4805 \end_inset 
4806
4807  pero utilizando un paso mucho mayor 
4808 \begin_inset Formula \( k=2 \)
4809 \end_inset 
4810
4811  conservando la precisión, como se observa en la figura 
4812 \begin_inset LatexCommand \ref{fig:nystrom_e4}
4813
4814 \end_inset 
4815
4816 .
4817 \layout Chapter
4818
4819 Caso con depósitos y con fricción turbulenta.
4820 \layout Standard
4821
4822 Considerando flujo turbulento y el sistema hidráulico de la figura 
4823 \begin_inset LatexCommand \vref{fig:diagrama}
4824
4825 \end_inset 
4826
4827 , resulta 
4828 \begin_inset Formula \( \phi _{(z)}=\frac{f}{2\cdot D}\cdot \frac{L_{e}}{L}\left| \frac{dz}{dt}\right|  \)
4829 \end_inset 
4830
4831
4832 \begin_inset Formula \( G=A\cdot \left( \frac{1}{A_{1}}+\frac{1}{A_{2}}\right)  \)
4833 \end_inset 
4834
4835 , siendo 
4836 \begin_inset Formula \( L_{e} \)
4837 \end_inset 
4838
4839  un factor de pérdidas de carga, 
4840 \begin_inset Formula \( A \)
4841 \end_inset 
4842
4843  la sección del tubo y 
4844 \begin_inset Formula \( A_{i} \)
4845 \end_inset 
4846
4847  la sección horizontal del depósito.
4848 \layout Standard
4849
4850 Considerando los valores iniciales (ver punto 
4851 \begin_inset LatexCommand \vref{sec:valores_iniciales}
4852
4853 \end_inset 
4854
4855 ), vemos que 
4856 \begin_inset Formula \( G \)
4857 \end_inset 
4858
4859  es constante:
4860 \begin_inset Formula \[
4861 G=A\cdot \left( \frac{1}{A_{1}}+\frac{1}{A_{2}}\right) =A\cdot \left( \frac{1}{100\cdot A}+\frac{1}{50\cdot A}\right) =A\cdot \frac{1+2}{100\cdot A}=\frac{3}{100}=0.03\]
4862
4863 \end_inset 
4864
4865
4866 \layout Section
4867
4868 Gráfico de la solución en el tiempo.
4869 \layout Standard
4870
4871 Se grafican aproximadamente 15 períodos de la solución.
4872  La solución converge de forma más rápida que en el punto 
4873 \begin_inset LatexCommand \ref{sec:graficos_e}
4874
4875 \end_inset 
4876
4877  y con un período mayor, por lo que se pueden tomar menos períodos lográndose
4878  ver el efecto de la convergencia.
4879  Se incluyen la derivada primera en los gráficos.
4880 \layout Standard
4881
4882 Los métodos se comportan igual que en los casos anteriores, al menos para
4883  la cantidad de períodos graficados.
4884 \layout Subsection
4885
4886 Euler.
4887 \layout Standard
4888
4889 \begin_float fig 
4890 \layout Standard
4891 \align center 
4892
4893 \begin_inset Figure size 360 252
4894 file f1e.eps
4895 flags 11
4896
4897 \end_inset 
4898
4899
4900 \layout Caption
4901
4902
4903 \begin_inset LatexCommand \label{fig:euler_f1}
4904
4905 \end_inset 
4906
4907 Solución por Euler para el caso con depósitos y con fricción turbulenta.
4908 \end_float 
4909 Como la convergencia es más violenta en este caso, no es necesario tomar
4910  un paso tan pequeño para Euler.
4911  Al tomarse un 
4912 \begin_inset Formula \( k=0.05 \)
4913 \end_inset 
4914
4915  vemos en la figura 
4916 \begin_inset LatexCommand \ref{fig:euler_f1}
4917
4918 \end_inset 
4919
4920  que el método se comporta de manera razonable.
4921 \layout Subsection
4922
4923 Runge-Kutta de orden 4.
4924 \layout Standard
4925
4926 \begin_float fig 
4927 \layout Standard
4928 \align center 
4929
4930 \begin_inset Figure size 360 252
4931 file f1r.eps
4932 flags 11
4933
4934 \end_inset 
4935
4936
4937 \layout Caption
4938
4939
4940 \begin_inset LatexCommand \label{fig:rk4_f1}
4941
4942 \end_inset 
4943
4944 Solución por RK4 para el caso con depósitos y con fricción turbulenta.
4945 \end_float 
4946 Nuevamente este método se comporta de forma estable para un paso bastante
4947  grande.
4948  El la figura 
4949 \begin_inset LatexCommand \ref{fig:rk4_f1}
4950
4951 \end_inset 
4952
4953  se grafica con un 
4954 \begin_inset Formula \( k=5 \)
4955 \end_inset 
4956
4957 .
4958 \layout Subsection
4959
4960 Nystrom.
4961 \layout Standard
4962
4963 \begin_float fig 
4964 \layout Standard
4965 \align center 
4966
4967 \begin_inset Figure size 360 252
4968 file f1n.eps
4969 flags 11
4970
4971 \end_inset 
4972
4973
4974 \layout Caption
4975
4976
4977 \begin_inset LatexCommand \label{fig:nystrom_f1}
4978
4979 \end_inset 
4980
4981 Solución por Nystrom para el caso sin depósitos y con fricción turbulenta.
4982 \end_float 
4983 Volvemos a observar que el método es solamente estable para valores de 
4984 \begin_inset Formula \( k\cong 2 \)
4985 \end_inset 
4986
4987 .
4988  En la figura 
4989 \begin_inset LatexCommand \ref{fig:nystrom_f1}
4990
4991 \end_inset 
4992
4993  se grafica para un paso estable 
4994 \begin_inset Formula \( k=2 \)
4995 \end_inset 
4996
4997 .
4998 \layout Section
4999
5000 Determinación del período.
5001 \layout Standard
5002
5003 En este caso al igual que en el anterior no podemos calcular, al menos de
5004  forma simple, el valor teórico del período.
5005 \layout Standard
5006
5007 Para hallar el período numéricamente se utilizó el mismo método que en el
5008  punto 
5009 \begin_inset LatexCommand \vref{sec:calculo_periodo}
5010
5011 \end_inset 
5012
5013 , con un paso de 
5014 \begin_inset Formula \( k=0.04 \)
5015 \end_inset 
5016
5017  y resolviendo hasta 
5018 \begin_inset Formula \( t=40000\cong 120 \)
5019 \end_inset 
5020
5021  períodos.
5022 \layout Standard
5023
5024 \begin_float fig 
5025 \layout Standard
5026 \align center 
5027
5028 \begin_inset Figure size 360 252
5029 file f2.eps
5030 flags 11
5031
5032 \end_inset 
5033
5034
5035 \layout Caption
5036
5037
5038 \begin_inset LatexCommand \label{fig:periodo_f}
5039
5040 \end_inset 
5041
5042 Evolución del Período para el caso con depósitos y con fricción turbulenta.
5043 \end_float 
5044 Podemos ver en la figura 
5045 \begin_inset LatexCommand \ref{fig:periodo_f}
5046
5047 \end_inset 
5048
5049  que el período se comporta de la misma forma que en el punto 
5050 \begin_inset LatexCommand \vref{sec:periodo_analisis}
5051
5052 \end_inset 
5053
5054 .
5055  Cabe destacar que para este caso el período aproximadamente 10 veces superior
5056  al de los casos anteriores, por lo que el período 24 se alcanza en 
5057 \begin_inset Formula \( t\cong 8300 \)
5058 \end_inset 
5059
5060  y el período 95 en 
5061 \begin_inset Formula \( t\cong 33000 \)
5062 \end_inset 
5063
5064 .
5065 \layout Subsection
5066
5067 Euler.
5068 \layout Standard
5069
5070 Nuevamente, a pesar de la divergencia, el período 
5071 \begin_inset Formula \( \tau =346.03739 \)
5072 \end_inset 
5073
5074  parece ser bastante preciso, al menos al compararlo con los resultados
5075  obtenidos con los otros métodos.
5076 \layout Subsection
5077
5078 Runge-Kutta de orden 4.
5079 \layout Standard
5080
5081 El período hallado con este método es: 
5082 \begin_inset Formula \( \tau =346.04435 \)
5083 \end_inset 
5084
5085 .
5086 \layout Subsection
5087
5088 Nystrom.
5089 \layout Standard
5090
5091 El período hallado con este método es: 
5092 \begin_inset Formula \( \tau =346.04695 \)
5093 \end_inset 
5094
5095 .
5096 \layout Section
5097
5098 Valores de excursión máxima y mínima del menisco.
5099 \layout Standard
5100
5101
5102 \begin_inset LatexCommand \label{sec:max_min_f}
5103
5104 \end_inset 
5105
5106 Pueden verse los resultados en los cuadros 
5107 \begin_inset LatexCommand \ref{tab:max_f}
5108
5109 \end_inset 
5110
5111  y 
5112 \begin_inset LatexCommand \ref{tab:min_f}
5113
5114 \end_inset 
5115
5116 .
5117 \layout Standard
5118
5119 \begin_float tab 
5120 \layout Standard
5121 \align center 
5122
5123 \begin_inset  Tabular
5124 <lyxtabular version="2" rows="12" columns="6">
5125 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
5126 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
5127 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
5128 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
5129 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
5130 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
5131 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
5132 <row topline="true" bottomline="true" newpage="false">
5133 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5134 \begin_inset Text
5135
5136 \layout Standard
5137
5138 Euler (
5139 \begin_inset Formula \( k=0.01 \)
5140 \end_inset 
5141
5142 )
5143 \end_inset 
5144 </cell>
5145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5146 \begin_inset Text
5147
5148 \layout Standard
5149
5150 \end_inset 
5151 </cell>
5152 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5153 \begin_inset Text
5154
5155 \layout Standard
5156
5157 RK4 (
5158 \begin_inset Formula \( k=1 \)
5159 \end_inset 
5160
5161 )
5162 \end_inset 
5163 </cell>
5164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5165 \begin_inset Text
5166
5167 \layout Standard
5168
5169 \end_inset 
5170 </cell>
5171 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5172 \begin_inset Text
5173
5174 \layout Standard
5175
5176 Nystrom (
5177 \begin_inset Formula \( k=2 \)
5178 \end_inset 
5179
5180 )
5181 \end_inset 
5182 </cell>
5183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5184 \begin_inset Text
5185
5186 \layout Standard
5187
5188 \end_inset 
5189 </cell>
5190 </row>
5191 <row topline="true" bottomline="true" newpage="false">
5192 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5193 \begin_inset Text
5194
5195 \layout Standard
5196
5197 Tiempo (t)
5198 \end_inset 
5199 </cell>
5200 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5201 \begin_inset Text
5202
5203 \layout Standard
5204
5205 Altura (z)
5206 \end_inset 
5207 </cell>
5208 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5209 \begin_inset Text
5210
5211 \layout Standard
5212
5213 Tiempo (t)
5214 \end_inset 
5215 </cell>
5216 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5217 \begin_inset Text
5218
5219 \layout Standard
5220
5221 Altura (z)
5222 \end_inset 
5223 </cell>
5224 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5225 \begin_inset Text
5226
5227 \layout Standard
5228
5229 Tiempo (t)
5230 \end_inset 
5231 </cell>
5232 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5233 \begin_inset Text
5234
5235 \layout Standard
5236
5237 Altura (z)
5238 \end_inset 
5239 </cell>
5240 </row>
5241 <row topline="true" bottomline="false" newpage="false">
5242 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5243 \begin_inset Text
5244
5245 \layout Standard
5246
5247 0
5248 \end_inset 
5249 </cell>
5250 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5251 \begin_inset Text
5252
5253 \layout Standard
5254
5255 2.98664
5256 \end_inset 
5257 </cell>
5258 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5259 \begin_inset Text
5260
5261 \layout Standard
5262
5263 0
5264 \end_inset 
5265 </cell>
5266 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5267 \begin_inset Text
5268
5269 \layout Standard
5270
5271 2.98664
5272 \end_inset 
5273 </cell>
5274 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5275 \begin_inset Text
5276
5277 \layout Standard
5278
5279 0
5280 \end_inset 
5281 </cell>
5282 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5283 \begin_inset Text
5284
5285 \layout Standard
5286
5287 2.98664
5288 \end_inset 
5289 </cell>
5290 </row>
5291 <row topline="true" bottomline="false" newpage="false">
5292 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5293 \begin_inset Text
5294
5295 \layout Standard
5296
5297 346.627
5298 \end_inset 
5299 </cell>
5300 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5301 \begin_inset Text
5302
5303 \layout Standard
5304
5305 2.32148
5306 \end_inset 
5307 </cell>
5308 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5309 \begin_inset Text
5310
5311 \layout Standard
5312
5313 347
5314 \end_inset 
5315 </cell>
5316 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5317 \begin_inset Text
5318
5319 \layout Standard
5320
5321 2.32024
5322 \end_inset 
5323 </cell>
5324 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5325 \begin_inset Text
5326
5327 \layout Standard
5328
5329 344
5330 \end_inset 
5331 </cell>
5332 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5333 \begin_inset Text
5334
5335 \layout Standard
5336
5337 2.31979
5338 \end_inset 
5339 </cell>
5340 </row>
5341 <row topline="true" bottomline="false" newpage="false">
5342 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5343 \begin_inset Text
5344
5345 \layout Standard
5346
5347 693.385
5348 \end_inset 
5349 </cell>
5350 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5351 \begin_inset Text
5352
5353 \layout Standard
5354
5355 1.89903
5356 \end_inset 
5357 </cell>
5358 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5359 \begin_inset Text
5360
5361 \layout Standard
5362
5363 693
5364 \end_inset 
5365 </cell>
5366 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5367 \begin_inset Text
5368
5369 \layout Standard
5370
5371 1.89726
5372 \end_inset 
5373 </cell>
5374 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5375 \begin_inset Text
5376
5377 \layout Standard
5378
5379 690
5380 \end_inset 
5381 </cell>
5382 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5383 \begin_inset Text
5384
5385 \layout Standard
5386
5387 1.89658
5388 \end_inset 
5389 </cell>
5390 </row>
5391 <row topline="true" bottomline="false" newpage="false">
5392 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5393 \begin_inset Text
5394
5395 \layout Standard
5396
5397 1040.03
5398 \end_inset 
5399 </cell>
5400 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5401 \begin_inset Text
5402
5403 \layout Standard
5404
5405 1.60687
5406 \end_inset 
5407 </cell>
5408 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5409 \begin_inset Text
5410
5411 \layout Standard
5412
5413 1039
5414 \end_inset 
5415 </cell>
5416 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5417 \begin_inset Text
5418
5419 \layout Standard
5420
5421 1.60474
5422 \end_inset 
5423 </cell>
5424 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5425 \begin_inset Text
5426
5427 \layout Standard
5428
5429 1036
5430 \end_inset 
5431 </cell>
5432 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5433 \begin_inset Text
5434
5435 \layout Standard
5436
5437 1.60405
5438 \end_inset 
5439 </cell>
5440 </row>
5441 <row topline="true" bottomline="false" newpage="false">
5442 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5443 \begin_inset Text
5444
5445 \layout Standard
5446
5447 1386.63
5448 \end_inset 
5449 </cell>
5450 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5451 \begin_inset Text
5452
5453 \layout Standard
5454
5455 1.39277
5456 \end_inset 
5457 </cell>
5458 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5459 \begin_inset Text
5460
5461 \layout Standard
5462
5463 1386
5464 \end_inset 
5465 </cell>
5466 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5467 \begin_inset Text
5468
5469 \layout Standard
5470
5471 1.39041
5472 \end_inset 
5473 </cell>
5474 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5475 \begin_inset Text
5476
5477 \layout Standard
5478
5479 1384
5480 \end_inset 
5481 </cell>
5482 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5483 \begin_inset Text
5484
5485 \layout Standard
5486
5487 1.38988
5488 \end_inset 
5489 </cell>
5490 </row>
5491 <row topline="true" bottomline="false" newpage="false">
5492 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5493 \begin_inset Text
5494
5495 \layout Standard
5496
5497 1733.19
5498 \end_inset 
5499 </cell>
5500 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5501 \begin_inset Text
5502
5503 \layout Standard
5504
5505 1.22912
5506 \end_inset 
5507 </cell>
5508 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5509 \begin_inset Text
5510
5511 \layout Standard
5512
5513 1732
5514 \end_inset 
5515 </cell>
5516 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5517 \begin_inset Text
5518
5519 \layout Standard
5520
5521 1.22664
5522 \end_inset 
5523 </cell>
5524 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5525 \begin_inset Text
5526
5527 \layout Standard
5528
5529 1730
5530 \end_inset 
5531 </cell>
5532 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5533 \begin_inset Text
5534
5535 \layout Standard
5536
5537 1.22619
5538 \end_inset 
5539 </cell>
5540 </row>
5541 <row topline="true" bottomline="false" newpage="false">
5542 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5543 \begin_inset Text
5544
5545 \layout Standard
5546
5547 2079.72
5548 \end_inset 
5549 </cell>
5550 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5551 \begin_inset Text
5552
5553 \layout Standard
5554
5555 1.09995
5556 \end_inset 
5557 </cell>
5558 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5559 \begin_inset Text
5560
5561 \layout Standard
5562
5563 2078
5564 \end_inset 
5565 </cell>
5566 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5567 \begin_inset Text
5568
5569 \layout Standard
5570
5571 1.09738
5572 \end_inset 
5573 </cell>
5574 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5575 \begin_inset Text
5576
5577 \layout Standard
5578
5579 2076
5580 \end_inset 
5581 </cell>
5582 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5583 \begin_inset Text
5584
5585 \layout Standard
5586
5587 1.09701
5588 \end_inset 
5589 </cell>
5590 </row>
5591 <row topline="true" bottomline="false" newpage="false">
5592 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5593 \begin_inset Text
5594
5595 \layout Standard
5596
5597 2426.23
5598 \end_inset 
5599 </cell>
5600 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5601 \begin_inset Text
5602
5603 \layout Standard
5604
5605 0.995414
5606 \end_inset 
5607 </cell>
5608 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5609 \begin_inset Text
5610
5611 \layout Standard
5612
5613 2424
5614 \end_inset 
5615 </cell>
5616 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5617 \begin_inset Text
5618
5619 \layout Standard
5620
5621 0.992764
5622 \end_inset 
5623 </cell>
5624 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5625 \begin_inset Text
5626
5627 \layout Standard
5628
5629 2422
5630 \end_inset 
5631 </cell>
5632 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5633 \begin_inset Text
5634
5635 \layout Standard
5636
5637 0.99246
5638 \end_inset 
5639 </cell>
5640 </row>
5641 <row topline="true" bottomline="false" newpage="false">
5642 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5643 \begin_inset Text
5644
5645 \layout Standard
5646
5647 2772.71
5648 \end_inset 
5649 </cell>
5650 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5651 \begin_inset Text
5652
5653 \layout Standard
5654
5655 0.90907
5656 \end_inset 
5657 </cell>
5658 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5659 \begin_inset Text
5660
5661 \layout Standard
5662
5663 2770
5664 \end_inset 
5665 </cell>
5666 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5667 \begin_inset Text
5668
5669 \layout Standard
5670
5671 0.906352
5672 \end_inset 
5673 </cell>
5674 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5675 \begin_inset Text
5676
5677 \layout Standard
5678
5679 2768
5680 \end_inset 
5681 </cell>
5682 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5683 \begin_inset Text
5684
5685 \layout Standard
5686
5687 0.90611
5688 \end_inset 
5689 </cell>
5690 </row>
5691 <row topline="true" bottomline="true" newpage="false">
5692 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5693 \begin_inset Text
5694
5695 \layout Standard
5696
5697 3119.2
5698 \end_inset 
5699 </cell>
5700 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5701 \begin_inset Text
5702
5703 \layout Standard
5704
5705 0.836549
5706 \end_inset 
5707 </cell>
5708 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5709 \begin_inset Text
5710
5711 \layout Standard
5712
5713 3116
5714 \end_inset 
5715 </cell>
5716 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5717 \begin_inset Text
5718
5719 \layout Standard
5720
5721 0.833774
5722 \end_inset 
5723 </cell>
5724 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5725 \begin_inset Text
5726
5727 \layout Standard
5728
5729 3114
5730 \end_inset 
5731 </cell>
5732 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5733 \begin_inset Text
5734
5735 \layout Standard
5736
5737 0.833586
5738 \end_inset 
5739 </cell>
5740 </row>
5741 </lyxtabular>
5742
5743 \end_inset 
5744
5745
5746 \layout Caption
5747
5748
5749 \begin_inset LatexCommand \label{tab:max_f}
5750
5751 \end_inset 
5752
5753 Valores de excursión máxima para el caso con depósitos y con fricción turbulenta.
5754 \end_float 
5755 \begin_float tab 
5756 \layout Standard
5757 \align center 
5758
5759 \begin_inset  Tabular
5760 <lyxtabular version="2" rows="12" columns="6">
5761 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
5762 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
5763 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
5764 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
5765 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
5766 <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
5767 <column alignment="center" valignment="top" leftline="true" rightline="true" width="" special="">
5768 <row topline="true" bottomline="true" newpage="false">
5769 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5770 \begin_inset Text
5771
5772 \layout Standard
5773
5774 Euler (
5775 \begin_inset Formula \( k=0.01 \)
5776 \end_inset 
5777
5778 )
5779 \end_inset 
5780 </cell>
5781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5782 \begin_inset Text
5783
5784 \layout Standard
5785
5786 \end_inset 
5787 </cell>
5788 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5789 \begin_inset Text
5790
5791 \layout Standard
5792
5793 RK4 (
5794 \begin_inset Formula \( k=1 \)
5795 \end_inset 
5796
5797 )
5798 \end_inset 
5799 </cell>
5800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5801 \begin_inset Text
5802
5803 \layout Standard
5804
5805 \end_inset 
5806 </cell>
5807 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5808 \begin_inset Text
5809
5810 \layout Standard
5811
5812 Nystrom (
5813 \begin_inset Formula \( k=2 \)
5814 \end_inset 
5815
5816 )
5817 \end_inset 
5818 </cell>
5819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5820 \begin_inset Text
5821
5822 \layout Standard
5823
5824 \end_inset 
5825 </cell>
5826 </row>
5827 <row topline="true" bottomline="true" newpage="false">
5828 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5829 \begin_inset Text
5830
5831 \layout Standard
5832
5833 Tiempo (t)
5834 \end_inset 
5835 </cell>
5836 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5837 \begin_inset Text
5838
5839 \layout Standard
5840
5841 Altura (z)
5842 \end_inset 
5843 </cell>
5844 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5845 \begin_inset Text
5846
5847 \layout Standard
5848
5849 Tiempo (t)
5850 \end_inset 
5851 </cell>
5852 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5853 \begin_inset Text
5854
5855 \layout Standard
5856
5857 Altura (z)
5858 \end_inset 
5859 </cell>
5860 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5861 \begin_inset Text
5862
5863 \layout Standard
5864
5865 Tiempo (t)
5866 \end_inset 
5867 </cell>
5868 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5869 \begin_inset Text
5870
5871 \layout Standard
5872
5873 Altura (z)
5874 \end_inset 
5875 </cell>
5876 </row>
5877 <row topline="true" bottomline="false" newpage="false">
5878 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5879 \begin_inset Text
5880
5881 \layout Standard
5882
5883 173.314
5884 \end_inset 
5885 </cell>
5886 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5887 \begin_inset Text
5888
5889 \layout Standard
5890
5891 -2.61227
5892 \end_inset 
5893 </cell>
5894 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5895 \begin_inset Text
5896
5897 \layout Standard
5898
5899 173
5900 \end_inset 
5901 </cell>
5902 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5903 \begin_inset Text
5904
5905 \layout Standard
5906
5907 -2.61152
5908 \end_inset 
5909 </cell>
5910 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5911 \begin_inset Text
5912
5913 \layout Standard
5914
5915 172
5916 \end_inset 
5917 </cell>
5918 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5919 \begin_inset Text
5920
5921 \layout Standard
5922
5923 -2.61105
5924 \end_inset 
5925 </cell>
5926 </row>
5927 <row topline="true" bottomline="false" newpage="false">
5928 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5929 \begin_inset Text
5930
5931 \layout Standard
5932
5933 520.026
5934 \end_inset 
5935 </cell>
5936 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5937 \begin_inset Text
5938
5939 \layout Standard
5940
5941 -2.08906
5942 \end_inset 
5943 </cell>
5944 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5945 \begin_inset Text
5946
5947 \layout Standard
5948
5949 520
5950 \end_inset 
5951 </cell>
5952 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5953 \begin_inset Text
5954
5955 \layout Standard
5956
5957 -2.08754
5958 \end_inset 
5959 </cell>
5960 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5961 \begin_inset Text
5962
5963 \layout Standard
5964
5965 518
5966 \end_inset 
5967 </cell>
5968 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5969 \begin_inset Text
5970
5971 \layout Standard
5972
5973 -2.08701
5974 \end_inset 
5975 </cell>
5976 </row>
5977 <row topline="true" bottomline="false" newpage="false">
5978 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5979 \begin_inset Text
5980
5981 \layout Standard
5982
5983 866.724
5984 \end_inset 
5985 </cell>
5986 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5987 \begin_inset Text
5988
5989 \layout Standard
5990
5991 -1.74075
5992 \end_inset 
5993 </cell>
5994 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5995 \begin_inset Text
5996
5997 \layout Standard
5998
5999 866
6000 \end_inset 
6001 </cell>
6002 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6003 \begin_inset Text
6004
6005 \layout Standard
6006
6007 -1.73878
6008 \end_inset 
6009 </cell>
6010 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6011 \begin_inset Text
6012
6013 \layout Standard
6014
6015 864
6016 \end_inset 
6017 </cell>
6018 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6019 \begin_inset Text
6020
6021 \layout Standard
6022
6023 -1.7383
6024 \end_inset 
6025 </cell>
6026 </row>
6027 <row topline="true" bottomline="false" newpage="false">
6028 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6029 \begin_inset Text
6030
6031 \layout Standard
6032
6033 1213.34
6034 \end_inset 
6035 </cell>
6036 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6037 \begin_inset Text
6038
6039 \layout Standard
6040
6041 -1.49216
6042 \end_inset 
6043 </cell>
6044 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6045 \begin_inset Text
6046
6047 \layout Standard
6048
6049 1212
6050 \end_inset 
6051 </cell>
6052 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6053 \begin_inset Text
6054
6055 \layout Standard
6056
6057 -1.48988
6058 \end_inset 
6059 </cell>
6060 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6061 \begin_inset Text
6062
6063 \layout Standard
6064
6065 1210
6066 \end_inset 
6067 </cell>
6068 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6069 \begin_inset Text
6070
6071 \layout Standard
6072
6073 -1.4895
6074 \end_inset 
6075 </cell>
6076 </row>
6077 <row topline="true" bottomline="false" newpage="false">
6078 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6079 \begin_inset Text
6080
6081 \layout Standard
6082
6083 1559.91
6084 \end_inset 
6085 </cell>
6086 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6087 \begin_inset Text
6088
6089 \layout Standard
6090
6091 -1.30582
6092 \end_inset 
6093 </cell>
6094 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6095 \begin_inset Text
6096
6097 \layout Standard
6098
6099 1559
6100 \end_inset 
6101 </cell>
6102 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6103 \begin_inset Text
6104
6105 \layout Standard
6106
6107 -1.3034
6108 \end_inset 
6109 </cell>
6110 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6111 \begin_inset Text
6112
6113 \layout Standard
6114
6115 1556
6116 \end_inset 
6117 </cell>
6118 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6119 \begin_inset Text
6120
6121 \layout Standard
6122
6123 -1.30304
6124 \end_inset 
6125 </cell>
6126 </row>
6127 <row topline="true" bottomline="false" newpage="false">
6128 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6129 \begin_inset Text
6130
6131 \layout Standard
6132
6133 1906.45
6134 \end_inset 
6135 </cell>
6136 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6137 \begin_inset Text
6138
6139 \layout Standard
6140
6141 -1.16094
6142 \end_inset 
6143 </cell>
6144 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6145 \begin_inset Text
6146
6147 \layout Standard
6148
6149 1905
6150 \end_inset 
6151 </cell>
6152 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6153 \begin_inset Text
6154
6155 \layout Standard
6156
6157 -1.15842
6158 \end_inset 
6159 </cell>
6160 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6161 \begin_inset Text
6162
6163 \layout Standard
6164
6165 1902
6166 \end_inset 
6167 </cell>
6168 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6169 \begin_inset Text
6170
6171 \layout Standard
6172
6173 -1.15807
6174 \end_inset 
6175 </cell>
6176 </row>
6177 <row topline="true" bottomline="false" newpage="false">
6178 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6179 \begin_inset Text
6180
6181 \layout Standard
6182
6183 2252.97
6184 \end_inset 
6185 </cell>
6186 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6187 \begin_inset Text
6188
6189 \layout Standard
6190
6191 -1.04507
6192 \end_inset 
6193 </cell>
6194 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6195 \begin_inset Text
6196
6197 \layout Standard
6198
6199 2251
6200 \end_inset 
6201 </cell>
6202 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6203 \begin_inset Text
6204
6205 \layout Standard
6206
6207 -1.04246
6208 \end_inset 
6209 </cell>
6210 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6211 \begin_inset Text
6212
6213 \layout Standard
6214
6215 2248
6216 \end_inset 
6217 </cell>
6218 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6219 \begin_inset Text
6220
6221 \layout Standard
6222
6223 -1.04214
6224 \end_inset 
6225 </cell>
6226 </row>
6227 <row topline="true" bottomline="false" newpage="false">
6228 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6229 \begin_inset Text
6230
6231 \layout Standard
6232
6233 2599.47
6234 \end_inset 
6235 </cell>
6236 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6237 \begin_inset Text
6238
6239 \layout Standard
6240
6241 -0.950282
6242 \end_inset 
6243 </cell>
6244 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6245 \begin_inset Text
6246
6247 \layout Standard
6248
6249 2597
6250 \end_inset 
6251 </cell>
6252 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6253 \begin_inset Text
6254
6255 \layout Standard
6256
6257 -0.947593
6258 \end_inset 
6259 </cell>
6260 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6261 \begin_inset Text
6262
6263 \layout Standard
6264
6265 2594
6266 \end_inset 
6267 </cell>
6268 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6269 \begin_inset Text
6270
6271 \layout Standard
6272
6273 -0.947306
6274 \end_inset 
6275 </cell>
6276 </row>
6277 <row topline="true" bottomline="false" newpage="false">
6278 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6279 \begin_inset Text
6280
6281 \layout Standard
6282
6283 2945.96
6284 \end_inset 
6285 </cell>
6286 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6287 \begin_inset Text
6288
6289 \layout Standard
6290
6291 -0.871298
6292 \end_inset 
6293 </cell>
6294 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6295 \begin_inset Text
6296
6297 \layout Standard
6298
6299 2943
6300 \end_inset 
6301 </cell>
6302 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6303 \begin_inset Text
6304
6305 \layout Standard
6306
6307 -0.86855
6308 \end_inset 
6309 </cell>
6310 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6311 \begin_inset Text
6312
6313 \layout Standard
6314
6315 2940
6316 \end_inset 
6317 </cell>
6318 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6319 \begin_inset Text
6320
6321 \layout Standard
6322
6323 -0.868298
6324 \end_inset 
6325 </cell>
6326 </row>
6327 <row topline="true" bottomline="true" newpage="false">
6328 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6329 \begin_inset Text
6330
6331 \layout Standard
6332
6333 3292.44
6334 \end_inset 
6335 </cell>
6336 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6337 \begin_inset Text
6338
6339 \layout Standard
6340
6341 -0.804476
6342 \end_inset 
6343 </cell>
6344 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6345 \begin_inset Text
6346
6347 \layout Standard
6348
6349 3290
6350 \end_inset 
6351 </cell>
6352 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6353 \begin_inset Text
6354
6355 \layout Standard
6356
6357 -0.801688
6358 \end_inset 
6359 </cell>
6360 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6361 \begin_inset Text
6362
6363 \layout Standard
6364
6365 3286
6366 \end_inset 
6367 </cell>
6368 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6369 \begin_inset Text
6370
6371 \layout Standard
6372
6373 -0.801451
6374 \end_inset 
6375 </cell>
6376 </row>
6377 </lyxtabular>
6378
6379 \end_inset 
6380
6381
6382 \layout Caption
6383
6384
6385 \begin_inset LatexCommand \label{tab:min_f}
6386
6387 \end_inset 
6388
6389 Valores de excursión mínima para el caso con depósitos y con fricción turbulenta.
6390 \end_float 
6391 \layout Section
6392
6393 Estimación del tiempo de reposo.
6394 \layout Standard
6395
6396 Para estimar el tiempo de reposo se probó el método utilizado en el punto
6397  
6398 \begin_inset LatexCommand \vref{sec:tiempo_reposo}
6399
6400 \end_inset 
6401
6402 , pero no se pudo hallar una buena función aproximante, por lo tanto se
6403  resolvió igual que en el caso anterior, buscando una solución hasta hallar
6404  el valor límite de 
6405 \begin_inset Formula \( z=0.01 \)
6406 \end_inset 
6407
6408  que para el punto 
6409 \begin_inset LatexCommand \ref{sec:tiempo_reposo}
6410
6411 \end_inset 
6412
6413 .
6414  Para el método de Euler no se justifica calcular la estimación, ya que
6415  basándonos en los valores obtenidos por otros métodos hay que llegar a
6416  un 
6417 \begin_inset Formula \( t\cong 350000 \)
6418 \end_inset 
6419
6420  para lo que serían necesario un paso muy pequeño para que se note su tendencia
6421  a divergir.
6422 \layout Subsection
6423
6424 Runge-Kutta de orden 4.
6425 \layout Standard
6426
6427 \begin_float fig 
6428 \layout Standard
6429 \align center 
6430
6431 \begin_inset Figure size 360 252
6432 file f4r.eps
6433 flags 11
6434
6435 \end_inset 
6436
6437
6438 \layout Caption
6439
6440
6441 \begin_inset LatexCommand \label{fig:rk4_f4}
6442
6443 \end_inset 
6444
6445 Estimación del tiempo de reposo para RK4.
6446 \end_float 
6447 Para hallar la estimación simplemente se resolvió la ecuación hasta que
6448  
6449 \begin_inset Formula \( z\leq 0.01 \)
6450 \end_inset 
6451
6452 .
6453  Esto sucedió para 
6454 \begin_inset Formula \( t\cong 350000 \)
6455 \end_inset 
6456
6457  utilizando un paso de 
6458 \begin_inset Formula \( k=3.5 \)
6459 \end_inset 
6460
6461  como se observa en la figura 
6462 \begin_inset LatexCommand \ref{fig:rk4_f4}
6463
6464 \end_inset 
6465
6466 .
6467 \layout Subsection
6468
6469 Nystrom.
6470 \layout Standard
6471
6472 \begin_float fig 
6473 \layout Standard
6474 \align center 
6475
6476 \begin_inset Figure size 360 252
6477 file f4n.eps
6478 flags 11
6479
6480 \end_inset 
6481
6482
6483 \layout Caption
6484
6485
6486 \begin_inset LatexCommand \label{fig:nystrom_f4}
6487
6488 \end_inset 
6489
6490 Estimación del tiempo de reposo para Nystrom.
6491 \end_float 
6492 Al igual que para RK4, simplemente se resolvió la ecuación hasta que 
6493 \begin_inset Formula \( z\leq 0.01 \)
6494 \end_inset 
6495
6496 .
6497  Esto también sucedió para 
6498 \begin_inset Formula \( t\cong 350000 \)
6499 \end_inset 
6500
6501  pero utilizando un el único paso estable para Nystrom, 
6502 \begin_inset Formula \( k=2 \)
6503 \end_inset 
6504
6505 , como se observa en la figura 
6506 \begin_inset LatexCommand \ref{fig:nystrom_f4}
6507
6508 \end_inset 
6509
6510 .
6511 \layout Chapter
6512
6513 Conclusiones.
6514 \layout Standard
6515
6516 Este trabajo práctico sirvió para ver las ventajas y desventajas de cada
6517  método para distintas situaciones.
6518  En términos generales se pueden hacer las siguientes observaciones sobre
6519  cada método en particular.
6520 \layout Section
6521
6522 Euler.
6523 \layout Standard
6524
6525 El método de Euler es un método que en la práctica sólo sirve para darse
6526  una idea de cual es la forma de la solución a grandes rasgos.
6527  Al buscar algo de estabilidad y precisión con este método se ven rápidamente
6528  sus falencias y para hacer cálculos levemente precisos es necesario un
6529  gran número de iteraciones.
6530  A pesar de esto tiene como ventaja ser un método muy simple, característica
6531  que facilita el análisis teórico para evaluar su comportamiento y su implementa
6532 ción computacional.
6533 \layout Section
6534
6535 Runge-Kutta de orden 4.
6536 \layout Standard
6537
6538 Este método se comporta de forma muy estable en todas las situaciones y
6539  aún con pasos relativamente grandes.
6540  A pesar de esto es un método lento (evalúa la función 
6541 \begin_inset Formula \( f_{(t,x)} \)
6542 \end_inset 
6543
6544  de la ecuación diferencial 4 veces por iteración) esto no se convierte
6545  en un problema por la posibilidad de usar un paso grande sin perder precisión
6546  ni estabilidad.
6547  Como desventaja principal se puede nombrar que es un método complejo, no
6548  tanto de implementar pero sí de analizar teóricamente para predecir su
6549  comportamiento (como se vio en el punto 
6550 \begin_inset LatexCommand \vref{sec:rk4_conservacion}
6551
6552 \end_inset 
6553
6554 ).
6555  También pudimos comprobar experimentalmente que es un método conservativo,
6556  al menos para los rangos de 
6557 \begin_inset Formula \( k \)
6558 \end_inset 
6559
6560  que estuvimos trabajando.
6561 \layout Section
6562
6563 Nystrom.
6564 \layout Standard
6565
6566 El método de Nystrom sorprendió por su incondicional estabilidad y bajo
6567  error para un paso 
6568 \begin_inset Formula \( k\cong 2 \)
6569 \end_inset 
6570
6571  y su gran inestabilidad para pasos que no estén en este rango, ya sea convergie
6572 ndo rápidamente (dejando de ser conservativo) como divergiendo rápidamente
6573  (de manera tan brusca que ni pudo ser graficado).
6574  El método no es tan complejo de analizar teóricamente, lo que facilita
6575  un poco el predecir su comportamiento y es tal vez el más fácil de implementar
6576  ya que no tiene que ser convertido en un sistema de ecuaciones diferenciales
6577  (aunque necesita un segundo valor inicial para arrancar, que puede ser
6578  un problema si no se conoce en absoluto la ecuación que se está discretizando).
6579  El hecho de que el paso deba ser del orden de 
6580 \begin_inset Formula \( k\cong 2 \)
6581 \end_inset 
6582
6583  puede ser visto tanto como una ventaja como una desventaja, ya que no nos
6584  permite analizar lo que pasa en la función en intervalos de tiempo pequeño
6585  pero nos deja analizar que pasa en intervalos de tiempo relativamente grandes
6586  con pocas iteraciones.
6587 \layout Chapter
6588
6589 Código Fuente.
6590 \layout Section
6591
6592 Programa Principal (
6593 \family typewriter 
6594 77891.cpp
6595 \family default 
6596 ).
6597 \layout LyX-Code
6598
6599 // vim: set tabstop=4 softtabstop=4 shiftwidth=4 expandtab:
6600 \layout LyX-Code
6601
6602 //
6603 \layout LyX-Code
6604
6605 // Trabajo Práctico II de Análisis Numérico I
6606 \layout LyX-Code
6607
6608 // Este programa resuelve un sistema de ecuaciones diferenciales
6609 \layout LyX-Code
6610
6611 // resultante de un problema físico de oscilación de líquidos.
6612 \layout LyX-Code
6613
6614 // Copyright (C) 2002 Leandro Lucarella <leandro@lucarella.com.ar>
6615 \layout LyX-Code
6616
6617 // 
6618 \layout LyX-Code
6619
6620 // Este programa es Software Libre; usted puede redistribuirlo
6621 \layout LyX-Code
6622
6623 // y/o modificarlo bajo los términos de la "GNU General Public
6624 \layout LyX-Code
6625
6626 // License" como lo publica la "FSF Free Software Foundation",
6627 \layout LyX-Code
6628
6629 // o (a su elección) de cualquier versión posterior.
6630 \layout LyX-Code
6631
6632 // 
6633 \layout LyX-Code
6634
6635 // Este programa es distribuido con la esperanza de que le será
6636 \layout LyX-Code
6637
6638 // útil, pero SIN NINGUNA GARANTIA; incluso sin la garantía
6639 \layout LyX-Code
6640
6641 // implícita por el MERCADEO o EJERCICIO DE ALGUN PROPOSITO en
6642 \layout LyX-Code
6643
6644 // particular.
6645  Vea la "GNU General Public License" para más
6646 \layout LyX-Code
6647
6648 // detalles.
6649 \layout LyX-Code
6650
6651 // 
6652 \layout LyX-Code
6653
6654 // Usted debe haber recibido una copia de la "GNU General Public
6655 \layout LyX-Code
6656
6657 // License" junto con este programa, si no, escriba a la "FSF
6658 \layout LyX-Code
6659
6660 // Free Software Foundation, Inc.", 59 Temple Place - Suite 330,
6661 \layout LyX-Code
6662
6663 // Boston, MA  02111-1307, USA.
6664 \layout LyX-Code
6665
6666 //
6667 \layout LyX-Code
6668
6669 // $URL$
6670 \layout LyX-Code
6671
6672 // $Date$
6673 \layout LyX-Code
6674
6675 // $Rev$
6676 \layout LyX-Code
6677
6678 // $Author$
6679 \layout LyX-Code
6680
6681 //
6682 \layout LyX-Code
6683
6684  
6685 \layout LyX-Code
6686
6687 #include <iostream.h>
6688 \layout LyX-Code
6689
6690 #include <stdlib.h>
6691 \layout LyX-Code
6692
6693 #include <math.h>
6694 \layout LyX-Code
6695
6696  
6697 \layout LyX-Code
6698
6699 // Tipos de datos.
6700 \layout LyX-Code
6701
6702 typedef unsigned int Indice;
6703 \layout LyX-Code
6704
6705 typedef float Numero;
6706 \layout LyX-Code
6707
6708 struct Datos;
6709 \layout LyX-Code
6710
6711 typedef Numero (*Friccion)( Datos&, Numero, Numero );
6712 \layout LyX-Code
6713
6714 typedef Numero (*Funcion)( Datos&, Numero, Numero, Numero );
6715 \layout LyX-Code
6716
6717 typedef void (*Metodo)( Datos& );
6718 \layout LyX-Code
6719
6720 struct Datos {
6721 \layout LyX-Code
6722
6723     Numero   to; // Tiempo inicial
6724 \layout LyX-Code
6725
6726     Numero   tf; // Tiempo final
6727 \layout LyX-Code
6728
6729     Numero   k;  // Paso
6730 \layout LyX-Code
6731
6732     Numero   xo; // X inicial = X(to) = Z(to)
6733 \layout LyX-Code
6734
6735     Numero   yo; // Y inicial = Y(to) = X'(to) = Z'(to)
6736 \layout LyX-Code
6737
6738     Numero   D;  // Diametro del tubo
6739 \layout LyX-Code
6740
6741     Numero   n;  // Viscosidad cinemática del líquido
6742 \layout LyX-Code
6743
6744     Numero   g;  // Aceleración de la gravedad
6745 \layout LyX-Code
6746
6747     Numero   f;  // Factor de fricción
6748 \layout LyX-Code
6749
6750     Numero   L;  // Longitud del tubo
6751 \layout LyX-Code
6752
6753     Numero   Le; // Factor de pérdida de carga
6754 \layout LyX-Code
6755
6756     Numero   G;  // Factor geométrico
6757 \layout LyX-Code
6758
6759     Funcion  fx; // Función asociada a la derivada de x
6760 \layout LyX-Code
6761
6762     Funcion  fy; // Función asociada a la derivada de y
6763 \layout LyX-Code
6764
6765     Friccion fi; // Factor asociado a pérdidas por fricción
6766 \layout LyX-Code
6767
6768 };
6769 \layout LyX-Code
6770
6771  
6772 \layout LyX-Code
6773
6774 // Factor de fricción nulo.
6775 \layout LyX-Code
6776
6777 Numero friccionNula( Datos&, Numero, Numero );
6778 \layout LyX-Code
6779
6780  
6781 \layout LyX-Code
6782
6783 // Factor de fricción laminar.
6784 \layout LyX-Code
6785
6786 Numero friccionLaminar( Datos&, Numero, Numero );
6787 \layout LyX-Code
6788
6789  
6790 \layout LyX-Code
6791
6792 // Factor de fricción turbulenta.
6793 \layout LyX-Code
6794
6795 Numero friccionTurbulenta( Datos&, Numero, Numero );
6796 \layout LyX-Code
6797
6798  
6799 \layout LyX-Code
6800
6801 // Factor de fricción turbulenta (con depósitos).
6802 \layout LyX-Code
6803
6804 Numero friccionTurbulentaConDepositos( Datos&, Numero, Numero );
6805 \layout LyX-Code
6806
6807  
6808 \layout LyX-Code
6809
6810 // Función asociada a la primera derivada (x'=z').
6811 \layout LyX-Code
6812
6813 Numero funcionX( Datos&, Numero, Numero, Numero );
6814 \layout LyX-Code
6815
6816  
6817 \layout LyX-Code
6818
6819 // Función asociada a la segunda derivada (y'=x''=z'').
6820 \layout LyX-Code
6821
6822 Numero funcionY( Datos&, Numero, Numero, Numero );
6823 \layout LyX-Code
6824
6825  
6826 \layout LyX-Code
6827
6828 // Calcula la ecuación diferencial por el método de Euler.
6829 \layout LyX-Code
6830
6831 void euler( Datos& );
6832 \layout LyX-Code
6833
6834  
6835 \layout LyX-Code
6836
6837 // Calcula la ecuación diferencial por el método de Runge-Kutta de órden
6838  4.
6839 \layout LyX-Code
6840
6841 void rk4( Datos& );
6842 \layout LyX-Code
6843
6844  
6845 \layout LyX-Code
6846
6847 // Calcula la ecuación diferencial por el método de Nystrom.
6848 \layout LyX-Code
6849
6850 void nystrom( Datos& );
6851 \layout LyX-Code
6852
6853  
6854 \layout LyX-Code
6855
6856 // Constantes.
6857 \layout LyX-Code
6858
6859 const Numero   DEFAULT_N  = 1000, // Cantidad de pasos por defecto
6860 \layout LyX-Code
6861
6862                DEFAULT_to = 0.0,
6863 \layout LyX-Code
6864
6865                DEFAULT_tf = 440.0,
6866 \layout LyX-Code
6867
6868                DEFAULT_xo = 2.9866369,
6869 \layout LyX-Code
6870
6871                DEFAULT_yo = 0.0,
6872 \layout LyX-Code
6873
6874                DEFAULT_D  = 0.5,
6875 \layout LyX-Code
6876
6877                DEFAULT_n  = 1e-6,
6878 \layout LyX-Code
6879
6880                DEFAULT_g  = 9.8,
6881 \layout LyX-Code
6882
6883                DEFAULT_f  = 0.03,
6884 \layout LyX-Code
6885
6886                DEFAULT_L  = 892.0,
6887 \layout LyX-Code
6888
6889                DEFAULT_Le = 1070.4,
6890 \layout LyX-Code
6891
6892                DEFAULT_G  = 2.0;
6893 \layout LyX-Code
6894
6895 const Funcion  DEFAULT_fx = &funcionX,
6896 \layout LyX-Code
6897
6898                DEFAULT_fy = &funcionY;
6899 \layout LyX-Code
6900
6901 const Friccion DEFAULT_fi = &friccionNula;
6902 \layout LyX-Code
6903
6904  
6905 \layout LyX-Code
6906
6907 int main( int argc, char* argv[] ) {
6908 \layout LyX-Code
6909
6910  
6911 \layout LyX-Code
6912
6913     // Se fija que tenga los argumentos necesarios para correr.
6914 \layout LyX-Code
6915
6916     if ( argc < 2 ) {
6917 \layout LyX-Code
6918
6919         cerr << "Faltan argumentos.
6920  Modo de uso:" << endl;
6921 \layout LyX-Code
6922
6923         cerr << "
6924 \backslash 
6925 t" << argv[0] << " método fi G tf N to xo yo D n g f L Le" << endl;
6926 \layout LyX-Code
6927
6928         cerr << "Desde fi en adelante son opcionales.
6929  Los valores por defecto son:" << endl;
6930 \layout LyX-Code
6931
6932         cerr << "
6933 \backslash 
6934 tfi  = n" << endl;
6935 \layout LyX-Code
6936
6937         cerr << "
6938 \backslash 
6939 tG   = " << DEFAULT_G  << endl;
6940 \layout LyX-Code
6941
6942         cerr << "
6943 \backslash 
6944 ttf  = " << DEFAULT_tf << endl;
6945 \layout LyX-Code
6946
6947         cerr << "
6948 \backslash 
6949 tN   = " << DEFAULT_N  << endl;
6950 \layout LyX-Code
6951
6952         cerr << "
6953 \backslash 
6954 tto  = " << DEFAULT_to << endl;
6955 \layout LyX-Code
6956
6957         cerr << "
6958 \backslash 
6959 txo  = " << DEFAULT_xo << endl;
6960 \layout LyX-Code
6961
6962         cerr << "
6963 \backslash 
6964 tyo  = " << DEFAULT_yo << endl;
6965 \layout LyX-Code
6966
6967         cerr << "
6968 \backslash 
6969 tD   = " << DEFAULT_D  << endl;
6970 \layout LyX-Code
6971
6972         cerr << "
6973 \backslash 
6974 tn   = " << DEFAULT_n  << endl;
6975 \layout LyX-Code
6976
6977         cerr << "
6978 \backslash 
6979 tg   = " << DEFAULT_g  << endl;
6980 \layout LyX-Code
6981
6982         cerr << "
6983 \backslash 
6984 tf   = " << DEFAULT_f  << endl;
6985 \layout LyX-Code
6986
6987         cerr << "
6988 \backslash 
6989 tL   = " << DEFAULT_L  << endl;
6990 \layout LyX-Code
6991
6992         cerr << "
6993 \backslash 
6994 tLe  = " << DEFAULT_Le << endl;
6995 \layout LyX-Code
6996
6997         return EXIT_FAILURE;
6998 \layout LyX-Code
6999
7000     }
7001 \layout LyX-Code
7002
7003  
7004 \layout LyX-Code
7005
7006     // Selecciona el método deseado.
7007 \layout LyX-Code
7008
7009     Metodo metodo = NULL;
7010 \layout LyX-Code
7011
7012     switch ( char( argv[1][0] ) ) {
7013 \layout LyX-Code
7014
7015         case 'e':
7016 \layout LyX-Code
7017
7018             metodo = &euler;
7019 \layout LyX-Code
7020
7021             break;
7022 \layout LyX-Code
7023
7024         case 'r':
7025 \layout LyX-Code
7026
7027             metodo = &rk4;
7028 \layout LyX-Code
7029
7030             break;
7031 \layout LyX-Code
7032
7033         case 'n':
7034 \layout LyX-Code
7035
7036             metodo = &nystrom;
7037 \layout LyX-Code
7038
7039             break;
7040 \layout LyX-Code
7041
7042         default:
7043 \layout LyX-Code
7044
7045             cerr << "Debe especificar un método válido:" << endl;
7046 \layout LyX-Code
7047
7048             cerr << "
7049 \backslash 
7050 te: Euler" << endl;
7051 \layout LyX-Code
7052
7053             cerr << "
7054 \backslash 
7055 tr: Runge-Kutta 4" << endl;
7056 \layout LyX-Code
7057
7058             cerr << "
7059 \backslash 
7060 tn: Nystrom" << endl;
7061 \layout LyX-Code
7062
7063             return EXIT_FAILURE;
7064 \layout LyX-Code
7065
7066     }
7067 \layout LyX-Code
7068
7069  
7070 \layout LyX-Code
7071
7072     // Se inicializan los datos.
7073 \layout LyX-Code
7074
7075     Numero N = DEFAULT_N;
7076 \layout LyX-Code
7077
7078     Datos D;
7079 \layout LyX-Code
7080
7081     D.to = DEFAULT_to;
7082 \layout LyX-Code
7083
7084     D.tf = DEFAULT_tf;
7085 \layout LyX-Code
7086
7087     D.k  = ( D.tf - D.to ) / N;
7088 \layout LyX-Code
7089
7090     D.xo = DEFAULT_xo;
7091 \layout LyX-Code
7092
7093     D.yo = DEFAULT_yo;
7094 \layout LyX-Code
7095
7096     D.D  = DEFAULT_D;
7097 \layout LyX-Code
7098
7099     D.n  = DEFAULT_n;
7100 \layout LyX-Code
7101
7102     D.g  = DEFAULT_g;
7103 \layout LyX-Code
7104
7105     D.f  = DEFAULT_f;
7106 \layout LyX-Code
7107
7108     D.L  = DEFAULT_L;
7109 \layout LyX-Code
7110
7111     D.Le = DEFAULT_Le;
7112 \layout LyX-Code
7113
7114     D.G  = DEFAULT_G;
7115 \layout LyX-Code
7116
7117     D.fx = DEFAULT_fx;
7118 \layout LyX-Code
7119
7120     D.fy = DEFAULT_fy;
7121 \layout LyX-Code
7122
7123     D.fi = DEFAULT_fi;
7124 \layout LyX-Code
7125
7126  
7127 \layout LyX-Code
7128
7129     // Si se pasaron datos como argumento, se los va agregando.
7130 \layout LyX-Code
7131
7132     switch ( argc ) {
7133 \layout LyX-Code
7134
7135         case 15: D.Le = Numero( atof( argv[14] ) );
7136 \layout LyX-Code
7137
7138         case 14: D.L  = Numero( atof( argv[13] ) );
7139 \layout LyX-Code
7140
7141         case 13: D.f  = Numero( atof( argv[12] ) );
7142 \layout LyX-Code
7143
7144         case 12: D.g  = Numero( atof( argv[11] ) );
7145 \layout LyX-Code
7146
7147         case 11: D.n  = Numero( atof( argv[10] ) );
7148 \layout LyX-Code
7149
7150         case 10: D.D  = Numero( atof( argv[9] ) );
7151 \layout LyX-Code
7152
7153         case 9:  D.yo = Numero( atof( argv[8] ) );
7154 \layout LyX-Code
7155
7156         case 8:  D.xo = Numero( atof( argv[7] ) );
7157 \layout LyX-Code
7158
7159         case 7:  D.to = Numero( atof( argv[6] ) );
7160 \layout LyX-Code
7161
7162         case 6:  N    = Numero( atof( argv[5] ) );
7163 \layout LyX-Code
7164
7165         case 5:  D.tf = Numero( atof( argv[4] ) );
7166 \layout LyX-Code
7167
7168                  // Se recalcula el paso (k) si se cambio to, N o tf.
7169 \layout LyX-Code
7170
7171                  D.k  = ( D.tf - D.to ) / N;
7172 \layout LyX-Code
7173
7174         case 4:  D.G  = Numero( atof( argv[3] ) );
7175 \layout LyX-Code
7176
7177         case 3:  switch ( char( argv[2][0] ) ) { // Tipo de fricción
7178 \layout LyX-Code
7179
7180                     case 'n':
7181 \layout LyX-Code
7182
7183                         D.fi = &friccionNula;
7184 \layout LyX-Code
7185
7186                         break;
7187 \layout LyX-Code
7188
7189                     case 'l':
7190 \layout LyX-Code
7191
7192                         D.fi = &friccionLaminar;
7193 \layout LyX-Code
7194
7195                         break;
7196 \layout LyX-Code
7197
7198                     case 't':
7199 \layout LyX-Code
7200
7201                         D.fi = &friccionTurbulenta;
7202 \layout LyX-Code
7203
7204                         break;
7205 \layout LyX-Code
7206
7207                     case 'd':
7208 \layout LyX-Code
7209
7210                         D.fi = &friccionTurbulentaConDepositos;
7211 \layout LyX-Code
7212
7213                         break;
7214 \layout LyX-Code
7215
7216                     default:
7217 \layout LyX-Code
7218
7219                         cerr << "Debe especificar un tipo de fricción válido:"
7220  << endl;
7221 \layout LyX-Code
7222
7223                         cerr << "
7224 \backslash 
7225 tn: Nula" << endl;
7226 \layout LyX-Code
7227
7228                         cerr << "
7229 \backslash 
7230 tl: Laminar" << endl;
7231 \layout LyX-Code
7232
7233                         cerr << "
7234 \backslash 
7235 tt: Turbulenta" << endl;
7236 \layout LyX-Code
7237
7238                         cerr << "
7239 \backslash 
7240 td: Turbulenta (con depósitos)" << endl;
7241 \layout LyX-Code
7242
7243                         return EXIT_FAILURE;
7244 \layout LyX-Code
7245
7246                  }
7247 \layout LyX-Code
7248
7249     }
7250 \layout LyX-Code
7251
7252  
7253 \layout LyX-Code
7254
7255     // Imprime el paso utilizado.
7256 \layout LyX-Code
7257
7258     cerr << "Paso k = " << D.k << endl;
7259 \layout LyX-Code
7260
7261  
7262 \layout LyX-Code
7263
7264     // Ejecuta el método correspondiente con los datos correspondientes.
7265 \layout LyX-Code
7266
7267     metodo( D );
7268 \layout LyX-Code
7269
7270  
7271 \layout LyX-Code
7272
7273     return EXIT_SUCCESS;
7274 \layout LyX-Code
7275
7276  
7277 \layout LyX-Code
7278
7279 }
7280 \layout LyX-Code
7281
7282  
7283 \layout LyX-Code
7284
7285 Numero friccionNula( Datos& D, Numero x, Numero y ) {
7286 \layout LyX-Code
7287
7288  
7289 \layout LyX-Code
7290
7291     return 0.0;
7292 \layout LyX-Code
7293
7294  
7295 \layout LyX-Code
7296
7297 }
7298 \layout LyX-Code
7299
7300  
7301 \layout LyX-Code
7302
7303 Numero friccionLaminar( Datos& D, Numero x, Numero y ) {
7304 \layout LyX-Code
7305
7306  
7307 \layout LyX-Code
7308
7309     return 32 * D.n / ( D.D * D.D );
7310 \layout LyX-Code
7311
7312  
7313 \layout LyX-Code
7314
7315 }
7316 \layout LyX-Code
7317
7318  
7319 \layout LyX-Code
7320
7321 Numero friccionTurbulenta( Datos& D, Numero x, Numero y ) {
7322 \layout LyX-Code
7323
7324  
7325 \layout LyX-Code
7326
7327     return D.f * fabs( y ) / ( 2 * D.D );
7328 \layout LyX-Code
7329
7330  
7331 \layout LyX-Code
7332
7333 }
7334 \layout LyX-Code
7335
7336  
7337 \layout LyX-Code
7338
7339 Numero friccionTurbulentaConDepositos( Datos& D, Numero x, Numero y ) {
7340 \layout LyX-Code
7341
7342  
7343 \layout LyX-Code
7344
7345     return D.f * fabs( y ) * D.Le / ( 2 * D.D * D.L);
7346 \layout LyX-Code
7347
7348  
7349 \layout LyX-Code
7350
7351 }
7352 \layout LyX-Code
7353
7354  
7355 \layout LyX-Code
7356
7357 Numero funcionX( Datos& D, Numero t, Numero x, Numero y ) {
7358 \layout LyX-Code
7359
7360  
7361 \layout LyX-Code
7362
7363     return y;
7364 \layout LyX-Code
7365
7366  
7367 \layout LyX-Code
7368
7369 }
7370 \layout LyX-Code
7371
7372  
7373 \layout LyX-Code
7374
7375 Numero funcionY( Datos& D, Numero t, Numero x, Numero y ) {
7376 \layout LyX-Code
7377
7378  
7379 \layout LyX-Code
7380
7381     return - D.fi( D, x, y ) * y - D.g * D.G * x / D.L;
7382 \layout LyX-Code
7383
7384  
7385 \layout LyX-Code
7386
7387 }
7388 \layout LyX-Code
7389
7390  
7391 \layout LyX-Code
7392
7393 void euler( Datos& D ) {
7394 \layout LyX-Code
7395
7396  
7397 \layout LyX-Code
7398
7399     Numero  xo = D.xo,
7400 \layout LyX-Code
7401
7402             yo = D.yo,
7403 \layout LyX-Code
7404
7405             x  = 0.0,
7406 \layout LyX-Code
7407
7408             y  = 0.0,
7409 \layout LyX-Code
7410
7411             t  = D.to;
7412 \layout LyX-Code
7413
7414  
7415 \layout LyX-Code
7416
7417     while ( t < D.tf ) {
7418 \layout LyX-Code
7419
7420  
7421 \layout LyX-Code
7422
7423         // Calculo los datos para este punto.
7424 \layout LyX-Code
7425
7426         x = xo + D.k * D.fx( D, t, xo, yo );
7427 \layout LyX-Code
7428
7429         y = yo + D.k * D.fy( D, t, xo, yo );
7430 \layout LyX-Code
7431
7432  
7433 \layout LyX-Code
7434
7435         // Imprimo resultados.
7436 \layout LyX-Code
7437
7438         cout << t << " " << x << " " << y << endl;
7439 \layout LyX-Code
7440
7441  
7442 \layout LyX-Code
7443
7444         // Reemplazo valores iniciales.
7445 \layout LyX-Code
7446
7447         xo = x;
7448 \layout LyX-Code
7449
7450         yo = y;
7451 \layout LyX-Code
7452
7453         t += D.k;
7454 \layout LyX-Code
7455
7456  
7457 \layout LyX-Code
7458
7459     }
7460 \layout LyX-Code
7461
7462  
7463 \layout LyX-Code
7464
7465 }
7466 \layout LyX-Code
7467
7468  
7469 \layout LyX-Code
7470
7471 void rk4( Datos& D ) {
7472 \layout LyX-Code
7473
7474  
7475 \layout LyX-Code
7476
7477     Numero  x   = D.xo,
7478 \layout LyX-Code
7479
7480             y   = D.yo,
7481 \layout LyX-Code
7482
7483             t   = D.to,
7484 \layout LyX-Code
7485
7486             qx1 = 0.0,
7487 \layout LyX-Code
7488
7489             qx2 = 0.0,
7490 \layout LyX-Code
7491
7492             qx3 = 0.0,
7493 \layout LyX-Code
7494
7495             qx4 = 0.0,
7496 \layout LyX-Code
7497
7498             qy1 = 0.0,
7499 \layout LyX-Code
7500
7501             qy2 = 0.0,
7502 \layout LyX-Code
7503
7504             qy3 = 0.0,
7505 \layout LyX-Code
7506
7507             qy4 = 0.0,
7508 \layout LyX-Code
7509
7510             unSexto = 1.0 / 6.0;
7511 \layout LyX-Code
7512
7513  
7514 \layout LyX-Code
7515
7516     // Imprimo datos iniciales.
7517 \layout LyX-Code
7518
7519     cout << t << " " << x << " " << y << endl;
7520 \layout LyX-Code
7521
7522  
7523 \layout LyX-Code
7524
7525     while ( t < D.tf ) {
7526 \layout LyX-Code
7527
7528  
7529 \layout LyX-Code
7530
7531         // Calculo los datos para este punto.
7532 \layout LyX-Code
7533
7534         qx1 = D.k * D.fx( D, t, x, y );
7535 \layout LyX-Code
7536
7537         qy1 = D.k * D.fy( D, t, x, y );
7538 \layout LyX-Code
7539
7540  
7541 \layout LyX-Code
7542
7543         qx2 = D.k * D.fx( D, t + D.k / 2.0, x + qx1 / 2.0, y + qy1 / 2.0 );
7544 \layout LyX-Code
7545
7546         qy2 = D.k * D.fy( D, t + D.k / 2.0, x + qx1 / 2.0, y + qy1 / 2.0 );
7547 \layout LyX-Code
7548
7549  
7550 \layout LyX-Code
7551
7552         qx3 = D.k * D.fx( D, t + D.k / 2.0, x + qx2 / 2.0, y + qy2 / 2.0 );
7553 \layout LyX-Code
7554
7555         qy3 = D.k * D.fy( D, t + D.k / 2.0, x + qx2 / 2.0, y + qy2 / 2.0 );
7556 \layout LyX-Code
7557
7558  
7559 \layout LyX-Code
7560
7561         qx4 = D.k * D.fx( D, t + D.k, x + qx3, y + qy3 );
7562 \layout LyX-Code
7563
7564         qy4 = D.k * D.fy( D, t + D.k, x + qx3, y + qy3 );
7565 \layout LyX-Code
7566
7567  
7568 \layout LyX-Code
7569
7570         x += unSexto * ( qx1 + 2 * qx2 + 2 * qx3 + qx4 );
7571 \layout LyX-Code
7572
7573         y += unSexto * ( qy1 + 2 * qy2 + 2 * qy3 + qy4 );
7574 \layout LyX-Code
7575
7576         t += D.k;
7577 \layout LyX-Code
7578
7579  
7580 \layout LyX-Code
7581
7582         // Imprimo resultados.
7583 \layout LyX-Code
7584
7585         cout << t << " " << x << " " << y << endl;
7586 \layout LyX-Code
7587
7588  
7589 \layout LyX-Code
7590
7591     }
7592 \layout LyX-Code
7593
7594  
7595 \layout LyX-Code
7596
7597 }
7598 \layout LyX-Code
7599
7600  
7601 \layout LyX-Code
7602
7603 void nystrom( Datos& D ) {
7604 \layout LyX-Code
7605
7606  
7607 \layout LyX-Code
7608
7609     Numero  gGk2_L = D.g * D.G * D.k * D.k / D.L,
7610 \layout LyX-Code
7611
7612             xo  = D.xo,
7613 \layout LyX-Code
7614
7615             x1  = ( 1 - gGk2_L * 0.5 ) * D.xo,
7616 \layout LyX-Code
7617
7618             x2  = 0.0,
7619 \layout LyX-Code
7620
7621             y   = 0.0,
7622 \layout LyX-Code
7623
7624             fi  = 0.0,
7625 \layout LyX-Code
7626
7627             t   = D.to;
7628 \layout LyX-Code
7629
7630  
7631 \layout LyX-Code
7632
7633     // Imprimo valores iniciales.
7634 \layout LyX-Code
7635
7636     cout << t << " " << xo << " " << y << endl;
7637 \layout LyX-Code
7638
7639     y = ( x1 - xo ) / D.k;
7640 \layout LyX-Code
7641
7642     cout << t << " " << x1 << " " << y << endl;
7643 \layout LyX-Code
7644
7645  
7646 \layout LyX-Code
7647
7648     while ( t < D.tf ) {
7649 \layout LyX-Code
7650
7651  
7652 \layout LyX-Code
7653
7654         // Calculo los datos para este punto.
7655 \layout LyX-Code
7656
7657         fi  = D.fi( D, x1, y );
7658 \layout LyX-Code
7659
7660         x2 = ( ( fi - 1 ) * xo + ( 2 - gGk2_L ) * x1 ) / ( fi + 1 );
7661 \layout LyX-Code
7662
7663  
7664 \layout LyX-Code
7665
7666         // Prepara para próxima iteración
7667 \layout LyX-Code
7668
7669         t += D.k;
7670 \layout LyX-Code
7671
7672         xo = x1;
7673 \layout LyX-Code
7674
7675         x1 = x2;
7676 \layout LyX-Code
7677
7678         y  = ( x1 - xo ) / D.k;
7679 \layout LyX-Code
7680
7681  
7682 \layout LyX-Code
7683
7684         // Imprimo resultados.
7685 \layout LyX-Code
7686
7687         cout << t << " " << x2 << " " << y << endl;
7688 \layout LyX-Code
7689
7690  
7691 \layout LyX-Code
7692
7693     }
7694 \layout LyX-Code
7695
7696  
7697 \layout LyX-Code
7698
7699 }
7700 \layout Section
7701
7702 Utilidades.
7703 \layout Standard
7704
7705 Todas las utilidades listadas aquí son Software Libre; puede redistribuirlas
7706  y/o modificarlas bajo los términos de la "GNU General Public License" como
7707  lo publica la "FSF Free Software Foundation", o (a su elección) de cualquier
7708  versión posterior.
7709 \layout Subsection
7710
7711
7712 \family typewriter 
7713 calcula_periodo
7714 \layout LyX-Code
7715
7716 #!/usr/bin/php4 -qC
7717 \layout LyX-Code
7718
7719 <?
7720 \layout LyX-Code
7721
7722 // Muestra ayuda.
7723 \layout LyX-Code
7724
7725 if ( $argc < 2 ) {
7726 \layout LyX-Code
7727
7728     echo "Modo de uso:
7729 \backslash 
7730 n";
7731 \layout LyX-Code
7732
7733     echo "$argv[0] archivo
7734 \backslash 
7735 n";
7736 \layout LyX-Code
7737
7738     exit;
7739 \layout LyX-Code
7740
7741 }
7742 \layout LyX-Code
7743
7744  
7745 \layout LyX-Code
7746
7747 // Abre archivo y obtiene datos iniciales.
7748 \layout LyX-Code
7749
7750 $f = fopen( $argv[1], 'r' );
7751 \layout LyX-Code
7752
7753 $s = fgets( $f, 4096 )
7754 \layout LyX-Code
7755
7756     or die( "El archivo está vacío o no se pudo abrir.
7757 \backslash 
7758 n" );
7759 \layout LyX-Code
7760
7761 list( $t0, $z0 ) = preg_split( '/
7762 \backslash 
7763 s/', $s );
7764 \layout LyX-Code
7765
7766  
7767 \layout LyX-Code
7768
7769 // Procesa archivo calculando período.
7770 \layout LyX-Code
7771
7772 $t_ant  = 0;
7773 \layout LyX-Code
7774
7775 $c      = 0;
7776 \layout LyX-Code
7777
7778 $t_sum  = 0;
7779 \layout LyX-Code
7780
7781 $t_max  = 0;
7782 \layout LyX-Code
7783
7784 $tt_max = 0;
7785 \layout LyX-Code
7786
7787 $t_min  = 5000;
7788 \layout LyX-Code
7789
7790 $tt_min = 0;
7791 \layout LyX-Code
7792
7793 while ( ( $s = fgets( $f, 4096 ) ) !== false ) {
7794 \layout LyX-Code
7795
7796     // Obtiene datos.
7797 \layout LyX-Code
7798
7799     list( $t, $z ) = preg_split( '/
7800 \backslash 
7801 s/', $s );
7802 \layout LyX-Code
7803
7804     // Se fija si es un "cero decreciente".
7805 \layout LyX-Code
7806
7807     if ( $z0 > 0 and ( $z < 0  or $z == 0 ) ) {
7808 \layout LyX-Code
7809
7810         if ( $t_ant ) {
7811 \layout LyX-Code
7812
7813             $t_actual = $t - $t_ant;
7814 \layout LyX-Code
7815
7816             if ( $t_actual > $t_max ) {
7817 \layout LyX-Code
7818
7819                 $t_max  = $t_actual;
7820 \layout LyX-Code
7821
7822                 $tt_max = $t;
7823 \layout LyX-Code
7824
7825             }
7826 \layout LyX-Code
7827
7828             if ( $t_actual < $t_min ) {
7829 \layout LyX-Code
7830
7831                 $t_min  = $t_actual;
7832 \layout LyX-Code
7833
7834                 $tt_min = $t;
7835 \layout LyX-Code
7836
7837             }
7838 \layout LyX-Code
7839
7840             echo "$t_actual
7841 \backslash 
7842 n";
7843 \layout LyX-Code
7844
7845             $t_sum += $t_actual;
7846 \layout LyX-Code
7847
7848             $t_ant = $t;
7849 \layout LyX-Code
7850
7851             $c++;
7852 \layout LyX-Code
7853
7854         } else {
7855 \layout LyX-Code
7856
7857             $t_ant = $t;
7858 \layout LyX-Code
7859
7860         }
7861 \layout LyX-Code
7862
7863     }
7864 \layout LyX-Code
7865
7866     // Actualiza valores anteriores.
7867 \layout LyX-Code
7868
7869     $t0 = $t;
7870 \layout LyX-Code
7871
7872     $z0 = $z;
7873 \layout LyX-Code
7874
7875 }
7876 \layout LyX-Code
7877
7878  
7879 \layout LyX-Code
7880
7881 fclose( $f );
7882 \layout LyX-Code
7883
7884  
7885 \layout LyX-Code
7886
7887 // Imprime período.
7888 \layout LyX-Code
7889
7890 echo "Períodos promedio: " .
7891  $t_sum / $c .
7892  " ($c períodos promediados)
7893 \backslash 
7894 n";
7895 \layout LyX-Code
7896
7897 echo "Período máximo: $t_max (en t = $tt_max)
7898 \backslash 
7899 n";
7900 \layout LyX-Code
7901
7902 echo "Período mínimo: $t_min (en t = $tt_min)
7903 \backslash 
7904 n";
7905 \layout LyX-Code
7906
7907  
7908 \layout LyX-Code
7909
7910 ?>
7911 \layout Subsection
7912
7913
7914 \family typewriter 
7915 calcula_maxmin
7916 \layout LyX-Code
7917
7918 #!/usr/bin/php4 -qC
7919 \layout LyX-Code
7920
7921 <?
7922 \layout LyX-Code
7923
7924 // Muestra ayuda.
7925 \layout LyX-Code
7926
7927 if ( $argc < 3 ) {
7928 \layout LyX-Code
7929
7930     echo "Modo de uso:
7931 \backslash 
7932 n";
7933 \layout LyX-Code
7934
7935     echo "$argv[0] modo archivo
7936 \backslash 
7937 n";
7938 \layout LyX-Code
7939
7940     echo "Donde modo es 'max' para calcular los máximos o 'min' para calcular
7941  los mínimos.
7942 \backslash 
7943 n";
7944 \layout LyX-Code
7945
7946     exit;
7947 \layout LyX-Code
7948
7949 }
7950 \layout LyX-Code
7951
7952  
7953 \layout LyX-Code
7954
7955 // Abre archivos y obtiene datos iniciales.
7956 \layout LyX-Code
7957
7958 $f = fopen( $argv[2], 'r' )
7959 \layout LyX-Code
7960
7961     or die( "Error al abrir $argv[2] para lectura.
7962 \backslash 
7963 n" );
7964 \layout LyX-Code
7965
7966 $s = fgets( $f, 4096 )
7967 \layout LyX-Code
7968
7969     or die( "El archivo $argv[2] está vacío.
7970 \backslash 
7971 n" );
7972 \layout LyX-Code
7973
7974 list( $t0, $z0, $dz0 ) = preg_split( '/
7975 \backslash 
7976 s/', $s );
7977 \layout LyX-Code
7978
7979  
7980 \layout LyX-Code
7981
7982 // El primer valor siempre es un máximo.
7983 \layout LyX-Code
7984
7985 if ( $argv[1] == 'max' )
7986 \layout LyX-Code
7987
7988     echo "$t0 $z0
7989 \backslash 
7990 n";
7991 \layout LyX-Code
7992
7993  
7994 \layout LyX-Code
7995
7996 // Procesa archivo calculando máximos y mínimos.
7997 \layout LyX-Code
7998
7999 while ( ( $s = fgets( $f, 4096 ) ) !== false ) {
8000 \layout LyX-Code
8001
8002     // Obtiene datos.
8003 \layout LyX-Code
8004
8005     list( $t, $z, $dz ) = preg_split( '/
8006 \backslash 
8007 s/', $s );
8008 \layout LyX-Code
8009
8010     // Se fija si la derivada es un "cero decreciente" (si es un máximo).
8011 \layout LyX-Code
8012
8013     if ( $argv[1] == 'max' and $dz0 > 0 and ( $dz < 0  or $dz == 0 ) )
8014 \layout LyX-Code
8015
8016         if ( $z0 > $z )
8017 \layout LyX-Code
8018
8019             echo "$t0 $z0
8020 \backslash 
8021 n";
8022 \layout LyX-Code
8023
8024         else
8025 \layout LyX-Code
8026
8027             echo "$t $z
8028 \backslash 
8029 n";
8030 \layout LyX-Code
8031
8032     // Se fija si la derivada es un "cero creciente" (si es un mínimo).
8033 \layout LyX-Code
8034
8035     if ( $argv[1] == 'min' and $dz0 < 0 and ( $dz > 0  or $dz == 0 ) )
8036 \layout LyX-Code
8037
8038         if ( $z0 < $z )
8039 \layout LyX-Code
8040
8041             echo "$t0 $z0
8042 \backslash 
8043 n";
8044 \layout LyX-Code
8045
8046         else
8047 \layout LyX-Code
8048
8049             echo "$t $z
8050 \backslash 
8051 n";
8052 \layout LyX-Code
8053
8054     // Actualiza valores anteriores.
8055 \layout LyX-Code
8056
8057     $t0  = $t;
8058 \layout LyX-Code
8059
8060     $z0  = $z;
8061 \layout LyX-Code
8062
8063     $dz0 = $dz;
8064 \layout LyX-Code
8065
8066 }
8067 \layout LyX-Code
8068
8069 fclose( $f );
8070 \layout LyX-Code
8071
8072 ?>
8073 \the_end