Unit 5 Lesson 2 Investigation 1

Size: px
Start display at page:

Download "Unit 5 Lesson 2 Investigation 1"

Transcription

1 Name: Investigation 1 Modeling Rigid Transformations CPMP-Tools Computer graphics enable designers to model two- and three-dimensional figures and to also easil manipulate those figures. For eample, interior design software permits users to select images of various tpes and sizes of furniture and position them at different places in a room laout b sliding and rotating the shapes. utomotive design software permits users to create smmetric components of vehicles b reflecting and/or rotating basic design elements. Complete models of vehicles can be rotated and viewed from different angles. In this investigation, ou will eplore how coordinates are used in computer graphics software to transform the position of shapes in a plane. s ou work on the following problems, look for answers to these questions: How can coordinates be used to describe a sliding motion or translation? How can coordinates be used to describe a turning motion or rotation? How can coordinates be used to describe a mirror or line reflection? Unit 5 Lesson 2 Investigation 1 1 Interactive geometr software provides tools to reposition a shape b translation, rotation about a point, and reflection across a line. Other software will have similar commands. s a class or in pairs, eperiment with the first three commands in the Transform menu and the corresponding functions in the menu bar. a. Begin b eploring how the Translate command can be used to transform shapes in a plane. Draw a shape or select the Humanoid from Sample Sketches. Translate the shape to a different position. Observe how the original shape and its image appear to be related. Repeat for at least three other translations, including: one that slides the shape horizontall; one that slides the shape verticall; and one that slides the shape in a slanted direction. b. Net, eplore how the Rotate command can be used to transform shapes in a plane. Draw a figure or select the Humanoid shape from Sample Sketches. Rotate the figure counterclockwise about the origin. Observe how the original figure and its image appear to be related. Repeat for at least three other counterclockwise rotations about the origin, including: a 90 rotation; a 180 rotation; and a 45 rotation. LESSON 2 Coordinate Models of Transformations 197

2 c. Now, eplore how the Reflect command can be used to transform a shape in a plane. Draw a shape or select the Humanoid shape from Sample Sketches. Reflect the shape across a line of our choice. Observe how the original shape and its image appear to be related. Repeat for at least three other line reflections, including: a reflection across the -ais; a reflection across the -ais; and a reflection across the line =. In each case, first clear the window and redraw our shape. d. How do ou think the software determines the position of the translated image of a shape? The rotated image of a shape? The reflected image of a shape? Translating Shapes translation, or sliding motion, is determined b distance and direction. B looking carefull at a simple shape and its translated image, ou can discover patterns relating the coordinates of the shape and the coordinates of its image. 2 On the screen below, a flag BCDE and its translated image B C D E are shown. Horizontal Translation D C D C E B E B a. Describe the translation as precisel as ou can. b. Eplain how the translated image of the flag could be produced using onl the translated images of points, B, C, D, and E. c. Under this translation, what would be the image of (0, 0)? Of (1, -5)? Of (-5, -4)? Of (a, b)? d. Write a rule ou can use to obtain the image of an point (, ) in the coordinate plane under this translation. State our rule in words and in smbolic form (, ) (, ). 198 UNIT 3 Coordinate Methods

3 3 The screens below show a flag BCDE and its image under two other translations. Vertical Translation Oblique Translation D C D C E D B C E B D E C B E B a. Describe the vertical translation as precisel as ou can. The diagonal (oblique) translation. b. Under the vertical translation, what would be the image of (0, 0)? Of (2, 5)? Of (4.1, -2)? Of (a, b)? c. Write a rule ou can use to obtain the image of an point (, ) under the vertical translation. State our rule in words and in smbolic form (, ) (, ). d. Under the oblique translation, what would be the image of (0, 0)? Of (2, 5)? Of (4.1, -2)? Of (a, b)? e. Write a rule ou can use to obtain the image of an point (, ) under the oblique translation. State our rule in words and in smbolic form. 4 Compare the transformation rules ou developed for Part d of Problem 2 and for Parts c and e of Problem 3. Write a general rule that tells how to take an point (, ) and find its translated image if the preimage is moved horizontall h units and verticall k units. Compare our rule with others and resolve an differences. You now have a rule ou can use to find the translated image of an point when ou know the components of the translation the horizontal and vertical distances and directions the point is moved (left or right, up or down). This is eactl the information a calculator or computer graphics program needs in order to displa a set of points and their translated images. 5 Use the following questions to help write an algorithm that would guide a programmer in the development of a translation program that displas the original figure (called the preimage) and its translated image and connects corresponding vertices of the two figures. What information would ou need to input? What formula or formulas could be used in the processing portion? What information should be displaed in the output? LESSON 2 Coordinate Models of Transformations 199

