Civil Engineering Computation. Numerical Methods : Root Finding and Optimization

Size: px
Start display at page:

Download "Civil Engineering Computation. Numerical Methods : Root Finding and Optimization"

Transcription

1 Civil Engineering Computation Numerical s : Root Finding and Optimization

2 ROOT LOCATION WITH NUMERICAL METHODS 2

3 Root Location While Goal Seek provides us with a terrific tool to solve an equation, it is a bit of a black box method We really don t know how it does its job. 3

4 Root Location There may be times when you really want to locate a specific root of an equation and Goal Seek doesn t give you that type of control It is possible to program a numerical method in VBA that will give you better control and allow you to position the region that you are going to search for a root. 4

5 The Bisection method takes advantage of the fact that the function we are searching must change sign as you move through a root. The Bisection method is a search method in which the interval is always divided in half. 5

6 6 If a function changes sign over an interval, the function value at the midpoint is evaluated. The location of the root is then determined as lying within the subinterval where the sign change occurs. The subinterval then becomes the interval for the next iteration. The process is repeated until the root is known to the required precision.

7 cha01102_ch05_ qxd 12/17/10 8:01 AM Page BISECTION 135 f(m) m Root!2!4!6 xl xr xu First iteration xl xr xu Second iteration xl xr xu Third iteration xl xr xu Fourth iteration 7 FIGURE 5.5 A graphical depiction of the bisection method. This plot corresponds to the first four iterations from Example 5.3.

8 Back to the bungee jumper problem when we ignored the buoyance force we found a closed form solution for the velocity at any time t. v= 8 gcd gm tanh t cd m

9 The problem is to determine the mass of the bungee jumper (m) such that a velocity (v) of 36 m/s is attained after a time (t) of 4 s. The acceleration of gravity (g) is 9.81 m/s2 and the drag coefficient (cd) is 0.25 kg/m. v= 9 gcd gm tanh t cd m

10 Velocity Difference (m/s) Jumper Mass (kg)

11 11 From plotting the difference between the desired velocity and the actual velocity, we can make a good estimate that the mass value is between 130 and 150 kg

12 12 Since the sign of the difference in velocities goes through 0 (assuming a continuous function), the mass where the velocity difference is 0 should be between 130 and 150 kg

13 13 We can make the lower estimate for the root (the value where the function where be equal to 0) as 130 kg and the upper estimate for the root as 150 kg

14 14 Based on these estimates, the next estimate for the root will be the average of the upper and lower estimates (remember these are the root values not the function values)

15 This would mean that the next estimate for the root would be 140 kg. If the tolerance for the function evaluation at the new estimate was good enough, we could quit

16 In this case the function evaluation at 140 kg is so we will continue. We need to look at the original function evaluations and find the one whose sign our new function evaluation matches

17 17 f(130)=-0.28 f(150)=0.14 f(140)=-0.06 An easy way to find which it matches if to multiply the function evaluation at each end by the function evaluation at the midpoint It will match the one that gives a positive value for the multiplication

18 f(130)*f(140)=0.016 f(150)*f(140)= In this case, the sign of the middle point evaluation is the same as the sign of the first point It will be easier to call then xlower, xmid, and xupper

19 We will replace either the upper or lower estimate with the middle estimate. The one with the matching sign for the evaluation will be replaced

20 If the sign of f(xupper)*f(xmid) > 0 then l xupper=xmid Else l xlower=xmid 20 End if

21 In our example, xmid (140) would replace xlower (130) Now we restart the process with the new limits. l xlower=140 l xupper=150 l xmid=(xlower+xupper)/2=

22 Our new estimate for the root would be 145 which evaluates to 0.05 If this was within tolerance, we could stop. If not we check signs of the function evalutions

23 23 Since the sign of f(xmid) and f(xupper) are the same we replace xupper with xmid and begin the process again until we reach a tolerance that is acceptable

24 24

25 25

26 26

27 27

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

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

Physics 23 Exam 1 Spring 2009 Dr. Alward Page 1

Physics 23 Exam 1 Spring 2009 Dr. Alward Page 1 Physics 23 Exam 1 Spring 2009 Dr. Alward Page 1 1. An arrow is fired upward at a speed of 100 m/s. What will be its height (in meters) one second before it reaches its maximum height? A) 505 B) 496 C)

More information

P2a Force, Acceleration and Graphs

P2a Force, Acceleration and Graphs P2a Force, Acceleration and Graphs 37 minutes 37 marks 90% - A* 80% - A 70% - B 60% - C 50% - D 40% - E 30% - F 20% - G Page 1 of 11 Q1. (a) The diagram shows two forces acting on an object. What is the

