Database Design 1DL400. Assignment 2:2

Size: px
Start display at page:

Download "Database Design 1DL400. Assignment 2:2"

Transcription

1 Uppsala Universit Department of Information Technolog Kjell Orsborn Assignment : - Database Design II Database Design DL00 Assignment : A Scientific Database for Mesh-Based Data. Goals This eercise consists of the development of a small scientific database application for storing and retrieving information about data for plane (D) discretizations (called a mesh or grid) of geometr domains. This mesh-based data can for eample be used to represent and present spatial data, such as temperature fields over a geometric objects. More specificall, ou should design and implement a small database for storing two tpes of mesh discretizations of geometr domains, as for eample used in finite element analsis applications. The student should implement schema definitions, populate the database and specif queries in Amosql, the quer language of sa.amos. The goal of this eercise is to give a practical eperience to develop a small database application using a functional and object-relational database management sstem (DBMS) that includes an object-relational quer language. The sa.amos DBMS b Stream Analze include the Amosql quer language that has similarities with the object-oriented etensions of the current SQL standard. The eercise include conceptual modeling using ER/EER modeling, transformation of the conceptual model into an object-oriented implementation data model and to implement the database b means of the sa.amos DBMS. Besides basic data, ou need to model and implement functionalit for quering the mesh database for geometric and phsical properties, such as coordinates and temperatures. This functionalit is tested through the list of sample queries listed in the instructions below and the quer response should be logged and reported in the results. The following steps should be performed: ER/EER modeling Transformation to a logical schema Implementation Defining and testing of quer eamples This eercise involves several open design and implementation choices to be decided upon and motivated b the student. This eercise is preferabl carried out in groups of two to three students.

2 . Preparations and background reading. The instructions to download and install sa.amos are provided on the assignments home page and we strongl recommend that ou familiarize ourself to sa.amos b running the included tutorials before ou start with the actual assignment. sa.amos can be used either in the computer labs at Uppsala Universit (Windows) or on our own laptop or desktop computer (Windows and Linu supported, and currentl through virtualization on Mac OS). There is also a short introductor seminar to this assignment, which is not mandator, but advisable to attend. It is advisable that ou design our solutions on paper before implementation. It can further be useful to stud the chapters on conceptual and logical data modeling and object databases treated in Chapters, and 0 in Elmasri and Navathe [EN0] or in Chapters, and in Padron-McCarth and Risch [PMR0]. Furthermore, material from lectures on object-oriented and object-relational databases sstems and quer languages. See also the assignment web page for additional information.. Instructions for the assignment The eercise consists of developing a scientific database application to handle information regarding scientific data for plane (D) discretizations (called a mesh or grid) of geometr domains. Your test data should include at least two different classes of meshes such as bi-linear quadrilateral and linear triangular meshes. Additional mesh classes can be selected individuall. A set of eample queries should also defined and tested. It is not intended that ou should design and implement the basic algorithm for performing the actual discretization. It is the information about factual meshes, such as topolog (structure) of the mesh and coordinate information that should be represented. A specific mesh can be built up b two kinds of basic elements, i.e. bi-linear quadrilateral or linear triangular elements, e.g., shown in Figure. In our case, a specific mesh is constrained to onl include one tpe of elements. The tpical structure of such meshes to be implemented are presented in the eamples in Figure and Figure. These kinds of discretizations can be viewed as an approimation of the geometr. Furthermore, other phsical quantaties can be approimated using the same tpe of interpolations. For instance, a scalar quantit such as the temperature T can be epressed as an interpolated temperature field for a bi-linear element as T = e e e e [ N N N N ] T T T T where N i e represent element shape functions that interpolates a field quantit inside the element using nodal point values for the field quantit (here nodal temperatures T i :s). The shape functions for the bi-linear element is given b

3 N e = ( ab ) ( ) N e = ab N e = ab ( )( ) ( )( ) N e = ab ( )( ) This interpolation can be used to represent data (using stored and derived data), for some temperature field of our choice. These representations can later be used to epress queries that retrieves field quantities over the geometr. For instance, what is the temperature for a specific coordinate. Observe that these epressions for the bi-linear element assume that element edges are parallell to the coordinate aes as illustrated in Figure. There are similar formulations for elements with more general forms as illustrated in Figure but that is outside of this assignment. At least the following concepts should be represented: mesh element node coordinate (- and -coordinates) element numbering node numbering (both local, i.e. per each element, and global, i.e. for a mesh) nodal temperatures (, ) (, ) b (, ) (, ) a Figure. Four-node rectangular element (bi-linear quadrilateral element)

4 n,(, ) n,(, ) e n,(, ) n,(, ) n,(, ) n,(, ) e n,(, ) Figure. Eample of plane -node bi-linear quadrilateral and -node linear triangular elements. Note that at least global node and element numbers should be able to be altered b a potential eternal application, e.g. for optimizing the topolog of the mesh. This ma influence the decision on how to choose kes. It should be possible to retrieve correct answers to the following queries:. What is the coordinate(s) of a specific node?. Which are the nodes of a specific element?. Which element(s) is a specific node part of?. Which nodes are shared b a set of two elements?. Which elements are adjacent to a specific element?. What is the size of the area of a specific element?. What is the size of the area for the complete geometr?. What is the opposite edge to a specific element edge (i.e. set of nodes)?. What is the complete surrounding edge of the geometr (i.e. a set of edges)? 0. What element is a specific coordinate inside of?. What temperature do we have at a specific coordinate (onl for the bilinear case)?