4 Rotating Shapes Rotations about the origin have similar coordinate models. rotation, or turning motion, is determined b a point called the center of the rotation and a directed angle of rotation. flag BCDE and its images under counterclockwise rotations of 90, 180, and 270 about the origin are shown below. Rotations bout the Origin D C E B B C E D 6 Consider flag BCDE above and its image under a 90 counterclockwise rotation about the origin. a. On a cop of the table below, record the coordinates of the images of the five points on the flag under a 90 counterclockwise rotation about the origin. Eplain wh the rotated image of the flag could be produced using onl the rotated images of points, B, C, D, and E. Preimage 90 Counterclockwise Rotated Image (0, 0) (, ) B(3, 3) B (, ) C(5, 5) C (, ) D(7, 3) D (, ) E(5, 1) E (, ) b. Use an patterns ou see between preimage and image points in our completed table to help plot the points (-2, -5), (-4, 1), (5, -3), and their images under a 90 counterclockwise rotation about the origin on a new coordinate grid. i. For each preimage point, use dashed segments to connect the preimage to the origin and the origin to the image. ii. Connect each preimage segment to its image segment with a turn arrow that shows the directed angle of rotation. c. Write a rule relating the coordinates of an preimage point (, ) and its image point under a 90 counterclockwise rotation about the origin. State our rule in words and in smbolic form. 200 UNIT 3 Coordinate Methods

5 d. ccording to our rule, what is the image of (0, 0)? Wh does this image make sense? e. How should the slope of the line through a preimage point and the origin be related to the slope of the line through the origin and the image point? Verif our idea b computing and comparing slopes. f. Write an algorithm to guide the development of a program for a 90 counterclockwise rotation about (0, 0) that displas the preimage and image figures. 7 s ou probabl epect, counterclockwise rotations of 180 and 270 about the origin also have predictable coordinate patterns. Use a cop of the screen at the top of page 200 showing flag BCDE and its images to eplore these patterns. a. Investigate patterns in the coordinates of the preimage and image pairs when points are rotated 180 about the origin. b. Write a rule relating the coordinates of an preimage point (, ) and its image point under a 180 rotation about the origin. State our rule in words and in smbols. c. How is the slope of the line through two preimage points related to the slope of the line through the images of those points? What does this tell about a line and its image under a 180 rotation? d. Similarl, search for patterns in the coordinates of the preimage and image pairs when points are rotated 270 counterclockwise about the origin. e. Write a rule relating the coordinates of an preimage point (, ) and its image point under a 270 counterclockwise rotation about the origin. State our rule in words and in smbols. f. Describe how ou could modif the algorithm in Part f of Problem 6 so that it would guide development of a program to rotate a point 180 or 270 counterclockwise about the origin instead of 90 counterclockwise. Reflecting Shapes Line reflections can also be epressed using coordinates. line reflection is determined b a mirror line (or line of reflection) that is the perpendicular bisector of the segment connecting a point and its reflected image. point on the line of reflection is its own image. In the following problems, ou will build coordinate models for reflections across vertical and horizontal lines, as well as across the lines = and = -. LESSON 2 Coordinate Models of Transformations 201

6 8 flag BCDE and its reflected image across the -ais are shown on the screen below. Reflected cross the -ais D C C E B B D E a. Investigate patterns in the coordinates of preimage and image pairs when points are reflected across the -ais. b. Eplain wh the reflected image of the flag could be produced using onl the reflected images of points, B, C, D, and E. c. Write a rule which tells how to take an point (, ) and find its reflected image across the -ais. State our rule in words and in smbols. d. On a cop of the diagram, use dashed segments to connect point to point and point D to point D. Use coordinates to verif that the -ais is the perpendicular bisector of and DD. 9 The table below shows coordinates of si preimage points and coordinates (a, b) of a general point. Plot each of the si points and its reflected image across the -ais. a. Record the coordinates of the image points in a table like the one below. Preimage Reflected Image cross -ais (-4, 1) (-4, -1) (3, -2) (-2, -5) (4, 5) (0, 1) (-3, 0) (a, b) b. What pattern relating coordinates of preimage points to image points do ou observe? Use the pattern to give the coordinates of the image of (a, b). 202 UNIT 3 Coordinate Methods

7 c. Write a rule that tells how to take an point (, ) and find its reflected image across the -ais. State our rule in words and in smbols. d. How is the -ais related to the segment determined b an point (a, b) not on the -ais and its reflected image? Justif our answer using coordinates. 10 Draw the graph of =. Plot each preimage point in the table below and its reflected image across that line. Connect each preimage/image pair with a dashed segment. a. Record the coordinates of the image points in a cop of the table below. Preimage Reflected Image cross = (-4, 1) (1, -4) (3, -2) (-2, -5) (4, 5) (0, 1) (-3, 0) (a, b) b. Describe a pattern relating coordinates of preimage points to image points. c. Write a rule relating the coordinates of an preimage point (, ) to its reflected image across the line =. State our rule in words and in smbols. d. How is the line of reflection, =, related to the segment determined b an point (a, b) not on the line and its image? Justif our answer. 11 Net, investigate patterns in the coordinates of the preimage and image pairs when points are reflected across the line = -. a. Draw the graph of = -. Then plot the si preimage points in the table in Problem 10 and their reflected images across the line. b. Describe a pattern relating coordinates of preimage points to coordinates of image points. c. Write a rule relating the coordinates of an preimage point (, ) and its reflected image across the line = -. State our rule in words and in smbols. d. How is the segment determined b a point and its reflected image related to the line = -? LESSON 2 Coordinate Models of Transformations 203

