SEMESTER 1, 2016 EXAMINATION INSTRUCTIONS TO CANDIDATES

Size: px
Start display at page:

Download "SEMESTER 1, 2016 EXAMINATION INSTRUCTIONS TO CANDIDATES"

Transcription

1 Faculty of Technology and Built Environment Department of Civil Engineering BACHELOR OF ENGINEERING TECHNOLOGY METRO GROUP SEMESTER 1, 2016 EXAMINATION SUBJECT: CODE: Engineering computing ENGG MG5001 SHEET: 1 of 6 SEMESTER: 1 DATE: Friday 24 th June 2016 DURATION: 2 Hours Assessment breakdown: This examination 40% Other 60% This examination has Total No.3 questions The total mark for this examination is 100 INSTRUCTIONS TO CANDIDATES 10 Minutes reading time will be allowed before commencement of the examination. This is an open book examination. Answer ALL questions. Non programmable electronic calculators are permitted. For Question 1 type your answers into the electronic version of this exam document and upload the entire document to Moodle link called EXAM Q1 For Question 2 you will create an Excel spreadsheet, and upload this separately to Moodle link EXAM Q2 For Question 3 you will create a MACRO-enabled Excel spreadsheet, and upload this to Moodle link EXAM Q3 Suggestion: Frequently save, and perhaps even backup your work. You will be required to remain in the examination room for the entire duration of the examination period.

2 QUESTION 1: SCILAB (55 marks) Answer this question using SCILAB scripting code. Copy and paste your code in the answer boxes below each question, where indicated. NOTE THAT YOU MUST USE SCILAB CODE TO SOLVE THE PROBLEMS TO BE AWARDED MARKS. (a) Calculate A x B / 8 (8 marks) (place the code in the answer box below, and then just type (or copy and paste) the values of the answer matrix) (b) Use SCILAB to solve for a, b, c, and d: (12 marks) 5x + 4y + 2z = 26 3y + 5z 8k +12 = 0 2x + 3y + 2z + k =18 8y + 2z - 3k - 8= 0 (place the code in the answer box below, and also show values for x, y, z, and k) (c) Consider the polynomial: yy = 2xx 3 + xx 2 5xx + 8 Find y 2 * z where z is a polynomial with roots -5, -2, 4 (note that z also has the independent variable x ) (place the code in the answer box below, and include the answer) (11 marks) (d) The New Zealand seismic response spectrum for structures founded on Class A and B strong rock is as follows: (12 marks) Semester 1, 2016 Examination ENGG MG5001 ENGINEERING COMPUTING Page 2 of 6

3 Write a function called ResponseSpectrum, that plots Ch as a function of the fundamental period of vibration, T. Separate from the function code, provide the code that you would write in Scilab to invoke the function, and use it to plot the response for time, t = 0 to 2 seconds at intervals of 0.05 seconds. Your plot should resemble something like this: (place the code in the answer box below. Note that you do not need to include the graph itself) (e) The dynamic response of a damped system can be expressed by Duhamel s integral as follows: zz UU(zz) = 1 FF(tt)ee ξξξξ(zz tt) ssssss ωω mmωω DD (zz tt) dd tt DD 0 Where F(t) = 500t, ξ is the damping ratio, ω is the natural frequency, ωd the damped frequency, and m the mass, t is time, and z also represents time. Adopting values of ξ =0.15, m = 1000 kg, ω = 6.28 rad/sec, ωd = 6.21 rad/sec, write a function called U.The user is prompted to input values for z, and the answer is displayed as follows The calculated response displacement is xxxxxxx m. (Note that arguments and return variables are not required for this question. The function integrate may be of help). (12 marks) Semester 1, 2016 Examination ENGG MG5001 ENGINEERING COMPUTING Page 3 of 6

4 Now run the function in Scilab, and find the response displacement at z = 6 seconds. (place the code in the answer box below, making sure to include the answer for response displacement at z = 6 seconds) QUESTION 2 (20 marks): EXCEL: Relative and absolute referencing Answer this question using Excel Once you have completed the spreadsheet, upload to moodle using the link provided specifically for Question 2 The Manning Equation for open channel flow is: where V is the average flow velocity, n is the Manning roughness, A the flow area, P the wetted perimeter, and S the slope. Set up and format a spreadsheet as shown below, and then write a formula using both relative and absolute referencing that will populate the table with the calculated velocity of flow in the pipe, V, for values of n between and 0.02, and values of S from 0.02 to 0.2, as shown in the figure below. Semester 1, 2016 Examination ENGG MG5001 ENGINEERING COMPUTING Page 4 of 6

