Modelling Zombie Outbreak and Human Survival in The Walking Dead

Size: px
Start display at page:

Download "Modelling Zombie Outbreak and Human Survival in The Walking Dead"

Transcription

1 Modelling Zombie Outbreak and Human Survival in The Walking Dead A mathematical application on the zombie outbreak and human survival shown in The Walking Dead Academic year 2016/2017, semester II 20 April 2017 MH3110 Group 401 BASSEL ABDEL-QADER CHEE BING KUEN DANG THI MAI VY GINA TEO SHUN YING KIAM JIN YONG LOUISA ONG QING MEI Nanyang Technological University Singapore 1

2 Abstract The objective of the project is to investigate the likelihood of human survival in the event of a zombie outbreak based on the conditions in The Walking Dead series directed by Frank Darabont in 2010 [1]. Our group would like to propose a model with two non-linear ordinary differential equations showing the relationship between zombie and human populations. The analysis of the model shows that humans and zombies could exist together, but their population would fluctuate over time. 1 Introduction Zombie apocalypse has long been a popular topic of discussions. It has attracted millions of enthusiasts and inspired many theories and predictions about humanity s fate if such a catastrophe would ever occur. Intrigued by the topic and inspired by the research by Munz et al., 2009 [2], our group propose a system of two nonlinear differential equations to model human and zombie populations based on the famous TV series, The Walking Dead. It aims to provide a logical analysis investigating the fate of humanity in the event of a zombie apocalypse. Results from research have shown that humans would survive a zombie apocalypse. 2 Model construction The research by Munz, Hudea, Imad, and Smith, 2009 [2] use the basic model: S = Π βsz δs Z = βsz + ζr αsz R = δs + αsz ζr In the above model, S, Z and R represent the Susceptible humans, Zombies and the Removed, which are dead humans and zombies. Π is the birth rate, δ is the death parameter for humans (not due to zombies). β is the parameter for infection from zombies to humans and α is the kill parameter at which humans can kill zombies. ζ is the rate at which dead humans can be resurrected into zombies. We decide to adopt and modify this basic model: Firstly, their assumptions are in line with ours that susceptible humans become zombies when they encounter zombies and get bitten. As such, the infection rate depends on the density of humans and zombies. This is represented by isz in our model. 2

3 The research by Munz et al. assumes that zombies can be killed by humans, which is of similar context as The Walking Dead. Hence, we also include the kill factor, represented by ksz, in our model. However, the research by Munz et al. assumes that dead humans can be resurrected into zombies, which is not the case of The Walking Dead. Hence, we do not consider this factor in our model. The birth rate is assumed to be constant while the death rate not related to zombies is proportional to the current human population in the research. However, since we would like to explore the situation in the long time, we assume that both human natural death rate and birth rate are proportional to the current human population. We use the net growth rate to consider both of the birth and death rates. Our other assumptions based on The Walking Dead series include that there is no cure for zombification and that zombies cannot survive without humans to feed on, which is represented as αz in our proposed model. Based on the above analysis, we propose a system of non-linear differential equations to model human and zombie populations: Variables: dz dt ds dt = isz + gs = (i k)sz αz S = number of susceptible humans Z = number of zombies t = time (in years) Parameters: g = natural growth rate of world s human population i = infection rate of humans k = kill rate of zombies α = natural death rate of zombies 3

4 3 Data collection The data regarding the number of human characters killed or zombified, and the number of zombie characters killed were collected from web-based research and official figures from the series. Several assumptions were then used to process our data. The assumptions are as follows: Zombie outbreak happened by the end of 2012, based on the context of the movie series. Hence the initial human population at the time of outbreak is estimated to be 7 billion, according to the World Bank [3]. We assume at the time of zombie outbreak, the number of zombie is At that point in time, the world population growth rate, g, was , according to the World Bank [3]. Robert Kirkman, the author of The Walking Dead comic series, established that zombies outnumbered humans by a ratio of 5000 : 1 in The Walking Dead #10. Thus, we assume that in the first season, the ratio of zombies to humans is 5000 : 1 or about for human population and billions for zombie population at the begin of season 1. Based on seasons 1-6 of The Walking Dead television series, only 27.4% of human characters survived. Hence, from the initial human population of in season 1, only 27.4% of the initial human population remained by the end of season 6. The change in number of human and zombie characters in the television series is proportional to the change in the real world during a zombie apocalypse. Both the human and zombie populations are calculated at the end of each television season. Time is taken at the end of each season. This is in terms of days, but converted into years for easier handling of our data. Based on the above assumptions, we are able to get the following data: 4

5 Population / Ten millions Season Time Human population Zombie population (Years) (Ten millions) (Ten millions) Human population Zombie population Time / Years Figure 1: Human and Zombie populations 4 Fitting parameters of the model into data By Particle Swarm Optimization from Khelil, Djerou, Rahmani, and Dakhia, 2010 [4] in MATLAB, the parameters are determined as follows: g = , i = 0.986, k = 0.197, α = In Figure 1., both graphs are based on the condition that the initial human population is 7 billion and the initial zombie population is The left graph also has data points derived from the data table of human and zombie populations versus time. They show that the human population decreases rapidly while the zombie population increases rapidly in a short period of time. 5

6 Population (in tens of millions) Population/Ten millions Humans Zombies Human Zombie Years Years Figure 2: Solution plot The right graph is plotted over a much longer period of time (100 years) than the graph on the left (0.05 years) of Figure 1. From the graph on the right, it may be predicted that both humans and zombies will die off over time. However, the range of the vertical axis is so large that even if the two populations approach very small numbers over time, it would look like they approach zero. Hence, further analysis would be required for a more concrete conclusion. 5 Rigorous analysis In Figure 2., both graphs show the same phase portrait of the system (but with different initial points). The critical points are coloured in green. The right graph is in its normal scale and the left graph is in a modified scale to clearly show that the non-zero critical point is, indeed, a centre. Proposed system of differential equations to model zombie outbreak: ds dt = isz + gs; dz dt = (i k)sz αz [ ] g - iz -is Jacobian matrix of the linearized sysem: A =. (i-k)z (i-k)s - α 6