8 12 You now have coordinate models for the following line reflections. reflection across the -ais reflection across the -ais reflection across the line = reflection across the line = - Sharing the workload among our classmates, develop planning algorithms that would guide a programmer in the development of line reflection programs for each of these four line reflections. Identif the input, processing, and output portions of each of our algorithms. Summarize the Mathematics In this investigation, ou developed coordinate rules relating points and their images under different rigid transformations: translations, rotations about the origin, and line reflections. a translation is determined b a single point and its image. i. Suppose a translation slides the point O(0, 0) to the point (a, b). Write a smbolic rule (, ) (, ) that describes this translation. ii. Suppose a translation slides the point (a, b) to the point B(c, d). Write a smbolic rule (, ) (, ) that describes this translation. b Summarize the coordinate rules for these rotations about the origin. i. For a rotation of 90 counterclockwise: (, ) (, ) ii. For a rotation of 180 counterclockwise: (, ) (, ) iii. For a rotation of 270 counterclockwise: (, ) (, ) iv. For a rotation of 270 clockwise: (, ) (, ) c Summarize the coordinate rules for line reflections: i. cross the -ais: (, ) (, ) ii. cross the -ais: (, ) (, ) iii. cross the line = : (, ) (, ) iv. cross the line = -: (, ) (, ) Be prepared to eplain our coordinate rules and strategies ou could use to remember or redevelop them. 204 UNIT 3 Coordinate Methods

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

Transforming Coordinates

Transforming Coordinates # Transforming Coordinates The drawing window in man computer geometr programs is a coordinate grid. You make designs b specifing the endpoints of line segments. When ou transform a design, the coordinates

More information

Half Turns and Quarter Turns Rotations of Figures on the Coordinate Plane

Half Turns and Quarter Turns Rotations of Figures on the Coordinate Plane Half Turns and Quarter Turns Rotations of Figures on the Coordinate Plane 5 WARM UP 1. Redraw each given figure as described. a. so that it is turned 10 clockwise Before: After: s D b. so that it is turned

More information

Mirror, Mirror Reflections of Figures on the

Mirror, Mirror Reflections of Figures on the Mirror, Mirror Reflections of Figures on the 4 Coordinate Plane WARM UP Determine each product. 1. 21 3 6 2. 2 3 5 (21) LEARNING GOALS Reflect geometric figures on the coordinate plane. Identif and describe

More information

2-3. Attributes of Absolute Value Functions. Key Concept Absolute Value Parent Function f (x)= x VOCABULARY TEKS FOCUS ESSENTIAL UNDERSTANDING

2-3. Attributes of Absolute Value Functions. Key Concept Absolute Value Parent Function f (x)= x VOCABULARY TEKS FOCUS ESSENTIAL UNDERSTANDING - Attributes of Absolute Value Functions TEKS FOCUS TEKS ()(A) Graph the functions f() =, f() =, f() =, f() =,f() = b, f() =, and f() = log b () where b is,, and e, and, when applicable, analze the ke

More information

L3 Rigid Motion Transformations 3.1 Sequences of Transformations Per Date