More information

Remeber this? You still need to know this!!!

Remeber this? You still need to know this!!! Remeber this? You still need to know this!!! Motion: Speed: Measure of how fast something is moving Speed = Distance Time Speed is a rate: something divided by time SI units for Speed: (m/s) Instantaneous

More information

Lab 11 Density and Buoyancy

Lab 11 Density and Buoyancy b Lab 11 Density and uoyancy Physics 211 Lab What You Need To Know: Density Today s lab will introduce you to the concept of density. Density is a measurement of an object s mass per unit volume of space

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

Physics 11 Unit III Practice Test Projectile Motion. Instructions: Pick the best answer available in Part A and Show all your work for Part B

Physics 11 Unit III Practice Test Projectile Motion. Instructions: Pick the best answer available in Part A and Show all your work for Part B Physics 11 Unit III Practice Test Projectile Motion Instructions: Pick the best answer available in Part A and Show all your work for Part B 1. Which of the following is constant for all projectiles? A.

More information

1 A Mangonel is a type of catapult used to launch projectiles such as rocks. A student made a working model of a Mangonel. crossbar. bucket.

1 A Mangonel is a type of catapult used to launch projectiles such as rocks. A student made a working model of a Mangonel. crossbar. bucket. 1 A Mangonel is a type of catapult used to launch projectiles such as rocks. A student made a working model of a Mangonel. crossbar bucket arm rubber band string scale handle As the handle is turned, the

More information

Agood tennis player knows instinctively how hard to hit a ball and at what angle to get the ball over the. Ball Trajectories

Agood tennis player knows instinctively how hard to hit a ball and at what angle to get the ball over the. Ball Trajectories 42 Ball Trajectories Factors Influencing the Flight of the Ball Nathalie Tauziat, France By Rod Cross Introduction Agood tennis player knows instinctively how hard to hit a ball and at what angle to get

More information

5.0 Neutral Buoyancy Test

5.0 Neutral Buoyancy Test 5.0 Neutral Buoyancy Test Montgolfier balloons use solar energy to heat the air inside the balloon. The balloon used for this project is made out of a lightweight, black material that absorbs the solar

More information

Motion, Displacement Velocity and Acceleration

Motion, Displacement Velocity and Acceleration Motion, Displacement velocity and Acceleration Question paper 1 Level GCSE Subject Physics Exam Board CCEA Topic Motion Sub-Topic Motion, Displacement Velocity and Acceleration Booklet Question paper 1

More information

Numerical Simulations of a Train of Air Bubbles Rising Through Stagnant Water

Numerical Simulations of a Train of Air Bubbles Rising Through Stagnant Water Numerical Simulations of a Train of Air Bubbles Rising Through Stagnant Water Hong Xu, Chokri Guetari ANSYS INC. Abstract Transient numerical simulations of the rise of a train of gas bubbles in a liquid

More information

KNOWN: Mass, pressure, temperature, and specific volume of water vapor.

KNOWN: Mass, pressure, temperature, and specific volume of water vapor. .0 The specific volume of 5 kg of water vapor at.5 MPa, 440 o C is 0.60 m /kg. Determine (a) the volume, in m, occupied by the water vapor, (b) the amount of water vapor present, in gram moles, and (c)

More information

PYP 001 First Major Exam Code: Term: 161 Thursday, October 27, 2016 Page: 1

PYP 001 First Major Exam Code: Term: 161 Thursday, October 27, 2016 Page: 1 Term: 161 Thursday, October 27, 2016 Page: 1 *Read the following (20) questions and choose the best answer: 1 The motion of a swimmer during 30.0 minutes workout is represented by the graph below. What

More information

Page 2. Indicate with ticks ( ) in the table below which of the quantities are vectors and which are scalars. Velocity Speed Distance Displacement

Page 2. Indicate with ticks ( ) in the table below which of the quantities are vectors and which are scalars. Velocity Speed Distance Displacement Q1.(a) Indicate with ticks ( ) in the table below which of the quantities are vectors and which are scalars. Velocity Speed Distance Displacement vector scalar (b) A tennis ball is thrown vertically downwards

More information

Kinematics Review. What distance did the object travel in moving from point A to point B? A) 2.5 m B) 10. m C) 20. m D) 100 m

Kinematics Review. What distance did the object travel in moving from point A to point B? A) 2.5 m B) 10. m C) 20. m D) 100 m Kinematics Review 1. Base your answer to the following question on the diagram below which represents a 10-kilogram object at rest at point A. The object accelerates uniformly from point A to point B in