7 Zombies Population / Ten Millions Zombies Population / Ten Millions Susceptible Humans Population / Ten Millions Susceptible Humans Population / Ten Millions Figure 3: Phase portraits To solve for critical points, let: ds dz = 0 and dt dt = 0 Two critical points are found: (0,0) and ( g i, when substituting the parameters found. α ), which is ( , ) i k For critical point (0,0), the corresponding Jacobian matrix is A = [ ] g 0 0 α and two distinct eigenvalues : λ 1 = g, λ 2 = α Given that all our parameters are positive, this Jacobian matrix has 2 distinct eigenvalues, one positive and one negative. Thus, (0,0) is a saddle point in the linearized system and the original system. [ ] 1 Moreover, the corresponding eigenvectors for λ 1 = g is and for λ 0 2 = α [ ] 0 is, corresponding to the horizontal and vertical axes on the SZ-plane 1 respectively. This implies that if the initial populations are S 0 = 0 and Z 0 > 0 for zombies and humans respectively; (S 0, Z 0 ) falls on the Z-axis, Z 0 will decrease to 0, the equilibrium population. If the initial populations are S 0 > 0, Z 0 = 0; the human population, S, will increase while the zombie population, Z, remain zero. 7

8 Population (in tens of millions) Humans Zombies Years Figure 4: Human and zombie populations with initial condition S 0 = 0.3, Z 0 = 0.04 For the critical point ( g i, α ), it is either a center, a spiral source or a spiral i k sink. To analyse the nature of this critical point, we will find the trajectories implicitly by the method of separation of variables: dz ds = Z((i k)s α) S(g iz) g ln Z iz = (i k)s α ln S + C g ln Z iz (i k)s + α ln S C = 0 Let f(s, Z) = g ln Z iz (i k)s + α ln S C. Different values of C yields different level curves for f(s, Z). We can see that f(s, Z) is continuous for S > 0, Z > 0 thus f(s, Z) is continuous at ( g i, α i k ). If ( g i, α ) is a spiral source or sink, this critical point would lie on many i k level curves. If we denote f i (S, Z) to a corresponding C = C i, a distinct value of C, then: f 1 ( g i, α i k ) = f 2( g i, α i k ) = f 3( g i, 8 α i k ) =...

9 where f 1, f 2, f 3... corresponds to C 1, C 2, C 3... and these values of C are pair-wise different. However, based on the general function f(s, Z) = g ln Z iz (i k)s + α ln S C, with the same values of S, Z but different values of C (C 1 C 2 ) then f 1 (S, Z) f 2 (S, Z). Thus, there is a contradiction if ( g i, spiral source or sink. Hence, we can conclude that ( g i, α i k ) is a α ) is a stable center critical point with i k many limit cycles around it. By definition, these limit cycles will be neutrally stable with no trajectories approaching or going away from them in the neighborhood of the center. Based on our model, if the initial populations of humans and zombies, (S 0, Z 0 ), is close to the critical point ( g i, α ), they will oscillate over time i k with constant magnitudes as shown in Figure 3. When the human population is high, zombies are able to find and attack humans easily resulting in an increase in the zombie population and a decrease in the human population. As zombies need to feed on humans to survive, the zombie population will decrease when the human population is low. When the zombie population decreases, humans can fight and/or escape with more ease, hence the survival rate increases and subsequently the human population will increase as well. 6 Conclusion In summary, this project fundamentally focuses on the competition between humans and zombies. However, we did not include some other factors that may affect human and zombie populations. These factors include humans gaining experience in escaping and fighting with zombies, internal conflicts in human community and so on. The lack of these factors may affect the accuracy of our analysis but due to time and resource constraints, we are not able to analyse them here. From the analysis of the model, it has been shown that humans and zombies have the chance to survive concurrently. The presence of limiting cycles means that when beginning with certain initial population sizes, humans and zombies can co-exist with their populations oscillating over time. As the series is still on-going, there could be an introduction of a new cure to the zombie virus or the zombie virus might mutate, leading to a different outcome.therefore, more in-depth research can be done with reference to future developments in the movie plot. 9

10 References [1] Frank Darabont. The Walking Dead [2] Philip Munz et al. When zombies attack!: mathematical modelling of an outbreak of zombie infection. In: Infectious Disease Modelling Research Progress 4 (2009), pp [3] World Bank Group. Total Population url: http : / / data. worldbank.org/indicator/sp.pop.totl?end=2013&start=2012 (visited on 2013). [4] N Khelil et al. On the application of Particle Swarm Optimization to Differential Equations. In: Particle Swarm Optimization (2010). 10

11 Appendix A: Matlab codes PSO Main 1 clc ; 2 clear ; 3 close all ; 4 5 %% Problem Definiton 6 7 S = readtable ('zombie. xlsx '); 8 CostFunction lse (S,x); 9 nvar = 3; 10 VarSize = [1 nvar ]; 11 VarMin = 0.1; 12 VarMax = 0.99; %% Parameters of PSO MaxIt = 1000; 17 PopSize = 50; 18 w = 1; 19 wdamp = 0.99; 20 c1 = 2; 21 c2 = 2; 22 ShowIterInfo = true ; 23 MaxVelocity = 0.2*( VarMax - VarMin ); 24 MinVelocity = - MaxVelocity ; %% Initialization % The Particle Template 29 p0. Position = []; 30 p0. Velocity = []; 31 p0. Cost = []; 32 p0. Best. Position = []; 33 p0. Best. Cost = []; % Create Population Array 36 particle = repmat ( p0, PopSize, 1); 37 11

12 38 % Initialize Global Best 39 GlobalBest. Cost = inf ; % Initialize Population Members 42 for i =1: PopSize % Generate Random Solution 45 particle (i). Position = unifrnd ( VarMin, VarMax, VarSize ); % Initialize Velocity 48 particle (i). Velocity = zeros ( VarSize ); % Evaluation 51 particle (i). Cost = CostFunction ( particle (i). Position ); % Update the Personal Best 54 particle (i). Best. Position = particle (i). Position ; 55 particle (i). Best. Cost = particle (i). Cost ; % Update Global Best 58 if particle (i). Best. Cost < GlobalBest. Cost 59 GlobalBest = particle (i). Best ; 60 end end % Array to Hold Best Cost Value on Each Iteration 65 BestCosts = zeros ( MaxIt, 1); %% Main Loop of PSO for it =1: MaxIt for i =1: PopSize % Update Velocity 74 particle (i). Velocity = w* particle (i). Velocity c1* rand ( VarSize ).*( particle (i). Best. Position - particle (i). Position ) 76 + c2* rand ( VarSize ).*( GlobalBest. Position - particle (i). Position ); % Apply Velocity Limits 12

