Collaborative Mobile Charging and Coverage

Size: px
Start display at page:

Download "Collaborative Mobile Charging and Coverage"

Transcription

1 Collaborative Mobile Charging and Coverage Jie Wu Computer and Information Sciences Temple University

2 Road Map 1. Need for Basic Research 2. Mobile Charging: State of the Art 3. Collaborative Charging & Coverage 4. Conclusions

3 1. Need for Basic Research John F. Kennedy progress in technology depends on progress in theory The vitality of a scientific community springs from its passion to answer science s most fundamental questions. Ronald Reagan although basic research does not begin with a particular practical goal, it ends up being one of most practical things government does.

4 Mao vs. Hardy l Z. Mao (Serve the People) Knowledge begins with practice. Theoretical knowledge acquired through practice must then return to practice. l G. H. Hardy (A Mathematician's Apology) The real mathematics of the real mathematicians is almost wholly useless. It is not possible to justify the life of any genuine professional mathematician on the ground of the utility of his work.

5 Implications l Politicians (when they become politically weak) Start new revolutions (and young people become followers) l Mathematicians (when they become old) Start writing books (and young people prove theorems) l Professors (when they become seniors) Give presentations (and students write papers)

6 Picasso & Matisse l Know how to make appropriate abstractions ask the right questions Le Rêve (the Dream) l Many CS students use excessive amounts of math to explain simple things l The Art of Living, Time, Sept. 23, 2013 Senior people can be creative without worry the utility of their work

7 My Two Cents l How to select a research problem Simple definition Elegant solution Room for imagination

8 Energy: A Special Utility l Limited lifetime of battery-powered WSNs l Possible solutions Energy conservation l Cannot compensate for energy depletion Energy harvesting (or scavenging) l Unstable, unpredictable, uncontrollable Sensor reclamation l Costly, impractical (deep ocean, bridge surface ) (WSNs: Wireless Sensor Networks)

9 2. Mobile Charging: State of the Art l The enabling technology Wireless energy transfer (Kurs 07) Wireless Power Consortium l Mobile chargers (MC) MC moves from one location to another for wireless charging Extended from mobile sink in WSNs and ferry in DTNs Energy consumption l The movement of MC l The energy charging process (DTNs: Delay Tolerant Networks)

10 Combinatorics and Graph Models l Traveling-Salesmen Problem (TSP) A minimum cost tour of n cities: the salesman travels from an origin city, visits each city exactly one time, then returns to the origin l Covering Salesman Problem (CSP, Ohio State 89) The least cost tour of a subset of cities such that every city not on the tour is within some predetermined covering distance l Extended CSP Connected dominating set (FAU 99) Qi-ferry (UDelaware 13)

11 Mobile Sinks and Chargers l Local trees Data collections at all roots Periodic charging to all sensors l Base station (BS) l Objectives Long vocation at BS (VT 11-13) Energy efficiency with deadline (Stony Brook 13)

12 3. Collaborative Coverage & Charging l Most existing methods An MC is fast enough to charge all sensors in a cycle An MC has sufficient energy to replenish an entire WSN (and return to BS) l Collaborative approach using multiple MCs Problem 1: MCs with unrestricted capacity but limitations on speed Problem 2: MCs with limited capacity and speed, and have to return to BS

13 Problem Description l Problem 1: Determine the minimum number of MCs (unrestricted capacity but limitations on speed) to cover a line/ring of sensors with uniform/non-uniform recharge frequencies l A toy example A circle track with circumference 3.75 densely covered with sensors with recharge frequency f=1 Sensors with f=2 at 0 and 0.5 A sensor with f=4 at 0.25 l What are the minimum number of MCs and the optimal trajectory planning of these MCs? (MC s max speed is 1.)

14 Possible Solutions l Assigning cars for sensors with f>1 (a) fixed and (b) moving (a) l Combining odd and even car circulations (c) (b) (c)

15 Optimal Solution (uniform frequency) l M 1 : There are C 1 MCs moving continuously around the circle l M 2 : There are C 2 MCs moving inside the fixed interval of length ½ so that all sensors are covered l Combined method: It is either M 1 or M 2, so C = min {C 1, C 2 }

16 Properties l Theorem 1: The combined method is optimal in terms of the minimum number of MCs used l Scheduling Find an appropriate breakpoint to convert a circle to a line; M 2 in the optimal solution is then followed A linear solution is used to determine the breakpoint

17 Linear Solution l Directed Interval Graph Each directed link points from the start to the end of an interval (i.e., the first sensor beyond distance 0.5) l The number of intervals in two solutions differ by one l Each sensor has one outgoing and multiple incoming links l The process stops when a path with fewer or more intervals is found or all sensors (with their outgoing links) are examined

18 Solution to the Toy Example l 5 cars only, including a stop at 0.25 for ¼ time unit l Challenges: time-space scheduling, plus speed selection

19 Greedy Solution (non-uniform frequency) l Coverage of sensors with non-uniform frequencies serve(x 1,...,x n ; f 1,...,f n ): When n 0, generate an MC that goes back and forth as far as possible at full speed (covering x 1,, x i-1 ); serve(x i,...,x n ; f i,...,f n ) l Theorem 2: The greedy solution is within a factor of 2 of the optimal solution

20 The Ant Problem: An Inspiration l Ant Problem, Comm. of ACM, March 2013 Ant Alice and her friends always march at 1 cm/sec in whichever direction they are facing, and reverse directions when they collide Alice stays in the middle of 25 ants on a 1 meter-long stick How long must we wait before we are sure Alice has fallen off the stick? Exchange hats when two ants collide

21 Proof of Theorem 2 Two cars never meet or pass each other Partition the line into 2k-1 sub-regions based on different car coverage (k is the optimal number of cars) Each sub-region can be served by one car at full speed One extra car is used when a circle is broken to a line 2(x-a) f x and 2(b-x) f x

22 Imagination l Hilbert curve for k-d Mapping from 2-D to 1-D for preserving distance locality l Charging time: converting to distance l Limited capacity: using cooperative charging BS to MC MC to MC

23 Charging a Line (with limited capacity) l Charge battery capacity: 80J l Charger cost: 3J per unit traveling distance l Sensor battery capacity: 2J l One MC cannot charge more than 10 consecutive sensors

24 Problem Description l Problem 2 (IEEE MASS 12): Given k MCs with limited capacity, determine the furthest sensor they can recharge while still being able to go back to the BS l WSN l MC N sensors, unit distance apart, along a line Battery capacity for each sensor : b Energy consumption rate for each sensor: r Battery capacity: B Energy consumption rate due to travelling: c

25 Motivation Example (1) B=80J, b=2j, c=3j/m, K=3 MCs l Scheme I: (equal-charge) each MC charges all sensors b/k J (Joule) l Conclusion: covers 12 sensors, and max distance is < B/2c (as each MC needs a round-trip traveling cost)

26 Motivational Example (2) l Scheme II: (one-to-one) each sensor is charged by one MC l Conclusion: covers 13 sensors, and max distance is still < B/2c (as the last MC still needs a round-trip traveling cost) l Scheme II reaches further than Scheme I

27 Motivational Example (3) l Scheme III: (collaborative-one-to-one-charge) each MC transfers some energy to other MCs at rendezvous points l Conclusion: covers 17 sensors, and max distance is < B/c (Last MC still needs a return trip without any charge)

28 Details on Scheme III l MC i charges battery to all sensors between L i+1 and L i l MC i (1 i K) transfers energy to MC i-1, MC i-2, MC 1 to their full capacity at L i l Each MC i has just enough energy to return to the BS

29 Bananas and a Hungry Camel l A farmer grows 3,000 bananas to sell at market 1,000 miles away. He can get there only by means of a camel. This camel can carry a maximum of 1,000 bananas at a time, but needs to eat a banana to refuel for every mile that he walks What is the maximum number of bananas that the farmer can get to market?

30 Motivational Example (4): GlobalCoverage B = 80J, b=2j, c=3j/m, K=3 MCs l Push : limit as few chargers as possible to go forward l Wait : efficient use of battery room through two charges l Conclusion: covers 19 sensors, and max distance is with unlimited number of MCs

31 Details on Push-and-Wait l MC i charges battery to all sensors between L i+1 and L i l MC i (1 i K) transfers energy to MC i-1, MC 1 to their full capacity at L i l MC i waits at L i, while all other MCs keep moving forward l After MC i, MC i-1, MC 1 return to L i, MC i evenly balances energy among them (including itself) l Each Mc i, MC i-1, MC 1 has just enough energy to return to L i+1

32 Another Solution l Each MC moves and charges (is charged) between two adjacent rendezvous points l Imagination: MC i of LocalCoverage simulates MC i, MC i-1,, MC 1 of GlobalCoverage

33 Properties l Theorem 3 (Optimality): GlobalCoverage has the maximum ratio of payload energy to overhead energy l Theorem 4 (Infinite Coverage): GlobalCoverage can cover an infinite line Summation of segment length (L i L i+1 )

34 Imagination: Extensions l Simple extensions (while keeping optimality) Non-uniform distance between adjacent sensors l Same algorithm Smaller recharge cycle (than MC round-trip time) l Pipeline extension l Complex extensions Non-uniform frequency for recharging Two- or higher-dimensional space

35 Imagination: Applications l Robotics Flying robots Google WiFi Balloon l Tesla Moters Tesla Roadster: all-electric Supercharger networks

36 4. Conclusions l Wireless energy transfer l Collaborative mobile charging & coverage: Unlimited capacity vs. limited capacity (with BS) Charging type: BS-to-MC, MC-to-MC, and MC-to-Sensor l Other extensions Charging efficiency, MCs as mobile sinks for BS l Simplicity + Elegance + Imagination = Beauty

Collaborative Mobile Charging and Coverage in WSNs

Collaborative Mobile Charging and Coverage in WSNs Collaborative Mobile Charging and Coverage in WSNs Jie Wu Computer and Information Sciences Temple University 1 Road Map 1. Introduction 2. Mobile Chargers 3. State of the Arts 4. Challenges 5. Collaborative

More information

Collaborative Mobile Charging: From Abstraction to Solution

Collaborative Mobile Charging: From Abstraction to Solution Collaborative Mobile Charging: From Abstraction to Solution Jie Wu Computer and Information Sciences Temple University Road Map 1.Need for Basic Research 2.Mobile Charging: State of the Art 3.How to Solve

More information

On Optimal Scheduling of Multiple Mobile Chargers in Wireless Sensor Networks

On Optimal Scheduling of Multiple Mobile Chargers in Wireless Sensor Networks On Optimal Scheduling of Multiple Mobile Chargers in Wireless Sensor Networks Richard Beigel, Jie Wu, and Huangyang Zheng Computer and Information Sciences Temple University 1. Introduction l Limited lifetime

More information

Collaborative Mobile Charging: From Abstract to Solution

Collaborative Mobile Charging: From Abstract to Solution Collaborative Mobile Charging: From Abstract to Solution Jie Wu Center for Networked Computing Temple University 1 Road Map 1. Power of Abstraction 2. How to Solve It 3. Mobile Charging & Coverage: State-of-the-Art

More information

Chapter 19 Collaborative Mobile Charging

Chapter 19 Collaborative Mobile Charging Chapter 19 Collaborative Mobile Charging Sheng Zhang and Jie Wu Abstract Wireless power transfer attracts significant attention from both academia and industry. While most previous studies have primarily

More information

Chapter 20 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks

Chapter 20 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks Chapter 2 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks Adelina Madhja, Sotiris Nikoletseas and Theofanis P. Raptis Abstract Wireless power transfer is used to fundamentally address

More information

d / cm t 2 / s 2 Fig. 3.1

d / cm t 2 / s 2 Fig. 3.1 7 5 A student has been asked to determine the linear acceleration of a toy car as it moves down a slope. He sets up the apparatus as shown in Fig. 3.1. d Fig. 3.1 The time t to move from rest through a

More information

Yuanyuan Yang, Cong Wang and Ji Li. Stony Brook, New York, USA

Yuanyuan Yang, Cong Wang and Ji Li. Stony Brook, New York, USA Yuanyuan Yang, Cong Wang and Ji Li Stony Brook, New York, USA Outline Background Network architecture and basic principles Collect real-time energy information Recharge scheduling algorithms Integrate

More information

Rocket Races. Rocket Activity. Objective Students investigate Newton s third law of motion by designing and constructing rocketpowered

Rocket Races. Rocket Activity. Objective Students investigate Newton s third law of motion by designing and constructing rocketpowered Rocket Activity Rocket Races Objective Students investigate Newton s third law of motion by designing and constructing rocketpowered racing cars. National Science Content Standards Unifying Concepts and

More information

Fourth Grade. Multiplication Review. Slide 1 / 146 Slide 2 / 146. Slide 3 / 146. Slide 4 / 146. Slide 5 / 146. Slide 6 / 146

Fourth Grade. Multiplication Review. Slide 1 / 146 Slide 2 / 146. Slide 3 / 146. Slide 4 / 146. Slide 5 / 146. Slide 6 / 146 Slide 1 / 146 Slide 2 / 146 Fourth Grade Multiplication and Division Relationship 2015-11-23 www.njctl.org Multiplication Review Slide 3 / 146 Table of Contents Properties of Multiplication Factors Prime

More information

Written Exam Public Transport + Answers

Written Exam Public Transport + Answers Faculty of Engineering Technology Written Exam Public Transport + Written Exam Public Transport (195421200-1A) Teacher van Zuilekom Course code 195421200 Date and time 7-11-2011, 8:45-12:15 Location OH116

More information

Fourth Grade. Slide 1 / 146. Slide 2 / 146. Slide 3 / 146. Multiplication and Division Relationship. Table of Contents. Multiplication Review

Fourth Grade. Slide 1 / 146. Slide 2 / 146. Slide 3 / 146. Multiplication and Division Relationship. Table of Contents. Multiplication Review Slide 1 / 146 Slide 2 / 146 Fourth Grade Multiplication and Division Relationship 2015-11-23 www.njctl.org Table of Contents Slide 3 / 146 Click on a topic to go to that section. Multiplication Review

More information

The Travelling Salesman Problem

The Travelling Salesman Problem The Travelling Salesman Problem Adam N. Letchford 1 Department of Management Science Lancaster University Management School Swansea, April 2010 1 Supported by the EPSRC under grant EP/D072662/1. Outline

More information

Stony Brook, New York, USA

Stony Brook, New York, USA Yuanyuan Yang Stony Brook, New York, USA Outline Up-to-date review for current research status in wireless rechargeable sensor networks (WRSN) 1. Efficient gathering of energy information 2. Recharge scheduling

More information

The New Age of Automobility Metalforming Industry Implications

The New Age of Automobility Metalforming Industry Implications The New Age of Automobility Metalforming Industry Implications Automotive Parts Suppliers Conference Precision Metalforming Association Conference Lawrence D. Burns April 26, 2018 1886: From Horses to

More information

8th Grade Released EOG

8th Grade Released EOG 8th Grade Released EOG Instructions Questions 1-15 are Calculator Inactive. One you have completed these, ask your teacher for a calculator and continue with 16-50. Once you have received a calculator,

More information

INDUCTION motors are widely used in various industries

INDUCTION motors are widely used in various industries IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 44, NO. 6, DECEMBER 1997 809 Minimum-Time Minimum-Loss Speed Control of Induction Motors Under Field-Oriented Control Jae Ho Chang and Byung Kook Kim,

More information

P5 STOPPING DISTANCES

P5 STOPPING DISTANCES P5 STOPPING DISTANCES Practice Questions Name: Class: Date: Time: 85 minutes Marks: 84 marks Comments: GCSE PHYSICS ONLY Page of 28 The stopping distance of a car is the sum of the thinking distance and

More information

Silencers. Transmission and Insertion Loss

Silencers. Transmission and Insertion Loss Silencers Practical silencers are complex devices, which operate reducing pressure oscillations before they reach the atmosphere, producing the minimum possible loss of engine performance. However they

More information

Smarter Bus Information in Leeds

Smarter Bus Information in Leeds Smarter Bus Information in Leeds Thomas Forth project demonstration url : www.tomforth.co.uk/dynamicbusmaps email : thomas.forth@gmail.com twitter : @thomasforth Executive summary: Leeds, an English city

More information

The Shocking Truth About Electrical Safety Teacher s Guide

The Shocking Truth About Electrical Safety Teacher s Guide The Shocking Truth About Electrical Safety Teacher s Guide FOUR SIMPLE CONCEPTS ABOUT ELECTRICAL SAFETY 1. Electricity travels in a closed loop called a circuit. 2. Electricity flows easily through conductors,

More information

C67_2_27_Investigation 5. February 27, Rewrite in slope intercept form. Homework: Page 78, 2 Page 80, 13 & 14

C67_2_27_Investigation 5. February 27, Rewrite in slope intercept form. Homework: Page 78, 2 Page 80, 13 & 14 Find ten possible car miles, SUV miles pairs that give a total of no more than 1,000 miles. One month the family drove the car 500 miles and the SUV 500 miles. Was the total for this month no more than

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activitydevelop the best experience on this site: Update your browser Ignore Circuits with Friends What is a circuit, and what

More information

The future of the space elevator

The future of the space elevator 1 The future of the space elevator JOSÉ GERARDO CHÁVEZ ROSAS gerardochav@yahoo.com.mx http://aemex.orgfree.com/ Introduction The Space Elevator is the most promising Space Transportation system on the

More information

Using Hydraulic Systems

Using Hydraulic Systems Lesson A6 7 Using Hydraulic Systems Unit A. Mechanical Systems and Technology Problem Area 6. Agricultural Power Systems Lesson 7. Using Hydraulic Systems New Mexico Content Standard: Pathway Strand: Power,

More information

The Tanktwo String Battery for Electric Cars

The Tanktwo String Battery for Electric Cars PUBLIC FOR GENERAL RELEASE The String Battery for Electric Cars Architecture and introduction questions@tanktwo.com www.tanktwo.com Introduction In March 2015, introduced a completely new battery for Electric

More information

Fast Interference-Aware Scheduling of Multiple Wireless Chargers

Fast Interference-Aware Scheduling of Multiple Wireless Chargers Fast Interference-Aware Scheduling of Multiple Wireless Chargers Zhi Ma*, Jie Wu, Sheng Zhang*, and Sanglu Lu* *State Key Lab. for Novel Software Technology, Nanjing University, CN Center for Network Computing,

More information

5-3 Complex Fractions and Unit Rates

5-3 Complex Fractions and Unit Rates Simplify. 1. 2. esolutions Manual - Powered by Cognero Page 1 3. 4. 5. esolutions Manual - Powered by Cognero Page 2 6. 7. Monica reads pages of a mystery book in 9 minutes. What is her average reading

More information

Establishing a Standard List of Hazards for Automatic Driving

Establishing a Standard List of Hazards for Automatic Driving Establishing a Standard List of Hazards for Automatic Driving Robert Hammett, Draper 2018 International Systems Safety Conference August 14, 2018 Phoenix, AZ The Charles Stark Draper Laboratory, Inc. 555

More information

Algebra 1 Predicting Patterns & Examining Experiments. Unit 2: Maintaining Balance Section 1: Balance with Addition

Algebra 1 Predicting Patterns & Examining Experiments. Unit 2: Maintaining Balance Section 1: Balance with Addition Algebra 1 Predicting Patterns & Examining Experiments Unit 2: Maintaining Balance Section 1: Balance with Addition What is the weight ratio of basketballs to softballs? (Partner Discussion) Have students

More information

1. INTRODUCTION 3 2. COST COMPONENTS 17

1. INTRODUCTION 3 2. COST COMPONENTS 17 CONTENTS - i TABLE OF CONTENTS PART I BACKGROUND 1. INTRODUCTION 3 1.1. JUSTIFICATION OF MACHINERY 4 1.2. MANAGERIAL APPROACH 5 1.3. MACHINERY MANAGEMENT 5 1.4. THE MECHANICAL SIDE 6 1.5. AN ECONOMICAL

More information

CHAPTER 3 PROBLEM DEFINITION

CHAPTER 3 PROBLEM DEFINITION 42 CHAPTER 3 PROBLEM DEFINITION 3.1 INTRODUCTION Assemblers are often left with many components that have been inspected and found to have different quality characteristic values. If done at all, matching

More information

Rocketry, the student way

Rocketry, the student way Rocketry, the student way Overview Student organization Based at TU Delft About 90 members > 100 rockets flown Design, Construction, Test, Launch All done by students Goal Design, build, and fly rockets

More information

Modeling the Lithium-Ion Battery

Modeling the Lithium-Ion Battery Modeling the Lithium-Ion Battery Dr. Andreas Nyman, Intertek Semko Dr. Henrik Ekström, Comsol The term lithium-ion battery refers to an entire family of battery chemistries. The common properties of these

More information

NET METERING PROGRAM HELPS CUSTOMERS OFFSET ELECTRICAL LOAD

NET METERING PROGRAM HELPS CUSTOMERS OFFSET ELECTRICAL LOAD NET METERING PROGRAM HELPS CUSTOMERS OFFSET ELECTRICAL LOAD December 17, 2012 Business; Environment BC Hydro s Net Metering customers are some of the most creative and committed when it comes to developing

More information

Cochran Undersea Technology

Cochran Undersea Technology Cochran Undersea Technology www.divecochran.com Technical Publication 2013 8Apr13 Batteries: Disposable Vs. Rechargeable Introduction Mike Cochran has been designing and producing battery powered products

More information

Robert D. Truax. June A uthor... :... Department of Mechanical Engineering May 9, 2008

Robert D. Truax. June A uthor... :... Department of Mechanical Engineering May 9, 2008 Characterization of Side-slip Dynamics in Land Rover LR3 for Improved High Speed Autonomous Control by Robert D. Truax Submitted to the Department of Mechanical Engineering in partial fulfillment of the

More information

How to use the Multirotor Motor Performance Data Charts

How to use the Multirotor Motor Performance Data Charts How to use the Multirotor Motor Performance Data Charts Here at Innov8tive Designs, we spend a lot of time testing all of the motors that we sell, and collect a large amount of data with a variety of propellers.

More information

Scavenger hunt Equipment

Scavenger hunt Equipment Scavenger hunt Equipment: dry erase pens and 2 of these cards on 1 piece of cardstock. Each student needs his or her own card. Put scavenger hunt #1 on the front of the card and scavenger hunt #2 on the

More information

Certificate in a vocational program

Certificate in a vocational program N 3,328 5,148 2,928 3,219 3,546 2,004 3,730 3,982 2,327 30,212 GOALS AND PLANS 2. What is your educational goal at this college? High school diploma or GED 1.9 1.3 2.2 1.4 2.2 2.2 1.9 2.0 1.7 1.8 Certificate

More information

ARTICLE IN PRESS. JID: COMPNW [m3gdc;january 21, 2016;14:25] Computer Networks xxx (2016) xxx xxx. Contents lists available at ScienceDirect

ARTICLE IN PRESS. JID: COMPNW [m3gdc;january 21, 2016;14:25] Computer Networks xxx (2016) xxx xxx. Contents lists available at ScienceDirect Computer Networks xxx (2016) xxx xxx Contents lists available at ScienceDirect Computer Networks journal homepage: www.elsevier.com/locate/comnet Hierarchical, collaborative wireless energy transfer in

More information

School Transportation Assessment

School Transportation Assessment Grade: K-12 Version 1 April 2015 School Transportation Assessment SCHOOL BUS Evaluate the carbon emissions from daily transportation related to your school and identify strategies for more sustainable

More information

Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7

Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7 Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7 Learner Levels Level 1: I can simulate an experiment. Level 2: I can interpret two- way tables.

More information

Jake can skate on ice.

Jake can skate on ice. Jake can skate on ice. He loves to skate really fast! He will go to the lake to skate. The ice must be thick for him to skate. Today, the ice is firm. It is safe to skate. Take care, Jake! 5 1 1 19 28

More information

LET S ARGUE: STUDENT WORK PAMELA RAWSON. Baxter Academy for Technology & Science Portland, rawsonmath.

LET S ARGUE: STUDENT WORK PAMELA RAWSON. Baxter Academy for Technology & Science Portland, rawsonmath. LET S ARGUE: STUDENT WORK PAMELA RAWSON Baxter Academy for Technology & Science Portland, Maine pamela.rawson@gmail.com @rawsonmath rawsonmath.com Contents Student Movie Data Claims (Cycle 1)... 2 Student

More information

Lesson 11.1 Assignment

Lesson 11.1 Assignment Lesson 11.1 Assignment Name Date Bigger and Smaller Scale Drawings, Scale Models, and Scale Factors 1. Hector owns a toy store. One of the most popular items that he sells is model cars. The models that

More information

DRIVING. Robotic Cars. Questions: Do you like to drive? Why? / Why not? Read the article below and then answer the questions.

DRIVING. Robotic Cars. Questions: Do you like to drive? Why? / Why not? Read the article below and then answer the questions. Questions: Do you like to drive? Why? / Why not? Read the article below and then answer the questions. Robotic Cars The year is 2020, and it s 7:45 on a rainy Monday morning, and you are in your car and

More information

SPLITTING GDP ASSIGNMENTS

SPLITTING GDP ASSIGNMENTS ASSIGNMENTS SPLITTING GDP Grade level : 9-12 Relevant standards CEE National Standards: 18 - Economic Fluctuations AP Macroeconomics Standards: Unit II - Measure of Economic Performance This assignment

More information

Experimental Validation of a Scalable Mobile Robot for Traversing Ferrous Pipelines

Experimental Validation of a Scalable Mobile Robot for Traversing Ferrous Pipelines Project Number: MQP TP1- IPG1 Experimental Validation of a Scalable Mobile Robot for Traversing Ferrous Pipelines A Major Qualifying Project (MQP) Submitted to the Faculty of WORCESTER POYTECHNIC INSTITUTE

More information

Electrical Circuits. Vanderbilt Student Volunteers for Science. Training Presentation VINSE/VSVS Rural

Electrical Circuits. Vanderbilt Student Volunteers for Science. Training Presentation VINSE/VSVS Rural Electrical Circuits Vanderbilt Student Volunteers for Science Training Presentation 2018-2019 VINSE/VSVS Rural Important! Please use this resource to reinforce your understanding of the lesson! Make sure

More information

TECHNOLOGY. Grade 8. Learner Teacher. Systems and Control (Mechanisms) Hoërskool Gerrit Maritz District D15

TECHNOLOGY. Grade 8. Learner Teacher. Systems and Control (Mechanisms) Hoërskool Gerrit Maritz District D15 TECHNOLOGY Systems and Control (Mechanisms) Hoërskool Gerrit Maritz District D15 2009 Grade 8 Learner Teacher CAPABILITY TASK In this module you are going to make a mechanism to help a disabled boom operator

More information

PUBLIC TRANSPORTATION AS THE

PUBLIC TRANSPORTATION AS THE PUBLIC TRANSPORTATION AS THE BACKBONE OF MAAS Caroline Cerfontaine, Combined Mobility Manager, A WORLDWIDE ASSOCIATION 16 offices + 2 centres for transport excellence : A DIVERSE GLOBAL MEMBERSHIP 1500

More information

Physics 2048 Test 2 Dr. Jeff Saul Fall 2001

Physics 2048 Test 2 Dr. Jeff Saul Fall 2001 Physics 2048 Test 2 Dr. Jeff Saul Fall 2001 Name: Group: 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

MODELING AND SIMULATION OF INTERNAL CIRCULATION TWO-PLATEN INJECTION MOLDING MACHINE BASED ON AMESIM

MODELING AND SIMULATION OF INTERNAL CIRCULATION TWO-PLATEN INJECTION MOLDING MACHINE BASED ON AMESIM MODELING AND SIMULATION OF INTERNAL CIRCULATION TWO-PLATEN INJECTION MOLDING MACHINE BASED ON AMESIM Lu Yang, Jiong Peng, Dongjie Chen and Jian Wang* Beijing Institute of Technology, Beijing 100081, China

More information

Q1. The graph shows the speed of a runner during an indoor 60 metres race.

Q1. The graph shows the speed of a runner during an indoor 60 metres race. Q1. The graph shows the speed of a runner during an indoor 60 metres race. (a) Calculate the acceleration of the runner during the first four seconds. (Show your working.) (b) How far does the runner travel

More information

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems Discovery of Design Methodologies for the Integration of Multi-disciplinary Design Problems Cirrus Shakeri Worcester Polytechnic Institute November 4, 1998 Worcester Polytechnic Institute Contents The

More information

SCIENCE. Name. Class. Total: YEAR 4 Level: LEVELS 2-5

SCIENCE. Name. Class. Total: YEAR 4 Level: LEVELS 2-5 SCIENCE Total: YEAR 4 Level: LEVELS 2-5 Name Class 1. The Skeleton (a) This is a drawing of a human skeleton. Name the parts of the skeleton. Write ONE word in each box below. (b) Describe TWO different

More information

Design and build a kinetic sculpture with your gears and pulleys tinker set.

Design and build a kinetic sculpture with your gears and pulleys tinker set. Design and build a kinetic sculpture with your gears and pulleys tinker set. Kinetic Energy is energy in motion. With your gears and pulleys, you can harness this energy to power animated sculptures and

More information

Human interaction in solving hard practical optimization problems

Human interaction in solving hard practical optimization problems Human interaction in solving hard practical optimization problems Richard Eglese Professor of Operational Research Department of Management Science Lancaster University Management School Lancaster, U.K.

More information

Robotics. BEGINNERS: Mondays 4:00 to 5:15 PM April 10 to June 12 LEVEL 3: Thursdays 4:00 to 5:15 PM April 20 to June 8

Robotics. BEGINNERS: Mondays 4:00 to 5:15 PM April 10 to June 12 LEVEL 3: Thursdays 4:00 to 5:15 PM April 20 to June 8 Robotics 3 & 4 Intro to Robotics (co-ed) Help your child develop science, math, and teamwork skills through building and basic programming with LEGO Smarthub 2 I/O robots. Children in higher levels will

More information

Math 20 2 Statistics Review for the Final

Math 20 2 Statistics Review for the Final This is a long review. Attempt each style of question, but if you know how to do the question, move on to more challenging ones. DO NOT GO THROUGH THIS REVIEW QUESTION BY QUESTION! 1. Joel researched the

More information

Accelerated Testing of Advanced Battery Technologies in PHEV Applications

Accelerated Testing of Advanced Battery Technologies in PHEV Applications Page 0171 Accelerated Testing of Advanced Battery Technologies in PHEV Applications Loïc Gaillac* EPRI and DaimlerChrysler developed a Plug-in Hybrid Electric Vehicle (PHEV) using the Sprinter Van to reduce

More information

Components of Hydronic Systems

Components of Hydronic Systems Valve and Actuator Manual 977 Hydronic System Basics Section Engineering Bulletin H111 Issue Date 0789 Components of Hydronic Systems The performance of a hydronic system depends upon many factors. Because

More information

Optimal Power Flow Formulation in Market of Retail Wheeling

Optimal Power Flow Formulation in Market of Retail Wheeling Optimal Power Flow Formulation in Market of Retail Wheeling Taiyou Yong, Student Member, IEEE Robert Lasseter, Fellow, IEEE Department of Electrical and Computer Engineering, University of Wisconsin at

More information

Situation #1: Parking Garage Cost

Situation #1: Parking Garage Cost At the North parking garage it costs $5 to bring your car into the garage plus $2 for every hour the car is parked. Situation #1: Parking Garage Cost Hours 0 1 2 3 4 5 Charge Situation #2: Monthly Cell

More information

NOTE All entries must be checked in upon arrival at MESA Day.

NOTE All entries must be checked in upon arrival at MESA Day. Hovercraft Challenge Level: Middle School Type of Contest: Team Composition of Team: 2 4 students per team Number of Teams: One entry per school Next Generation Science Standards: MS-ETS1-1., MS-ETS1-2.,

More information

TECHNICAL WHITE PAPER

TECHNICAL WHITE PAPER TECHNICAL WHITE PAPER Chargers Integral to PHEV Success 1. ABSTRACT... 2 2. PLUG-IN HYBRIDS DEFINED... 2 3. PLUG-IN HYBRIDS GAIN MOMENTUM... 2 4. EARLY DELTA-Q SUPPORT FOR PHEV DEVELOPMENT... 2 5. PLUG-IN

More information

Hybrid VTOL: Increased Energy Density for Increased Payload and Endurance

Hybrid VTOL: Increased Energy Density for Increased Payload and Endurance Hybrid VTOL: Increased Energy Density for Increased Payload and Endurance Top Flight Airborg 10K H8 with Micro Hybrid Generator Engine Dr. Paul DeBitetto, VP/Software Engineering, paul.debitetto@topflighttech.com,

More information

Poster ID-22 Use Robotics to Simulate Self- Driving Taxi

Poster ID-22 Use Robotics to Simulate Self- Driving Taxi Poster ID-22 Use Robotics to Simulate Self- Driving Taxi Mason Chen, Austina Xu, and Nikita Patel Morrill Learning Center, San Jose, CA 1 Abstract Self-driving car performance is of great research interests

More information

Newton Scooters TEACHER NOTES. Forces Chapter Project. Materials and Preparation. Chapter Project Overview. Keep Students on Track Section 2

Newton Scooters TEACHER NOTES. Forces Chapter Project. Materials and Preparation. Chapter Project Overview. Keep Students on Track Section 2 TEACHER NOTES Lab zonetm Newton Scooters The following steps will walk you through the. Use the hints as you guide your students through planning, construction, testing, improvements, and presentations.

More information

ROBOTICS BUILDING BLOCKS

ROBOTICS BUILDING BLOCKS ROBOTICS BUILDING BLOCKS 2 CURRICULUM MAP Page Title...Section Estimated Time (minutes) Robotics Building Blocks 0 2 Imaginations Coming Alive 5...Robots - Changing the World 5...Amazing Feat 5...Activity

More information

Physical Science Lesson on Cars Julie Smith

Physical Science Lesson on Cars Julie Smith Physical Science Lesson on Cars Julie Smith Julie Smith Physical Science Lesson on Cars Title: Cars and Parts Grade level: Kindergarten Subject Area: Science and Technology and Engineering Education Standard

More information

Busy Ant Maths and the Scottish Curriculum for Excellence Foundation Level - Primary 1

Busy Ant Maths and the Scottish Curriculum for Excellence Foundation Level - Primary 1 Busy Ant Maths and the Scottish Curriculum for Excellence Foundation Level - Primary 1 Number, money and measure Estimation and rounding Number and number processes Fractions, decimal fractions and percentages

More information

Problem 1 (ECU Priority)

Problem 1 (ECU Priority) 151-0567-00 Engine Systems (HS 2016) Exercise 6 Topic: Optional Exercises Raffi Hedinger (hraffael@ethz.ch), Norbert Zsiga (nzsiga@ethz.ch); November 28, 2016 Problem 1 (ECU Priority) Use the information

More information

Exploration 2: How Do Rotorcraft Fly?

Exploration 2: How Do Rotorcraft Fly? Exploration 2: How Do Rotorcraft Fly? Students choose a model and use it to explore rotorcraft flight. They use a fair test and conclude that a spinning rotor is required for a rotorcraft to fly. Main

More information

Exhibition Scavenger hunt secondary school edition

Exhibition Scavenger hunt secondary school edition Exhibition Scavenger hunt secondary school edition Welcome to the 17th mega-exhibition at the American Visionary Art Museum: All Things Round: Galaxies Eyeballs & Karma Prepare to celebrate the circular

More information

Growing Charging Station Networks with Trajectory Data Analytics

Growing Charging Station Networks with Trajectory Data Analytics Growing Charging Station Networks with Trajectory Data Analytics Yanhua Li 1, Jun Luo 2, Chi-Yin Chow 3, Kam-Lam Chan 3, Ye Ding 4, and Fan Zhang 2 1WPI, CAS 2, CityU 3, HKUST 4 Contact: yli15@wpi.edu

More information

Hydraulic energy control, conductive part

Hydraulic energy control, conductive part Chapter 2 2 Hydraulic energy control, conductive part Chapter 2 Hydraulic energy control, conductive part To get the hydraulic energy generated by the hydraulic pump to the actuator, cylinder or hydraulic

More information

Life-Size Scaling Creating Full Size 3-D Body Systems

Life-Size Scaling Creating Full Size 3-D Body Systems Middle Grades Science Life-Size Scaling Creating Full Size 3-D Body Systems About this Lesson This lesson provides students an opportunity to use ratios and proportions to determine the appropriate size

More information

PUBLICATION NEW TRENDS IN ELEVATORING SOLUTIONS FOR MEDIUM TO MEDIUM-HIGH BUILDINGS TO IMPROVE FLEXIBILITY

PUBLICATION NEW TRENDS IN ELEVATORING SOLUTIONS FOR MEDIUM TO MEDIUM-HIGH BUILDINGS TO IMPROVE FLEXIBILITY PUBLICATION NEW TRENDS IN ELEVATORING SOLUTIONS FOR MEDIUM TO MEDIUM-HIGH BUILDINGS TO IMPROVE FLEXIBILITY Johannes de Jong E-mail: johannes.de.jong@kone.com Marja-Liisa Siikonen E-mail: marja-liisa.siikonen@kone.com

More information

Academic Course Description

Academic Course Description BEE305- ELECTRICAL MACHINES Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electrical and Electronics Engineering BEE305- ELECTRICAL MACHINES Third Semester,

More information

ME101, Final Examination, sample. Closed Book Examination (with the exception of one 3 x5 cards of handwritten notes, both sides, allowed)

ME101, Final Examination, sample. Closed Book Examination (with the exception of one 3 x5 cards of handwritten notes, both sides, allowed) , sample Name Closed Book Examination (with the exception of one 3 x5 cards of handwritten notes, both sides, allowed) Only calculators allowed for calculations: Hewlett Packard: The HP 33s and HP 35s

More information

Experimental Procedure

Experimental Procedure 1 of 19 9/10/2018, 11:03 AM https://www.sciencebuddies.org/science-fair-projects/project-ideas/robotics_p023/robotics/line-following-robot (http://www.sciencebuddies.org/science-fair-projects/projectideas/robotics_p023/robotics/line-following-robot)

More information

Suburban bus route design

Suburban bus route design University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2013 Suburban bus route design Shuaian Wang University

More information

Steel Intensive Engine Executive Summary

Steel Intensive Engine Executive Summary a business unit of AISI www.smdisteel.org Steel Intensive Engine Executive Summary 2013 Contributors MAHLE Long Products Market Development Group members: Gerdau Nucor Corporation The Timkin Company Presentation

More information

Solar Kit Lesson #13 Solarize a Toy

Solar Kit Lesson #13 Solarize a Toy UCSD TIES adapted from NYSERDA Energy Smart www.schoolpowernaturally.org Solar Kit Lesson #13 Solarize a Toy TEACHER INFORMATION LEARNING OUTCOME After designing and constructing solar electric power sources

More information

AGRIBUSINESS (AGB) AGB Courses. Agribusiness (AGB) 1

AGRIBUSINESS (AGB) AGB Courses. Agribusiness (AGB) 1 Agribusiness (AGB) 1 AGRIBUSINESS (AGB) AGB Courses AGB 101. Introduction to Agribusiness. 4 units Prerequisite: AGB major and freshman standing. Orientation to the agribusiness sector of agriculture.

More information

Module: Mathematical Reasoning

Module: Mathematical Reasoning Module: Mathematical Reasoning Lesson Title: Speeding Along Objectives and Standards Students will: Determine whether a relationship is a function Calculate the value of a function through a real-world

More information

STEM Energy Lesson Plan Elements Inclusion

STEM Energy Lesson Plan Elements Inclusion Lesson Plan Title: 1 Elon the way, we Musk use batteries! Teacher Name: Jim Lindsey School: TBD Subject: Environmental Science Grade Level: 11-12 Problem statement, Standards, Data and Technology Asking

More information

Traveling around Town

Traveling around Town Multimodal Transportation Planning: Traveling around Town Grades 6-8 30-45 minutes THE CHALLENGE Develop a plan to improve the multimodal transportation network in a fictional town by: Learning about the

More information

Mechanical engineering

Mechanical engineering ST Questions 1, 2, 4, 7 13, 15 17, A, C and E Checkup 1 WHAT IS MECHANICAL ENGINEERING? (p. 426) 1. Name the branch of science and technology that focuses specifically on the study of technical objects

More information

Chapter 5 Review #2. Multiple Choice Identify the choice that best completes the statement or answers the question.

Chapter 5 Review #2. Multiple Choice Identify the choice that best completes the statement or answers the question. Chapter 5 Review #2 Multiple Choice Identify the choice that best completes the statement or answers the question 1 Which statement is expressed as a unit rate? a Jamie works 9 hours for $155 b A customer

More information

PT1 9wk Test Study Guide

PT1 9wk Test Study Guide PT1 9wk Test Study Guide Name: Your 9-wk test is on Thursday March 28. You are required to complete this study guide by middle of class Wednesday March 27. It will be counted as an assignment grade. Complete

More information

correlated to the Virginia Standards of Learning, Grade 6

correlated to the Virginia Standards of Learning, Grade 6 correlated to the Virginia Standards of Learning, Grade 6 Standards to Content Report McDougal Littell Math, Course 1 2007 correlated to the Virginia Standards of Standards: Virginia Standards of Number

More information

NOVEL VOLTAGE STABILITY ANALYSIS OF A GRID CONNECTED PHOTOVOLTIC SYSTEM

NOVEL VOLTAGE STABILITY ANALYSIS OF A GRID CONNECTED PHOTOVOLTIC SYSTEM Volume 3, No. 7, July 2012 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info NOVEL VOLTAGE STABILITY ANALYSIS OF A GRID CONNECTED PHOTOVOLTIC SYSTEM C.Gnanavel*

More information

Don Peckham s Two Cylinder Equatorial Platform with Floating South Mount 19-March-2004 Page 1 / 7

Don Peckham s Two Cylinder Equatorial Platform with Floating South Mount 19-March-2004 Page 1 / 7 19-March-2004 Page 1 / 7 Go to HTML version http://dbpeckham.com/ep/don-ep.htm Return to home dbpeckham.com Here is an overview of my equatorial platform. If you are already familiar with the theory behind

More information

Transmission Error in Screw Compressor Rotors

Transmission Error in Screw Compressor Rotors Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2008 Transmission Error in Screw Compressor Rotors Jack Sauls Trane Follow this and additional

More information

Electric vehicle Jobs and New Occupations (2019)

Electric vehicle Jobs and New Occupations (2019) Electric vehicle Jobs and New Occupations (2019) T he electric vehicle industry could be revving up. And if industry growth accelerates, so will job creation in related occupations. Many occupations related

More information

The ABCD model How to more accurately predict and manage the energy transition

The ABCD model How to more accurately predict and manage the energy transition ABCD model Agent-based Buying Charging Driving model Auke Hoekstra Senior advisor smart mobility TU/e Strategic consultant ElaadNL, Alliander, Urgenda, FET & NKL E-mail: auke@aukehoekstra.nl Twitter: @aukehoekstra

More information

= an almost personalized transit system

= an almost personalized transit system Flexible many-to-few + few-to-many = an almost personalized transit system T. G. Crainic UQAM and CRT Montréal F. Errico - Politecnico di Milano F. Malucelli - Politecnico di Milano M. Nonato - Università

More information