More information

3. How many kilograms of air is in the room?

3. How many kilograms of air is in the room? 1. Astronomers use density as a clue to the composition of distant objects. Judging by the orbits of its moons the mass of Saturn is found to be 5.68 10 26 kg. (a) Use its mean radius 58 230 km to determine

More information

Mechanical Energy I. Name: Date: Section C D F. Mr. Alex Rawson Physics

Mechanical Energy I. Name: Date: Section C D F. Mr. Alex Rawson Physics Name: Date: Section C D F Mechanical Energy I Mr. Alex Rawson Physics 1. One of the two Olympic weightlifting events is called the Clean and Jerk, shown below. As of Athens 2004, the record for Clean and

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

Georgian University GEOMEDI. Abstract. In this article we perform theoretical analysis of long jumps with the purpose to find

Georgian University GEOMEDI. Abstract. In this article we perform theoretical analysis of long jumps with the purpose to find On the t Influence of Air Resistance and Wind during Long Jump Egoyan A. E. ( alex1cen@yahoo.com ), Khipashvili I. A. Georgian University GEOMEDI Abstract. In this article we perform theoretical analysis

More information

Workshop 1: Bubbly Flow in a Rectangular Bubble Column. Multiphase Flow Modeling In ANSYS CFX Release ANSYS, Inc. WS1-1 Release 14.

Workshop 1: Bubbly Flow in a Rectangular Bubble Column. Multiphase Flow Modeling In ANSYS CFX Release ANSYS, Inc. WS1-1 Release 14. Workshop 1: Bubbly Flow in a Rectangular Bubble Column 14. 5 Release Multiphase Flow Modeling In ANSYS CFX 2013 ANSYS, Inc. WS1-1 Release 14.5 Introduction This workshop models the dispersion of air bubbles

More information

C) miles per hour. D) all of the above. 2) When you look at the speedometer in a moving car, you can see the car's

C) miles per hour. D) all of the above. 2) When you look at the speedometer in a moving car, you can see the car's Practice Kinematics Questions (Answers are at the end ) 1) One possible unit of speed is. A) light years per century. B) kilometers per hour. C) miles per hour. D) all of the above.. 2) When you look at

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

Summary of Guardian Protective Cover Impact Testing April 5, 2011

Summary of Guardian Protective Cover Impact Testing April 5, 2011 Summary of Protective Cover Impact Testing April 5, 11 Attached is the graphical data and analysis of representative impacts that occurred during testing from our tri-axial accelerometer. We used the DTS

More information

This IS A DRAG IS IT A LIFT!!!!! Aerodynamics

This IS A DRAG IS IT A LIFT!!!!! Aerodynamics Problems in Technology This IS A DRAG OR IS IT A LIFT!!!!! Aerodynamics Our mission is to better understand the science and study of aerodynamics. Well, simply put aerodynamics is the way air moves around

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

Math 116 Practice for Exam 1

Math 116 Practice for Exam 1 Math 116 Practice for Exam 1 Generated September 3, 215 Name: SOLUTIONS Instructor: Section Number: 1. This exam has 4 questions. Note that the problems are not of equal difficulty, so you may want to

More information

Student Exploration: Uniform Circular Motion

Student Exploration: Uniform Circular Motion Name: Date: Student Exploration: Uniform Circular Motion Vocabulary: acceleration, centripetal acceleration, centripetal force, Newton s first law, Newton s second law, uniform circular motion, vector,

More information

6.6 Gradually Varied Flow

6.6 Gradually Varied Flow 6.6 Gradually Varied Flow Non-uniform flow is a flow for which the depth of flow is varied. This varied flow can be either Gradually varied flow (GVF) or Rapidly varied flow (RVF). uch situations occur

More information

A tennis player hits a ball at a height of 2.4 m. The ball has an initial horizontal velocity.

A tennis player hits a ball at a height of 2.4 m. The ball has an initial horizontal velocity. 1991 Q31 A tennis player hits a ball at a height of 2.4 m. The ball has an initial horizontal velocity. The ball just passes over the net which is 0.6 m high and 6 m away from her. (Neglect air friction.)

More information

3. Approximately how far will an object near Earth's surface fall in 3.0 seconds? m m m m

3. Approximately how far will an object near Earth's surface fall in 3.0 seconds? m m m m Page 1 of 5 Sub work 10-10-02 Name 12-OCT-03 1. A car travels a distance of 98 meters in 10. seconds. What is the average speed of the car during this 10.-second interval? 1. 4.9 m/s 3. 49 m/s/ 2. 9.8

More information