L3 Rigid Motion Transformations 3.1 Sequences of Transformations Per Date 3.1 Sequences of Transformations Per Date Pre-Assessment Which of the following could represent a translation using the rule T (, ) = (, + 4), followed b a reflection over the given line? (The pre-image

More information

The Marching Cougars Lesson 9-1 Transformations

The Marching Cougars Lesson 9-1 Transformations The Marching Cougars Lesson 9-1 Learning Targets: Perform transformations on and off the coordinate plane. Identif characteristics of transformations that are rigid motions and characteristics of transformations

More information

5.2. Exploring Quotients of Polynomial Functions. EXPLORE the Math. Each row shows the graphs of two polynomial functions.

5.2. Exploring Quotients of Polynomial Functions. EXPLORE the Math. Each row shows the graphs of two polynomial functions. YOU WILL NEED graph paper coloured pencils or pens graphing calculator or graphing software Eploring Quotients of Polnomial Functions EXPLORE the Math Each row shows the graphs of two polnomial functions.

More information

Methods. Lesson 2 PRACTICE PROBLEMS Coordinate Models of Transformations

Methods. Lesson 2 PRACTICE PROBLEMS Coordinate Models of Transformations Name: Unit 5 Coordinate Methods Lesson 2 PRACTICE PROBLEMS Coordinate Models of Transformations I can use coordinates to model transformations and investigate their properties. Investigation Investigation

More information

Mirror, Mirror Reflections of Figures on the

Mirror, Mirror Reflections of Figures on the Mirror, Mirror Reflections of Figures on the 4 Coordinate Plane WARM UP Determine each product. 1. 21 3 6 2. 2 3 5 (21) LEARNING GOALS Reflect geometric figures on the coordinate plane. Identif and describe

More information

Transformations of Absolute Value Functions. Compression A compression is a. function a function of the form f(x) = a 0 x - h 0 + k

Transformations of Absolute Value Functions. Compression A compression is a. function a function of the form f(x) = a 0 x - h 0 + k - Transformations of Absolute Value Functions TEKS FOCUS VOCABULARY Compression A compression is a TEKS (6)(C) Analze the effect on the graphs of f() = when f() is replaced b af(), f(b), f( - c), and f()

More information

9 3 Rotations 9 4 Symmetry

9 3 Rotations 9 4 Symmetry h 9: Transformations 9 1 Translations 9 Reflections 9 3 Rotations 9 Smmetr 9 1 Translations: Focused Learning Target: I will be able to Identif Isometries. Find translation images of figures. Vocabular:

More information

Derivatives 3: The Derivative as a Function

Derivatives 3: The Derivative as a Function Derivatives : The Derivative as a Function 77 Derivatives : The Derivative as a Function Model : Graph of a Function 9 8 7 6 5 g() - - - 5 6 7 8 9 0 5 6 7 8 9 0 5 - - -5-6 -7 Construct Your Understanding

More information

Translations, Reflections, and Rotations

Translations, Reflections, and Rotations Translations, Reflections, and Rotations The Marching Cougars Lesson 9-1 Transformations Learning Targets: Perform transformations on and off the coordinate plane. Identif characteristics of transformations

More information

3.1 Sequences of Transformations

3.1 Sequences of Transformations Name lass Date 3.1 Sequences of Transformations Essential Question: What happens when ou appl more than one transformation to a figure? Eplore ombining Rotations or Reflections transformation is a function

More information

Up, Down, and All Around Transformations of Lines

Up, Down, and All Around Transformations of Lines Up, Down, and All Around Transformations of Lines WARM UP Identif whether the equation represents a proportional or non-proportional relationship. Then state whether the graph of the line will increase

More information

Putting the V in Absolute Value Defining Absolute Value Functions and Transformations

Putting the V in Absolute Value Defining Absolute Value Functions and Transformations 1 Putting the V in Absolute Value Defining Absolute Value Functions and Transformations Warm Up The graph of f() 5 is shown. Graph each transformation. 1. g() 5 f() 1 5 2. h() 5 2? f() 2 3 Learning Goals

More information

Size Transformations in the Coordinate Plane

Size Transformations in the Coordinate Plane Size Transformations in the Coordinate Plane I.e. Dilations (adapted from Core Plus Math, Course 2) Concepts 21-26 Lesson Objectives In this investigation you will use coordinate methods to discover several

More information

2.3. Horizontal and Vertical Translations of Functions. Investigate

2.3. Horizontal and Vertical Translations of Functions. Investigate .3 Horizontal and Vertical Translations of Functions When a video game developer is designing a game, she might have several objects displaed on the computer screen that move from one place to another

More information

Time To Hit The Slopes. Exploring Slopes with Similar Triangles

Time To Hit The Slopes. Exploring Slopes with Similar Triangles Time To Hit The Slopes Eploring Slopes with Similar Triangles Learning Goals In this lesson, ou will: Use an equation to complete a table of values. Graph an equation using a table of values. Use transformations

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

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

Essential Question: What are the ways you can transform the graph of the function f(x)? Resource Locker. Investigating Translations

Essential Question: What are the ways you can transform the graph of the function f(x)? Resource Locker. Investigating Translations Name Class Date 1.3 Transformations of Function Graphs Essential Question: What are the was ou can transform the graph of the function f()? Resource Locker Eplore 1 Investigating Translations of Function

More information

14-1. Translations. Vocabulary. Lesson

14-1. Translations. Vocabulary. Lesson Chapter 1 Lesson 1-1 Translations Vocabular slide, translation preimage translation image congruent figures Adding fied numbers to each of the coordinates of a figure has the effect of sliding or translating

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

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

= = The number system. Module. Glossary Math Tools... 33

= = The number system. Module. Glossary Math Tools... 33 - > + > < - %. < + a = - = = b in. F - - Module The number sstem Lesson Rational and Irrational Numbers........ 8.NS. Lesson ompare and Order Numbers......... 8 8.NS., 8.NS. Lesson Estimate the Value of

More information

Isometries and Congruence

Isometries and Congruence Honors Geometr Section.1 Name: Date: Period: Isometries and Congruence transformation of a geometric figure is a change in its position, shape, or size.. The original figure is called the preimage. The

More information

ACTIVITY 9 Continued Lesson 9-2

ACTIVITY 9 Continued Lesson 9-2 Continued Lesson 9- Lesson 9- PLAN Pacing: 1 class period Chunking the Lesson Eample A Eample B #1 #3 Lesson Practice M Notes Learning Targets: Graph on a coordinate plane the solutions of a linear inequalit

More information

Transformations of Functions. 1. Shifting, reflecting, and stretching graphs Symmetry of functions and equations

Transformations of Functions. 1. Shifting, reflecting, and stretching graphs Symmetry of functions and equations Chapter Transformations of Functions TOPICS.5.. Shifting, reflecting, and stretching graphs Smmetr of functions and equations TOPIC Horizontal Shifting/ Translation Horizontal Shifting/ Translation Shifting,

More information

Functions. Name. Use an XY Coordinate Pegboard to graph each line. Make a table of ordered pairs for each line. y = x + 5 x y.

Functions. Name. Use an XY Coordinate Pegboard to graph each line. Make a table of ordered pairs for each line. y = x + 5 x y. Lesson 1 Functions Name Use an XY Coordinate Pegboard to graph each line. Make a table of ordered pairs for each line. 1. = + = + = 2 3 = 2 3 Using an XY Coordinate Pegboard, graph the line on a coordinate

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 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

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

Fair Game Review. Chapter 11. Name Date. Reflect the point in (a) the x-axis and (b) the y-axis. 2. ( 2, 4) 1. ( 1, 1 ) 3. ( 3, 3) 4.

Fair Game Review. Chapter 11. Name Date. Reflect the point in (a) the x-axis and (b) the y-axis. 2. ( 2, 4) 1. ( 1, 1 ) 3. ( 3, 3) 4. Name Date Chapter Fair Game Review Reflect the point in (a) the -ais and (b) the -ais.. (, ). (, ). (, ). (, ) 5. (, ) 6. (, ) Copright Big Ideas Learning, LLC Name Date Chapter Fair Game Review (continued)

More information

Lesson 9.1 Properties of Transformations

Lesson 9.1 Properties of Transformations Lesson 9.1 roperties of Transformations Name eriod Date In Eercises 1 3, draw the image according to the rule and identif the tpe of transformation. 1. (, ) (, ) 2. (, ) ( 4, 6) 3. (, ) (4, ) 6 4 2 6 4

More information

The Graph Scale-Change Theorem

The Graph Scale-Change Theorem Lesson 3-5 Lesson 3-5 The Graph Scale-Change Theorem Vocabular horizontal and vertical scale change, scale factor size change BIG IDEA The graph of a function can be scaled horizontall, verticall, or in

More information

Graphing Cubic Functions

Graphing Cubic Functions Locker 8 - - - - - -8 LESSON. Graphing Cubic Functions Name Class Date. Graphing Cubic Functions Essential Question: How are the graphs of f () = a ( - h) + k and f () = ( related to the graph of f ()

More information

Chapter 9 Transformations

Chapter 9 Transformations Section 9-1: Reflections SOL: G.2 The student will use pictorial representations, including computer software, constructions, and coordinate methods, to solve problems involving smmetr and transformation.

More information

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES Mathematics SKE, Strand J UNIT J Further Transformations: Tet STRND J: TRNSFORMTIONS, VETORS and MTRIES J Further Transformations Tet ontents Section J.1 Translations * J. ombined Transformations Mathematics

More information

Transformation Packet

Transformation Packet Name Transformation Packet UE: TEST: 1 . Transformation Vocabular Transformation Related Terms Sketch Reflection (flip across a line) Line of reflection Pre-image and image Rigid Rotation (turn about a

More information

Name: Date: Per: WARM UP

Name: Date: Per: WARM UP Name: Date: Per: 6.1.1-6.1.3 WARM UP 6-23. In the last three lessons, you have investigated rigid transformations: reflections, rotations, and translations. 1. What happens to a shape when you perform

More information

CHECK Your Understanding

CHECK Your Understanding CHECK Your Understanding. State the domain and range of each relation. Then determine whether the relation is a function, and justif our answer.. a) e) 5(, ), (, 9), (, 7), (, 5), (, ) 5 5 f) 55. State

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

