Civil Engineering Computation. Initial Meeting and Class Setup EXCEL Review Problems

Size: px
Start display at page:

Download "Civil Engineering Computation. Initial Meeting and Class Setup EXCEL Review Problems"

Transcription

1 Civil Engineering Computation Initial Meeting and Class Setup EXCEL Review Problems

2 Class Meeting Times The class runs from 12:30 until 2:20 on Monday with the lab following at 2:30 This was the original plan but somehow the University didn t make the change in the schedule The class does not meet on Wednesdays. 2

3 First Issue Our first task is to complete a short survey on GIS. Please go to 3

4 First Issue Our first task is to complete a short survey on GIS. Please go to 4

5 Next Task 5 Now we can setup the submission site for you homework and projects.

6 Next Task 6 Now we can setup the submission site for you homework and projects.

7 Next Task 7 Now we can setup the submission site for you homework and projects.

8 Next Task 8

9 Next Task 9

10 Next Task Substitute your file name for DrP. 10

11 Next Task 11

12 Next Task 12

13 Computation 13 What tool do you need for the computation?

14 Computation What tool do you need for the computation? Hopefully, most of you can do this type of calculation in your head, or at least with pen and paper. You really don t need a calculator even though you could use on to make the calculation.

15 Computation What tool do you need for the computation? Now the computation is more complex and will require a calculator or some type of calculation device. No matter what you use for the computation, the question would be how many significant figures should you report.

16 Computation Significant Figures 16

17 Computation Significant Figures How to determine? How do you determine significant figures in a number? The significant figures are digits used to establish the value of the number. Zeros shown to merely locate the decimal (regardless if the decimal is shown) are typically not included as significant. 17

18 Computation Significant Figures 18

19 Computation Significant Figures What do they mean? Since virtually all numbers used in engineering are based on measurements, they have inherent uncertainty. l The number of significant figures implies the magnitude of that uncertainty. l 19

20 Computation Significant Figures What do they mean? Reporting the weight of an object as 4572 pounds implies an uncertainty on the order of a few pounds. l Reporting the weight as 4570 pounds implies an uncertainty on the order of a few 10 s of pounds. l 20

21 Computation Significant Figures No number is perfect, only good enough. Typically, in civil engineering, 2 or 3 significant figures would be appropriate. RARELY, does an engineer work with more precision than that! 21

22 Computation Significant Figures To illustrate how precise a number with three significant figures is, consider two numbers (3 sig figs, compared to 8 sig figs): 12,300,000 and 12,345,678. Compare the difference between these: (12,345,678-12,300,000) / 12,345,678 = = 0.37 % 22

23 Computation Significant Figures These numbers differ by less than one-half of one percent! Think of anything designed by civil engineers where everything is know to a higher degree of accuracy than 1 percent. 23

24 Computation Significant Figures What does it hurt to report a number with excessive significant figures? First of all, it shows that the engineer doesn t understand what numbers are. l Numbers are merely our way of quantifying the world. l Excessive significant figures communicate a level of precession that is not present. l 24

25 Computation Significant Figures So we will almost never present a solution to a civil engineering problem with more than two decimal places shown We won t always use two decimal places but that will be the upper limit usually 25

26 Computation 26 Now we will go to another problem. You are supervising the construction on a site and you have to estimate the payroll cost for the previous week. You have a 15 person crew and each has worked a different number of hours and is paid at a different rate. You also have an overtime rule that states time over 37.5 hours is paid at 1.5 times base rate and time over 48 hours is paid at 2.0 times base rate.

27 Computation ID Hours Pay Scale $17.26 $14.04 $31.81 $30.85 $27.22 $26.10 $27.61 $38.68 $28.65 $10.81 $17.07 $28.28 $27.38 $16.68 $12.43 Go ahead and work this out with you calculator. Write down your stand and end times and calculate how long it takes you to work this out.

28 Computation ID Hours Pay Scale $17.26 $14.04 $31.81 $30.85 $27.22 $26.10 $27.61 $38.68 $28.65 $10.81 $17.07 $28.28 $27.38 $16.68 $12.43 Now I am going to assume that this took a bit of time and was rather tedious. The idea isn t to work longer, it is to work harder. I am sure that most of you knew or guessed that a spreadsheet would have make this much easier and you would be correct.

29 Computation 29

30 Computation Another advantage that a spreadsheet would give us is the repeatability of calculations. Next week, the only thing that would have to be changed would be the number of hours each individual worked (assuming the same crew was on site). 30

31 Computation It is also easy to check and see how, each of the calculations was made. This makes checking for errors much easier if you are reviewing work from someone else. 31

32 EXCEL Review Problems Create an EXCEL worksheet that simulates throwing a pair of dice 20 times. To do so, enter the formula =RANDBETWEEN(1,6) in the first 20 rows of columns A and B. Each value will be a random integer between 1 and 6, representing the outcome of one random die. 32

33 EXCEL Review Problems Within each row of column C, please the sum of the corresponding values in columns A and B. In column D, place one of the following labels within each row: 33

34 EXCEL Review Problems If the value in column C is 7 or 11, display You Win If the value in column C is 2, 3, or 12, display You Lose Any other value, display Inconclusive 34