Application of Numerical Methods in Calculating the Depth of Submerged Ball in a RO Water System

Application of Numerical Methods in Calculating the Depth of Submerged Ball in a RO Water System Research Article IJCRR Section: General Science Sci. Journal Impact Factor 4.016 ICV: 71.54 Application of Numerical Methods in Calculating the Depth of Submerged Ball in a RO Water System T. N. Kavitha

More information

PHYSICS 12 NAME: Kinematics and Projectiles Review

PHYSICS 12 NAME: Kinematics and Projectiles Review NAME: Kinematics and Projectiles Review (1-3) A ball is thrown into the air, following the path shown in the diagram. At 1, the ball has just left the thrower s hand. At 5, the ball is at its original

More information

ORF 201 Computer Methods in Problem Solving. Final Project: Dynamic Programming Optimal Sailing Strategies

ORF 201 Computer Methods in Problem Solving. Final Project: Dynamic Programming Optimal Sailing Strategies Princeton University Department of Operations Research and Financial Engineering ORF 201 Computer Methods in Problem Solving Final Project: Dynamic Programming Optimal Sailing Strategies Due 11:59 pm,

More information

Physics 1.8: Average Speed & Average Velocity

Physics 1.8: Average Speed & Average Velocity Physics 1.8: Average Speed & Average Velocity ICan2Ed, Inc. Average speed is defined as the total distance covered divided by the time interval. Adding all the distances of the sections of travel and dividing

More information

Fluids. James H Dann, Ph.D. Say Thanks to the Authors Click (No sign in required)

Fluids. James H Dann, Ph.D. Say Thanks to the Authors Click   (No sign in required) Fluids James H Dann, Ph.D. Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other interactive content, visit

More information

Name: Date: Math in Basketball: Take the Challenge Student Handout

Name: Date: Math in Basketball: Take the Challenge Student Handout Name: Date: Math in Basketball: Take the Challenge Student Handout When NBA player Elton Brand steps to the free throw line, a number of key variables can influence his shot. Your challenge is to use the

More information

1. A cannon shoots a clown directly upward with a speed of 20 m/s. What height will the clown reach?

1. A cannon shoots a clown directly upward with a speed of 20 m/s. What height will the clown reach? Physics R Date: 1. A cannon shoots a clown directly upward with a speed of 20 m/s. What height will the clown reach? How much time will the clown spend in the air? Projectile Motion 1:Horizontally Launched

More information

Transportation Engineering - II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee. Lecture - 35 Exit Taxiway

Transportation Engineering - II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee. Lecture - 35 Exit Taxiway Transportation Engineering - II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee Lecture - 35 Exit Taxiway Dear students, we are back with the lecture series of

More information

ATS 351, Spring 2009 Week 10, Lab #8 due April 2 nd What Makes the Wind Blow? - 60 points Please show your work for calculations.

ATS 351, Spring 2009 Week 10, Lab #8 due April 2 nd What Makes the Wind Blow? - 60 points Please show your work for calculations. ATS 351, Spring 2009 Week 10, Lab #8 due April 2 nd What Makes the Wind Blow? - 60 points Please show your work for calculations. Question #1: Sea Level Pressure (10 points) a) (4 points) How does sea-level

More information

Eg.#1 A diver steps off a 10. m. high diving board with an initial vertical velocity of zero and experiences an average acceleration 2

Eg.#1 A diver steps off a 10. m. high diving board with an initial vertical velocity of zero and experiences an average acceleration 2 1.3.1 Acceleration due to Gravity Defined as: For many years, it was thought that higher mass objects fall towards the Earth more quickly than lower mass objects. This idea was introduced in approximately

More information

NAME:... SCHOOL: LINEAR MOTION. Answer ALL questions in this paper in the spaces provided.

NAME:... SCHOOL: LINEAR MOTION. Answer ALL questions in this paper in the spaces provided. NAME:.... SCHOOL: DATE:... LINEAR MOTION INSTRUCTIONS TO CANDIDATES Answer ALL questions in this paper in the spaces provided. 1. Two forces that act on a moving cyclist are the driving force and the resistive

More information

Figure 1. What is the difference between distance and displacement?

Figure 1. What is the difference between distance and displacement? Q1.A train travels from town A to town B. Figure 1 shows the route taken by the train. Figure 1 has been drawn to scale. Figure 1 (a) The distance the train travels between A and B is not the same as the

More information

TWO DIMENSIONAL KINEMATICS

TWO DIMENSIONAL KINEMATICS PHYSICS HOMEWORK #11 TWO DIMENSIONAL [Remember that ALL vectors must be described by BOTH magnitude and direction!] 1. You walk 250. steps North and then 400. steps East. What is your displacement? (Distance