5 QUESTION 3: VBA and EXCEL (25 marks) Answer this question using Excel and VBA. SHOW ALL CODE FOR FULL MARKS. Once you have completed the spreadsheet, upload to moodle using the link provided specifically for Question 3. Make sure you save as a MACRO-ENABLED workbook. This exercise will calculate the height of a stack of Belleville spring washers required to achieve a certain bolt tension. The equation is: h TTTT = nn pppppppppppppppp tt + dd ffffffff nn ssssssssssss TT bb nn pppppppppppppppp PP ffffffff nn ssssssssssss dd ffffffff Where htb is the stack height, nparallel the number of washers in parallel, nseries is the number of washers in series, t is the washer thickness, dflat the flat deflection, Tb the bolt tension, and Pflat the force required to flatten a single washer. Create a new spreadsheet and save as MacroEnabled. Set the spreadsheet up as follows. Note that the four combo boxes and one command box are all FORM buttons. Populate the comboboxes as follows: Tb : 0 to at intervals of 1000 nseries : 1 to 10 at intervals of 1 nparallel : 1 to 10 at intervals of 1 t : 0.2 to 4.2, at intervals of 0.1 For cells D2, D4, D6, and D8 write equations in the cells to reflect the values displayed in their respective combo boxes. Note that for cells D10 and D12, the values are simply entered in. Now write a Sub (or Macro) called GetStackHeight in which htb is calculated from values on the spreadsheet, and the answer updated to Cell D15. Semester 1, 2016 Examination ENGG MG5001 ENGINEERING COMPUTING Page 5 of 6

6 Also, within the sub, if Tb is greater than nparallel x Pflat, the answer will be invalid. For an invalid answer, add code to the same sub, in which cell D15 shows nothing, and a message box appears saying Tb is too large! Semester 1, 2016 Examination ENGG MG5001 ENGINEERING COMPUTING Page 6 of 6

Problem Weight Score Total 100

Problem Weight Score Total 100 EE 350 EXAM IV 15 December 2010 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO DO SO Problem Weight Score 1 25 2 25 3 25 4 25 Total

More information

a. Follow the Start-Up Procedure in the laboratory manual. Note the safety rules.

a. Follow the Start-Up Procedure in the laboratory manual. Note the safety rules. Lab #1 - Free Vibration Name: Date: Section / Group: Procedure Steps (from lab manual): a. Follow the Start-Up Procedure in the laboratory manual. Note the safety rules. b. Locate the various springs and

More information

Problem Out of Score Problem Out of Score Total 45

Problem Out of Score Problem Out of Score Total 45 Midterm Exam #1 Math 11, Section 5 January 3, 15 Duration: 5 minutes Name: Student Number: Do not open this test until instructed to do so! This exam should have 8 pages, including this cover sheet. No

More information

The Princeton Review AP Calculus BC Practice Test 2

The Princeton Review AP Calculus BC Practice Test 2 0 The Princeton Review AP Calculus BC Practice Test CALCULUS BC SECTION I, Part A Time 55 Minutes Number of questions 8 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION Directions: Solve each

More information

Unit Trip April 20, 2011, 13:40:53 CDT. McDonald Angle Relative to U.T. Austin Second

Unit Trip April 20, 2011, 13:40:53 CDT. McDonald Angle Relative to U.T. Austin Second _35_EE394J_Spring11 Order_Illustrator.doc Ringdown Analysis of Voltage Phase Angle Using 30 Point-per- Synchrophasor Data and the Excel Solver 52.5 57.75.19 52.95 0.95-1.19 53.30 2.28 1.84 0.544 0.127

More information

2. Similarly, 8 following generalization: The denominator of the rational exponent is the index of the radical.

2. Similarly, 8 following generalization: The denominator of the rational exponent is the index of the radical. RD. Rational Exponents Rational Exponents In sections P and RT, we reviewed properties of powers with natural and integral exponents. All of these properties hold for real exponents as well. In this section,

More information

PHYS 124 Section A1 Mid-Term Examination Spring 2006 SOLUTIONS

PHYS 124 Section A1 Mid-Term Examination Spring 2006 SOLUTIONS PHYS 14 Section A1 Mid-Term Examination Spring 006 SOLUTIONS Name Student ID Number Instructor Marc de Montigny Date Monday, May 15, 006 Duration 60 minutes Instructions Items allowed: pen or pencil, calculator

More information

Assignment 4: VBA Programming

Assignment 4: VBA Programming CEE 3804: Computer Applications in Civil Engineering Spring 2015 Date Due: February 24, 2015 Assignment 4: VBA Programming Instructor: Trani Problem 1 This problem deals with a beam supported at both ends

More information

Assignment 4: VBA Programming

Assignment 4: VBA Programming CEE 3804: Computer Applications in Civil Engineering Spring 2012 Assignment 4: VBA Programming Date Due: February 21, 2012 Instructor: Trani Problem 1 The distance between two points on the surface of

More information

BSc/MSci MidTerm Test

BSc/MSci MidTerm Test BSc/MSci MidTerm Test PHY-217 Vibrations and Waves Time Allowed: 40 minutes Date: 18 th Nov, 2011 Time: 9:10-9:50 Instructions: Answer ALL questions in section A. Answer ONLY ONE questions from section

More information

Equation Sheet, Phys 1321 (Exam II), University of Houston, Fall 2016 Instructor: Dr. W. P. Su

Equation Sheet, Phys 1321 (Exam II), University of Houston, Fall 2016 Instructor: Dr. W. P. Su vv (tt) = ddrr (tt) dddd vv aaaaaa = Δrr Δtt aa (tt) = ddvv (tt) dddd aa aaaaaa = Δvv Δtt Equation Sheet, Phys 1321 (Exam II), University of Houston, Fall 2016 Instructor: Dr. W. P. Su AAAAAA. ssssssssss