35 EXCEL Review Problems 35 The following table describes an environmental reaction for three chemical compounds as a function of time.

36 Time (sec) Conc A (mg/l) Conc B (mg/l) Conc C (mg/l)

37 EXCEL Review Problems Enter the data into an EXCEL worksheet. Plot all three concentrations as a function of time on the same graph. Each plot should be an x-y scatter type plot with a smooth curve between the points. Show all the individual data points. Display each data set in a different color. Save the graph on its own worksheet (chart). 37

38 EXCEL Review Problems 38

39 EXCEL Review Problems 39

40 EXCEL Review Problems 40

41 Modeling a Physical System You re given the task of predicting the velocity of a bungee jumper as a function of time during the free-fall part of the jump. This information will be used as part of a larger analysis to determine the length and required strength of the bungee cord for jumpers of different mass. 41

42 Modeling a Physical System Based on this insight and your knowledge of physics and fluid mechanics, you develop the following mathematical model for the rate of change of velocity with respect to time: dv c 2 dt 42 = g d m v

43 Modeling a Physical System dv cd 2 = g v dt m v = downward velocity t = time g = acceleration due to gravity cd = drag coefficient m = mass of the jumper 43

44 Modeling a Physical System dv cd 2 = g v dt m There is a closed form solution for this problem available through calculus! gc $ gm d v (t ) = tanh # t& cd " m % 44

45 Modeling a Physical System dv cd 2 v (t ) = = g v dt m 45! gc $ gm d tanh # t& cd " m % We really aren t concerned in this class with how you get to this solution but we will use it to check our approximate numerical solution.

46 Modeling a Physical System dv cd 2 v (t ) = = g v dt m 46! gc $ gm d tanh # t& cd " m % It is possible to make an approximation to the derivative here by looking at the velocity at very small time steps.

47 Modeling a Physical System dv cd 2 v (t ) = = g v dt m! gc $ gm d tanh # t& cd " m % Mathematically the approximation would be dv Δv v (ti+1 ) v (ti ) = dt Δt ti+1 ti 47

48 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % The smaller the time step (Δt) usually the better the approximation dv Δv v (ti+1 ) v (ti ) = dt Δt ti+1 ti 48

49 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % Now we can rearrange the expression to allow us to predict the velocity at the next time step from the velocity and the derivative at the current time step. dv v (ti ) + (ti+1 ti ) = v (ti+1 ) dt 49

50 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % Substituting the derivative in the original model " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m 50

51 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % Knowing the initial conditions v=v0 at t=0 and the parameters of the system, g, cd, and m, we can select a step size for t and use the equation below to model the velocity changes with time " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m 51

52 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % If we are looking for the terminal velocity, we will need to calculate the model until the velocity no longer changes " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m 52

53 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % The smaller (within reason) the value for the time step, the better the model will be but the longer it will take the model to make the calculations " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m 53

54 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % Not a real problem here but it can be a problem when the models become more complicated " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m 54

55 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % This method of approximation is known as the Euler s method or Euler s approximation " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m 55

56 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % Use a mass of 68.1 kg, g = 9.81 m/s2, and a drag coefficient of 0.25 kg/m. Determine the terminal velocity that will be attained. Use your calculator and a step size of 5 sec. " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m 56

57 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % Use a mass of 68.1 kg, g = 9.81 m/s2, and a drag coefficient of 0.25 kg/m. Determine the terminal velocity that will be attained. Now we will set up a spreadsheet and look at the same model. 57 " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m

58 Modeling a Physical System dv cd 2 = g v dt m! gc $ gm d v (t ) = tanh # t& cd " m % Now we can look at both our numerical approximation and the closed form solutions. " 2% cd v (ti ) + $ g ( v (ti )) ' (ti+1 ti ) = v (ti+1 ) # & m 58

59 In-Lab Problem The amount of a uniformly distributed bacterial contaminant contained in a closed reactor is measured by its concentration c (milligram/liter or mg/l). The bacteria are exposed to a disinfectant which causes the population to decrease at a decay rate proportional to its concentration; that is dc = kc dt 59

60 In-Lab Problem Use Euler s method to solve this equation from t = 0 to 1d with k=0.175d-1. Employ a step size of t=0.01d. The concentration at t = 0 is mg/l. dc = kc dt 60

61 In-Lab Problem Plot the solution on a semilog graph (i.e., ln c versus t) and determine the slope. Interpret your results. dc = kc dt 61

62 Homework Problem cha01102_ch01_ qxd 12/17/10 7:58 AM Page 21 A storage tank contains a liquid at depth y where y = 0 when the tank is half full. PROBLEMS Liquid is withdrawn at a constant flow rate Q to meet demands. y Qin 0 62 FIGURE P1.9 FIGURE

63 Homework Problem cha01102_ch01_ qxd 12/17/10 7:58 AM Page 21 The contents are resupplied at a sinusoidal rate 3Q sin2(t). An equation can be written forproblems this system as y dv day = = 3Qsin 2 (t ) Q dt dt 63 Qin 0 FIGURE P1.9 FIGURE