More information

REVIEW TEST Find the least common multiple (LCM) of the numbers 4, 18. A) 4 B) 2 C) 72 D) 1 E) 36

REVIEW TEST Find the least common multiple (LCM) of the numbers 4, 18. A) 4 B) 2 C) 72 D) 1 E) 36 REVIEW TEST 2. Find the least common multiple (LCM) of the numbers, 8. 2 72 6 2. Find the least common multiple (LCM) of the numbers 2, 20. 20 60 2. Find the greatest common factor (GCF) of the numbers,

More information

Phys 201A. Lab 6 - Motion with Constant acceleration Kinematic Equations

Phys 201A. Lab 6 - Motion with Constant acceleration Kinematic Equations Phys 201A Lab 6 - Motion with Constant acceleration Kinematic Equations Problems: It would be good to list your four kinematic equations below for ready reference. Kinematic equations 1) An amateur bowler

More information

4. Please Do Break the Crystal

4. Please Do Break the Crystal 4. Please Do Break the Crystal Tell the broken plate you are sorry. Mary Robertson. Programming constructs and algorithmic paradigms covered in this puzzle: Break statements, radix representations. You

More information

Motion. 1 Describing Motion CHAPTER 2

Motion. 1 Describing Motion CHAPTER 2 CHAPTER 2 Motion What You ll Learn the difference between displacement and distance how to calculate an object s speed how to graph motion 1 Describing Motion 2(D), 4(A), 4(B) Before You Read Have you

More information

Project Background and Scope

Project Background and Scope Project Background and Scope The purpose of the project is to generate a design that can easily and effectively convert a Laser sailboat to a human powered Flettner ship. A Flettner ship is a ship that

More information

1. Which one of the following is a vector quantity? A. time B. speed C. energy D. displacement

1. Which one of the following is a vector quantity? A. time B. speed C. energy D. displacement 1. Which one of the following is a vector quantity? A. time B. speed C. energy D. displacement 2. A car is travelling at a constant speed of 26.0 m/s down a slope which is 12.0 to the horizontal. What

More information

Physics 1021 Experiment 4. Buoyancy

Physics 1021 Experiment 4. Buoyancy 1 Physics 1021 Buoyancy 2 Buoyancy Apparatus and Setup Materials Force probe 1000 ml beaker Vernier Calipers Plastic cylinder String or paper clips Assorted bars and clamps Water Attach the force probe

More information

Additional Information

Additional Information Buoyancy Additional Information Any object, fully or partially immersed in a fluid, is buoyed up by a force equal to the weight of the fluid displaced by the object. Archimedes of Syracuse Archimedes principle

More information

CHAPTER 10: LINEAR KINEMATICS OF HUMAN MOVEMENT

CHAPTER 10: LINEAR KINEMATICS OF HUMAN MOVEMENT CHAPTER 10: LINEAR KINEMATICS OF HUMAN MOVEMENT 1. Vector mechanics apply to which of the following? A. displacement B. velocity C. speed D. both displacement and velocity 2. If velocity is constant, then

More information

Balloon Calculations

Balloon Calculations Balloon Calculations Timothy Paul Smith July 9, 2012 The purpose of this short note is to gather together all the equations and graphs which can be used to calculate the trajectory of a balloon, such as

More information

Physics P201 D. Baxter/R. Heinz

Physics P201 D. Baxter/R. Heinz Seat # Physics P201 D. Baxter/R. Heinz EXAM #1 September 26, 2002 7:00 9:00 PM INSTRUCTIONS 1. Sit in SEAT # given above. 2. DO NOT OPEN THE EXAM UNTIL YOU ARE TOLD TO DO SO. 3. Print your name (last name

More information

Draw a graph of speed against time on the grid provided.

Draw a graph of speed against time on the grid provided. 1. A car accelerates from rest to a speed of 26 m s 1. The table shows how the speed of the car varies over the first 30 seconds of motion. time/ s 0 5.0 10.0 15.0 20.0 25.0 30.0 speed/ m s 1 0 16.5 22.5

More information

The water supply for a hydroelectric plant is a reservoir with a large surface area. An outlet pipe takes the water to a turbine.

The water supply for a hydroelectric plant is a reservoir with a large surface area. An outlet pipe takes the water to a turbine. Fluids 1a. [1 mark] The water supply for a hydroelectric plant is a reservoir with a large surface area. An outlet pipe takes the water to a turbine. State the difference in terms of the velocity of the

More information

