course_planning:computation:scratch_work

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
course_planning:computation:scratch_work [2016/03/25 18:38] – [Code] obsniukmcourse_planning:computation:scratch_work [2016/03/25 18:40] (current) – [Code] obsniukm
Line 48: Line 48:
  
 #Calculation Loop #Calculation Loop
-while runawaycraft.pos.x < 0: +while hovercraft.pos.x < 0: 
-    Fgrav = runawaycraftm*g+    Fgrav = hovercraftm*g
     Fground = -Fgrav     Fground = -Fgrav
     Fnet = Fgrav + Fground     Fnet = Fgrav + Fground
Line 67: Line 67:
  
   * **Question:**  Are these velocities and accelerations calculated from the numbers given exact?   * **Question:**  Are these velocities and accelerations calculated from the numbers given exact?
-  * **Expected Answer:**  No, we would need to take measurements a lot closer together.+  * **Expected Answer:**  No, these are only average numbers, not instantaneous.  In order to get more "exact" numbers, we would need more data.
  
   * **Question:**  Is the predicted position of the rescue craft a good one?   * **Question:**  Is the predicted position of the rescue craft a good one?
  • course_planning/computation/scratch_work.1458931115.txt.gz
  • Last modified: 2016/03/25 18:38
  • by obsniukm