5 Other queries are welcome. At least two such additional queries should be defined. An additional and important assumptions or restrictions made b the student should be clearl motivated Figure. Test eamples for a mesh of bi-linear quadrilateral elements including information on global element and node numbers as well as node coordinates Figure. Test eamples for a mesh of linear triangular elements including information on global element and node numbers as well as node coordinates.

6 . Handing in Hand in an overview of the design, i.e. in an EER diagram, including eplanations to concepts and smbols, and source code for creating the database. Include solutions with sstem response to all the questions in the eercise as a printout of the interaction with sa.amos. This can be done b coping the results from the window where ou are running sa.amos to a tet file that ou print out and hand-in to our assistant. You do not have to hand in the answers to the eercises in the tutorial. Different design and implementation alternatives and choices, as well as problems or difficulties to perform certain parts of the eercise, should be clearl presented and motivated. References [EN0] Elmasri, R. and Navathe, S. B.: Fundamentals of Databases, th Edition, Addison-Wesle, 00, available e.g. at Akademibokhandeln. [PMR0] Padron-McCarth, T. and Risch, T.: Databasteknik, Studentlitteratur, 00, available e.g. at Akademibokhandeln.

Modeling with CMU Mini-FEA Program

Modeling with CMU Mini-FEA Program Modeling with CMU Mini-FEA Program Introduction Finite element analsis (FEA) allows ou analze the stresses and displacements in a bod when forces are applied. FEA determines the stresses and displacements

More information

FRANC3D & OSM 3D Tutorial

FRANC3D & OSM 3D Tutorial FRANC3D & OSM 3D Tutorial Version 2.6 2003 1 Introduction This manual contains a tutorial eample for the programs OSM (Object Solid Modeler) and FRANC3D (FRacture ANalis Code for 3D). The capabilities

More information

ECE241 - Digital Systems. University of Toronto. Lab #2 - Fall Introduction Computer-Aided Design Software, the DE2 Board and Simple Logic

ECE241 - Digital Systems. University of Toronto. Lab #2 - Fall Introduction Computer-Aided Design Software, the DE2 Board and Simple Logic ECE24 - Digital Sstems Universit of Toronto Lab #2 - Fall 28 Introduction Computer-Aided Design Software, the DE2 Board and Simple Logic. Introduction The purpose of this eercise is to introduce ou to

More information

SECTION 3-4 Rational Functions

SECTION 3-4 Rational Functions 20 3 Polnomial and Rational Functions 0. Shipping. A shipping bo is reinforced with steel bands in all three directions (see the figure). A total of 20. feet of steel tape is to be used, with 6 inches

More information

Math 1050 Lab Activity: Graphing Transformations

Math 1050 Lab Activity: Graphing Transformations Math 00 Lab Activit: Graphing Transformations Name: We'll focus on quadratic functions to eplore graphing transformations. A quadratic function is a second degree polnomial function. There are two common

More information

ECE241 - Digital Systems

ECE241 - Digital Systems ECE24 - Digital Sstems Universit of Toronto Lab 2: Introduction Computer-Aided Design Software, the DE2 Board and Simple Logic. Introduction The purpose of this eercise is to introduce the software tools

More information

3.6 Graphing Piecewise-Defined Functions and Shifting and Reflecting Graphs of Functions

3.6 Graphing Piecewise-Defined Functions and Shifting and Reflecting Graphs of Functions 76 CHAPTER Graphs and Functions Find the equation of each line. Write the equation in the form = a, = b, or = m + b. For Eercises through 7, write the equation in the form f = m + b.. Through (, 6) and

More information

Chapter 3. Selected advancements in finite element method

Chapter 3. Selected advancements in finite element method Chapter 3. elected advancements in finite element method Learning outcomes After working through the material in this chapter ou should be able to: 1. Understand the idea behind isoparametric elements

More information

Grid and Mesh Generation. Introduction to its Concepts and Methods

Grid and Mesh Generation. Introduction to its Concepts and Methods Grid and Mesh Generation Introduction to its Concepts and Methods Elements in a CFD software sstem Introduction What is a grid? The arrangement of the discrete points throughout the flow field is simpl

More information

Developed in Consultation with Tennessee Educators

Developed in Consultation with Tennessee Educators Developed in Consultation with Tennessee Educators Table of Contents Letter to the Student........................................ Test-Taking Checklist........................................ Tennessee

More information

Transformations of y = x 2 Parent Parabola

Transformations of y = x 2 Parent Parabola Transformations of = 2 SUGGESTED LEARNING STRATEGIES: Marking the Tet, Interactive Word Wall, Create Representations, Quickwrite 1. Graph the parent quadratic function, f () = 2, on the coordinate grid

More information

Enhanced Instructional Transition Guide

Enhanced Instructional Transition Guide Enhanced Instructional Transition Guide / Unit 04: Suggested Duration: 6 das Unit 04: Geometr: Coordinate Plane, Graphing Transformations, and Perspectives (9 das) Possible Lesson 0 (6 das) Possible Lesson

More information