Fluid Mechanics - Hydrostatics. Sections 11 5 and 6

Fluid Mechanics - Hydrostatics. Sections 11 5 and 6 Fluid Mechanics - Hydrostatics Sections 11 5 and 6 A closed system If you take a liquid and place it in a system that is CLOSED like plumbing for example or a car s brake line, the PRESSURE is the same

More information

Physics terms. coefficient of friction. static friction. kinetic friction. rolling friction. viscous friction. air resistance

Physics terms. coefficient of friction. static friction. kinetic friction. rolling friction. viscous friction. air resistance Friction Physics terms coefficient of friction static friction kinetic friction rolling friction viscous friction air resistance Equations kinetic friction static friction rolling friction Models for friction

More information

Bikes and Energy. Pre- Lab: The Bike Speedometer. A Bit of History

Bikes and Energy. Pre- Lab: The Bike Speedometer. A Bit of History Bikes and Energy Pre- Lab: The Bike Speedometer A Bit of History In this lab you ll use a bike speedometer to take most of your measurements. The Pre- Lab focuses on the basics of how a bike speedometer

More information

Shedding Light on Motion Episode 4: Graphing Motion

Shedding Light on Motion Episode 4: Graphing Motion Shedding Light on Motion Episode 4: Graphing Motion In a 100-metre sprint, when do athletes reach their highest speed? When do they accelerate at the highest rate and at what point, if any, do they stop

More information

4.1 Why is the Equilibrium Diameter Important?

4.1 Why is the Equilibrium Diameter Important? Chapter 4 Equilibrium Calculations 4.1 Why is the Equilibrium Diameter Important? The model described in Chapter 2 provides information on the thermodynamic state of the system and the droplet size distribution.

More information

Equilibrium. Observations

Equilibrium. Observations Equilibrium Observations When you look closely at a rope you will see that it consists of several strands of twine. If you tried to hang a heavy (or massive) object on a single strand of twine it would

More information

Exam Question 9: Hydrostatics. March 6, Applied Mathematics: Lecture 8. Brendan Williamson. Introduction. Density, Weight and Volume

Exam Question 9: Hydrostatics. March 6, Applied Mathematics: Lecture 8. Brendan Williamson. Introduction. Density, Weight and Volume Exam Question 9: Hydrostatics March 6, 2017 This lecture is on hydrostatics, which is question 9 of the exam paper. Most of the situations we will study will relate to objects partly or fully submerged

More information

Perilous Plunge. Activity Guide PITSCO. Ideas Solutions V0708

Perilous Plunge. Activity Guide PITSCO. Ideas Solutions V0708 Perilous Plunge PITSCO & Ideas Solutions S T E M Activity Guide 59779 V0708 Perilous Plunge Activity Guide Introduction... 3 Science Activity Give em the Hooke!... 4 Exploring Hooke s Law.... 5 Technology

More information

Testing of hull drag for a sailboat

Testing of hull drag for a sailboat Testing of hull drag for a sailboat Final report For Autonomous Sailboat Project In Professor Ruina s Locomotion and Robotics Lab, Cornell Jian Huang jh2524@cornell.edu Mechanical Engineering, MEng student

More information

AP Physics B Summer Homework (Show work)

AP Physics B Summer Homework (Show work) #1 NAME: AP Physics B Summer Homework (Show work) #2 Fill in the radian conversion of each angle and the trigonometric value at each angle on the chart. Degree 0 o 30 o 45 o 60 o 90 o 180 o 270 o 360 o

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

Assignment 1 Unit 3 Work, Power, Efficiency, and Potential Energy Name: Multiple Choice. Show workings where necessary.

Assignment 1 Unit 3 Work, Power, Efficiency, and Potential Energy Name: Multiple Choice. Show workings where necessary. Assignment 1 Unit 3 Work, Power, Efficiency, and Potential Energy Name: Multiple Choice. Show workings where necessary. 1. In which situation is work not done? A) a frozen turkey is carried upstairs B)

More information

SOFTWARE. Sesam user course. 12 May 2016 HydroD Hydrostatics & Stability. Ungraded SAFER, SMARTER, GREENER DNV GL 2016

SOFTWARE. Sesam user course. 12 May 2016 HydroD Hydrostatics & Stability. Ungraded SAFER, SMARTER, GREENER DNV GL 2016 SOFTWARE Sesam user course DNV GL 1 SAFER, SMARTER, GREENER Scope of presentation Describe features & commands for performing a hydrostatic analysis, and their concepts Analysis setup Code-checking Reporting

More information

NEWTON S LAWS OF MOTION