64 Homework Problem cha01102_ch01_ qxd 12/17/10 7:58 AM Page 21 The surface area is constant so the expression can be rewritten as PROBLEMS y Qin 2 dy 3Qsin (t ) Q = dt A 64 0 FIGURE P1.9 FIGURE

65 Homework Problem Use Euler s method to solve for the depth y from t = 0 to 10 d with a step size of 0.5 d. The parameter values are A = 1250 m2 and PROBLEMS Q = 450 m3/d. Assume that the initial condition is y = 0. cha01102_ch01_ qxd 12/17/10 7:58 AM Page 21 y Qin 2 dy 3Qsin (t ) Q = dt A 65 0 FIGURE P1.9 FIGURE

66 Homework Problem cha01102_ch01_ qxd 12/17/10 7:58 AM Page 21 Plot the depth y as a function of t. PROBLEMS y Qin 2 dy 3Qsin (t ) Q = dt A 66 0 FIGURE P1.9 FIGURE

67 Homework Problem cha01102_ch01_ qxd 12/17/10 7:58 AM Page 21 Now assume that the outflow if a function of the depth as shown below PROBLEMS y Qin Qsin t ) α (1+ y) dy ( = dt A 67 0 FIGURE P1.9 FIGURE

68 Homework Problem Use Euler s method to solve for the depth y from t = 0 to 10 d with a step size of 0.5 d. The parameter values are A = 1250 m2, Q = 450 m3/d, and α = 150. Assume PROBLEMS that the initial condition is y = 0. cha01102_ch01_ qxd 12/17/10 7:58 AM Page 21 y Qin Qsin t ) α (1+ y) dy ( = dt A 68 0 FIGURE P1.9 FIGURE

69 Homework Problem cha01102_ch01_ qxd 12/17/10 7:58 AM Page 21 Plot the results. PROBLEMS y Qin Qsin t ) α (1+ y) dy ( = dt A 69 0 FIGURE P1.9 FIGURE

70 Homework Problem 70 In addition to the downward force of gravity (weight) and drag, an object falling through a fluid is also subject to a buoyancy force which is proportional to the displaced volume.

71 Homework Problem 71 For example, for a sphere with diameter d (m), the sphere s volume is V = π d 3/6, and its projected area is A = πd2/4.

72 Homework Problem The buoyancy force can then be computed as Fb =-ρvg. Buoyancy was neglected in the bungee problem because it is relatively small for an object like a bungee jumper moving through air. However, for a more dense fluid like water, it becomes more prominent. 72

73 Homework Problem Rewrite the differential equation for the velocity for the special case of a sphere. Use this equation developed in to compute the terminal velocity (i.e., for the steady-state case). 73

74 Homework Problem 74 Use the following parameter values for a sphere falling through water: sphere diameter = 1 cm, sphere density = 2,700 kg/m3, water density = 1,000 kg/m3, and Cd = Use Euler s method with a step size of Δt = s to numerically solve for the velocity from t = 0 to 0.25 s with an initial velocity of zero. Plot your results.

What are Numerical Methods? (1/3)

What are Numerical Methods? (1/3) What are Numerical Methods? (1/3) Numerical methods are techniques by which mathematical problems are formulated so that they can be solved by arithmetic and logic operations Because computers excel at

More information

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab b Lab 3 Acceleration Physics 211 Lab What You Need To Know: The Physics In the previous lab you learned that the velocity of an object can be determined by finding the slope of the object s position vs.

More information

I. Pre-Lab Introduction

I. Pre-Lab Introduction I. Pre-Lab Introduction Please complete the following pages before the lab by filling in the requested items. A. Atomic notation: Atoms are composed of a nucleus containing neutrons and protons surrounded

More information

At the end of this project we hope to have designed a quality bungee experience for an egg.

At the end of this project we hope to have designed a quality bungee experience for an egg. 1 Bungee Lab 1 11/6/2014 Section 6 Is Hooke s Law an Appropriate Model for a Bungee Cord? Introduction At the end of this project we hope to have designed a quality bungee experience for an egg. To get

More information

of 8 28/11/ :25

of 8 28/11/ :25 Paul's Online Math Notes Home Content Chapter/Section Downloads Misc Links Site Help Contact Me Differential Equations (Notes) / First Order DE`s / Modeling with First Order DE's [Notes] Differential Equations

More information

Experiment 4 Free Fall

Experiment 4 Free Fall PHY9 Experiment 4: Free Fall 8/0/007 Page Experiment 4 Free Fall Suggested Reading for this Lab Bauer&Westfall Ch (as needed) Taylor, Section.6, and standard deviation rule ( t < ) rule in the uncertainty

More information

2.3: Modeling with Differential Equations

2.3: Modeling with Differential Equations 2.3: Modeling with Differential Equations Some General Comments: A mathematical model is an equation or set of equations that mimic the behavior of some phenomenon under certain assumptions/approximations.

More information

Physics 201 Lab 2 Air Drag Simulation

Physics 201 Lab 2 Air Drag Simulation Physics 201 Lab 2 Air Drag Simulation Jan 28, 2013 Equipment Initial Set Up Type the data from Table 1 into the appropriate cells. By preceding the content of the cell with an equal sign (as in cell A6)

More information

Experiment 0 ~ Introduction to Statistics and Excel Tutorial. Introduction to Statistics, Error and Measurement

Experiment 0 ~ Introduction to Statistics and Excel Tutorial. Introduction to Statistics, Error and Measurement Experiment 0 ~ Introduction to Statistics and Excel Tutorial Many of you already went through the introduction to laboratory practice and excel tutorial in Physics 1011. For that reason, we aren t going

More information

Purpose: Materials: WARNING! Section: Partner 2: Partner 1:

Purpose: Materials: WARNING! Section: Partner 2: Partner 1: Partner 1: Partner 2: Section: PLEASE NOTE: You will need this particular lab report later in the semester again for the homework of the Rolling Motion Experiment. When you get back this graded report,

More information

Hang Time Activity Background:

Hang Time Activity Background: Hang Time Activity Background: Gravity is everywhere! Without it, you would float away by just walking. If you were sleeping on your belly at night and sneezed, you would float to the ceiling. (That would

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information

Linear Motion with Constant Acceleration

Linear Motion with Constant Acceleration Linear Motion 1 Linear Motion with Constant Acceleration Overview: First you will attempt to walk backward with a constant acceleration, monitoring your motion with the ultrasonic motion detector. Then

More information

Physics 2A Lab 1 Measuring Human Reaction Time

Physics 2A Lab 1 Measuring Human Reaction Time Physics 2A Lab 1 Measuring Human Reaction Time Lana Sheridan De Anza College Sept 25, 2018 Overview Discussion of laboratory work Theory Equipment Procedure Why we do lab work To confirm or disprove hypotheses

More information

Name: Ryan Lesher Lab Partner: Brian D Ostroph Section: PHYS Date: 10/31/2017

Name: Ryan Lesher Lab Partner: Brian D Ostroph Section: PHYS Date: 10/31/2017 Title: Bungee Modeling the Dynamic Behavior of Bungee Cords Experiment Summary In this experiment, we attempted to obtain a model of how the dynamic behavior of bungee cords changes when the length of

More information

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 26, 2019 Outline 1 Cooling Models 2 Estimating the Cooling Rate k 3 Typical

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Project Two. Outline. James K. Peterson. March 27, Cooling Models. Estimating the Cooling Rate k. Typical Cooling Project Matlab Session

Project Two. Outline. James K. Peterson. March 27, Cooling Models. Estimating the Cooling Rate k. Typical Cooling Project Matlab Session Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 27, 2018 Outline Cooling Models Estimating the Cooling Rate k Typical Cooling

More information

Partner s Name: EXPERIMENT MOTION PLOTS & FREE FALL ACCELERATION

Partner s Name: EXPERIMENT MOTION PLOTS & FREE FALL ACCELERATION Name: Partner s Name: EXPERIMENT 500-2 MOTION PLOTS & FREE FALL ACCELERATION APPARATUS Track and cart, pole and crossbar, large ball, motion detector, LabPro interface. Software: Logger Pro 3.4 INTRODUCTION

More information

Math 2250 Lab 3 Due Date : 2/2/2017

Math 2250 Lab 3 Due Date : 2/2/2017 Math 2250 Lab Due Date : 2/2/2017 Name: UID: Unless stated otherwise, show all your work and explain your reasoning. You are allowed to use any results from lecture or the text as long as they are referenced

More information

Experiment: Oscillations of a Mass on a Spring

Experiment: Oscillations of a Mass on a Spring Physics NYC F17 Objective: Theory: Experiment: Oscillations of a Mass on a Spring A: to verify Hooke s law for a spring and measure its elasticity constant. B: to check the relationship between the period

More information

Physics 103 Newton s 2 nd Law On Atwood s Machine with Computer Based Data Collection

Physics 103 Newton s 2 nd Law On Atwood s Machine with Computer Based Data Collection Physics 103 Newton s 2 nd Law On Atwood s Machine with Computer Based Data Collection Materials Photogate with pulley, mass set, ~1.2 meter long string, LabPro analog to digital converter and a computer.

More information

Physics 121 for Majors

Physics 121 for Majors Physics 121 for Majors 121M Tutors Tutorial Lab N-304 ESC Ethan Fletcher: M 1pm 3pm, T 3-6 pm, Th 3-10 pm, W 7-9pm, F 3pm 6-10 pm Spencer Vogel: M 1-4pm, W 1-5pm, F1-3 pm Schedule Do Post-Class Check #4

More information

Capacitors. Chapter How capacitors work Inside a capacitor

Capacitors. Chapter How capacitors work Inside a capacitor Chapter 6 Capacitors In every device we have studied so far sources, resistors, diodes and transistors the relationship between voltage and current depends only on the present, independent of the past.

More information

Experiment 2. F r e e F a l l

Experiment 2. F r e e F a l l Suggested Reading for this Lab Experiment F r e e F a l l Taylor, Section.6, and standard deviation rule in Taylor handout. Review Chapters 3 & 4, Read Sections 8.1-8.6. You will also need some procedures

More information

EXPERIMENT 2 Acceleration of Gravity

EXPERIMENT 2 Acceleration of Gravity Name Date: Course number: Laboratory Section: Partners Names: Last Revised on Februrary 3, 08 Grade: EXPERIENT Acceleration of Gravity. Pre-Laboratory Work [0 pts]. You have just completed the first part

More information

1 Measurement Uncertainties

1 Measurement Uncertainties 1 Measurement Uncertainties (Adapted stolen, really from work by Amin Jaziri) 1.1 Introduction No measurement can be perfectly certain. No measuring device is infinitely sensitive or infinitely precise.

More information

Learning Goals The particle model for a complex object: use the center of mass! located at the center of mass

Learning Goals The particle model for a complex object: use the center of mass! located at the center of mass PS 12A Lab 3: Forces Names: Learning Goals After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Measure the normal force

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

Derivation of Kinematic Equations. View this after Motion on an Incline Lab

Derivation of Kinematic Equations. View this after Motion on an Incline Lab Derivation of Kinematic Equations View this after Motion on an Incline Lab Constant velocity Average velocity equals the slope of a position vs time graph when an object travels at constant velocity. v

More information

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates.

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates. Learning Goals Experiment 3: Force After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Find your center of mass by

More information

Chapter 12 Overview: Review of All Derivative Rules

Chapter 12 Overview: Review of All Derivative Rules Chapter 12 Overview: Review of All Derivative Rules The emphasis of the previous chapters was graphing the families of functions as they are viewed (mostly) in Analytic Geometry, that is, with traits.

More information

Newton s Cooling Model in Matlab and the Cooling Project!

Newton s Cooling Model in Matlab and the Cooling Project! Newton s Cooling Model in Matlab and the Cooling Project! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 10, 2014 Outline Your Newton

More information

In a radioactive source containing a very large number of radioactive nuclei, it is not

In a radioactive source containing a very large number of radioactive nuclei, it is not Simulated Radioactive Decay Using Dice Nuclei Purpose: In a radioactive source containing a very large number of radioactive nuclei, it is not possible to predict when any one of the nuclei will decay.

More information

TIphysics.com. Physics. Bell Ringer: Determining the Relationship Between Displacement, Velocity, and Acceleration ID: 13308

TIphysics.com. Physics. Bell Ringer: Determining the Relationship Between Displacement, Velocity, and Acceleration ID: 13308 Bell Ringer: Determining the Relationship Between Displacement, Velocity, and Acceleration ID: 13308 Time required 15 minutes Topic: Kinematics Construct and interpret graphs of displacement, velocity,

More information

Introduction to Physics Physics 114 Eyres

Introduction to Physics Physics 114 Eyres What is Physics? Introduction to Physics Collecting and analyzing experimental data Making explanations and experimentally testing them Creating different representations of physical processes Finding

More information

Forces and Newton s Second Law

Forces and Newton s Second Law Forces and Newton s Second Law Goals and Introduction Newton s laws of motion describe several possible effects of forces acting upon objects. In particular, Newton s second law of motion says that when

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 1. Arithmetic and Algebra 1.1. Arithmetic of Numbers. While we have calculators and computers

More information

One-to-one functions and onto functions

One-to-one functions and onto functions MA 3362 Lecture 7 - One-to-one and Onto Wednesday, October 22, 2008. Objectives: Formalize definitions of one-to-one and onto One-to-one functions and onto functions At the level of set theory, there are

More information

Course Project. Physics I with Lab

Course Project. Physics I with Lab COURSE OBJECTIVES 1. Explain the fundamental laws of physics in both written and equation form 2. Describe the principles of motion, force, and energy 3. Predict the motion and behavior of objects based

More information

Free Fall. v gt (Eq. 4) Goals and Introduction

Free Fall. v gt (Eq. 4) Goals and Introduction Free Fall Goals and Introduction When an object is subjected to only a gravitational force, the object is said to be in free fall. This is a special case of a constant-acceleration motion, and one that

More information

New Topic. PHYS 1021: Chap. 10, Pg 2. Page 1

New Topic. PHYS 1021: Chap. 10, Pg 2. Page 1 New Topic PHYS 1021: Chap. 10, Pg 2 Page 1 Statistics must be used to model physics systems that have large numbers of particles. Why is this?? We can only follow one or two or at best 3 particles at a

More information

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 GENERAL INFO The goal of this lab is to determine the speed of sound in air, by making measurements and taking into consideration the

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Determination of Density 1

Determination of Density 1 Introduction Determination of Density 1 Authors: B. D. Lamp, D. L. McCurdy, V. M. Pultz and J. M. McCormick* Last Update: February 1, 2013 Not so long ago a statistical data analysis of any data set larger

More information

5.2 Infinite Series Brian E. Veitch

5.2 Infinite Series Brian E. Veitch 5. Infinite Series Since many quantities show up that cannot be computed exactly, we need some way of representing it (or approximating it). One way is to sum an infinite series. Recall that a n is the

More information

PHYS 275 Experiment 2 Of Dice and Distributions

PHYS 275 Experiment 2 Of Dice and Distributions PHYS 275 Experiment 2 Of Dice and Distributions Experiment Summary Today we will study the distribution of dice rolling results Two types of measurement, not to be confused: frequency with which we obtain

More information

EXPERIMENT 2: FREE FALL

EXPERIMENT 2: FREE FALL LAB SECTION: NAME: EXPERIMENT : FREE FALL Introduction: In this lab, you will measure the acceleration of an object as it falls toward the earth s surface. Air resistance should not be a factor, so the

More information

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math.

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math. Regression, part II I. What does it all mean? A) Notice that so far all we ve done is math. 1) One can calculate the Least Squares Regression Line for anything, regardless of any assumptions. 2) But, if