13 79 particle (i). Velocity = max ( particle (i). Velocity, MinVelocity ); 80 particle (i). Velocity = min ( particle (i). Velocity, MaxVelocity ); % Update Position 83 particle (i). Position = particle (i). Position + particle (i). Velocity ; % Apply Lower and Upper Bound Limits 86 particle (i). Position = max ( particle (i). Position, VarMin ); 87 particle (i). Position = min ( particle (i). Position, VarMax ); % Evaluation 90 particle (i). Cost = CostFunction ( particle (i). Position ); % Update Personal Best 93 if particle (i). Cost < particle (i). Best. Cost particle (i). Best. Position = particle (i). Position ; 96 particle (i). Best. Cost = particle (i). Cost ; % Update Global Best 99 if particle (i). Best. Cost < GlobalBest. Cost 100 GlobalBest = particle ( i). Best ; 101 end end end % Store the Best Cost Value 108 BestCosts ( it) = GlobalBest. Cost ; % Display Iteration Information 111 if ShowIterInfo 112 disp ([ ' Iteration ' num2str ( it) ': Best Cost = ' 113 num2str ( BestCosts (it))]); 114 end % Damping Inertia Coefficient 117 w = w * wdamp ; end 13

14 pop = particle ; 122 BestSol = GlobalBest ; %% Results fprintf ('a = %f, b = %f, c = %f\n',bestsol. Position ); 127 a = BestSol. Position (1) ; 128 b = BestSol. Position (2) ; 129 c = BestSol. Position (3) ; Least Square Error 1 function z = lse2 (S,x) 2 3 H=S {:,2}; 4 Z=S {:,3}; 5 rh=s {:,5}; 6 rz=s {:,6}; 7 8 z= sum ((-x (1) *H.*Z * H- rh).^2+((( x (1) -x (2) )*H.*Z- x (3) *Z-rz).^2) ) 9 10 end lvrhs 1 function ret = lvrhs (t,y) 2 % set up ret in correct form ( i. e. a column vector ) 3 ret = zeros (2,1) ; 4 % extract current values of V and P 5 A = y (1) ; %a= human 6 N = y (2) ; %n= zombies 7 % return updates 8 ret (1) = * A * A* N; % change to human rate 9 ret (2) = ( ) * N*A -0.1* N; % change to zombies 14

15 Graph of Zombies and Humans Population over Time 1 trange = [0:0.001:0.5]; 2 % set up range for t 3 yzero = [700,0.001]; %(x0,y0) 4 % and an initial condition 5 [myt, myy ]= ode45 (@ lvrhs, trange, yzero ); 6 % solve 7 plot (myt, myy (:,1),'r'); 8 hold on 9 plot (myt, myy (:,2) ); yo = [ ]; 12 ho = [ ]; 13 zo = [ ]; 14 plot (yo,ho,'o'); 15 plot (yo,zo,'*'); % change legend and labels 19 legend ('Human ','Zombie '); 20 xlabel ('Years '); 21 ylabel ('Population / Ten millions '); Phase portrait 1 function phaseplot 2 clf 3 hold on 4 grid off 5 6 a = ; b =0.4; 7 c = ; d =0.2; 8 m =20; n =20; 9 10 axis ([a b c d]) [x,y]= meshgrid (a:(b-a)/m:b,c:(d-c)/n:d); 13 dx = F_matlab (x,y); 14 dy = G_matlab (x,y); 15

16 15 r = sqrt (dx.^2+ dy.^2) ; 16 dx = dx./r; 17 dy = dy./r; 18 quiver (x,y,dx,dy,0.4, 'color ','black '); tspan =0:0.01:1000; 21 [t, X]= ode45 (@ rhs_matlab, tspan,[0.07;0.0001]) ; 22 plot (X(:,1),X (:,2),'color ','blue ') 23 plot (0,0, 'o', ' markerfacecolor ', 'green ') 24 plot ( , , 'o',' markerfacecolor ','green ') 25 plot (0.07,0.0001, 'o',' markerfacecolor ','yellow ') 26 xlabel (' Susceptible Humans Population / Ten Millions ') 27 ylabel (' Zombies Population / Ten Millions ') function RHS = rhs_matlab (t, input_vector ) 31 F = F_matlab ( input_vector (1), input_vector (2) ); 32 G = G_matlab ( input_vector (1), input_vector (2) ); 33 RHS = [F; G]; 34 end function F = F_matlab (x, y) 37 F = x.*( * y); 38 end function G = G_matlab (x, y) 41 G = y.*(( ).*x -0.1) ; 42 end 43 end 16

17 Appendix B: Data time humans zombies time_change rate_human rate_zombie E-05 17

Surviving the End of the World: A Mathematical Model of the Zombie Apocalypse

Surviving the End of the World: A Mathematical Model of the Zombie Apocalypse Surviving the End of the World: A Mathematical Model of the Zombie Apocalypse Emma Sorrell Carthage College esorrell@carthage.edu March, 13 Abstract 1 Introduction The idea of the undead returning to plague

More information

Zombies and Differential Equations

Zombies and Differential Equations May 11, 2015 Topics Covered Basic Predator-Prey Equation Basic Equation Adjusted for Zombies Basic Equation with Latency The Quarantine Model The Treatment Equation Intelligent Human Resistance Introduction

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

DO NOT LET THE DEAD BITE! DIFFERENT SCENARIOS OF THE ZOMBIE EPIDEMIC REEXAMINED

