Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $dark_style_css - Line: 16 - File: global.php(958) : eval()'d code PHP 8.2.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(958) : eval()'d code 16 errorHandler->error_callback
/global.php 958 eval
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 5589 - File: inc/functions.php PHP 8.2.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/functions.php 5589 errorHandler->error_callback
/global.php 1035 build_theme_select
/printthread.php 16 require_once



Foren / Forums
8 Zusammenfassung / Summary - Druckversion

+- Foren / Forums (https://www.mathekalender.de/wp/forum)
+-- Forum: Aufgaben / Challenges (https://www.mathekalender.de/wp/forum/forum-1.html)
+--- Forum: Aufgabe 8 / Challenge 8 (https://www.mathekalender.de/wp/forum/forum-110.html)
+--- Thema: 8 Zusammenfassung / Summary (/thread-989.html)



8 Zusammenfassung / Summary - margarita - 12-08-2024

Zusammenfassung:
  • Die Formel für die Rentiere Position steht oben (Achtung, bis 16:15 war die Zeile verrutscht)
  • man wendet die Formel iterativ an: Erst die Geschwindigkeit updaten anhand der alten Geschwindigkeit und Position
  • dann die Position updaten anhand der neuen Geschwindigkeit
  • Die untere Komponente (Index genannt) ist wie ein Label und gibt den Zeitschritt an. Das Rentiert hat zum Zeitpunkt 0 die Position x_0=(1,1), zum zeit punkt 1 x_1=(?,?) usw. Es ist eine Familie von Vektoren
  • gesucht werden ALLE 'a', sodass die Rentiere irgendwann beliebig langsam werden und bleiben



Summary:
  • The formula for the reindeer position is at the top
  • The formula is applied iteratively: first, update the velocity based on the old velocity and position, then update the position based on the new velocity.
  • The lower component (called the index) acts as a label and indicates the time step. The reindeer has position x0=(1,1) at time t=0, position x1=(?,?) at time t=1, and so on. It is a family of vectors.
  • We are looking for all 'a' for which the reindeer become and stay arbitrarily slow
  • There was a mistake regarding the addition of points in the english version, which has been fixed now.



RE: 8 Zusammenfassung / Summary - lukas - 12-09-2024

There was a mistake reagrding the addition of points in the english version, which has been corrected. The pdf will be updated shortly.