More information

17-Nov-2015 PHYS MAXWELL WHEEL. To test the conservation of energy in a system with gravitational, translational and rotational energies.

17-Nov-2015 PHYS MAXWELL WHEEL. To test the conservation of energy in a system with gravitational, translational and rotational energies. Objective MAXWELL WHEEL To test the conservation of energy in a system with gravitational, translational and rotational energies. Introduction A wheel is suspended by two cords wrapped on its axis. After

More information

Laboratory 3: Acceleration due to gravity

Laboratory 3: Acceleration due to gravity Physics 1020 NAME Laboratory 3: Acceleration due to gravity Prelab: Please do this prelab before you read the lab writeup. In Laboratory 1 you made use of the value of g, the acceleration due to gravity

More information

Uniformly Accelerated Motion

Uniformly Accelerated Motion Uniformly Accelerated Motion 2-1 Uniformly Accelerated Motion INTRODUCTION All objects on the earth s surface are being accelerated toward the center of the earth at a rate of 9.81 m/s 2. 1 This means

More information

Mathematician Preemptive Strike 2 Due on Day 1 of Chapter 2

Mathematician Preemptive Strike 2 Due on Day 1 of Chapter 2 Mathematician Preemptive Strike Due on Day 1 of Chapter Your first experience with a Wiggle chart. Not to be confused with anything related to the Wiggles Note: It s also called a Sign chart, but since