Lesson 11 Skills Maintenance. Activity 1. Model. The addition problem is = 4. The subtraction problem is 5 9 = 4.

Lesson 11 Skills Maintenance. Activity 1. Model. The addition problem is = 4. The subtraction problem is 5 9 = 4. Lesson Skills Maintenance Lesson Planner Vocabular Development -coordinate -coordinate point of origin Skills Maintenance ddition and Subtraction of Positive and Negative Integers Problem Solving: We look

More information

Using Characteristics of a Quadratic Function to Describe Its Graph. The graphs of quadratic functions can be described using key characteristics:

Using Characteristics of a Quadratic Function to Describe Its Graph. The graphs of quadratic functions can be described using key characteristics: Chapter Summar Ke Terms standard form of a quadratic function (.1) factored form of a quadratic function (.1) verte form of a quadratic function (.1) concavit of a parabola (.1) reference points (.) transformation

More information

H Geo Final Review Packet Multiple Choice Identify the choice that best completes the statement or answers the question.

H Geo Final Review Packet Multiple Choice Identify the choice that best completes the statement or answers the question. H Geo Final Review Packet Multiple Choice Identif the choice that best completes the statement or answers the question. 1. Which angle measures approximatel 7?.. In the figure below, what is the name of

More information

3.5 Rational Functions

3.5 Rational Functions 0 Chapter Polnomial and Rational Functions Rational Functions For a rational function, find the domain and graph the function, identifing all of the asmptotes Solve applied problems involving rational

More information

1-1. Functions. Lesson 1-1. What You ll Learn. Active Vocabulary. Scan Lesson 1-1. Write two things that you already know about functions.

1-1. Functions. Lesson 1-1. What You ll Learn. Active Vocabulary. Scan Lesson 1-1. Write two things that you already know about functions. 1-1 Functions What You ll Learn Scan Lesson 1- Write two things that ou alread know about functions. Lesson 1-1 Active Vocabular New Vocabular Write the definition net to each term. domain dependent variable

More information

8.G.1c. Trace triangle ABC onto a piece of paper. Cut out your traced triangle.

8.G.1c. Trace triangle ABC onto a piece of paper. Cut out your traced triangle. ? LESSON 9.3 Properties of Rotations ESSENTIL QUESTION 8.G.1c Verif eperimentall the properties of rotations, reflections, and translations: Parallel lines are taken to parallel lines. lso 8.G.1a, 8.G.1b,

More information

M O T I O N A N D D R A W I N G

M O T I O N A N D D R A W I N G 2 M O T I O N A N D D R A W I N G Now that ou know our wa around the interface, ou re read to use more of Scratch s programming tools. In this chapter, ou ll do the following: Eplore Scratch s motion and