Section 5.7 Negative Exponents and Scientific Notation. What is YOUR Share?

Section 5.7 Negative Exponents and Scientific Notation. What is YOUR Share? Section. Negative Eponents and Scientific Notation What is YOUR Share? In a recent ear there was a budget deficit of about $,0,000,000,000 and there were approimatel 0,000,000 Americans. In this section

More information

Numerical Analysis Notes

Numerical Analysis Notes Numerical Analsis Notes Foes Team Plotting of = f() contour-lines with Ecel Macro isol.ls The Ecel (XP/) macro isol.ls developed b SimonLuca Santoro and kindl released in the free public domain allows

More information

Exponential Functions. Christopher Thomas

Exponential Functions. Christopher Thomas Mathematics Learning Centre Eponential Functions Christopher Thomas c 1998 Universit of Sdne Mathematics Learning Centre, Universit of Sdne 1 1 Eponential Functions 1.1 The functions =2 and =2 From our

More information

Introduction to Algorithms Massachusetts Institute of Technology Professors Erik D. Demaine and Charles E. Leiserson.

Introduction to Algorithms Massachusetts Institute of Technology Professors Erik D. Demaine and Charles E. Leiserson. Introduction to Algorithms Massachusetts Institute of Technolog Professors Erik D. Demaine and Charles E. Leiserson October 24, 2005 6.046J/18.410J Handout 16 Problem Set 5 MIT students: This problem set

More information

ACTIVITY: Representing Data by a Linear Equation

ACTIVITY: Representing Data by a Linear Equation 9.2 Lines of Fit How can ou use data to predict an event? ACTIVITY: Representing Data b a Linear Equation Work with a partner. You have been working on a science project for 8 months. Each month, ou measured

More information

Lecture 3.4 Differential Equation Based Schemes

Lecture 3.4 Differential Equation Based Schemes Lecture 3.4 Differential Equation Based Schemes 1 Differential Equation Based Schemes As stated in the previous lecture, another important and most widel used method of structured mesh generation is based

More information

Section 9.3: Functions and their Graphs

Section 9.3: Functions and their Graphs Section 9.: Functions and their Graphs Graphs provide a wa of displaing, interpreting, and analzing data in a visual format. In man problems, we will consider two variables. Therefore, we will need to

More information

y = f(x) x (x, f(x)) f(x) g(x) = f(x) + 2 (x, g(x)) 0 (0, 1) 1 3 (0, 3) 2 (2, 3) 3 5 (2, 5) 4 (4, 3) 3 5 (4, 5) 5 (5, 5) 5 7 (5, 7)

y = f(x) x (x, f(x)) f(x) g(x) = f(x) + 2 (x, g(x)) 0 (0, 1) 1 3 (0, 3) 2 (2, 3) 3 5 (2, 5) 4 (4, 3) 3 5 (4, 5) 5 (5, 5) 5 7 (5, 7) 0 Relations and Functions.7 Transformations In this section, we stud how the graphs of functions change, or transform, when certain specialized modifications are made to their formulas. The transformations

More information

D DAVID PUBLISHING. Finite Element Analysis of Polygon Shaped Shell Roof. 1. Introduction. Attia Mousa 1 and Hesham El Naggar 2

D DAVID PUBLISHING. Finite Element Analysis of Polygon Shaped Shell Roof. 1. Introduction. Attia Mousa 1 and Hesham El Naggar 2 Journal of Civil Engineering and Architecture 11 (17) 4-4 doi: 1.1765/194-759/17.5. D DAVID PUBLISHING Finite Element Analsis of Polgon Shaped Shell Roof Attia Mousa 1 and Hesham El Naggar 1. Professor

More information

Graphing square root functions. What would be the base graph for the square root function? What is the table of values?

