1 / 14

Numerical Solution for Bungee Jump Problem

Numerical Solution for Bungee Jump Problem. 2009020076 박문규 2011018753 박준연 2011020404 박현수. contents. - Bungee Jump Equation - Matlab Code - Improved Euler’s methods - Runge-Kutta methods Numerical Result - Improved Euler’s methods - Runge-Kutta method

kami
Download Presentation

Numerical Solution for Bungee Jump Problem

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numerical Solution for Bungee Jump Problem 2009020076 박문규 2011018753 박준연 2011020404 박현수

  2. contents • - Bungee Jump Equation • - Matlab Code • - Improved Euler’s methods • - Runge-Kutta methods • Numerical Result • - Improved Euler’s methods • - Runge-Kutta method • More... Mathematical modeling

  3. Bungee jump equation , Mathematical modeling

  4. Analytical approach Set Then = dt = v(t) = x(t) = Mathematical modeling

  5. NUMERICAL APPROACH 1. Improved Euler’s method , = 0 + = =v(2) = =

  6. NUMERICAL APPROACH 2. Runge - Kutta method = =

  7. Matlab code Improved Euler’s methods Mathematical modeling

  8. Matlab code Runge - Kutta methods Mathematical modeling

  9. Result Mathematical modeling

  10. Result Mathematical modeling

  11. more.. • We want to model the vertical dynamics of a jumper connected to a stationary platform with a bungee cord. F=ma • Forces: • mg (gravity, g = acceleration due to gravity) • cd v2(drag force, cd = drag coefficient, v = velocity) (need to always retard v, so if falling (v>0) need force neg, if rising (v<0) need force pos to reduce dv/dt) (use sign(v) for drag force) • k (x-L) (spring force, x = distance measured down from platform, L = rest length of cord) • γ v (damping force, γ is damping coefficient of cord) Mathematical modeling

  12. More... k =  = 0 if x  L If weight rises, then the force which defy free fall will decrease. Thus, both x(t) and v(t) increase faster. Mathematical modeling

  13. Thank you Mathematical modeling

  14. *Matlab code Mathematical modeling

More Related