More information

23.1 Perpendicular Bisectors of Triangles

23.1 Perpendicular Bisectors of Triangles Name lass Date 3.1 Perpendicular isectors of Triangles Essential Question: How can ou use perpendicular bisectors to find the point that is equidistant from all the vertices of a triangle? Resource Locker

More information

Exponential Functions

Exponential Functions 6. Eponential Functions Essential Question What are some of the characteristics of the graph of an eponential function? Eploring an Eponential Function Work with a partner. Cop and complete each table

More information

Properties of Rotations 8.10.A. Sketch the image of the rotation. Label the images of points A, B, and C as A, B, and C.

Properties of Rotations 8.10.A. Sketch the image of the rotation. Label the images of points A, B, and C as A, B, and C. ? LESSON 1.3 ESSENTIL QUESTION Properties of Rotations How do ou describe the properties of orientation and congruence of rotations? Two-dimensional shapes 8.10. Generalize the properties of orientation

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

TIPS4RM: MHF4U: Unit 1 Polynomial Functions

TIPS4RM: MHF4U: Unit 1 Polynomial Functions TIPSRM: MHFU: Unit Polnomial Functions 008 .5.: Polnomial Concept Attainment Activit Compare and contrast the eamples and non-eamples of polnomial functions below. Through reasoning, identif attributes

More information

1.1. Parent Functions and Transformations Essential Question What are the characteristics of some of the basic parent functions?

1.1. Parent Functions and Transformations Essential Question What are the characteristics of some of the basic parent functions? 1.1 Parent Functions and Transformations Essential Question What are the characteristics of some of the basic parent functions? Identifing Basic Parent Functions JUSTIFYING CONCLUSIONS To be proficient

More information

(0, 2) y = x 1 2. y = x (2, 2) y = 2x + 2

(0, 2) y = x 1 2. y = x (2, 2) y = 2x + 2 .5 Equations of Parallel and Perpendicular Lines COMMON CORE Learning Standards HSG-GPE.B.5 HSG-GPE.B. Essential Question How can ou write an equation of a line that is parallel or perpendicular to a given

More information

Three-Dimensional Coordinates

Three-Dimensional Coordinates CHAPTER Three-Dimensional Coordinates Three-dimensional movies superimpose two slightl different images, letting viewers with polaried eeglasses perceive depth (the third dimension) on a two-dimensional

More information

9-1. Translations. Vocabulary. Review. Vocabulary Builder. Use Your Vocabulary

9-1. Translations. Vocabulary. Review. Vocabulary Builder. Use Your Vocabulary 9- Translations Vocabular Review. Underline the correct word to complete the sentence. If two triangles are congruent, corresponding angle measures are the same/ different and corresponding side lengths

More information

4 B. 4 D. 4 F. 3. What are some common characteristics of the graphs of cubic and quartic polynomial functions?

4 B. 4 D. 4 F. 3. What are some common characteristics of the graphs of cubic and quartic polynomial functions? .1 Graphing Polnomial Functions COMMON CORE Learning Standards HSF-IF.B. HSF-IF.C.7c Essential Question What are some common characteristics of the graphs of cubic and quartic polnomial functions? A polnomial

More information

Lesson 12. Unit 2. Embroidery in Cultures around the World. Measuring Figures on a Coordinate Plane

Lesson 12. Unit 2. Embroidery in Cultures around the World. Measuring Figures on a Coordinate Plane Lesson Measuring Figures on a Coordinate Plane Embroider in Cultures around the World One of the oldest forms of embroider is crossstitch. Man countries have a histor of making clothing and art work that

More information

LESSON 3.1 INTRODUCTION TO GRAPHING

LESSON 3.1 INTRODUCTION TO GRAPHING LESSON 3.1 INTRODUCTION TO GRAPHING LESSON 3.1 INTRODUCTION TO GRAPHING 137 OVERVIEW Here s what ou ll learn in this lesson: Plotting Points a. The -plane b. The -ais and -ais c. The origin d. Ordered

More information

Plot and connect the points in a coordinate plane to make a polygon. Name the polygon.

Plot and connect the points in a coordinate plane to make a polygon. Name the polygon. . Start Thinking Find at least two objects in each of the following categories: circle, square, triangle, and rectangle (nonsquare). Use a table to compare each object of the same categor in the following

More information

ACTIVITY #6 SLOPE IN TWO AND THREE DIMENSIONS AND VERTICAL CHANGE ON A PLANE

ACTIVITY #6 SLOPE IN TWO AND THREE DIMENSIONS AND VERTICAL CHANGE ON A PLANE ACTIVITY # SLOPE IN TWO AND THREE DIMENSIONS AND VERTICAL CHANGE ON A PLANE Name: VERTICAL CHANGE AND SLOPE IN TWO DIMENSIONS The first three problems eplain how to compute slope looking at a figure, WITHOUT

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

Unit 2: Function Transformation Chapter 1

Unit 2: Function Transformation Chapter 1 Basic Transformations Reflections Inverses Unit 2: Function Transformation Chapter 1 Section 1.1: Horizontal and Vertical Transformations A of a function alters the and an combination of the of the graph.

More information

Homework for Section 5.1

Homework for Section 5.1 Homework for Section 5.1 1. reate the rotation R(T) 2. reate the reflection F(T) of the triangle T shown below 90 degrees of the triangle T shown below across clockwise about the center point of rotation.