DO NOT LET THE DEAD BITE! DIFFERENT SCENARIOS OF THE ZOMBIE EPIDEMIC REEXAMINED Zeszyty Naukowe Towarzystwa Doktorantów UJ Nauki Ścisłe, Nr 11 (2/2015) WOJCIECH TOMCZYK (Jagiellonian University) DO NOT LET THE DEAD BITE! DIFFERENT SCENARIOS OF THE ZOMBIE EPIDEMIC REEXAMINED ABSTRACT

More information

PHYS Tutorial 7: Random Walks & Monte Carlo Integration

PHYS Tutorial 7: Random Walks & Monte Carlo Integration PHYS 410 - Tutorial 7: Random Walks & Monte Carlo Integration The goal of this tutorial is to model a random walk in two dimensions and observe a phase transition as parameters are varied. Additionally,

More information

When zombies attack! The maths of infection rates

When zombies attack! The maths of infection rates TEACHERS RESOURCE MEOW Epidemiology When zombies attack! The maths of infection rates Game 1 1. Give each student a sheet of paper with a letter at the top of a column with plenty of room below to keep

More information

A Hare-Lynx Simulation Model

A Hare-Lynx Simulation Model 1 A Hare- Simulation Model What happens to the numbers of hares and lynx when the core of the system is like this? Hares O Balance? S H_Births Hares H_Fertility Area KillsPerHead Fertility Births Figure

More information

The Zombie Virus: A Virtual Byte Too Far

The Zombie Virus: A Virtual Byte Too Far The Zombie Virus: A Virtual Byte Too Far A Mathematical Modelling of Movie & Gaming Zombies By Daniel Wells Supervised by Dr. Hadi Susanto Abstract The Oxford Dictionary defines a zombie as A corpse said

More information

When humans strike back! Adaptive strategies for zombie attacks

When humans strike back! Adaptive strategies for zombie attacks When humans strike back! Adaptive strategies for zombie attacks The victim becomes the aggressor Humans are usually portrayed as fairly passive victims of a zombie attack What if humans become the aggressor

More information

Chapter 12 Practice Test

Chapter 12 Practice Test Chapter 12 Practice Test 1. Which of the following is not one of the conditions that must be satisfied in order to perform inference about the slope of a least-squares regression line? (a) For each value

More information

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

More information

COURSE NUMBER: ME 321 Fluid Mechanics I Fluid statics. Course teacher Dr. M. Mahbubur Razzaque Professor Department of Mechanical Engineering BUET

COURSE NUMBER: ME 321 Fluid Mechanics I Fluid statics. Course teacher Dr. M. Mahbubur Razzaque Professor Department of Mechanical Engineering BUET COURSE NUMBER: ME 321 Fluid Mechanics I Fluid statics Course teacher Dr. M. Mahbubur Razzaque Professor Department of Mechanical Engineering BUET 1 Fluid statics Fluid statics is the study of fluids in

More information

Section I: Multiple Choice Select the best answer for each problem.

Section I: Multiple Choice Select the best answer for each problem. Inference for Linear Regression Review Section I: Multiple Choice Select the best answer for each problem. 1. Which of the following is NOT one of the conditions that must be satisfied in order to perform

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research 2014 6(3):304-309 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 World men sprint event development status research

More information

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation Lab 1 Standing Waves on a String Learning Goals: To distinguish between traveling and standing waves To recognize how the wavelength of a standing wave is measured To recognize the necessary conditions

More information

Atmosphere, Ocean and Climate Dynamics Fall 2008

Atmosphere, Ocean and Climate Dynamics Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 12.003 Atmosphere, Ocean and Climate Dynamics Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Problem

More information

ScienceDirect. Rebounding strategies in basketball

ScienceDirect. Rebounding strategies in basketball Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 72 ( 2014 ) 823 828 The 2014 conference of the International Sports Engineering Association Rebounding strategies in basketball

More information

Hydrostatic Force on a Submerged Surface

Hydrostatic Force on a Submerged Surface Experiment 3 Hydrostatic Force on a Submerged Surface Purpose The purpose of this experiment is to experimentally locate the center of pressure of a vertical, submerged, plane surface. The experimental

More information

Deer Population Student Guide

Deer Population Student Guide Deer Population Student Guide In many places, deer have become nuisance animals because they are so numerous. In some areas, a hunting season has been introduced or lengthened to reduce the number of deer.

More information

HOW FAST/FAR DOES FLY LINE FALL? N. Perkins of the University of Michigan, March 2003

HOW FAST/FAR DOES FLY LINE FALL? N. Perkins of the University of Michigan, March 2003 HOW FAST/FAR DOES FLY LINE FALL? N. Perkins of the University of Michigan, March 003 This report summarizes a simple model for the free fall dynamics of a length of fly line. The line is assumed to remain

More information

Equation 1: F spring = kx. Where F is the force of the spring, k is the spring constant and x is the displacement of the spring. Equation 2: F = mg

Equation 1: F spring = kx. Where F is the force of the spring, k is the spring constant and x is the displacement of the spring. Equation 2: F = mg 1 Introduction Relationship between Spring Constant and Length of Bungee Cord In this experiment, we aimed to model the behavior of the bungee cord that will be used in the Bungee Challenge. Specifically,

More information

Optimization of a Golf Driver

Optimization of a Golf Driver Optimization of a Golf Driver By: Max Dreager Cole Snider Anthony Boyd Frank Rivera Final Report MAE 494: Design Optimization Due: May 10 Abstract In this study, the relationship between a golf ball and

More information

Project 1 Those amazing Red Sox!

Project 1 Those amazing Red Sox! MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.001 Structure and Interpretation of Computer Programs Spring Semester, 2005 Project 1 Those amazing Red

More information

The purpose of this experiment is to find this acceleration for a puck moving on an inclined air table.

The purpose of this experiment is to find this acceleration for a puck moving on an inclined air table. Experiment : Motion in an Inclined Plane PURPOSE The purpose of this experiment is to find this acceleration for a puck moving on an inclined air table. GENERAL In Experiment-1 you were concerned with

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 9, 2010 http://acousticalsociety.org/ 159th Meeting Acoustical Society of America/NOISE-CON 2010 Baltimore, Maryland 19-23 April 2010 Session 1pBB: Biomedical

More information