NEWTON S LAWS OF MOTION NEWTON S LAWS OF MOTION Force The ability to cause a change in a state of motion of an object (Vector) The only thing that can cause an object to accelerate is a Force An object at rest will remain at

More information

(a) Calculate the speed of the sphere as it passes through the lowest point of its path.

(a) Calculate the speed of the sphere as it passes through the lowest point of its path. 1991 Q33 A sphere of mass 3 kg on the end of a wire is released from rest and swings through a vertical distance of 0.4 m. (Neglect air friction.) (a) Calculate the speed of the sphere as it passes through

More information

AP Physics 1 Multiple Choice Questions - Chapter 3

AP Physics 1 Multiple Choice Questions - Chapter 3 1 Resolve a speed vector of 25 m/s @ 55 above the horizontal into x and y components. a 8.25i + 7.55j b 7.55i + 8.25 j c 14.33i + 20.48j d 20.48i + 14.33j e None of the above 2 Resolve a momentum vector

More information

Physics 2048 Test 2 Dr. Jeff Saul Spring 2001

Physics 2048 Test 2 Dr. Jeff Saul Spring 2001 Physics 2048 Test 2 Dr. Jeff Saul Spring 2001 Name: Table: Date: READ THESE INSTRUCTIONS BEFORE YOU BEGIN Before you start the test, WRITE YOUR NAME ON EVERY PAGE OF THE EXAM. Calculators are permitted,

More information

Movement and Position

Movement and Position Movement and Position Syllabus points: 1.2 plot and interpret distance-time graphs 1.3 know and use the relationship between average speed, distance moved and 1.4 describe experiments to investigate the

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

Journal of Aeronautics & Aerospace

Journal of Aeronautics & Aerospace Journal of Aeronautics & Aerospace Engineering Journal of Aeronautics & Aerospace Engineering Landell-Mills, J Aeronaut Aerospace Eng 2017, 6:2 DOI: 10.4172/2168-9792.1000189 Research Article Open Access

More information

End of Chapter Exercises

End of Chapter Exercises End of Chapter Exercises Exercises 1 12 are conceptual questions that are designed to see if you have understood the main concepts of the chapter. 1. While on an airplane, you take a drink from your water

More information

SIO 210 MIDTERM, 26 October 2009.

SIO 210 MIDTERM, 26 October 2009. SIO 210 MIDTERM, 26 October 2009. Please mark your answers on the attached answer sheet, and turn in ONLY THE ANSWER SHEET. Donʼt forget to put your name on the answer sheet!! Here are some constants,

More information

Chapter 2: Linear Motion. Chapter 3: Curvilinear Motion

Chapter 2: Linear Motion. Chapter 3: Curvilinear Motion Chapter 2: Linear Motion Chapter 3: Curvilinear Motion Linear Motion Horizontal Motion - motion along x-axis Vertical Motion (Free-Falling Bodies) motion along y-axis Equation for Uniformly Accelerated

More information

Review: Fluids. container into which it has been poured. changes gases are compressible. pressure changes

Review: Fluids. container into which it has been poured. changes gases are compressible. pressure changes Forces in Fluids Review: Fluids o A fluid is a substance that is able to flow and assume the form of the container into which it has been poured o A compressible fluid is one that can change its volume

More information

College of Engineering

College of Engineering College of Engineering Department of Mechanical and Aerospace Engineering MAE-250, Section 001 Introduction to Aerospace Engineering Final Project Bottle Rocket Written By: Jesse Hansen Connor Petersen

More information

Wave Energy Atlas in Vietnam

Wave Energy Atlas in Vietnam Wave Energy Atlas in Vietnam Nguyen Manh Hung, Duong Cong Dien 1 1 Institute of Mechanics, 264 Doi Can Str. Hanoi, Vietnam nmhungim@gmail.com; duongdienim@gmail.com Abstract Vietnam has achieved remarkable

More information

Ch. 2 & 3 Velocity & Acceleration

Ch. 2 & 3 Velocity & Acceleration Ch. 2 & 3 Velocity & Acceleration Objective: Student will be able to Compare Velocity to Speed Identify what is acceleration Calculate velocity and acceleration from an equation and from slope of a graph.

More information

Physics for Scientist and Engineers third edition Kinematics 1-D

Physics for Scientist and Engineers third edition Kinematics 1-D Kinematics 1-D The position of a runner as a function of time is plotted along the x axis of a coordinate system. During a 3.00 s time interval, the runner s position changes from x1=50.0 m to x2= 30.5

More information

VECTORS Important Questions from CBSE point of view

