640 likes | 2.89k Views
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
E N D
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 • More... Mathematical modeling
Bungee jump equation , Mathematical modeling
Analytical approach Set Then = dt = v(t) = x(t) = Mathematical modeling
NUMERICAL APPROACH 1. Improved Euler’s method , = 0 + = =v(2) = =
NUMERICAL APPROACH 2. Runge - Kutta method = =
Matlab code Improved Euler’s methods Mathematical modeling
Matlab code Runge - Kutta methods Mathematical modeling
Result Mathematical modeling
Result Mathematical modeling
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
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
Thank you Mathematical modeling
*Matlab code Mathematical modeling