Graphing square root functions. What would be the base graph for the square root function? What is the table of values? Unit 3 (Chapter 2) Radical Functions (Square Root Functions Sketch graphs of radical functions b appling translations, stretches and reflections to the graph of Analze transformations to identif the of

More information

Polar Functions Polar coordinates

Polar Functions Polar coordinates 548 Chapter 1 Parametric, Vector, and Polar Functions 1. What ou ll learn about Polar Coordinates Polar Curves Slopes of Polar Curves Areas Enclosed b Polar Curves A Small Polar Galler... and wh Polar

More information

The Graph of an Equation

The Graph of an Equation 60_0P0.qd //0 :6 PM Page CHAPTER P Preparation for Calculus Archive Photos Section P. RENÉ DESCARTES (96 60) Descartes made man contributions to philosoph, science, and mathematics. The idea of representing

More information

Matrix Representations

Matrix Representations CONDENSED LESSON 6. Matri Representations In this lesson, ou Represent closed sstems with transition diagrams and transition matrices Use matrices to organize information Sandra works at a da-care center.

More information

Week 27 Algebra 1 Assignment:

Week 27 Algebra 1 Assignment: Week 7 Algebra Assignment: Da : p. 494 #- odd, -, 8- Da : pp. 496-497 #-9 odd, -6 Da : pp. 0-0 #-9 odd, -, -9 Da 4: p. 09 #-4, 7- Da : pp. - #-9 odd Notes on Assignment: Page 494: General notes for this

More information

Chapter 3. Exponential and Logarithmic Functions. Selected Applications

Chapter 3. Exponential and Logarithmic Functions. Selected Applications Chapter Eponential and Logarithmic Functions. Eponential Functions and Their Graphs. Logarithmic Functions and Their Graphs. Properties of Logarithms. Solving Eponential and Logarithmic Equations.5 Eponential

More information

2.1 The ReCTAngUlAR COORdInATe SySTemS And graphs

2.1 The ReCTAngUlAR COORdInATe SySTemS And graphs 7 CHAPTER equations ANd inequalities learning ObjeCTIveS In this section ou will: Plot ordered pairs in a Cartesian coordinate sstem. Graph equations b plotting points. Graph equations with a graphing

More information

Tubes are Fun. By: Douglas A. Ruby Date: 6/9/2003 Class: Geometry or Trigonometry Grades: 9-12 INSTRUCTIONAL OBJECTIVES:

Tubes are Fun. By: Douglas A. Ruby Date: 6/9/2003 Class: Geometry or Trigonometry Grades: 9-12 INSTRUCTIONAL OBJECTIVES: Tubes are Fun B: Douglas A. Rub Date: 6/9/2003 Class: Geometr or Trigonometr Grades: 9-2 INSTRUCTIONAL OBJECTIVES: Using a view tube students will conduct an eperiment involving variation of the viewing

More information

Shallow Spherical Shell Rectangular Finite Element for Analysis of Cross Shaped Shell Roof

Shallow Spherical Shell Rectangular Finite Element for Analysis of Cross Shaped Shell Roof Electronic Journal of Structural Engineering, 7(7) Shallow Spherical Shell Rectangular Finite Element for Analsis of Cross Shaped Shell Roof A.I. Mousa Associated Professor of Civil Engineering, The Universit

More information

Partial Fraction Decomposition

Partial Fraction Decomposition Section 7. Partial Fractions 53 Partial Fraction Decomposition Algebraic techniques for determining the constants in the numerators of partial fractions are demonstrated in the eamples that follow. Note

More information

2-1. The Language of Functions. Vocabulary

2-1. The Language of Functions. Vocabulary Chapter Lesson -1 BIG IDEA A function is a special tpe of relation that can be described b ordered pairs, graphs, written rules or algebraic rules such as equations. On pages 78 and 79, nine ordered pairs

More information

A SCATTERED DATA INTERPOLANT FOR THE SOLUTION OF THREE-DIMENSIONAL PDES

A SCATTERED DATA INTERPOLANT FOR THE SOLUTION OF THREE-DIMENSIONAL PDES European Conference on Computational Fluid Dnamics ECCOMAS CFD 26 P. Wesseling, E. Oñate and J. Périau (Eds) c TU Delft, The Netherlands, 26 A SCATTERED DATA INTERPOLANT FOR THE SOLUTION OF THREE-DIMENSIONAL

More information

Rotate. A bicycle wheel can rotate clockwise or counterclockwise. ACTIVITY: Three Basic Ways to Move Things

Rotate. A bicycle wheel can rotate clockwise or counterclockwise. ACTIVITY: Three Basic Ways to Move Things . Rotations object in a plane? What are the three basic was to move an Rotate A biccle wheel can rotate clockwise or counterclockwise. 0 0 0 9 9 9 8 8 8 7 6 7 6 7 6 ACTIVITY: Three Basic Was to Move Things

More information

5.2 Graphing Polynomial Functions

5.2 Graphing Polynomial Functions Locker LESSON 5. Graphing Polnomial Functions Common Core Math Standards The student is epected to: F.IF.7c Graph polnomial functions, identifing zeros when suitable factorizations are available, and showing

More information

STRAND I: Geometry and Trigonometry. UNIT 37 Further Transformations: Student Text Contents. Section Reflections. 37.

STRAND I: Geometry and Trigonometry. UNIT 37 Further Transformations: Student Text Contents. Section Reflections. 37. MEP Jamaica: STRN I UNIT 7 Further Transformations: Student Tet ontents STRN I: Geometr and Trigonometr Unit 7 Further Transformations Student Tet ontents Section 7. Reflections 7. Rotations 7. Translations

More information

Beecher J.A, Penna J.A., Bittinger M.L. Algebra and Trigonometry (3ed, Addison Wesley, 2007) 58 Chapter 1 Graphs, Functions, and Models

Beecher J.A, Penna J.A., Bittinger M.L. Algebra and Trigonometry (3ed, Addison Wesley, 2007) 58 Chapter 1 Graphs, Functions, and Models Beecher J.A, Penna J.A., Bittinger M.L. Algebra and Trigonometr (ed, Addison Wesle, 007) 8 Chapter Graphs, Functions, and Models.. Introduction Polnomial to Functions Graphing and Modeling Plot points.

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online): 2321-0613 Stabilit Analsis of Multi- Building with Underneath Satellite Bus Stand Having Intermediate

More information

Appendix A.6 Functions

Appendix A.6 Functions A. Functions 539 RELATIONS: DOMAIN AND RANGE Appendi A. Functions A relation is a set of ordered pairs. A relation can be a simple set of just a few ordered pairs, such as {(0, ), (1, 3), (, )}, or it

More information

Precalculus Unit 6 Practice