More information

UNIT 4: ONE-DIMENSIONAL MOTION II A Mathematical Description Approximate Classroom Time: Two 110 minute sessions

UNIT 4: ONE-DIMENSIONAL MOTION II A Mathematical Description Approximate Classroom Time: Two 110 minute sessions Name St.No. - Date (YY/MM/DD) / / Section INSTRUCTOR VERSION UNIT 4: ONE-DIMENSIONAL MOTION II A Mathematical Description Approximate Classroom Time: Two 110 minute sessions At the point where a speeding

More information

2 One-dimensional motion with constant acceleration

2 One-dimensional motion with constant acceleration 2 One-dimensional motion with constant acceleration Experiment objectives: 1. Achieve a better understanding of how to solve position, velocity and acceleration problems in one-dimensional motion with

More information

Lab 1. What s In A Number? Which measuring device should I use? What do significant figures tell me? Is there really that much sugar in my soda?

Lab 1. What s In A Number? Which measuring device should I use? What do significant figures tell me? Is there really that much sugar in my soda? Lab 1. What s In A Number? Which measuring device should I use? What do significant figures tell me? Is there really that much sugar in my soda? Prelab Spend 5 minutes doing the following activity. Assign

More information

α m ! m or v T v T v T α m mass

α m ! m or v T v T v T α m mass FALLING OBJECTS (WHAT TO TURN IN AND HOW TO DO SO) In the real world, because of air resistance, objects do not fall indefinitely with constant acceleration. One way to see this is by comparing the fall