VECTORS Important Questions from CBSE point of view VECTORS Important Questions from CBSE point of view LEVEL-1 1. Two forces have their resultant equal to either. At what angle are they inclined? 2. Add a velocity of 30 m/s eastwards to a velocity of 40

More information

End of Chapter Exercises

End of Chapter Exercises End of Chapter Exercises Exercises 1 12 are conceptual questions that are designed to see if you have understood the main concepts of the chapter. 1. While on an airplane, you take a drink from your water

More information

Energy of a Rolling Ball

Energy of a Rolling Ball Skills Practice Lab DATASHEET A Energy of a Rolling Ball Raised objects have gravitational potential energy (PE). Moving objects have kinetic energy (KE). In this lab, you will find out how these two kinds

More information

Compare the scalar of speed and the vector of velocity.

Compare the scalar of speed and the vector of velocity. Review Video QOD 2/14/12: Compare the scalar of speed and the vector of velocity. What are the equations for each? Feb 14 6:51 AM 1 Imagine that you are a race car driver. You push on the accelerator.

More information

Appendix : Categorization Task. Instructions

Appendix : Categorization Task. Instructions Appendix : Categorization Task Instructions Your task is to group the 25 problems below based upon similarity of solution into various groups on the sheet of paper provided. Problems that you consider

More information

: A WEB-BASED SOLVER FOR COMPRESSIBLE FLOW CALCULATIONS

: A WEB-BASED SOLVER FOR COMPRESSIBLE FLOW CALCULATIONS 2006-709: A WEB-BASED SOLVER FOR COMPRESSIBLE FLOW CALCULATIONS Harish Eletem, Lamar University HARISH ELETEM was a graduate student in the Department of Mechanical Engineering at Lamar University. He

More information

C-1: Aerodynamics of Airfoils 1 C-2: Aerodynamics of Airfoils 2 C-3: Panel Methods C-4: Thin Airfoil Theory

C-1: Aerodynamics of Airfoils 1 C-2: Aerodynamics of Airfoils 2 C-3: Panel Methods C-4: Thin Airfoil Theory ROAD MAP... AE301 Aerodynamics I UNIT C: 2-D Airfoils C-1: Aerodynamics of Airfoils 1 C-2: Aerodynamics of Airfoils 2 C-3: Panel Methods C-4: Thin Airfoil Theory AE301 Aerodynamics I : List of Subjects

More information

Physics 8, Fall 2017, Homework #5. Due at start of class on Friday, October 13, 2017

Physics 8, Fall 2017, Homework #5. Due at start of class on Friday, October 13, 2017 Physics 8, Fall 2017, Homework #5. Due at start of class on Friday, October 13, 2017 Problems marked with (*) must include your own drawing or graph representing the problem and at least one complete sentence

More information

Kinematics 1. A. coefficient of friction between the cart and the surface. B. mass of the cart. C. net force acting on the cart

Kinematics 1. A. coefficient of friction between the cart and the surface. B. mass of the cart. C. net force acting on the cart Kinematics 1 Name: Date: 1. 4. A cart moving across a level surface accelerates uniformly at 1.0 meter per second 2 for 2.0 seconds. What additional information is required to determine the distance traveled

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

ME217 Fall 2017 Calibration Assignment

ME217 Fall 2017 Calibration Assignment ME217 Fall 2017 Calibration Assignment Jane Doe November 6, 2017 1 1 Summary of problem statement Prof. Mammoli seeks to estimate the mechanical energy needed to propel himself and his roadbike from his

More information

Lab 12 Standing Waves

Lab 12 Standing Waves b Lab 12 Standing Waves What You Need To Know: Types of Waves The study of waves is a major part of physics. There are quite a few types of waves that can be studied. Depending on who you have for lecture

More information

Jeddah Knowledge International School. Science Revision Pack Answer Key Quarter 3 Grade 10

Jeddah Knowledge International School. Science Revision Pack Answer Key Quarter 3 Grade 10 Jeddah Knowledge International School Science Revision Pack Answer Key 2016-2017 Quarter 3 Grade 10 Name: Section: ANSWER KEY- SCIENCE GRADE 10, QUARTER 3 1 1. What are the units for mass? A Kilograms

More information

Chapter 13 Fluids. Copyright 2009 Pearson Education, Inc.

Chapter 13 Fluids. Copyright 2009 Pearson Education, Inc. Chapter 13 Fluids Phases of Matter Density and Specific Gravity Pressure in Fluids Atmospheric Pressure and Gauge Pressure Pascal s Principle Units of Chapter 13 Measurement of Pressure; Gauges and the

More information