Precalculus Unit 6 Practice Lesson 34-. What is the sum of 0 6 6 0 9 6 3 7 0? 0 9 8 A. 0 6 6 4 3 0 9 8 Precalculus Unit 6 Practice Model with mathematics. A cellphone compan offers three different models with two different plans.

More information

Chapter Goals: Evaluate limits. Evaluate one-sided limits. Understand the concepts of continuity and differentiability and their relationship.

Chapter Goals: Evaluate limits. Evaluate one-sided limits. Understand the concepts of continuity and differentiability and their relationship. MA123, Chapter 3: The idea of its (pp. 47-67) Date: Chapter Goals: Evaluate its. Evaluate one-sided its. Understand the concepts of continuit and differentiabilit and their relationship. Assignments: Assignment

More information

MPM1DI. Unit 6: Graphing Linear Relations. Name:

MPM1DI. Unit 6: Graphing Linear Relations. Name: MPMDI Unit 6: Graphing Linear Relations Name: www.share4learning.weebl.com MPMDI- Unit 6A: Graphing Linear Relations - Lesson Relations and their Representations Date: A relation is a description of how

More information

PROBLEM SOLVING WITH EXPONENTIAL FUNCTIONS

PROBLEM SOLVING WITH EXPONENTIAL FUNCTIONS Topic 21: Problem solving with eponential functions 323 PROBLEM SOLVING WITH EXPONENTIAL FUNCTIONS Lesson 21.1 Finding function rules from graphs 21.1 OPENER 1. Plot the points from the table onto the

More information

DATABASTEKNIK - 1DL116

DATABASTEKNIK - 1DL116 1 DATABASTEKNIK - 1DL116 Fall 2003 An introductury course on database systems http://user.it.uu.se/~udbl/dbt-ht2003/ Kjell Orsborn Uppsala Database Laboratory Department of Information Technology, Uppsala

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of work b Horia Varlan;

More information

Reteaching Golden Ratio

Reteaching Golden Ratio Name Date Class Golden Ratio INV 11 You have investigated fractals. Now ou will investigate the golden ratio. The Golden Ratio in Line Segments The golden ratio is the irrational number 1 5. c On the line

More information

Think About. Unit 5 Lesson 3. Investigation. This Situation. Name: a Where do you think the origin of a coordinate system was placed in creating this

Think About. Unit 5 Lesson 3. Investigation. This Situation. Name: a Where do you think the origin of a coordinate system was placed in creating this Think About This Situation Unit 5 Lesson 3 Investigation 1 Name: Eamine how the sequence of images changes from frame to frame. a Where do ou think the origin of a coordinate sstem was placed in creating

More information

Glossary alternate interior angles absolute value function Example alternate exterior angles Example angle of rotation Example

Glossary alternate interior angles absolute value function Example alternate exterior angles Example angle of rotation Example Glossar A absolute value function An absolute value function is a function that can be written in the form, where is an number or epression. alternate eterior angles alternate interior angles Alternate

More information

Developing Conceptual Understanding of Number. Set H: Coordinate Geometry

Developing Conceptual Understanding of Number. Set H: Coordinate Geometry Developing Conceptual Understanding of Number Set H: Coordinate Geometr Carole Bilk cbilk@gov.mb.ca Wane Watt wwatt@mts.net Vocabular -ais -ais -coordinate -coordinate Notes Coordinate Geometr 1 coordinate

More information

Investigation Free Fall

Investigation Free Fall Investigation Free Fall Name Period Date You will need: a motion sensor, a small pillow or other soft object What function models the height of an object falling due to the force of gravit? Use a motion

More information

3.7 Graphing Linear Inequalities

3.7 Graphing Linear Inequalities 8 CHAPTER Graphs and Functions.7 Graphing Linear Inequalities S Graph Linear Inequalities. Graph the Intersection or Union of Two Linear Inequalities. Graphing Linear Inequalities Recall that the graph

More information

Vertical and Horizontal Translations. Graph each pair of functions on the same coordinate plane See margin

Vertical and Horizontal Translations. Graph each pair of functions on the same coordinate plane See margin - Lesson Preview What You ll Learn BJECTIVE BJECTIVE To analze vertical translations To analze horizontal translations... And Wh To analze a fabric design, as in Eample BJECTIVE Vertical and Horizontal

More information

Grade 6 Math Circles February 29, D Geometry

Grade 6 Math Circles February 29, D Geometry 1 Universit of Waterloo Facult of Mathematics Centre for Education in Mathematics and Computing Grade 6 Math Circles Feruar 29, 2012 2D Geometr What is Geometr? Geometr is one of the oldest ranches in

More information

This lesson combines vertical translations and dilations in several quadratic and inverse variation modeling applications.

This lesson combines vertical translations and dilations in several quadratic and inverse variation modeling applications. Learning Objectives Combined Vertical Transformations Algebra ; Pre-Calculus Time required: 90 min. This lesson combines vertical translations and dilations in several quadratic and inverse variation modeling

More information

Polygons in the Coordinate Plane

Polygons in the Coordinate Plane . Polgons in the Coordinate Plane How can ou find the lengths of line segments in a coordinate plane? ACTIVITY: Finding Distances on a Map Work with a partner. The coordinate grid shows a portion of a

More information

2.3 Polynomial Functions of Higher Degree with Modeling