More information

Physics 191 Free Fall

Physics 191 Free Fall Physics 191 Free Fall 2016-09-21 1 Introduction 2 2 Experimental Procedure 2 3 Homework Questions - Hand in before class! 3 4 Data Analysis 3 4.1 Prepare the data in Excel..................................

More information

Rotational Motion. Figure 1: Torsional harmonic oscillator. The locations of the rotor and fiber are indicated.

Rotational Motion. Figure 1: Torsional harmonic oscillator. The locations of the rotor and fiber are indicated. Rotational Motion 1 Purpose The main purpose of this laboratory is to familiarize you with the use of the Torsional Harmonic Oscillator (THO) that will be the subject of the final lab of the course on

More information

Preface.

Preface. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Lab: Vectors. You are required to finish this section before coming to the lab. It will be checked by one of the lab instructors when the lab begins.

Lab: Vectors. You are required to finish this section before coming to the lab. It will be checked by one of the lab instructors when the lab begins. Lab: Vectors Lab Section (circle): Day: Monday Tuesday Time: 8:00 9:30 1:10 2:40 Name Partners Pre-Lab You are required to finish this section before coming to the lab. It will be checked by one of the

More information

Computer simulation of radioactive decay

Computer simulation of radioactive decay Computer simulation of radioactive decay y now you should have worked your way through the introduction to Maple, as well as the introduction to data analysis using Excel Now we will explore radioactive

More information

1 Lesson 13: Methods of Integration

