2.2 Linear Transformations in Geometry For an animation of this topic visit

Slides:



Advertisements
Similar presentations
Transforming graphs of functions
Advertisements

Geometric Transformations
Math 10F Transformational Geometry Examples. Translations Translations are “slides” Described by a length and direction Eg. translate the following shape.
(7.7) Geometry and spatial reasoning The student uses coordinate geometry to describe location on a plane. The student is expected to: (B) graph reflections.
Transformation in Geometry Created by Ms. O. Strachan.
CS 376 Introduction to Computer Graphics 02 / 09 / 2007 Instructor: Michael Eckmann.
Math for CSLecture 11 Mathematical Methods for Computer Science Lecture 1.
1 Transformations of Functions SECTION Learn the meaning of transformations. Use vertical or horizontal shifts to graph functions. Use reflections.
4.4 Transformations with Matrices
By: Suhas Navada and Antony Jacob
Unit 9: Vectors, Matrices and Transformations
FROM CONCRETE TO ABSTRACT Basic Skills Analysis Hypothesis Proof Elementary Matrices and Geometrical Transformations for Linear Algebra Helena Mirtova.
 Reflection: a transformation that uses a line to reflect an image.  A reflection is an isometry, but its orientation changes from the preimage to the.
Chapter 2 – Linear Transformations
Dx = 2 dy = 3 Y X D Translation A translation is applied to an object by repositioning it along a straight-line path.
Part7: Geometric Transformations
5-1: Transformations English Casbarro Unit 5.
Warm Up Problem of the Day Lesson Presentation Lesson Quizzes.
Translations, Reflections, and Rotations
Sections 1.8/1.9: Linear Transformations
To transform something is to change it. In geometry, there are specific ways to describe how a figure is changed. The transformations you will learn about.
Unit 5 – Linear Functions
Homework: p , 17-25, 45-47, 67-73, all odd!
1 What you will learn  We need to review several concepts from Algebra II: Solving a system of equations graphically Solving a system of equations algebraically.
2.2 Day 2 Reflections and Rotations combined with Scaling The concept of transformations inspired art by M.C. Escher.
Geometric Transformations:
3-8 transforming polynomial functions
Computer Graphics, KKU. Lecture 51 Transformations Given two frames in an affine space of dimension n, we can find a ( n+1 ) x ( n +1) matrix that.
2.1 Day 2 Linear Transformations and their Inverses For an animation of this topic visit:
Transformations A rule for moving every point in a figure to a new location.
8-10 Translations, Reflections, and Rotations Course 2 Warm Up Warm Up Problem of the Day Problem of the Day Lesson Presentation Lesson Presentation.
Dilations in the Coordinate Plane
Computer Graphics 3D Transformations. Translation.
1 Graphics CSCI 343, Fall 2015 Lecture 10 Coordinate Transformations.
4-4 Geometric Transformations with Matrices Objectives: to represent translations and dilations w/ matrices : to represent reflections and rotations with.
Transformations of Geometric Figures Dr. Shildneck Fall, 2015.
Objective: Students will be able to represent translations, dilations, reflections and rotations with matrices.
Honors Geometry.  We learned how to set up a polygon / vertex matrix  We learned how to add matrices  We learned how to multiply matrices.
 An image is the new figure, and the preimage is the original figure  Transformations-move or change a figure in some way to produce an image.
III- 1 III 3D Transformation Homogeneous Coordinates The three dimensional point (x, y, z) is represented by the homogeneous coordinate (x, y, z, 1) In.
Starter Fill in all the blank boxes.
Chapter 5 Notes. 5.6 Reflections ▪ Reflection (flip) – a transformation in which a figure is reflected over a line of reflection (the x and y axes are.
Chapter 9 Properties of Transformations Warren Luo Matthew Yom.
Honors Geometry: Unit 9 Vectors, Matrices, Reflection, Translations, Rotations, Compositions, Clock & Buried Treasure and Dilations Gagan Mavi & Haripriya.
CHAPTER 4 TRANSFORMATIONS  What you will learn:  Perform translations  Perform compositions  Solve real-life problems involving compositions 4.1.
Algebra 4-2 Transformations on the Coordinate Plane
Algebra 4-2 Transformations on the Coordinate Plane
Transforms.
Transformation in Geometry
Warm Up – Tuesday, August 19th
Algebra 4-2 Transformations on the Coordinate Plane
The Impulse-Momentum Equation
The Unit Square Saturday, 22 September 2018.
FP1 Matrices Transformations
Unit 1: Transformations
Warm Up:.
4-4 Geometric Transformations with Matrices
Transformation in Geometry
Unit 6: Transformations
2D Geometric Transformations
Algebra 4-2 Transformations on the Coordinate Plane
Algebra 4-2 Transformations on the Coordinate Plane
Image manipulation via matrices
Transformations.
Algebra 4-2 Transformations on the Coordinate Plane
Warm Up:.
Transformations Translation Reflection The FRAME Routine
Transformations with Matrices
Transforming graphs of functions
Transformations on the Coordinate Plane
Presentation transcript:

2.2 Linear Transformations in Geometry For an animation of this topic visit

Library of basic matrices What matrices do we have in our library of basic matrices?

Library of basic matrices What matrices do we have in our library of basic matrices? We should have these basic matrices in our library Identity Matrix Rotations Scaling

Problem 32

Answer: 3I

Transformation matrices Use your knowledge of matrix multiplication (and your library of matrices) to predict what affect these matrices would have on our dog. How would the following matrices transform that L? (May check via website listed on initial slide)

Transformation matrices How would the following matrices transform that L? (May check via website listed on initial slide) Scale by factor of 2 Projection onto Horizontal axis Reflect about vertical axis (y-axis) Add these (the last two) to your list of library of basic matrices. Find a matrix that describes a projection onto the y-axis and add it to your library of matrices.

What type of Linear Transformation results from these matrices (Answer on next slide)

What type of Linear Transformation results from these matrices Reflect about Horizontal Shear rotated 45 degrees Horizontal axis and scaled by root 2 Add the first one to your library of basic matrices. We will generalize the last two before adding them.

What do you think that these matrices would do to our dog?

Horizontal and vertical shear This leaves one component unchanged while skewing the points in the other direction Horizontal shear Vertical shear Here is an example of horizontal shear

Recall: Scaling For any positive constant k, the matrix Defines a scaling by k times. If k is between 0 and 1 then the scaling is a contraction. If k >1 then the scaling is a dilation (enlargement)

Projections Consider a line L in the coordinate plane, running through the origin. Any vector in _ can be written as + = The transformation T(x) = is called the projection onto x

Projections Note: u 1 and u 2 are the components of a unit vector This matrix is called a projection matrix. You will need it in your notes add this to your library of matrices MV calc we know:

Example 2 Find the matrix A of the projection onto the Line spanned by

Example 2 Solution

From your knowledge of matrix multiplication what would these matrices do to our dog?

One directional scaling (Note this is not in our text book) These matrices multiply one component of b while leaving the other unchanged. For example Notice that the x components are halved while the y is unchanged

Combined scaling This will multiply the x component by r and the y component by s Add these to our library of basic matrices Horizontal scaling Vertical scalingCombined scaling What would a single component scaling or combined scaling matrix look like in R n ?

What matrices should we have in our library of basic matrices?

Identity Matrix Projection Matrices Projection onto x-axis Projection onto y-axis Rotation Matrix One directional Scaling Mixed Scaling Horizontal Shear Vertical Shear Scaling

Homework: p , 8-10, 26 a-c only,30,31

Rotations