2.3 Polynomial Functions of Higher Degree with Modeling SECTION 2.3 Polnomial Functions of Higher Degree with Modeling 185 2.3 Polnomial Functions of Higher Degree with Modeling What ou ll learn about Graphs of Polnomial Functions End Behavior of Polnomial

More information

This lesson gives students practice in graphing

This lesson gives students practice in graphing NATIONAL MATH + SCIENCE INITIATIVE Mathematics 9 7 5 1 1 5 7 LEVEL Grade, Algebra 1, or Math 1 in a unit on solving sstems of equations MODULE/CONNECTION TO AP* Areas and Volumes *Advanced Placement and

More information

Rational Functions with Removable Discontinuities

Rational Functions with Removable Discontinuities Rational Functions with Removable Discontinuities 1. a) Simplif the rational epression and state an values of where the epression is b) Using the simplified epression in part (a), predict the shape for

More information

Graph Linear Equations

Graph Linear Equations Lesson 4. Objectives Graph linear equations. Identif the slope and -intercept of linear equations. Graphing Linear Equations Suppose a baker s cookie recipe calls for a miture of nuts, raisins, and dried

More information

Determine Whether Two Functions Are Equivalent. Determine whether the functions in each pair are equivalent by. and g (x) 5 x 2

Determine Whether Two Functions Are Equivalent. Determine whether the functions in each pair are equivalent by. and g (x) 5 x 2 .1 Functions and Equivalent Algebraic Epressions On September, 1999, the Mars Climate Orbiter crashed on its first da of orbit. Two scientific groups used different measurement sstems (Imperial and metric)

More information

What s the Point? # 2 - Geo Fashion

What s the Point? # 2 - Geo Fashion What s the Point? # 2 - Geo Fashion Graph the points and connect them with line segments. Do not connect points with DNC between them. Start (-4,1) (-5,5) (-2,2) (-4,1) DNC (2,-4) (3,-3) (4,-3) (5,-4)

More information

9. f(x) = x f(x) = x g(x) = 2x g(x) = 5 2x. 13. h(x) = 1 3x. 14. h(x) = 2x f(x) = x x. 16.

9. f(x) = x f(x) = x g(x) = 2x g(x) = 5 2x. 13. h(x) = 1 3x. 14. h(x) = 2x f(x) = x x. 16. Section 4.2 Absolute Value 367 4.2 Eercises For each of the functions in Eercises 1-8, as in Eamples 7 and 8 in the narrative, mark the critical value on a number line, then mark the sign of the epression

More information

g(x) h(x) f (x) = Examples sin x +1 tan x!

g(x) h(x) f (x) = Examples sin x +1 tan x! Lecture 4-5A: An Introduction to Rational Functions A Rational Function f () is epressed as a fraction with a functiong() in the numerator and a function h() in the denominator. f () = g() h() Eamples

More information

Graphs and Functions

Graphs and Functions CHAPTER Graphs and Functions. Graphing Equations. Introduction to Functions. Graphing Linear Functions. The Slope of a Line. Equations of Lines Integrated Review Linear Equations in Two Variables.6 Graphing

More information

ACTIVITY: Frieze Patterns and Reflections. a. Is the frieze pattern a reflection of itself when folded horizontally? Explain.

ACTIVITY: Frieze Patterns and Reflections. a. Is the frieze pattern a reflection of itself when folded horizontally? Explain. . Reflections frieze pattern? How can ou use reflections to classif a Reflection When ou look at a mountain b a lake, ou can see the reflection, or mirror image, of the mountain in the lake. If ou fold

More information

(0, 4) Figure 12. x + 3. d = c. = b. Figure 13

(0, 4) Figure 12. x + 3. d = c. = b. Figure 13 80 CHAPTER EQUATIONS AND INEQUALITIES Plot both points, and draw a line passing through them as in Figure. Tr It # _, 0 Figure Find the intercepts of the equation and sketch the graph: = _ +. (0, (This

More information

A Formal Definition of Limit

A Formal Definition of Limit 5 CHAPTER Limits and Their Properties L + ε L L ε (c, L) c + δ c c δ The - definition of the it of f as approaches c Figure. A Formal Definition of Limit Let s take another look at the informal description

More information

3 Limits Involving Infinity: Asymptotes LIMITS INVOLVING INFINITY. 226 Chapter 3 Additional Applications of the Derivative

3 Limits Involving Infinity: Asymptotes LIMITS INVOLVING INFINITY. 226 Chapter 3 Additional Applications of the Derivative 226 Chapter 3 Additional Applications of the Derivative 52. Given the function f() 2 3 3 2 2 7, complete the following steps: (a) Graph using [, ] b [, ] and [, ] b [ 2, 2]2. (b) Fill in the following

More information

STRAND G: Relations, Functions and Graphs

STRAND G: Relations, Functions and Graphs UNIT G Using Graphs to Solve Equations: Tet STRAND G: Relations, Functions and Graphs G Using Graphs to Solve Equations Tet Contents * * Section G. Solution of Simultaneous Equations b Graphs G. Graphs

More information

Chapter 3. Interpolation. 3.1 Introduction

Chapter 3. Interpolation. 3.1 Introduction Chapter 3 Interpolation 3 Introduction One of the fundamental problems in Numerical Methods is the problem of interpolation, that is given a set of data points ( k, k ) for k =,, n, how do we find a function