More information

ENGR220 Dynamics. Final Exam

ENGR220 Dynamics. Final Exam Spring Semester 2006 1 ENGR220 Dynamics Final Exam Instructions: 110 minutes to complete. Closed-book, 4 exam reference sheets allowed. Turn computations and exam in to instructor at the end of the exam

More information

UNIVERSITY OF WATERLOO FINAL EXAMINATION FALL TERM 2005

UNIVERSITY OF WATERLOO FINAL EXAMINATION FALL TERM 2005 UNIVERSITY OF WATERLOO FINAL EXAMINATION FALL TERM 2005 COURSE NUMBER AMATH 250 COURSE TITLE Introduction to Differential Equations DATE OF EXAM Tuesday December 20, 2005 TIME PERIOD DURATION OF EXAM NUMBER

More information

Homework Assignment 4 Root Finding Algorithms The Maximum Velocity of a Car Due: Friday, February 19, 2010 at 12noon

Homework Assignment 4 Root Finding Algorithms The Maximum Velocity of a Car Due: Friday, February 19, 2010 at 12noon ME 2016 A Spring Semester 2010 Computing Techniques 3-0-3 Homework Assignment 4 Root Finding Algorithms The Maximum Velocity of a Car Due: Friday, February 19, 2010 at 12noon Description and Outcomes In

More information

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics Physics 115.3 MIDTERM EXAM October 18, 018 Time: 90 minutes NAME: Solutions STUDENT NO.: (Last) Please Print (Given) LECTURE SECTION

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

TECHNICAL NOTE AUTOMATIC GENERATION OF POINT SPRING SUPPORTS BASED ON DEFINED SOIL PROFILES AND COLUMN-FOOTING PROPERTIES

TECHNICAL NOTE AUTOMATIC GENERATION OF POINT SPRING SUPPORTS BASED ON DEFINED SOIL PROFILES AND COLUMN-FOOTING PROPERTIES COMPUTERS AND STRUCTURES, INC., FEBRUARY 2016 TECHNICAL NOTE AUTOMATIC GENERATION OF POINT SPRING SUPPORTS BASED ON DEFINED SOIL PROFILES AND COLUMN-FOOTING PROPERTIES Introduction This technical note

More information

Review for MA Final Exam

Review for MA Final Exam Review for MA 00 Final Eam Date Time Room Student ID Number (This will be needed on the scantron form for the eam.) Instructions for Students to get ID# a. Go to the IPFW website at www.@ ipfw.edu b. Log

More information

Final Exam April 30, 2013

Final Exam April 30, 2013 Final Exam Instructions: You have 120 minutes to complete this exam. This is a closed-book, closed-notes exam. You are allowed to use a calculator during the exam. Usage of mobile phones and other electronic

More information

Spring 2018 Math Week Week 1 Task List

Spring 2018 Math Week Week 1 Task List Spring 2018 Math 143 - Week 1 25 Week 1 Task List This week we will cover Sections 1.1 1.4 in your e-book. Work through each of the following tasks, carefully filling in the following pages in your notebook.

More information

Radicals and Radical Functions

Radicals and Radical Functions 0 Radicals and Radical Functions So far we have discussed polynomial and rational expressions and functions. In this chapter, we study algebraic expressions that contain radicals. For example, + 2,, or.

More information

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Creating Feature Objects and Mapping Attributes to the 2D Grid Populate hydrologic parameters in a GSSHA model using land use and soil data Objectives This tutorial

More information

Speed of waves. Apparatus: Long spring, meter stick, spring scale, stopwatch (or cell phone stopwatch)

Speed of waves. Apparatus: Long spring, meter stick, spring scale, stopwatch (or cell phone stopwatch) Name: Speed of waves Group Members: Date: TA s Name: Apparatus: Long spring, meter stick, spring scale, stopwatch (or cell phone stopwatch) Objectives 1. To directly calculate the speed of waves in a stretched