1 Lesson 13: Methods of Integration Lesson 3: Methods of Integration Chapter 6 Material: pages 273-294 in the textbook: Lesson 3 reviews integration by parts and presents integration via partial fraction decomposition as the third of the

More information

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Chapter 9b: Numerical Methods for Calculus and Differential Equations Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Acceleration Initial-Value Problems Consider a skydiver

More information

Lecture 19: Introduction to Kinetics First a CH 302 Kinetics Study Guide (Memorize these first three pages, they are all the background you need)

Lecture 19: Introduction to Kinetics First a CH 302 Kinetics Study Guide (Memorize these first three pages, they are all the background you need) Lecture 19: Introduction to Kinetics First a CH 302 Kinetics Study Guide (Memorize these first three pages, they are all the background you need) Reaction Rate: The most important issue in kinetics is

More information

How to work out really complicated motion. Iteration and Problem Solving Strategies. Let s go. Vertical spring-mass.

How to work out really complicated motion. Iteration and Problem Solving Strategies. Let s go. Vertical spring-mass. Iteration and Problem Solving Strategies How to solve anything! How to work out really complicated motion Break it up into little tiny steps. Use an approximate method for each step. Add them all up. Vertical

More information

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end.

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. Math 307, Midterm 2 Winter 2013 Name: Instructions. DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. There

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

More information

AP Physics Laboratory #6.1: Analyzing Terminal Velocity Using an Interesting Version of Atwood s Machine

AP Physics Laboratory #6.1: Analyzing Terminal Velocity Using an Interesting Version of Atwood s Machine AP Physics Laboratory #6.1: Analyzing Terminal Velocity Using an Interesting Version of Atwood s Machine Name: Date: Lab Partners: PURPOSE The purpose of this Laboratory is to study a system as it approaches

More information

Switch. R 5 V Capacitor. ower upply. Voltmete. Goals. Introduction

Switch. R 5 V Capacitor. ower upply. Voltmete. Goals. Introduction Switch Lab 6. Circuits ower upply Goals + + R 5 V Capacitor V To appreciate the capacitor as a charge storage device. To measure the voltage across a capacitor as it discharges through a resistor, and

More information

Experiment IV. To find the velocity of waves on a string by measuring the wavelength and frequency of standing waves.

Experiment IV. To find the velocity of waves on a string by measuring the wavelength and frequency of standing waves. Experiment IV The Vibrating String I. Purpose: To find the velocity of waves on a string by measuring the wavelength and frequency of standing waves. II. References: Serway and Jewett, 6th Ed., Vol., Chap.

More information

PHYS.1410 Physics I Exam 1 Spring 2016 (version A)

PHYS.1410 Physics I Exam 1 Spring 2016 (version A) PHYS.1410 Physics I Exam 1 Spring 016 (version A) Recitation Section Number Name (PRINT) / LAST FIRST Last 3 Digits of Student ID Number: Fill out the above section of this page and print your last name

More information

Switch. R 5 V Capacitor. ower upply. Voltmete. Goals. Introduction

Switch. R 5 V Capacitor. ower upply. Voltmete. Goals. Introduction Switch Lab 6. Circuits ower upply Goals + + R 5 V Capacitor V To appreciate the capacitor as a charge storage device. To measure the voltage across a capacitor as it discharges through a resistor, and

More information

Chapter 14: Finding the Equilibrium Solution and Exploring the Nature of the Equilibration Process

Chapter 14: Finding the Equilibrium Solution and Exploring the Nature of the Equilibration Process Chapter 14: Finding the Equilibrium Solution and Exploring the Nature of the Equilibration Process Taking Stock: In the last chapter, we learned that equilibrium problems have an interesting dimension

More information

USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS).

USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS). USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS). Note to physics students: Even if this tutorial is not given as an assignment, you are responsible for knowing the material contained

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

More information

Section 5.4. Ken Ueda

Section 5.4. Ken Ueda Section 5.4 Ken Ueda Students seem to think that being graded on a curve is a positive thing. I took lasers 101 at Cornell and got a 92 on the exam. The average was a 93. I ended up with a C on the test.

More information

The Euler Method for the Initial Value Problem

The Euler Method for the Initial Value Problem The Euler Method for the Initial Value Problem http://people.sc.fsu.edu/ jburkardt/isc/week10 lecture 18.pdf... ISC3313: Introduction to Scientific Computing with C++ Summer Semester 2011... John Burkardt

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

1m 100cm=1m =1 100cm 1m 89cm = 0.89m 100cm

1m 100cm=1m =1 100cm 1m 89cm = 0.89m 100cm Units and Measurement Physics 40 Lab 1: Introduction to Measurement One of the most important steps in applying the scientific method is experiment: testing the prediction of a hypothesis. Typically we

More information

Principles and Problems. Chapter 1: A Physics Toolkit

Principles and Problems. Chapter 1: A Physics Toolkit PHYSICS Principles and Problems Chapter 1: A Physics Toolkit CHAPTER 1 A Physics Toolkit BIG IDEA Physicists use scientific methods to investigate energy and matter. CHAPTER 1 Table Of Contents Section

More information

SUMMER ASSIGNMENT - AP PHYSICS 1 & 2