More information

Find the Relationship: An Exercise in Graphical Analysis

Find the Relationship: An Exercise in Graphical Analysis Find the Relationship: An Eercise in Graphical Analsis In several laborator investigations ou do this ear, a primar purpose will be to find the mathematical relationship between two variables. For eample,

More information

NUMERICAL PERFORMANCE OF COMPACT FOURTH ORDER FORMULATION OF THE NAVIER-STOKES EQUATIONS

NUMERICAL PERFORMANCE OF COMPACT FOURTH ORDER FORMULATION OF THE NAVIER-STOKES EQUATIONS Published in : Communications in Numerical Methods in Engineering (008 Commun.Numer.Meth.Engng. 008; Vol : pp 003-019 NUMERICAL PERFORMANCE OF COMPACT FOURTH ORDER FORMULATION OF THE NAVIER-STOKES EQUATIONS

More information

1.2 Visualizing and Graphing Data

1.2 Visualizing and Graphing Data 6360_ch01pp001-075.qd 10/16/08 4:8 PM Page 1 1 CHAPTER 1 Introduction to Functions and Graphs 9. Volume of a Cone The volume V of a cone is given b V = 1 3 pr h, where r is its radius and h is its height.

More information

Contents. How You May Use This Resource Guide

Contents. How You May Use This Resource Guide Contents How You Ma Use This Resource Guide ii 0 Trigonometric Formulas, Identities, and Equations Worksheet 0.: Graphical Analsis of Trig Identities.............. Worksheet 0.: Verifing Trigonometric

More information

3.9 Differentials. Tangent Line Approximations. Exploration. Using a Tangent Line Approximation

3.9 Differentials. Tangent Line Approximations. Exploration. Using a Tangent Line Approximation 3.9 Differentials 3 3.9 Differentials Understand the concept of a tangent line approimation. Compare the value of the differential, d, with the actual change in,. Estimate a propagated error using a differential.

More information

Module: 2 Finite Element Formulation Techniques Lecture 3: Finite Element Method: Displacement Approach

Module: 2 Finite Element Formulation Techniques Lecture 3: Finite Element Method: Displacement Approach 11 Module: 2 Finite Element Formulation Techniques Lecture 3: Finite Element Method: Displacement Approach 2.3.1 Choice of Displacement Function Displacement function is the beginning point for the structural

More information

Laurie s Notes. Overview of Section 6.3

Laurie s Notes. Overview of Section 6.3 Overview of Section.3 Introduction In this lesson, eponential equations are defined. Students distinguish between linear and eponential equations, helping to focus on the definition of each. A linear function

More information

The MATE Approach: Enhanced Simulink and Stateflow Model Transformation

The MATE Approach: Enhanced Simulink and Stateflow Model Transformation The MATE Approach: Enhanced Simulink and Stateflow Model Transformation Ingo Stürmer Model Engineering Solutions, Berlin, German Ingo Kreuz DaimlerChrsler AG, Research and Technolog, Sindelfingen, German

More information

Quantifying the Curvature of Curves: An Intuitive Introduction to Di erential Geometry

Quantifying the Curvature of Curves: An Intuitive Introduction to Di erential Geometry Quantifing the Curvature of Curves: An Intuitive Introduction to Di erential Geometr Jason M. Osborne, William J. Cook, and Michael J. Bossé ovember, 07 Abstract In this paper we introduce the reader to

More information

How can you enlarge or reduce a figure in the coordinate plane? Dilate. ACTIVITY: Comparing Triangles in a Coordinate Plane.

How can you enlarge or reduce a figure in the coordinate plane? Dilate. ACTIVITY: Comparing Triangles in a Coordinate Plane. . Dilations How can ou enlarge or reduce a figure in the coordinate plane? Dilate When ou have our ees checked, the optometrist sometimes dilates one or both of the pupils of our ees. ACTIVITY: Comparing

More information

Lecture 12 Date:

Lecture 12 Date: Information Technolog Delhi Lecture 2 Date: 3.09.204 The Signal Flow Graph Information Technolog Delhi Signal Flow Graph Q: Using individual device scattering parameters to analze a comple microwave network

More information

SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: B.Sc. in Computer Science. Laboratory (Practical) Field or Work Placement

SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: B.Sc. in Computer Science. Laboratory (Practical) Field or Work Placement SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: B.Sc. in Computer Science 1. Course Code COMP4201 2. Course Title INTRODUCTION TO DATABASE SYSTEMS 3. Credits 3 4. Pre-requisite Course(s) COMP3203 - Introduction

More information

UNIT 4 MODELING AND ANALYZING EXPONENTIAL FUNCTIONS Lesson 1: Creating Exponential Equations

UNIT 4 MODELING AND ANALYZING EXPONENTIAL FUNCTIONS Lesson 1: Creating Exponential Equations Guided Practice Eample 1 If a pendulum swings to 9% of its previous height on each swing and starts out at a height of 6 cm, what is the equation that models this scenario? What is its graph? 1. Read the

More information

Automatic Facial Expression Recognition Using Neural Network

Automatic Facial Expression Recognition Using Neural Network Automatic Facial Epression Recognition Using Neural Network Behrang Yousef Asr Langeroodi, Kaveh Kia Kojouri Electrical Engineering Department, Guilan Universit, Rasht, Guilan, IRAN Electronic Engineering

More information

Modeling and Simulation Exam

Modeling and Simulation Exam Modeling and Simulation am Facult of Computers & Information Department: Computer Science Grade: Fourth Course code: CSC Total Mark: 75 Date: Time: hours Answer the following questions: - a Define the

More information

Thermal Deformation Analysis Using Modelica

Thermal Deformation Analysis Using Modelica Thermal Deformation Analsis Using Modelica Eunkeong Kim 1 Tatsurou Yashiki 1 Fumiuki Suzuki 2 Yukinori Katagiri 1 Takua Yoshida 1 1 Hitachi, Ltd., Research & Development Group, Japan, {eunkeong.kim.mn,

More information

Midpoint and Distance Formulas

Midpoint and Distance Formulas Midpoint and Distance Formulas Find the midpoint of a segment on the coordinate plane. Find the distance between two points on the coordinate plane. Fremont are the Midpoint and Distance Formulas used

More information

25.4 Coordinate Proof Using Distance with Quadrilaterals

25.4 Coordinate Proof Using Distance with Quadrilaterals - - a a 6 Locker LESSON 5. Coordinate Proof Using Distance with Quadrilaterals Name Class Date 5. Coordinate Proof Using Distance with Quadrilaterals Essential Question: How can ou use slope and the distance

More information

Using the same procedure that was used in Project 5, enter matrix A and its label into an Excel spreadsheet:

Using the same procedure that was used in Project 5, enter matrix A and its label into an Excel spreadsheet: Math 6: Ecel Lab 6 Summer Inverse Matrices, Determinates and Applications: (Stud sections, 6, 7 and in the matri book in order to full understand the topic.) This Lab will illustrate how Ecel can help

More information

Unit 4 Trigonometry. Study Notes 1 Right Triangle Trigonometry (Section 8.1)

Unit 4 Trigonometry. Study Notes 1 Right Triangle Trigonometry (Section 8.1) Unit 4 Trigonometr Stud Notes 1 Right Triangle Trigonometr (Section 8.1) Objective: Evaluate trigonometric functions of acute angles. Use a calculator to evaluate trigonometric functions. Use trigonometric

More information

Section 4.2 Graphing Lines

Section 4.2 Graphing Lines Section. Graphing Lines Objectives In this section, ou will learn to: To successfull complete this section, ou need to understand: Identif collinear points. The order of operations (1.) Graph the line

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 36 In last class, we have derived element equations for two d elasticity problems

More information

science. In this course we investigate problems both algebraically and graphically.

science. In this course we investigate problems both algebraically and graphically. Section. Graphs. Graphs Much of algebra is concerned with solving equations. Man algebraic techniques have been developed to provide insights into various sorts of equations and those techniques are essential

More information

Pre-Algebra Notes Unit 13: Angle Relationships and Transformations

Pre-Algebra Notes Unit 13: Angle Relationships and Transformations Pre-Algebra Notes Unit 13: Angle Relationships and Transformations Angle Relationships Sllabus Objectives: (7.1) The student will identif measures of complementar, supplementar, and vertical angles. (7.2)

More information

More Coordinate Graphs. How do we find coordinates on the graph?

More Coordinate Graphs. How do we find coordinates on the graph? Lesson Problem Solving: More Coordinate Graphs Problem Solving: More Coordinate Graphs How do we find coordinates on the graph? We use coordinates to find where the dot goes on the coordinate graph. From

More information

7.5. Systems of Inequalities. The Graph of an Inequality. What you should learn. Why you should learn it

7.5. Systems of Inequalities. The Graph of an Inequality. What you should learn. Why you should learn it 0_0705.qd /5/05 9:5 AM Page 5 Section 7.5 7.5 Sstems of Inequalities 5 Sstems of Inequalities What ou should learn Sketch the graphs of inequalities in two variables. Solve sstems of inequalities. Use

More information

Chapter 3: Section 3-2 Graphing Linear Inequalities

Chapter 3: Section 3-2 Graphing Linear Inequalities Chapter : Section - Graphing Linear Inequalities D. S. Malik Creighton Universit, Omaha, NE D. S. Malik Creighton Universit, Omaha, NE Chapter () : Section - Graphing Linear Inequalities / 9 Geometric

More information

Answers. Investigation 4. ACE Assignment Choices. Applications

Answers. Investigation 4. ACE Assignment Choices. Applications Answers Investigation ACE Assignment Choices Problem. Core Other Connections, ; Etensions ; unassigned choices from previous problems Problem. Core, 7 Other Applications, ; Connections ; Etensions ; unassigned

More information

Contents. How You May Use This Resource Guide

Contents. How You May Use This Resource Guide Contents How You Ma Use This Resource Guide ii 16 Higher Degree Equations 1 Worksheet 16.1: A Graphical Eploration of Polnomials............ 4 Worksheet 16.2: Thinking about Cubic Functions................

More information

Chapter 3 : Computer Animation

Chapter 3 : Computer Animation Chapter 3 : Computer Animation Histor First animation films (Disne) 30 drawings / second animator in chief : ke frames others : secondar drawings Use the computer to interpolate? positions orientations

More information