More information

Sequences of Transformations

Sequences of Transformations OMMON ORE D P j E E F F D F k D E Locker LESSON 3.1 Sequences of Transformations Name lass Date 3.1 Sequences of Transformations Essential Question: What happens when ou appl more than one transformation

More information

3-2. Families of Graphs. Look Back. OBJECTIVES Identify transformations of simple graphs. Sketch graphs of related functions.

3-2. Families of Graphs. Look Back. OBJECTIVES Identify transformations of simple graphs. Sketch graphs of related functions. 3-2 BJECTIVES Identif transformations of simple graphs. Sketch graphs of related functions. Families of Graphs ENTERTAINMENT At some circuses, a human cannonball is shot out of a special cannon. In order

More information

I can identify reflections, rotations, and translations. I can graph transformations in the coordinate plane.

I can identify reflections, rotations, and translations. I can graph transformations in the coordinate plane. Page! 1 of! 14 Attendance Problems. 1. Sketch a right angle and its angle bisector. 2. Draw three different squares with (3, 2) as one vertex. 3. Find the values of x and y if (3, 2) = (x + 1, y 3) Vocabulary

More information

b 1. If he flips the b over to the left, what new letter is formed? Draw a picture to the right.

b 1. If he flips the b over to the left, what new letter is formed? Draw a picture to the right. Name: Date: Student Exploration: Rotations, Reflections, and Translations Vocabulary: image, preimage, reflection, rotation, transformation, translation Prior Knowledge Questions (Do these BEFORE using

More information

3x 4y 2. 3y 4. Math 65 Weekly Activity 1 (50 points) Name: Simplify the following expressions. Make sure to use the = symbol appropriately.

3x 4y 2. 3y 4. Math 65 Weekly Activity 1 (50 points) Name: Simplify the following expressions. Make sure to use the = symbol appropriately. Math 65 Weekl Activit 1 (50 points) Name: Simplif the following epressions. Make sure to use the = smbol appropriatel. Due (1) (a) - 4 (b) ( - ) 4 () 8 + 5 6 () 1 5 5 Evaluate the epressions when = - and

More information

5.6 Translations and Combinations of Transformations

5.6 Translations and Combinations of Transformations 5.6 Translations and Combinations of Transformations The highest tides in the world are found in the Ba of Fund. Tides in one area of the ba cause the water level to rise to 6 m above average sea level

More information

Name Class Date. subtract 3 from each side. w 5z z 5 2 w p - 9 = = 15 + k = 10m. 10. n =

Name Class Date. subtract 3 from each side. w 5z z 5 2 w p - 9 = = 15 + k = 10m. 10. n = Reteaching Solving Equations To solve an equation that contains a variable, find all of the values of the variable that make the equation true. Use the equalit properties of real numbers and inverse operations

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

12.1. Angle Relationships. Identifying Complementary, Supplementary Angles. Goal: Classify special pairs of angles. Vocabulary. Complementary. angles.

12.1. Angle Relationships. Identifying Complementary, Supplementary Angles. Goal: Classify special pairs of angles. Vocabulary. Complementary. angles. . Angle Relationships Goal: Classif special pairs of angles. Vocabular Complementar angles: Supplementar angles: Vertical angles: Eample Identifing Complementar, Supplementar Angles In quadrilateral PQRS,

More information

ACTIVITY 9. Learning Targets: 112 SpringBoard Mathematics Geometry, Unit 2 Transformations, Triangles, and Quadrilaterals. Reflection.

ACTIVITY 9. Learning Targets: 112 SpringBoard Mathematics Geometry, Unit 2 Transformations, Triangles, and Quadrilaterals. Reflection. Learning Targets: Perform reflections on and off the coordinate plane. Identif reflectional smmetr in plane figures. SUGGESTED LERNING STRTEGIES: Visualization, Create Representations, Predict and Confirm,

More information

Enhanced Instructional Transition Guide

Enhanced Instructional Transition Guide Enhanced Instructional Transition Guide Grade / Unit : Suggested Duration: das Unit : Statistics ( das) Possible Lesson 0 ( das) Possible Lesson 0 ( das) POSSIBLE LESSON 0 ( das) This lesson is one approach

More information

Reflecting Any Points on the Coordinate Plane

Reflecting Any Points on the Coordinate Plane ACTIVITY 4.2 Reflecting An Points on the Coordinate Plane NOTES Consider the point (, ) located anwhere in the first quadrant. (, ) 0 1. Use the table to record the coordinates of each point. a. Reflect

More information

12.4 Rotations. Learning Objectives. Review Queue. Defining Rotations Rotations

12.4 Rotations. Learning Objectives. Review Queue. Defining Rotations Rotations 12.4. Rotations www.ck12.org 12.4 Rotations Learning Objectives Find the image of a figure in a rotation in a coordinate plane. Recognize that a rotation is an isometry. Review Queue 1. Reflect XY Z with

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

1 Points and Distances

1 Points and Distances Ale Zorn 1 Points and Distances 1. Draw a number line, and plot and label these numbers: 0, 1, 6, 2 2. Plot the following points: (A) (3,1) (B) (2,5) (C) (-1,1) (D) (2,-4) (E) (-3,-3) (F) (0,4) (G) (-2,0)

More information

Contents COORDINATE METHODS REGRESSION AND CORRELATION

Contents COORDINATE METHODS REGRESSION AND CORRELATION Contents UNIT 3 UNIT 4 COORDINATE METHODS Lesson 1 A Coordinate Model of a Plane.............. 162 Investigations 1 Representing Geometric Ideas with Coordinates............... 164 2 Reasoning with Slopes

More information

Graphing Review. Math Tutorial Lab Special Topic

Graphing Review. Math Tutorial Lab Special Topic Graphing Review Math Tutorial Lab Special Topic Common Functions and Their Graphs Linear Functions A function f defined b a linear equation of the form = f() = m + b, where m and b are constants, is called

More information

1.1 Horizontal & Vertical Translations

1.1 Horizontal & Vertical Translations Unit II Transformations of Functions. Horizontal & Vertical Translations Goal: Demonstrate an understanding of the effects of horizontal and vertical translations on the graphs of functions and their related

More information

Transformations. which the book introduces in this chapter. If you shift the graph of y 1 x to the left 2 units and up 3 units, the

Transformations. which the book introduces in this chapter. If you shift the graph of y 1 x to the left 2 units and up 3 units, the CHAPTER 8 Transformations Content Summar In Chapter 8, students continue their work with functions, especiall nonlinear functions, through further stud of function graphs. In particular, the consider three

More information

The Sine and Cosine Functions

The Sine and Cosine Functions Lesson -5 Lesson -5 The Sine and Cosine Functions Vocabular BIG IDEA The values of cos and sin determine functions with equations = sin and = cos whose domain is the set of all real numbers. From the eact

More information

0 COORDINATE GEOMETRY

0 COORDINATE GEOMETRY 0 COORDINATE GEOMETRY Coordinate Geometr 0-1 Equations of Lines 0- Parallel and Perpendicular Lines 0- Intersecting Lines 0- Midpoints, Distance Formula, Segment Lengths 0- Equations of Circles 0-6 Problem

More information

angle The figure formed by two lines with a common endpoint called a vertex. angle bisector The line that divides an angle into two equal parts.

angle The figure formed by two lines with a common endpoint called a vertex. angle bisector The line that divides an angle into two equal parts. A angle The figure formed b two lines with a common endpoint called a verte. verte angle angle bisector The line that divides an angle into two equal parts. circle A set of points that are all the same

More information

A rotation is a transformation that turns a figure around a point, called the.

A rotation is a transformation that turns a figure around a point, called the. Name: # Geometr: Period Ms. Pierre Date: Rotations Toda s Objective KWBAT represent a rotation as a function of coordinate pairs and rotate a figure in the plane following a rule described in words or

More information

2D Geometric Transformations and Matrices

2D Geometric Transformations and Matrices Background: Objects are drawn and moved in 2D space and 3D space on a computer screen b multipling matrices. Generall speaking, computer animation is achieved as follows b repeating steps 1, 2, and 3 below.

More information

Method 1: Use Pencil and Paper 1. Draw the triangle with vertices A(2, 5), B(1, 2), and C(6, 2). Use the. that it is isosceles.

Method 1: Use Pencil and Paper 1. Draw the triangle with vertices A(2, 5), B(1, 2), and C(6, 2). Use the. that it is isosceles. 3. Verif Properties of Triangles Since triangular frames are strong and simple to make, the are widel used to strengthen buildings and other structures. This section applies analtic geometr to verif the

More information

Essential Question: How do you graph an exponential function of the form f (x) = ab x? Explore Exploring Graphs of Exponential Functions. 1.

Essential Question: How do you graph an exponential function of the form f (x) = ab x? Explore Exploring Graphs of Exponential Functions. 1. Locker LESSON 4.4 Graphing Eponential Functions Common Core Math Standards The student is epected to: F-IF.7e Graph eponential and logarithmic functions, showing intercepts and end behavior, and trigonometric

More information

Rotations. Essential Question How can you rotate a figure in a coordinate plane?

Rotations. Essential Question How can you rotate a figure in a coordinate plane? 11.3 Rotations Essential Question How can ou rotate a figure in a coordinate plane? Rotating a Triangle in a oordinate lane ONSTRUTING VILE RGUMENTS To be proficient in math, ou need to use previousl established

More information

Understanding Rotations

Understanding Rotations Lesson 19 Understanding Rotations 8.G.1.a, 8.G.1.b, 8.G.1.c, 8.G., 8.G.3 1 Getting the idea A rotation is a tpe of transformation in which ou turn a figure about a fied point. The image formed b a rotation

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

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

Translations. Essential Question How can you translate a figure in a coordinate plane? A B

Translations. Essential Question How can you translate a figure in a coordinate plane? A B . Translations Essential Question How can ou translate a figure in a coordinate plane? Translating a Triangle in a oordinate Plane USING TOOLS STRTEGILLY To be proficient in math, ou need to use appropriate

More information

Does the table or equation represent a linear or nonlinear function? Explain.

Does the table or equation represent a linear or nonlinear function? Explain. Chapter Review Dnamic Solutions available at BigIdeasMath.com. Functions (pp. 0 0) Determine whether the relation is a function. Eplain. Ever input has eactl one output. Input, 5 7 9 Output, 5 9 So, the

More information