SUMMER ASSIGNMENT - AP PHYSICS 1 & 2 Welcome to AP Physics! SUMMER ASSIGNMENT - AP PHYSICS 1 & 2 Please follow the instructions carefully. The assignment consists of 3 parts as detailed below. The first two parts require you to buy supplies

More information

DISCRETE RANDOM VARIABLES EXCEL LAB #3

DISCRETE RANDOM VARIABLES EXCEL LAB #3 DISCRETE RANDOM VARIABLES EXCEL LAB #3 ECON/BUSN 180: Quantitative Methods for Economics and Business Department of Economics and Business Lake Forest College Lake Forest, IL 60045 Copyright, 2011 Overview

More information

Geology Geomath Computer Lab Quadratics and Settling Velocities

Geology Geomath Computer Lab Quadratics and Settling Velocities Geology 351 - Geomath Computer Lab Quadratics and Settling Velocities In Chapter 3 of Mathematics: A simple tool for geologists, Waltham takes us through a brief review of quadratic equations and their

More information

Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity?

Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity? Lab Exercise: Gravity (Report) Your Name & Your Lab Partner s Name Due Date Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity? 2. What are several advantage of

More information

Problem Solving. Kurt Bryan. Here s an amusing little problem I came across one day last summer.

Problem Solving. Kurt Bryan. Here s an amusing little problem I came across one day last summer. Introduction Problem Solving Kurt Bryan Here s an amusing little problem I came across one day last summer. Problem: Find three distinct positive integers whose reciprocals add up to one. Prove that the

More information

This term refers to the physical quantity that is the result of the measurement activity.

This term refers to the physical quantity that is the result of the measurement activity. Metrology is the science of measurement and involves what types of measurements are possible, standards, how to properly represent a number and how to represent the uncertainty in measurement. In 1993

More information

Experiment 1 Chemical Kinetics 1

Experiment 1 Chemical Kinetics 1 Experiment 1 Chemical Kinetics 1 Purpose: Determine the rate law for the reaction of the dye crystal violet with hydroxide. Reading: Brown, et. al., Chemistry The Central Science, sections 14.1 14.4. Introduction

More information

Lab 6 Forces Part 2. Physics 225 Lab

Lab 6 Forces Part 2. Physics 225 Lab b Lab 6 Forces Part 2 Introduction This is the second part of the lab that you started last week. If you happen to have missed that lab then you should go back and read it first since this lab will assume

More information

Many kinds of creatures jump. That

Many kinds of creatures jump. That Newton s Laws: Jumping Grasshoppers 1 Introduction Many kinds of creatures jump. That is, they move by pushing off the ground and moving through the air both horizontally and vertically. Their motion is

More information

Lab I. 2D Motion. 1 Introduction. 2 Theory. 2.1 scalars and vectors LAB I. 2D MOTION 15

Lab I. 2D Motion. 1 Introduction. 2 Theory. 2.1 scalars and vectors LAB I. 2D MOTION 15 LAB I. 2D MOTION 15 Lab I 2D Motion 1 Introduction In this lab we will examine simple two-dimensional motion without acceleration. Motion in two dimensions can often be broken up into two separate one-dimensional

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

Introduction to Uncertainty and Treatment of Data

Introduction to Uncertainty and Treatment of Data Introduction to Uncertainty and Treatment of Data Introduction The purpose of this experiment is to familiarize the student with some of the instruments used in making measurements in the physics laboratory,

More information

Differential Equations

Differential Equations This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

SCI 531: AP Physics 1

SCI 531: AP Physics 1 2017 Summer Assignment SCI 531: AP Physics 1 King School SCI 531: AP Physics 1 Summer Assignment Welcome to AP Physics at King! Both AP Physics 1 and C (mechanics) are college level courses that are sure

More information

Prof. Rupak Mahapatra. Physics 218, Chapter 7 & 8 1

Prof. Rupak Mahapatra. Physics 218, Chapter 7 & 8 1 Chapter 7, 8 & 9 Work and Eergy Prof. Rupak Mahapatra Physics 218, Chapter 7 & 8 1 Checklist for Today EOC Exercises from Chap 7 due on Monday Reading of Ch 8 due on Monday Physics 218, Chapter 7 & 8 2

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Lab I. 2D Motion. 1 Introduction. 2 Theory. 2.1 scalars and vectors LAB I. 2D MOTION 15

Lab I. 2D Motion. 1 Introduction. 2 Theory. 2.1 scalars and vectors LAB I. 2D MOTION 15 LAB I. 2D MOTION 15 Lab I 2D Motion 1 Introduction In this lab we will examine simple two-dimensional motion without acceleration. Motion in two dimensions can often be broken up into two separate one-dimensional

More information

Title of Lesson: Can All Things Stretch? RET Project Connection: Failure Modes of Lightweight Sandwich Structures

Title of Lesson: Can All Things Stretch? RET Project Connection: Failure Modes of Lightweight Sandwich Structures Title of Lesson: Can All Things Stretch? RET Project Connection: Failure Modes of Lightweight Sandwich Structures RET Teacher: Michael Wall School: Andover High School Town/District: Andover Public Schools

More information