QUESTION 1. Sketch graphs (on the axes below) to show: (1) the horizontal speed v x of the ball versus time, for the duration of its flight;

QUESTION 1. Sketch graphs (on the axes below) to show: (1) the horizontal speed v x of the ball versus time, for the duration of its flight; QUESTION 1 A ball is thrown horizontally from a cliff with a speed of 10 ms -1 shown in the diagram at right. Neglecting the effect of air resistance and taking gravitational acceleration to be g +9.8ms

More information

LOW PRESSURE EFFUSION OF GASES adapted by Luke Hanley and Mike Trenary

LOW PRESSURE EFFUSION OF GASES adapted by Luke Hanley and Mike Trenary ADH 1/7/014 LOW PRESSURE EFFUSION OF GASES adapted by Luke Hanley and Mike Trenary This experiment will introduce you to the kinetic properties of low-pressure gases. You will make observations on the

More information

Epidemics and zombies

Epidemics and zombies Epidemics and zombies (Sethna, "Entropy, Order Parameters, and Complexity", ex. 6.21) 2018, James Sethna, all rights reserved. This exercise is based on Alemi and Bierbaum's class project, published in

More information

A Study of Olympic Winning Times

A Study of Olympic Winning Times Connecting Algebra 1 to Advanced Placement* Mathematics A Resource and Strategy Guide Updated: 05/15/ A Study of Olympic Winning Times Objective: Students will graph data, determine a line that models

More information

G.C.E (A/L) Examination March In collaboration with

G.C.E (A/L) Examination March In collaboration with ; G.C.E (A/L) Examination March - 2018 Conducted by Field Work Centre, Thondaimanaru In collaboration with FWC Provincial Department of Education Northern Province Grade:- 12 (2019) Physics Part - II Structured

More information

PSY201: Chapter 5: The Normal Curve and Standard Scores

PSY201: Chapter 5: The Normal Curve and Standard Scores PSY201: Chapter 5: The Normal Curve and Standard Scores Introduction: Normal curve + a very important distribution in behavior sciences + three principal reasons why... - 1. many of the variables measured

More information

HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE.

HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE. HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE Kazunori Uruma 1, Katsumi Konishi 2, Tomohiro Takahashi 1 and Toshihiro Furukawa 1 1 Graduate School of Engineering, Tokyo University

More information

LOW PRESSURE EFFUSION OF GASES revised by Igor Bolotin 03/05/12

LOW PRESSURE EFFUSION OF GASES revised by Igor Bolotin 03/05/12 LOW PRESSURE EFFUSION OF GASES revised by Igor Bolotin 03/05/ This experiment will introduce you to the kinetic properties of low-pressure gases. You will make observations on the rates with which selected

More information

Atmospheric Rossby Waves in Fall 2011: Analysis of Zonal Wind Speed and 500hPa Heights in the Northern and Southern Hemispheres

Atmospheric Rossby Waves in Fall 2011: Analysis of Zonal Wind Speed and 500hPa Heights in the Northern and Southern Hemispheres Atmospheric Rossby Waves in Fall 211: Analysis of Zonal Wind Speed and 5hPa Heights in the Northern and Southern s Samuel Cook, Craig Eckstein, and Samantha Santeiu Department of Atmospheric and Geological

More information

SHOT ON GOAL. Name: Football scoring a goal and trigonometry Ian Edwards Luther College Teachers Teaching with Technology

SHOT ON GOAL. Name: Football scoring a goal and trigonometry Ian Edwards Luther College Teachers Teaching with Technology SHOT ON GOAL Name: Football scoring a goal and trigonometry 2006 Ian Edwards Luther College Teachers Teaching with Technology Shot on Goal Trigonometry page 2 THE TASKS You are an assistant coach with

More information

Abalone spatial- and age-structured assessment model and projections for Zones A, B, C and D

Abalone spatial- and age-structured assessment model and projections for Zones A, B, C and D FISHERIES/215/AUG/SWG-AB/15 Abalone spatial- and age-structured assessment model and projections for Zones A, B, C and D A. Brandão and D.S. Butterworth Marine Resource Assessment & Management Group (MARAM)

More information

Chapter 16. Waves-I Types of Waves

Chapter 16. Waves-I Types of Waves Chapter 16 Waves-I 16.2 Types of Waves 1. Mechanical waves. These waves have two central features: They are governed by Newton s laws, and they can exist only within a material medium, such as water, air,

More information

Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation

Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation Outline: MMSE estimation, Linear MMSE (LMMSE) estimation, Geometric formulation of LMMSE estimation and orthogonality principle. Reading:

More information

14 April 2016 Dr. John Hedengren 350 CB Brigham Young University Provo, UT 84606

14 April 2016 Dr. John Hedengren 350 CB Brigham Young University Provo, UT 84606 14 April 2016 Dr. John Hedengren 350 CB Brigham Young University Provo, UT 84606 Dr. Hedengren: Compressors in gas pipelines are designed to maintain pressure and flow despite many flow disturbances that

More information

How long can we survive? Modelling zombie movement with diffusion

How long can we survive? Modelling zombie movement with diffusion How long can we survive? Modelling zombie movement with diffusion The make-up of the zombie horde Zombies may not be well-mixed The initial horde will be localised to areas containing dead humans hospitals

More information

PHY 221: Wavefunction, Wave Superposition, Standing Waves on a String

PHY 221: Wavefunction, Wave Superposition, Standing Waves on a String PHY 221: Wavefunction, Wave Superposition, Standing Waves on a String Objective Write a mathematical function to describe the wave. Describe a transverse wave and a longitudinal wave. Describe frequency,

More information

Gravity waves in stable atmospheric boundary layers

Gravity waves in stable atmospheric boundary layers Gravity waves in stable atmospheric boundary layers Carmen J. Nappo CJN Research Meteorology Knoxville, Tennessee 37919, USA Abstract Gravity waves permeate the stable atmospheric planetary boundary layer,

More information

A Performanced Based Angle of Attack Display

A Performanced Based Angle of Attack Display A Performanced Based Angle of Attack Display David F. Rogers, Phd, ATP www.nar-associates.com The Problem The current angle of attack displays basically warn you about the approach to stall with yellow