More information

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics Physics 115.3 MIDTERM TEST October 23, 2014 Time: 90 minutes NAME: (Last) Please Print (Given) STUDENT NO.: LECTURE SECTION (please

More information

The University of British Columbia Final Examination - April, 2007 Mathematics 257/316

The University of British Columbia Final Examination - April, 2007 Mathematics 257/316 The University of British Columbia Final Examination - April, 2007 Mathematics 257/316 Closed book examination Time: 2.5 hours Instructor Name: Last Name:, First: Signature Student Number Special Instructions:

More information

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Exam 1c 1/31/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 8 pages (including this cover page) and 7 problems. Check to see if any pages

More information

Specialist Mathematics 2019 v1.2

Specialist Mathematics 2019 v1.2 Examination (15%) This sample has been compiled by the QCAA to assist and support teachers in planning and developing assessment instruments for individual school settings. The examination must ensure

More information

ME5286 Robotics Spring 2017 Quiz 2

ME5286 Robotics Spring 2017 Quiz 2 Page 1 of 5 ME5286 Robotics Spring 2017 Quiz 2 Total Points: 30 You are responsible for following these instructions. Please take a minute and read them completely. 1. Put your name on this page, any other

More information

The Design of a Multiple Degree of Freedom Flexure Stage with Tunable Dynamics for Milling Experimentation

The Design of a Multiple Degree of Freedom Flexure Stage with Tunable Dynamics for Milling Experimentation The Design of a Multiple Degree of Freedom Flexure Stage with Tunable Dynamics for Milling Experimentation Mark A. Rubeo *, Kadir Kiran *, and Tony L. Schmitz The University of North Carolina at Charlotte,

More information

Thursday 12 June 2014 Afternoon

Thursday 12 June 2014 Afternoon Thursday 12 June 2014 Afternoon AS GCE MATHEMATICS 4728/01 Mechanics 1 QUESTION PAPER * 3 1 3 4 0 1 4 0 0 1 * Candidates answer on the Printed Answer Book. OCR supplied materials: Printed Answer Book 4728/01

More information

Fault Tolerant Computing CS 530DL

Fault Tolerant Computing CS 530DL Fault Tolerant Computing CS 530DL Additional Lecture Notes Modeling Yashwant K. Malaiya Colorado State University March 8, 2017 1 Quantitative models Derived from first principles: Arguments are actual

More information

National 5 Mathematics. Practice Paper E. Worked Solutions

National 5 Mathematics. Practice Paper E. Worked Solutions National 5 Mathematics Practice Paper E Worked Solutions Paper One: Non-Calculator Copyright www.national5maths.co.uk 2015. All rights reserved. SQA Past Papers & Specimen Papers Working through SQA Past

More information

The University of British Columbia Final Examination - December 5, 2012 Mathematics 104/184. Time: 2.5 hours. LAST Name.

The University of British Columbia Final Examination - December 5, 2012 Mathematics 104/184. Time: 2.5 hours. LAST Name. The University of British Columbia Final Examination - December 5, 2012 Mathematics 104/184 Time: 2.5 hours LAST Name First Name Signature Student Number MATH 104 or MATH 184 (Circle one) Section Number:

More information

What happens if one pulls on the spring? The spring exerts a restoring force which is proportional to the distance it is stretched, F = - k x (1)

What happens if one pulls on the spring? The spring exerts a restoring force which is proportional to the distance it is stretched, F = - k x (1) Physics 244 Harmonic Motion Introduction In this lab you will observe simple harmonic motion qualitatively in the laboratory and use a program run in Excel to find the mathematical description of the motion

More information

Derivatives and Continuity

Derivatives and Continuity Derivatives and Continuity As with limits, derivatives do not exist unless the right and left-hand derivatives both exist and are equal. There are three main instances when this happens: One, if the curve

More information

Unit WorkBook 4 Level 4 ENG U8 Mechanical Principles 2018 UniCourse Ltd. All Rights Reserved. Sample

Unit WorkBook 4 Level 4 ENG U8 Mechanical Principles 2018 UniCourse Ltd. All Rights Reserved. Sample 2018 UniCourse Ltd. A Rights Reserved. Pearson BTEC Levels 4 Higher Nationals in Engineering (RQF) Unit 8: Mechanical Principles Unit Workbook 4 in a series of 4 for this unit Learning Outcome 4 Translational

More information

Name: Math 1120, Final. December 12, Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION

Name: Math 1120, Final. December 12, Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION Math 1120, Final December 12, 2017 Name: Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION Ian Lizarraga MWF 8:00 8:50 Ian Lizarraga MWF 9:05 9:55 Swee Hong Chan MWF 12:20 1:10 Teddy Einstein MWF

More information

UNIVERSITY OF SASKATCHEWAN ME MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich

UNIVERSITY OF SASKATCHEWAN ME MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich UNIVERSITY OF SASKATCHEWAN ME 313.3 MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich A CLOSED BOOK EXAMINATION TIME: 3 HOURS For Marker s Use Only LAST NAME (printed): FIRST

More information

Exam 2 October 17, 2013

Exam 2 October 17, 2013 Exam 2 Instructions: You have 60 minutes to complete this exam. This is a closed-book, closed-notes exam. You are allowed to use an approved calculator during the exam. Usage of mobile phones and other

More information

Tutorial 4. Fast Fourier Transforms Phase factors runs around on the unit circle contains Wave forms

Tutorial 4. Fast Fourier Transforms Phase factors runs around on the unit circle contains Wave forms Tutorial 4. Fast Fourier Transforms Phase factors There are functions that produce roots-of-one as a function of time (t) or place (x). A good example is a Bloch function φ(x) = exp(i kx) or the phase

More information

Chapter 11: WinTDR Algorithms

Chapter 11: WinTDR Algorithms Chapter 11: WinTDR Algorithms This chapter discusses the algorithms WinTDR uses to analyze waveforms including: Bulk Dielectric Constant; Soil Water Content; Electrical Conductivity; Calibrations for probe

More information

PHYS 1111L - Introductory Physics Laboratory I

PHYS 1111L - Introductory Physics Laboratory I PHYS 1111L - Introductory Physics Laboratory I Laboratory Advanced Sheet Acceleration Due to Gravity 1. Objectives. The objectives of this laboratory are a. To measure the local value of the acceleration

More information

CORK INSTITUTE OF TECHNOLOGY INSTITIÚID TEICNEOLAÍOCHTA CHORCAÍ. Semester 1 Examinations 2009/10

CORK INSTITUTE OF TECHNOLOGY INSTITIÚID TEICNEOLAÍOCHTA CHORCAÍ. Semester 1 Examinations 2009/10 CORK INSTITUTE OF TECHNOLOGY INSTITIÚID TEICNEOLAÍOCHTA CHORCAÍ Semester 1 Examinations 2009/10 Module Title: Traverse & Control Surveying Module Code: CIVL 6026 School: Building & Civil Engineering Programme

More information

Numerical Analysis Exam with Solutions

Numerical Analysis Exam with Solutions Numerical Analysis Exam with Solutions Richard T. Bumby Fall 000 June 13, 001 You are expected to have books, notes and calculators available, but computers of telephones are not to be used during the

More information

Faculty of Engineering and Department of Physics Engineering Physics 131 Final Examination Saturday April 21, 2018; 14:00 pm 16:30 pm

Faculty of Engineering and Department of Physics Engineering Physics 131 Final Examination Saturday April 21, 2018; 14:00 pm 16:30 pm Faculty of Engineering and Department of Physics Engineering Physics 131 Final Examination Saturday April 21, 2018; 14:00 pm 16:30 pm 1. Closed book exam. No notes or textbooks allowed. 2. Formula sheets

More information

Hooke s Law. Equipment. Introduction and Theory

Hooke s Law. Equipment. Introduction and Theory Hooke s Law Objective to test Hooke s Law by measuring the spring constants of different springs and spring systems to test whether all elastic objects obey Hooke s Law Equipment two nearly identical springs,

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics. MATH C Test #1. October 23, 2013.

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics. MATH C Test #1. October 23, 2013. YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH 1505 6.00 C Test #1 October 3, 013 Solutions Family Name (print): Student No: Given Name: Signature: INSTRUCTIONS: 1. Please

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department. Experiment 03: Work and Energy

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department. Experiment 03: Work and Energy MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.01 Fall Term 2010 Experiment 03: Work and Energy Purpose of the Experiment: In this experiment you allow a cart to roll down an inclined

More information

Topic 1: Plotting Data Basic introduction to entering and plotting data, displaying error bars and appropriate labels.

Topic 1: Plotting Data Basic introduction to entering and plotting data, displaying error bars and appropriate labels. PHY 530 Module C1 Spread Sheet Physics Topic 1: Plotting Data Basic introduction to entering and plotting data, displaying error bars and appropriate labels. Topic 2: Plotting functions How to generate

More information

Year 11 IB MATHEMATICS SL EXAMINATION PAPER 2

Year 11 IB MATHEMATICS SL EXAMINATION PAPER 2 Year 11 IB MATHEMATICS SL EXAMINATION PAPER Semester 1 017 Question and Answer Booklet STUDENT NAME: TEACHER(S): Mr Rodgers, Ms McCaughey TIME ALLOWED: Reading time 5 minutes Writing time 90 minutes INSTRUCTIONS

More information

Lesson 24: Using the Quadratic Formula,

Lesson 24: Using the Quadratic Formula, , b ± b 4ac x = a Opening Exercise 1. Examine the two equation below and discuss what is the most efficient way to solve each one. A. 4xx + 5xx + 3 = xx 3xx B. cc 14 = 5cc. Solve each equation with the

More information

ASSOCIATE DEGREE IN ENGINEERING TECHNOLOGY RESIT EXAMINATIONS. Semester 1 July 2012

ASSOCIATE DEGREE IN ENGINEERING TECHNOLOGY RESIT EXAMINATIONS. Semester 1 July 2012 ASSOCIATE DEGREE IN ENGINEERING TECHNOLOGY RESIT EXAMINATIONS Semester 1 July 2012 COURSE NAME: ENGINEERING PHYSICS I CODE: PHS 1005 GROUP: ADET 2 DATE: July 4, 2012 TIME: DURATION: 9:00 am 2 HOURS INSTRUCTIONS:

More information

PHYSICS 111 SPRING EXAM 2: March 7, 2017; 8:15-9:45 pm

PHYSICS 111 SPRING EXAM 2: March 7, 2017; 8:15-9:45 pm PHYSICS 111 SPRING 017 EXAM : March 7, 017; 8:15-9:45 pm Name (printed): Recitation Instructor: Section # INSTRUCTIONS: This exam contains 0 multiple-choice questions plus 1 extra credit question, each

More information

Modeling the Motion of a Projectile in Air

Modeling the Motion of a Projectile in Air In this lab, you will do the following: Modeling the Motion of a Projectile in Air analyze the motion of an object fired from a cannon using two different fundamental physics principles: the momentum principle

More information

( PART : B DESCRIPTIVE )

( PART : B DESCRIPTIVE ) PHY/II/02 (PR) ( 2 ) 2 0 1 7 ( 2nd Semester ) PHYSICS SECOND PAPER ( Oscillations, Acoustics and Optics ) ( Pre-revised ) Full Marks : 55 Time : 2½ hours ( PART : B DESCRIPTIVE ) ( Marks : 35 ) The figures

More information

SPRING 2005 Midterm Exam #1, Part A

SPRING 2005 Midterm Exam #1, Part A Physics 151 SPRING 2005 Midterm Exam #1, Part A Roster No.: Score: 17 pts. possible Exam time limit: 50 minutes. You may use a calculator and both sides of ONE sheet of notes, handwritten only. Closed

More information

Midterm α, Physics 1P21/1P91

Midterm α, Physics 1P21/1P91 Midterm α, Physics 1P21/1P91 Prof. D. Crandles March 1, 2013 Last Name First Name Student ID Circle your course number above No examination aids other than those specified on this examination script are

More information

William H. Bauman III * NASA Applied Meteorology Unit / ENSCO, Inc. / Cape Canaveral Air Force Station, Florida

William H. Bauman III * NASA Applied Meteorology Unit / ENSCO, Inc. / Cape Canaveral Air Force Station, Florida 12.5 INTEGRATING WIND PROFILING RADARS AND RADIOSONDE OBSERVATIONS WITH MODEL POINT DATA TO DEVELOP A DECISION SUPPORT TOOL TO ASSESS UPPER-LEVEL WINDS FOR SPACE LAUNCH William H. Bauman III * NASA Applied

More information

The number of marks is given in brackets [ ] at the end of each question or part question. The total number of marks for this paper is 72.

The number of marks is given in brackets [ ] at the end of each question or part question. The total number of marks for this paper is 72. ADVANCED SUBSIDIARY GCE UNIT 761/01 MATHEMATICS (MEI) Mechanics 1 MONDAY 1 MAY 007 Additional materials: Answer booklet (8 pages) Graph paper MEI Examination Formulae and Tables (MF) Morning Time: 1 hour

More information

MATHEMATICS (MEI) 4761 Mechanics 1

MATHEMATICS (MEI) 4761 Mechanics 1 ADVANCED SUBSIDIARY GCE MATHEMATICS (MEI) 4761 Mechanics 1 QUESTION PAPER Candidates answer on the printed answer book. OCR supplied materials: Printed answer book 4761 MEI Examination Formulae and Tables

More information

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics Physics 117.3 MIDTERM TEST February 11, 2016 Time: 90 minutes NAME: SOLUTIONS (Last) Please Print (Given) STUDENT NO.: LECTURE SECTION

More information

Specialist Mathematics 2019 v1.2

Specialist Mathematics 2019 v1.2 Examination This sample has been compiled by the QCAA to assist and support teachers in planning and developing assessment instruments for individual school settings. Schools develop internal assessments

More information

Two Posts to Fill On School Board

Two Posts to Fill On School Board Y Y 9 86 4 4 qz 86 x : ( ) z 7 854 Y x 4 z z x x 4 87 88 Y 5 x q x 8 Y 8 x x : 6 ; : 5 x ; 4 ( z ; ( ) ) x ; z 94 ; x 3 3 3 5 94 ; ; ; ; 3 x : 5 89 q ; ; x ; x ; ; x : ; ; ; ; ; ; 87 47% : () : / : 83

More information

Physics S Exam 1 March 11th, Last Name: First Name: Discussion Section:

Physics S Exam 1 March 11th, Last Name: First Name: Discussion Section: Physics 7 5S Exam 1 March 11th, 5 Last Name: First Name: Discussion Section: Instructions- This is a closed book exam. No memory aids of any kind, electronic or otherwise, may be used. You have fifty (5)

More information

UNIVERSITY OF TORONTO FACULTY OF APPLIED SCIENCE AND ENGINEERING FINAL EXAMINATION, APRIL 13, 2012 Duration: 2 and 1/2 hours Second Year MIE

UNIVERSITY OF TORONTO FACULTY OF APPLIED SCIENCE AND ENGINEERING FINAL EXAMINATION, APRIL 13, 2012 Duration: 2 and 1/2 hours Second Year MIE UNIVERSITY OF TORONTO FACULTY OF APPLIED SCIENCE AND ENGINEERING FINAL EXAMINATION, APRIL 3, 202 Duration: 2 and /2 hours Second Year MIE MAT234HS - DIFFERENTIAL EQUATIONS Exam Type: B LAST NAME: as on

More information

Describing the Relationship between Two Variables

Describing the Relationship between Two Variables 1 Describing the Relationship between Two Variables Key Definitions Scatter : A graph made to show the relationship between two different variables (each pair of x s and y s) measured from the same equation.

More information

EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 9

EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 9 EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 9 Name: Instructions: Write your name and section number on all pages Closed book, closed notes; Computers and cell phones are not allowed You can

More information

Physics Pre-comp diagnostic Answers

Physics Pre-comp diagnostic Answers Name Element Physics Pre-comp diagnostic Answers Grade 8 2017-2018 Instructions: THIS TEST IS NOT FOR A GRADE. It is to help you determine what you need to study for the precomps. Just do your best. Put

More information

Polynomials and Polynomial Functions

Polynomials and Polynomial Functions 1 Polynomials and Polynomial Functions One of the simplest types of algebraic expressions are polynomials. They are formed only by addition and multiplication of variables and constants. Since both addition

More information

Mathematics Assessment Unit M1

Mathematics Assessment Unit M1 ADVANCED SUBSIDIARY (AS) General Certificate of Education January 2011 Mathematics Assessment Unit M1 assessing Module M1: Mechanics 1 [AMM11] WEDNESDAY 19 JANUARY, AFTERNOON TIME 1 hour 30 minutes. INSTRUCTIONS

More information

Do not write below here. Question Score Question Score Question Score

Do not write below here. Question Score Question Score Question Score MATH-2240 Friday, May 4, 2012, FINAL EXAMINATION 8:00AM-12:00NOON Your Instructor: Your Name: 1. Do not open this exam until you are told to do so. 2. This exam has 30 problems and 18 pages including this

More information

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Midterm 2a 2/28/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 10 pages (including this cover page) and 9 problems. Check to see if any

More information

Root-finding and optimisation

Root-finding and optimisation Root-finding and optimisation Reference tets: Chapra, S., R. Canale. Numerical Methods for Engineers, 3rd ed., McGraw-Hill, New York, 1998. Parts 2 and 4. Root-finding Simple mathematical equations have

More information

Thursday 12 June 2014 Afternoon

Thursday 12 June 2014 Afternoon Thursday June 4 Afternoon AS GCE MATHEMATICS (MEI) 476/ Mechanics QUESTION PAPER * 3 3 4 7 4 7 9 8 * Candidates answer on the Printed Answer Book. OCR supplied materials: Printed Answer Book 476/ MEI Examination

More information

DSP First. Laboratory Exercise #10. The z, n, and ˆω Domains

DSP First. Laboratory Exercise #10. The z, n, and ˆω Domains DSP First Laboratory Exercise #10 The z, n, and ˆω Domains 1 Objective The objective for this lab is to build an intuitive understanding of the relationship between the location of poles and zeros in the

More information

Autumn 2015 Practice Final. Time Limit: 1 hour, 50 minutes

Autumn 2015 Practice Final. Time Limit: 1 hour, 50 minutes Math 309 Autumn 2015 Practice Final December 2015 Time Limit: 1 hour, 50 minutes Name (Print): ID Number: This exam contains 9 pages (including this cover page) and 8 problems. Check to see if any pages

More information

A SHORT INTRODUCTION TO ADAMS

A SHORT INTRODUCTION TO ADAMS A. AHADI, P. LIDSTRÖM, K. NILSSON A SHORT INTRODUCTION TO ADAMS FOR MECHANICAL ENGINEERS DIVISION OF MECHANICS DEPARTMENT OF MECHANICAL ENGINEERING LUND INSTITUTE OF TECHNOLOGY 2017 1 FOREWORD THESE EXERCISES

More information

The Coupled Pendulum Experiment

The Coupled Pendulum Experiment The Coupled Pendulum Experiment In this lab you will briefly study the motion of a simple pendulum, after which you will couple two pendulums and study the properties of this system. 1. Introduction to

More information

The graph shows how the resultant force on the car varies with displacement.

The graph shows how the resultant force on the car varies with displacement. 1 (a) A car is moving at constant velocity when the driver applies the brakes. The graph shows how the resultant force on the car varies with displacement. Resultant force 0 A B Displacement (i) State

More information

Mark scheme Mechanics Year 1 (AS) Unit Test 7: Kinematics 1 (constant acceleration)

Mark scheme Mechanics Year 1 (AS) Unit Test 7: Kinematics 1 (constant acceleration) 1a Figure 1 General shape of the graph is correct. i.e. horizontal line, followed by negative gradient, followed by a positive gradient. Vertical axis labelled correctly. Horizontal axis labelled correctly.

More information

Shenandoah University. (PowerPoint) LESSON PLAN *

Shenandoah University. (PowerPoint) LESSON PLAN * Shenandoah University (PowerPoint) LESSON PLAN * NAME DATE 10/28/04 TIME REQUIRED 90 minutes SUBJECT Algebra I GRADE 6-9 OBJECTIVES AND PURPOSE (for each objective, show connection to SOL for your subject

More information

Chem 7040 Statistical Thermodynamics Problem Set #6 - Computational Due 1 Oct at beginning of class

Chem 7040 Statistical Thermodynamics Problem Set #6 - Computational Due 1 Oct at beginning of class Chem 7040 Statistical Thermodynamics Problem Set #6 - Computational Due 1 Oct at beginning of class Good morning, gang! I was coerced into giving a last-minute Chem Dept recruiting talk in balmy Minnesota

More information

This exam is closed book with the exception of a single 8.5 x11 formula sheet. Calculators or other electronic aids are not allowed.

This exam is closed book with the exception of a single 8.5 x11 formula sheet. Calculators or other electronic aids are not allowed. Math 256 Final examination University of British Columbia April 28, 2015, 3:30 pm to 6:00 pm Last name (print): First name: ID number: This exam is closed book with the exception of a single 8.5 x11 formula

More information

(I understand that cheating is a serious offense)

(I understand that cheating is a serious offense) TITLE PAGE NAME: (Print in ink) STUDENT NUMBER: SEAT NUMBER: SIGNATURE: (in ink) (I understand that cheating is a serious offense) INSTRUCTIONS TO STUDENTS: This is a 3 hour exam. Please show your work

More information

Course syllabus Engineering Mechanics - Dynamics

Course syllabus Engineering Mechanics - Dynamics Course syllabus Engineering Mechanics - Dynamics COURSE DETAILS Type of study programme Study programme Course title Course code ECTS (Number of credits allocated) Course status Year of study Course Web

More information

Chapter 8 Polynomials and Factoring

Chapter 8 Polynomials and Factoring Chapter 8 Polynomials and Factoring 8.1 Add and Subtract Polynomials Monomial A. EX: Degree of a monomial the of all of the of the EX: 4x 2 y Polynomial A or EX: Degree of a polynomial the of its terms

More information

Friday 17 June 2016 Afternoon

Friday 17 June 2016 Afternoon Oxford Cambridge and RSA Friday 17 June 016 Afternoon AS GCE MATHEMATICS (MEI) 4761/01 Mechanics 1 QUESTION PAPER * 6 3 7 0 1 8 0 6 1 * Candidates answer on the Printed Answer Book. OCR supplied materials:

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

Dynamics Qualifying Exam Sample

Dynamics Qualifying Exam Sample Dynamics Qualifying Exam Sample Instructions: Complete the following five problems worth 20 points each. No material other than a calculator and pen/pencil can be used in the exam. A passing grade is approximately

More information

1 Overview of Simulink. 2 State-space equations

1 Overview of Simulink. 2 State-space equations Modelling and simulation of engineering systems Simulink Exercise 1 - translational mechanical systems Dr. M. Turner (mct6@sun.engg.le.ac.uk 1 Overview of Simulink Simulink is a package which runs in the

More information

Math 215/255 Final Exam (Dec 2005)

Math 215/255 Final Exam (Dec 2005) Exam (Dec 2005) Last Student #: First name: Signature: Circle your section #: Burggraf=0, Peterson=02, Khadra=03, Burghelea=04, Li=05 I have read and understood the instructions below: Please sign: Instructions:.

More information

UNIVERSITY OF BOLTON SCHOOL OF SPORT AND BIOMEDICAL SCIENCES. BEng (HONS)/MEng BIOMEDICAL ENGINEERING SEMESTER ONE EXAMINATIONS 2016/17

UNIVERSITY OF BOLTON SCHOOL OF SPORT AND BIOMEDICAL SCIENCES. BEng (HONS)/MEng BIOMEDICAL ENGINEERING SEMESTER ONE EXAMINATIONS 2016/17 UNIVERSITY OF BOLTON LH13 SCHOOL OF SPORT AND BIOMEDICAL SCIENCES BEng (HONS)/MEng BIOMEDICAL ENGINEERING SEMESTER ONE EXAMINATIONS 2016/17 BIOMEDICAL ENGINEERING MODELLING AND ANALYSIS MODULE NO: BME5001

More information

Assignment 5: VBA Programming

Assignment 5: VBA Programming CEE 3804: Computer Applications in Civil Engineering Spring 2015 Date Due: March 5, 2011 Assignment 5: VBA Programming Instructor: Trani Problem 1 A formula used in Coastal Engineering to estimate the

More information

UiT The Arctic University of Norway/Faculty of Science and Technology/Department of Geosciences

UiT The Arctic University of Norway/Faculty of Science and Technology/Department of Geosciences Geology - Master Name: Norwegian (Bokmål): Geologi - Master Norwegian (Nynorsk): Geologi - Master English: Geology - Master Qualification awarded: Master of Science in Geology. Workload: 120 ECTS credits,

More information

EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 12

EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 12 EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 12 Instructions: Write your name and section number on all pages Closed book, closed notes; Computers and cell phones are not allowed You can use

More information

L03 The Coefficient of Static Friction 1. Pre-Lab Exercises

L03 The Coefficient of Static Friction 1. Pre-Lab Exercises L03 The Coefficient of Static Friction 1 Full Name: Lab Section: Pre-Lab Exercises Hand this in at the beginning of the lab period. The grade for these exercises will be included in your lab grade this

More information

Inverted Pendulum System

Inverted Pendulum System Introduction Inverted Pendulum System This lab experiment consists of two experimental procedures, each with sub parts. Experiment 1 is used to determine the system parameters needed to implement a controller.

More information

Ch. 5.8 Solving Quadratic Equations A quadratic equation in standard form is an equation in the form: ax 2 + bx + c = 0

Ch. 5.8 Solving Quadratic Equations A quadratic equation in standard form is an equation in the form: ax 2 + bx + c = 0 Ch. 5.8 Solving Quadratic Equations A quadratic equation in standard form is an equation in the form: ax + bx + c = 0 Notice this is a trinomial that is set equal to 0. If this trinomial can be factored,

More information

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator.

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator. University of Toronto Faculty of Applied Science and Engineering Solutions to Final Examination, June 017 Duration: and 1/ hrs First Year - CHE, CIV, CPE, ELE, ENG, IND, LME, MEC, MMS MAT187H1F - Calculus

More information

Quadratic Equations and Functions

Quadratic Equations and Functions 50 Quadratic Equations and Functions In this chapter, we discuss various ways of solving quadratic equations, aaxx 2 + bbbb + cc 0, including equations quadratic in form, such as xx 2 + xx 1 20 0, and

More information