Dynamic Networks and Shortest Paths Takeshi Shirabe Technical University of Vienna.

Slides:



Advertisements
Similar presentations
Kinetic and Potential Energy
Advertisements

Unit 7 Energy.  Energy is the ability to do work or cause change. I can work…but I won’t.
Outline LP formulation of minimal cost flow problem
Physics 111: Mechanics Lecture 7
Work & Energy Principles
Work & Energy Principles
Adv Physics Chapter 5 Sections 3 & 4.
Math443/543 Mathematical Modeling and Optimization
PHYSICS 231 INTRODUCTORY PHYSICS I
1a. Positive and negative work
Mechanical Work: More Practice. Gravitational Potential Energy: More Practice.
NetworkModel-1 Network Optimization Models. NetworkModel-2 Network Terminology A network consists of a set of nodes and arcs. The arcs may have some flow.
Work, energy and power You should be able to: state the definition of work done by a constant force; understand the work done by a varying force; state.
Kinetic energy Vector dot product (scalar product) Definition of work done by a force on an object Work-kinetic-energy theorem Lecture 10: Work and kinetic.
Inclined Plane Problems
Dynamics of Moving Objects in Kinetic Sculpture (Ball Drop Physics II)
Dynamics: POWER AND EFFICIENCY Today’s Objectives: 1.Determine the power generated by a machine, engine, or motor. 2.Calculate the mechanical efficiency.
Chapter 6 Work, Energy, Power Work  The work done by force is defined as the product of that force times the parallel distance over which it acts. 
Chapter 5 Work, Energy, Power Work The work done by force is defined as the product of that force times the parallel distance over which it acts. The.
Work, Energy, Power. Work  The work done by force is defined as the product of that force times the parallel distance over which it acts.  The unit.
Chapter 8: Potential Energy and Conservation of Energy
KNOW YOUR PHYSICS FORMULAS. FORCE NET = (MASS)(ACCELERATI ON) SUM OF FORCES UP + SUM OF FORCES DOWNWARD SUM OF FORCES TO THE RIGHT + SUM OF FORCES TO.
Potential Energy and Conservative Forces
Work IN, Work OUT The Work/Energy Principle. Kinetic Energy KE depends on mass and velocity Work done on an object will change KE.
Formative Assessment. 1. If a heater is 78.0% efficient, how much fuel energy would it consume to provide 120. J of useful heat? How much useful heat.
Lecture 17: Problem Solving Review For test 2.
1 Work When a force moves something, work is done. Whenever work is done, energy is changed into a different form. Chemical energy → Kinetic energy.
Chapter 6 Work and Energy.
Sect. 7.7: Conservative & Non- Conservative Forces.
Conservative Forces: The forces is conservative if the work done by it on a particle that moves between two points depends only on these points and not.
Work, Energy, Power and Conservation Laws. In this week we will introduce the following concepts: o Kinetic energy of a moving object o Work done by a.
Energy Examples Serway and Jewett 8.1 – 8.3 Physics 1D03 - Lecture 22.
Physics Dynamics: Forces Science and Mathematics Education Research Group Supported by UBC Teaching and Learning Enhancement Fund Department.
Phys211C7 p1 Kinetic Energy: Energy associated with motion K = ½ mv 2 Work done by a force on an object is that forces contribution to  K may only depend.
Lecture 11: Potential Energy & Energy Conservation.
Power and Efficiency And a review of the work-energy theorem.
Motion, Forces and Energy Lecture 7: Potential Energy & Conservation The name potential energy implies that the object in question has the capability of.
200 Physics Concepts from Delores Gende Website
 E is always constant, but KE and PE can change  If PE and KE change, they must change in such a way as to keep E constant Example Consider the 1D free-fall.
Examples: Mechanical Energy Conservation
Section 6-3 Gravitational Potential Energy. Warm-Up #1 A sailboat is moving at a constant velocity. Is work being done by a net external force acting.
Gravitational Potential Energy Energy and its Conservation
What Is Energy? Ch. 8 Lesson 1. How Are Energy, Work, and Power Related?
What’s the Unit?. Most physical quantities have units. You need to know the SI unit for each quantity you use.
Work and Energy.
1a. Positive and negative work
1a i) KE = ½ x mass x speed2 1a i)
from rest down a plane inclined at an angle q with the horizontal.
Chapter 13 Section 1: Motion
Party-by-Night Problem
KE and PE Practice Quiz Solutions.
Kinetics of a particle: Work & Energy
Energy IN = Energy OUT Means ALL Energy
Calculations Involving Potential & Kinetic Energy
Energy Notes.
Blocks 1 and 2 of masses ml and m2, respectively, are connected by a light string, as shown. These blocks are further connected to a block of mass M by.
Aim: How do we explain motion along an inclined plane?
Introduction Basic formulations Applications
Ch. 6 slides.ppt Forces2.ppt.
Potential Energy Problems
Physical Science Ch. 15: Energy.
Potential Potential Energy
Unit 3 - Energy Learning Target 3.2 – Be able to use the equations for Potential Energy & Kinetic Energy.
Practice for FA5.1.
Energy IN = Energy OUT Means ALL Energy
Question C Force and Motion F F m F F m d d
Work, Energy, Power.
Energy transfers & efficiency
Energy Problems.
FA Jambalaya.
Presentation transcript:

Dynamic Networks and Shortest Paths Takeshi Shirabe Technical University of Vienna

2 Takeshi SHIRABE Problem /7 w ij ’s are constant. Given a network, find a sequence of arcs from a source node to a sink node that has the minimum total arc weight. Shortest Path Problem w 12 w 24 w 13 w 34 w 23

3 Takeshi SHIRABE Problem /7 w ij = f ij (t) Time-dependent Networks w 12 w 24 w 13 w 34 w 23

4 Takeshi SHIRABE Problem / w 12 w 24 w 13 w 34 w 23 w ij = f ij (s(i),s(j)) s(j)= g ij (s(i)) Dynamic Networks where s(i) is some state of a traveler at i

5 Takeshi SHIRABE Solution / w 12 w 24 w 13 w 34 w 23 1.Limit possible states to a finite set of values  3.Draw an arc for each pair of connectable nodes and assign it a weight. 2.Duplicate each node as many as those states. S={1,2,3}

6 Takeshi SHIRABE Application /7 Minimum Work Paths in Elevated Networks w 12 w 24 w 13 w 34 w 23 s(j): level of kinetic energy at j max(s(i)-u ij -r ij, 0) w ij : amount of work required for moving from i to j max(u ij +r ij -s(i), 0) u ij : change in gravitational potential energy when moving from i to j r ij :loss of energy from friction when moving from i to j

7 Takeshi SHIRABE Questions /7 Dynamic networks worth studying? Any efficient solution or approximation methods? Any applications?

8 Takeshi SHIRABE Appendix /7 θ mg μmgcosθ mgcosθ yjyj yiyi x ij i j ii u ij = mg(y j -y i ) r ij = μmgcosθ(x ij /cosθ) = μmgx ij x ij : horizontal distance from i to j y i : height of i θ: incline of arc (i,j); tanθ = (y j -y i )/x ij m: mass of the traveler g: coefficient of gravitation μ: coefficient of friction

9 Takeshi SHIRABE Examples / w 23 1.What if arc (2,3) is approached with excessive speed? 2.What if arc (2,3) is approached with insufficient speed? w 23 Consider speed as the state…