More information

Optimal Weather Routing Using Ensemble Weather Forecasts

Optimal Weather Routing Using Ensemble Weather Forecasts Optimal Weather Routing Using Ensemble Weather Forecasts Asher Treby Department of Engineering Science University of Auckland New Zealand Abstract In the United States and the United Kingdom it is commonplace

More information

Grade: 8. Author(s): Hope Phillips

Grade: 8. Author(s): Hope Phillips Title: Tying Knots: An Introductory Activity for Writing Equations in Slope-Intercept Form Prior Knowledge Needed: Grade: 8 Author(s): Hope Phillips BIG Idea: Linear Equations how to analyze data from

More information

CVEN Computer Applications in Engineering and Construction. Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods

CVEN Computer Applications in Engineering and Construction. Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods CVEN 30-501 Computer Applications in Engineering and Construction Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods Date distributed: 9/30/016 Date due: 10/14/016 at 3:00 PM (electronic

More information

Vibration of floors and footfall analysis

Vibration of floors and footfall analysis Webinar Autodesk Robot Structural Analysis Professional 20/04/2016 Vibration of floors and footfall analysis Artur Kosakowski Rafał Gawęda Webinar summary In this webinar we will focus on the theoretical

More information

Characterizers for control loops

Characterizers for control loops Characterizers for control loops By: F. G. Shinskey (May 1999) Introduction Commercial controllers such as the PID series (proportional, integral, derivative, and their combinations) are linear devices

More information

Kinematic Differences between Set- and Jump-Shot Motions in Basketball

Kinematic Differences between Set- and Jump-Shot Motions in Basketball Proceedings Kinematic Differences between Set- and Jump-Shot Motions in Basketball Hiroki Okubo 1, * and Mont Hubbard 2 1 Department of Advanced Robotics, Chiba Institute of Technology, 2-17-1 Tsudanuma,

More information

save percentages? (Name) (University)

save percentages? (Name) (University) 1 IB Maths Essay: What is the correlation between the height of football players and their save percentages? (Name) (University) Table of Contents Raw Data for Analysis...3 Table 1: Raw Data...3 Rationale

More information

Wave Load Pattern Definition

Wave Load Pattern Definition COMPUTERS AND STRUCTURES, INC., AUGUST 2010 AUTOMATIC WAVE LOADS TECHNICAL NOTE DEFINING WAVE LOADS This section describes how to define automatic wave loads. The automatic wave load is a special type

More information

PROPAGATION OF LONG-PERIOD WAVES INTO AN ESTUARY THROUGH A NARROW INLET

PROPAGATION OF LONG-PERIOD WAVES INTO AN ESTUARY THROUGH A NARROW INLET PROPAGATION OF LONG-PERIOD WAVES INTO AN ESTUARY THROUGH A NARROW INLET Takumi Okabe, Shin-ichi Aoki and Shigeru Kato Department of Civil Engineering Toyohashi University of Technology Toyohashi, Aichi,

More information

Wave Motion. interference destructive interferecne constructive interference in phase. out of phase standing wave antinodes resonant frequencies

Wave Motion. interference destructive interferecne constructive interference in phase. out of phase standing wave antinodes resonant frequencies Wave Motion Vocabulary mechanical waves pulse continuous periodic wave amplitude period wavelength period wave velocity phase transverse wave longitudinal wave intensity displacement amplitude phase velocity

More information

Wind Regimes 1. 1 Wind Regimes

Wind Regimes 1. 1 Wind Regimes Wind Regimes 1 1 Wind Regimes The proper design of a wind turbine for a site requires an accurate characterization of the wind at the site where it will operate. This requires an understanding of the sources

More information

Failure Data Analysis for Aircraft Maintenance Planning

Failure Data Analysis for Aircraft Maintenance Planning Failure Data Analysis for Aircraft Maintenance Planning M. Tozan, A. Z. Al-Garni, A. M. Al-Garni, and A. Jamal Aerospace Engineering Department King Fahd University of Petroleum and Minerals Abstract This

More information

i-clicker Discussion Question

i-clicker Discussion Question PHY132 Introduction to Physics II Class Class 3 Outline: Outline: Ch. 21, sections 21.1-21.4 The Principle of Superposition Standing Waves Nodes and Antinodes Musical Instruments QuickCheck 1.1 i-clicker

More information

High Speed Rail Tunnel Aerodynamics: Transient pressure and loadings on fixed tunnel equipment

High Speed Rail Tunnel Aerodynamics: Transient pressure and loadings on fixed tunnel equipment High Speed Rail Tunnel Aerodynamics: Transient pressure and loadings on fixed tunnel equipment Mohammad Tabarra & Richard Sturt Arup, UK Summary: Trains entering tunnels at high speeds can generate highly

More information

Aerodynamic Analyses of Horizontal Axis Wind Turbine By Different Blade Airfoil Using Computer Program

Aerodynamic Analyses of Horizontal Axis Wind Turbine By Different Blade Airfoil Using Computer Program ISSN : 2250-3021 Aerodynamic Analyses of Horizontal Axis Wind Turbine By Different Blade Airfoil Using Computer Program ARVIND SINGH RATHORE 1, SIRAJ AHMED 2 1 (Department of Mechanical Engineering Maulana

More information

A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors

A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2014 A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors Piero

More information

Gas volume and pressure are indirectly proportional.

Gas volume and pressure are indirectly proportional. Section 2 The Gas Laws Key Terms Boyle s law Charles s law combined gas law absolute zero Gay-Lussac s law Scientists have been studying physical properties of gases for hundreds of years In 1662, Robert

More information

Standing Waves in a String

Standing Waves in a String Standing Waves in a String OBJECTIVE To understand the circumstances necessary to produce a standing wave. To observe and define the quantities associated with a standing wave. To determine the wavelength

More information

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 AUDIT TRAIL

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 AUDIT TRAIL INSTITUTE AND FACULTY OF ACTUARIES Curriculum 2019 AUDIT TRAIL Subject CP2 Actuarial Modelling Paper One Institute and Faculty of Actuaries Triathlon model Objective Each year on the Island of IFoA a Minister

More information

Tidal streams and tidal stream energy device design

Tidal streams and tidal stream energy device design Tidal streams and tidal stream energy device design This technical article introduces fundamental characteristics of tidal streams and links these to the power production of tidal stream energy devices.

More information

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 4 Hydraulics Jumps Lecture - 4 Features of Hydraulic Jumps (Refer Slide

More information

Applying Hooke s Law to Multiple Bungee Cords. Introduction

Applying Hooke s Law to Multiple Bungee Cords. Introduction Applying Hooke s Law to Multiple Bungee Cords Introduction Hooke s Law declares that the force exerted on a spring is proportional to the amount of stretch or compression on the spring, is always directed

More information

Lesson 14: Simple harmonic motion, Waves (Sections )

Lesson 14: Simple harmonic motion, Waves (Sections ) Circular Motion and Simple Harmonic Motion The projection of uniform circular motion along any ais (the -ais here) is the same as simple harmonic motion. We use our understanding of uniform circular motion

More information

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007 Aalborg Universitet Design Loads on Platforms on Offshore wind Turbine Foundations with Respect to Vertical Wave Run-up Damsgaard, Mathilde L.; Gravesen, Helge; Andersen, Thomas Lykke Published in: Proceedings

More information

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN Bridget M. Wadzuk 1 (Member, ASCE) and Ben R. Hodges 2 (Member, ASCE) ABSTRACT Modeling of dynamic pressure appears necessary to achieve a more robust

More information

IMAGE-BASED STUDY OF BREAKING AND BROKEN WAVE CHARACTERISTICS IN FRONT OF THE SEAWALL

IMAGE-BASED STUDY OF BREAKING AND BROKEN WAVE CHARACTERISTICS IN FRONT OF THE SEAWALL IMAGE-BASED STUDY OF BREAKING AND BROKEN WAVE CHARACTERISTICS IN FRONT OF THE SEAWALL Weijie Liu 1 and Yoshimitsu Tajima 1 This study aims to study the breaking and broken wave characteristics in front

More information

An approach for optimising railway traffic flow on high speed lines with differing signalling systems

An approach for optimising railway traffic flow on high speed lines with differing signalling systems Computers in Railways XIII 27 An approach for optimising railway traffic flow on high speed lines with differing signalling systems N. Zhao, C. Roberts & S. Hillmansen Birmingham Centre for Railway Research

More information

DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS AP PHYSICS

DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS AP PHYSICS DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS AP PHYSICS LSN 11-7: WAVE MOTION LSN 11-8: TYPES OF WAVES; LONGITUDINAL AND TRANSVERSE LSN 11-9: ENERGY TRANSPORTED BY WAVES Physics of Waves Questions From Reading

More information

Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness

Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness Proceedings Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness Jacob Lambeth *, Dustin Brekke and Jeff Brunski Cleveland Golf, 5601 Skylab Rd. Huntington Beach, CA 92647, USA;

More information

Lesson 14: Modeling Relationships with a Line

Lesson 14: Modeling Relationships with a Line Exploratory Activity: Line of Best Fit Revisited 1. Use the link http://illuminations.nctm.org/activity.aspx?id=4186 to explore how the line of best fit changes depending on your data set. A. Enter any

More information

All AQA Unit 1 Questions Higher

All AQA Unit 1 Questions Higher All AQA Unit 1 Questions Higher 467 minutes 391 marks Page 1 of 46 Q1. A book has a front and back cover and 100 pages. The front and back cover are each 0.8 millimetres thick when measured to one decimal

More information

Equivalent SDOF Systems to Simulate MDOF System Behavior

Equivalent SDOF Systems to Simulate MDOF System Behavior Equivalent SDOF Systems to Simulate MDOF System Behavior Erol Kalkan PEER-GMSM, Berkeley Aug- How to find equivalent SDOF systems via Pushover analysis: MDOF system seismic behavior can be approximated

More information

Building System Dynamics Models

Building System Dynamics Models Building System Dynamics Models Stella Guide 6 Overshoot and Collapse Deer Population Vegetation 7000.00 90000.00 3500.00 45000.00 0.00 0.00 0.00 5.00 0.00 5.00 0.00 Graph p () Years 4:0 pm Mon, Feb 6,

More information

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men?

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? 100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? The 100 Meter Dash has been an Olympic event since its very establishment in 1896(1928 for women). The reigning 100-meter Olympic champion

More information

Product Technical Bulletin #48

Product Technical Bulletin #48 AN INTEGRATED SOLUTIONS PROVIDER Product Technical Bulletin #48 Current-Carrying Capacity of R-Series Connectors AirBorn Proprietary Page 1 AN INTEGRATED SOLUTIONS PROVIDER R-Series Current-Carrying Capacity

More information

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate Mixture Models & EM Nicholas Ruozzi University of Texas at Dallas based on the slides of Vibhav Gogate Previously We looked at -means and hierarchical clustering as mechanisms for unsupervised learning

More information

At each type of conflict location, the risk is affected by certain parameters:

At each type of conflict location, the risk is affected by certain parameters: TN001 April 2016 The separated cycleway options tool (SCOT) was developed to partially address some of the gaps identified in Stage 1 of the Cycling Network Guidance project relating to separated cycleways.

More information

Integrated control system for ship motion in inland navigation

Integrated control system for ship motion in inland navigation Integrated control system for ship motion in inland navigation J. Kulczyk, T. Bielihski Institute ofmachines Desing and Operation, Technical University of Wroclaw, Wybrzeze Wyspianskiego 27, 50-370 Wroclaw,

More information

COMPUTER-AIDED DESIGN AND PERFORMANCE ANALYSIS OF HAWT BLADES

COMPUTER-AIDED DESIGN AND PERFORMANCE ANALYSIS OF HAWT BLADES 5 th International Advanced Technologies Symposium (IATS 09), May 13-15, 2009, Karabuk, Turkey COMPUTER-AIDED DESIGN AND PERFORMANCE ANALYSIS OF HAWT BLADES Emrah KULUNK a, * and Nadir YILMAZ b a, * New

More information

A Study on Roll Damping of Bilge Keels for New Non-Ballast Ship with Rounder Cross Section

A Study on Roll Damping of Bilge Keels for New Non-Ballast Ship with Rounder Cross Section International Ship Stability Workshop 2013 1 A Study on Roll Damping of Bilge Keels for New Non-Ballast Ship with Rounder Cross Section Tatsuya Miyake and Yoshiho Ikeda Department of Marine System Engineering,

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Chapter 11 Waves Energy can be transported by particles or waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is a

More information

Using GPOPS-II to optimize sum of squared torques of a double pendulum as a prosthesis leg. Abstract

Using GPOPS-II to optimize sum of squared torques of a double pendulum as a prosthesis leg. Abstract Using GPOPS-II to optimize sum of squared torques of a double pendulum as a prosthesis leg Abstract Milad Zarei MCE 593 Prosthesis Design & Control A two-dimensional, two links pendulum is developed to

More information

Name Class Date. What are some properties of gases? How do changes of pressure, temperature, or volume affect a gas?

Name Class Date. What are some properties of gases? How do changes of pressure, temperature, or volume affect a gas? CHAPTER 3 States of Matter 4 Behavior of Gases SECTION KEY IDEAS As you read this section, keep these questions in mind: What are some properties of gases? How do changes of pressure, temperature, or volume

More information

EEB 122b PRACTICE SECOND MIDTERM

EEB 122b PRACTICE SECOND MIDTERM EEB 122b PRACTICE SECOND MIDTERM Page 1 1. You are interested in conducting an experiment with two competing species of plants. Below are the zero-growth isoclines for the two species. C D a) Draw the

More information

Motion Control of a Bipedal Walking Robot

Motion Control of a Bipedal Walking Robot Motion Control of a Bipedal Walking Robot Lai Wei Ying, Tang Howe Hing, Mohamed bin Hussein Faculty of Mechanical Engineering Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia. Wylai2@live.my

More information

Application of pushover analysis in estimating seismic demands for large-span spatial structure

Application of pushover analysis in estimating seismic demands for large-span spatial structure 28 September 2 October 2009, Universidad Politecnica de Valencia, Spain Alberto DOMINGO and Carlos LAZARO (eds.) Application of pushover analysis in estimating seismic demands for large-span spatial structure

More information

CHAPTER 6 DISCUSSION ON WAVE PREDICTION METHODS

CHAPTER 6 DISCUSSION ON WAVE PREDICTION METHODS CHAPTER 6 DISCUSSION ON WAVE PREDICTION METHODS A critical evaluation of the three wave prediction methods examined in this thesis is presented in this Chapter. The significant wave parameters, Hand T,

More information

ROTORS for WIND POWER

ROTORS for WIND POWER ROTORS for WIND POWER P.T. Smulders Wind Energy Group Faculty of Physics University of Technology, Eindhoven ARRAKIS 1 st edition October 1991 revised edition January 2004 CONTENTS ROTORS for WIND POWER...

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Energy can be transported by particles or waves: Chapter 11 Waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is

More information

INTRODUCTION TO WAVES. Dr. Watchara Liewrian

INTRODUCTION TO WAVES. Dr. Watchara Liewrian INTRODUCTION TO WAVES Dr. Watchara Liewrian What are Waves? Rhythmic disturbances that carry energy without carrying matter Types of Waves Mechanical Waves need matter (or medium) to transfer energy A

More information

3 1 PRESSURE. This is illustrated in Fig. 3 3.

3 1 PRESSURE. This is illustrated in Fig. 3 3. P = 3 psi 66 FLUID MECHANICS 150 pounds A feet = 50 in P = 6 psi P = s W 150 lbf n = = 50 in = 3 psi A feet FIGURE 3 1 The normal stress (or pressure ) on the feet of a chubby person is much greater than

More information

(i) Write down equations for x and y in terms of t. (iii) Find the range of the golf ball.

(i) Write down equations for x and y in terms of t. (iii) Find the range of the golf ball. 1 A golf ball is hit at an angle of 60 to the horizontal from a point, O, on level horizontal ground. Its initial speed is 20 m s 1. The standard projectile model, in which air resistance is neglected,

More information

Anemometry. Anemometry. Wind Conventions and Characteristics. Anemometry. Wind Variability. Anemometry. Function of an anemometer:

Anemometry. Anemometry. Wind Conventions and Characteristics. Anemometry. Wind Variability. Anemometry. Function of an anemometer: Anemometry Anemometry Function of an anemometer: Measure some or all of the components of the wind vector In homogeneous terrain, vertical component is small express wind as -D horizontal vector For some

More information

Predator Prey Lab Exercise L3

Predator Prey Lab Exercise L3 Predator Prey Lab Exercise L3 Name Date Objective: To compare predator and prey populations over time in a small ecosystem. Introduction: In 1970 the deer population of a small island forest preserve was

More information

Waves Multiple Choice

Waves Multiple Choice Waves Multiple Choice PSI Physics Name: 1. The distance traveled by a wave in one period is called? A. Frequency B. Period C. Speed of wave D. Wavelength E. Amplitude 2. Which of the following is the speed

More information

IMO REVISION OF THE INTACT STABILITY CODE. Proposal of methodology of direct assessment for stability under dead ship condition. Submitted by Japan

IMO REVISION OF THE INTACT STABILITY CODE. Proposal of methodology of direct assessment for stability under dead ship condition. Submitted by Japan INTERNATIONAL MARITIME ORGANIZATION E IMO SUB-COMMITTEE ON STABILITY AND LOAD LINES AND ON FISHING VESSELS SAFETY 49th session Agenda item 5 SLF 49/5/5 19 May 2006 Original: ENGLISH REVISION OF THE INTACT

More information

VI. Static Stability. Consider a parcel of unsaturated air. Assume the actual lapse rate is less than the dry adiabatic lapse rate: Γ < Γ d

VI. Static Stability. Consider a parcel of unsaturated air. Assume the actual lapse rate is less than the dry adiabatic lapse rate: Γ < Γ d VI. Static Stability Consider a parcel of unsaturated air. Assume the actual lapse rate is less than the dry adiabatic lapse rate: Γ < Γ d VI. Static Stability Consider a parcel of unsaturated air. Assume

More information