(A B) 2 + (A B) 2. and factor the result.

Size: px
Start display at page:

Download "(A B) 2 + (A B) 2. and factor the result."

Transcription

1 Transformational Geometry of the Plane (Master Plan) Day 1. Some Coordinate Geometry. Cartesian (rectangular) coordinates on the plane. What is a line segment? What is a (right) triangle? State and prove the Pythagorean Theorem. Find the distance between two points. What is a line? What is the slope of a line? When are two lines parallel? Perpendicular? Recall the different equations for a line in the plane. Find the intersection point of two lines from their equations. What are the coordinates of the midpoint of a line segment? What is a median of a triangle? Show that the medians of a triangle meet in a point (find it!). What is an altitude of a triangle? Show that the altitudes of a triangle meet in a point (find it!). Day 2. Vectors. What is a vector (and how does it differ from a point)? What is the vector difference between two points? What is the length of the vector A? (Call it A ) What does multiplying a vector by a real number do to it? What is the unit vector in the direction of the Vector A? Why does every unit vector have the form: u = (cos(θ) sin(θ)) for some angle θ? How do we add a vector to a point? What is the sum of two vectors? How is a vector like the slope of a line? Describe the line through P (point) in the direction A (vector). Intersect two lines described in this way. Find an equation for a line described in this way. The dot () symmetric and det ( ) products of vectors. What are A A and A A? What do A B = 0 and A B = 0 mean geometrically? Find a rule for the signs of A B and A B. Compute the following for A = (a 1 a 2 ) and B = (b 1 b 2 ) and factor the result. (A B) 2 + (A B) 2 1

2 2 Day 3. Angles. Why do the angles of a triangle always sum to 180 degrees? How is the angle θ from Vector A to Vector B measured? Given Vectors A and B then there is one Vector C such that: (a) C is a (real) multiple of A. (b) C (B C) = 0. This is the projection of B on A. Draw pictures. Find a formula for C given A = (a 1 a 2 ) and B = (b 1 b 2 ). Verify the formulas C = B cos(θ) and B C = B sin(θ) where θ is the angle from vector A to vector B. Use the two previous formulas to verify: A B = A B cos(θ) and A B = A B sin(θ) (including the sign!) Conclude that A B is twice the area of the triangle AB. Verify the law of sines. Show that the angle bisectors of a triangle meet in a point. (E.g. The law of sines leads to a nice proof) Verify the law of cosines from the formula above. Day 4. Matrices. Add 2 x 2 matrices. Is this associative? Commutative? Multiply. Is this associative? Commutative? Distributive? What are the additive and multiplicative identity matrices? Perform the following four multiplications: cos(s) sin(s) cos(t) sin(t) a 0 0 b 1 b 0 1 c 0 0 d 1 d 0 1 sin(s) cos(s) sin(t) cos(t) cos(s) sin(s) cos(t) sin(t) sin(s) cos(s) sin(t) cos(t) (Use angle addition and subtraction formulas to simplify.) What is the determinant of a 2 x 2 matrix? What is the inverse of a 2 x 2 matrix (if it is invertible)? Find the inverses of the following matrices (assume a b 0): cos(s) sin(s) cos(s) sin(s) a 0 0 b 1 b 0 1 sin(s) cos(s) sin(s) cos(s) Convert the following pair of equations into a matrix equation: a 1 x + b 1 y = c 1 a 2 x + b 2 y = c 2 and use the inverse matrix to solve for the point of intersection.

3 Day 5. Linear Transformations. Think of A and B as vectors written vertically and consider a1 x + b 1 y a1 b F (x y) = xa + yb = = 2 x a 2 x + b 2 y a 2 b 2 y as a map from the plane to itself and find: F (0 0) F (1 0) and F (0 1) Such maps are called linear transformations of the plane. The vectors are written vertically for convenience as we will see. From this point of view the matrix equation from yesterday is: F (x y) = (c 1 c 2 ) (written horizontally) In other words solving this equation is finding F 1 (c 1 c 2 ). A map from the plane to the plane is linear if: F (rp ) = rf (P ) for all real numbers r and points P and F (P + Q) = F (P ) + F (Q) for all points P and Q Show that a linear transformation is a linear map. Suppose F is a linear map and F (1 0) = A and F (0 1) = B. Then conclude that F is the map: F (x y) = xa + yb That is linear maps are the same as linear transformations! If F is a linear map show that: (i) F (0 0) = (0 0). (ii) F ( P ) = F (P ) for all points P. (iii) F (Q P ) = F (Q) F (P ) for all points Q and P. Conclude from this that a linear map takes vectors to vectors! Show that rotations through the origin and reflections across lines through the origin are linear maps but that other rotations and reflections are not linear maps. What does the following linear transformation do to the plane? F (x y) = x y Find vectors A and B so that F (x y) = xa + yb for each of: (a)-(c) Reflection about the x-axis y-axis and the origin. (d) Dilation by a factor a in all directions. (e) Stretch in the x-direction by a and the y-direction by b

4 4 For each angle a describe the transformations: cos(a) sin(a) F (x y) = x + y sin(a) cos(a) cos(2a) sin(2a) F (x y) = x + y sin(2a) cos(2a) We want next to compose a pair of linear transformations. If a1 b1 a1 x + b 1 y F (x y) = x + y = and a 2 b 2 a 2 x + b 2 y c1 d1 c1 x + d 1 y G(x y) = x + y = c 2 d 2 c 2 x + d 2 y then what is F (G(x y))? Compare what you got with the columns of the matrix product: a1 b 1 c1 d 1 a 2 b 2 c 2 d 2 Deduce the angle addition formulas for sin and cos from the fact that the composition of rotation by the angle a and rotation by the angle b is rotation by the angle a + b. Let: rot a = rotation by the angle a (counterclockwise) ref a = reflection across the line θ = a (in polar coordinates) dil r = dilation (stretch) by the factor r (in all directions) str st = stretch by s in the x direction and t in the y direction Find the matrices for each of these linear maps. A final basic map is the skew transformation sk b with matrix: 1 b 0 1 Describe what this transformation does to vectors in the plane. Fill in the following table: F G F G rot a ref b ref b rot a ref a ref b ref b rot π 4 ref a str str rot π 4 In the first four cases F G is a basic linear map. In the last two cases find A and B so that F (G(x y)) = xa + yb.

5 Day 6. Area Factors for Linear Maps. Choose interesting vectors A and B and draw the image of the unit square under the linear map F (x y) = xa + yb. Do this for the column vectors of each of the five basic linear maps with your choice of angles and stretch and skew factors and also for F G for the last two lines of the table above. If the unit square is translated by a vector A show that its image is translated by F (A). If the unit square is dilated by r show that the image dilates by r too. Show that the area of the image of the unit square is A B. Conclude that the area of the image of any region is the area of the original region times A B. This is the area factor of the linear map F (x y) = xa + yb. Explain geometrically why the area factor of F G is the product of the area factor of F with the area factor of G. Show (with algebra) that: det(m) det(n) = det(m N) verifying the geometric explanation you gave above. Show that any linear map is a composition of three basic maps: F (x y) = rot a str st sk b (x y) for appropriates choice of a s t b with s 0. The idea is to take the image of the unit square and return it to a unit square by rotating stretching and skewing it. This is subtle! What is the area factor for the linear map: F (x y) = rot a str st sk b (x y) in terms of a s t b? When is the determinant of the matrix associated with F negative? How is ref a put in this form? The complex numbers may be viewed as linear transformations. If we think of a+bi as the vector (a b) then what is the matrix for the linear map given by: F (x y) = (a + bi) (x + yi)? Express this matrix as a dilation composed with a rotation. What is its area factor? Note that if we multiply two of these the dilation factors multiply and the rotation angles add. Draw a picture with some detail in the first quadrant and then draw its image under examples of the five basic maps. 5

6 6 Day 7. Symmetry. A linear map is a symmetry if it has a length factor of 1 i.e. F (A) = A for all vectors A It is a similarity if it has a length factor r other than 1. Notice that the diation dil r is a similarity but a stretch str st does not have a length factor if s and t are different. Show that a skew map sk b also does not have a length factor. Show that the composition of two symmetries is a symmetry. Show that a similarity preserves the angles between vectors. In other words if the angle between A and B is θ then the angle between F (A) and F (B) is also θ. Show that every symmetry is either a rotation or reflection. Suppose S R 2 is a subset of the plane and F is a symmetry. We say that F is a symmetry of S if F (S) = S. Let P 4 be the (rotated) square with vertices: (1 0) (0 1) ( 1 0) (0 1). There are 8 symmetries of P 4 (counting id). Find them all. The set of symmetries of S is a group; they are closed under compositions and inverses. Make an 8 8 composition table for the group of symmetries of P 4. Do the same for P 3 the equilateral triangle with one vertex at (1 0) centered at the origin (what are the other vertices?). The dihedral group D 2n is the group of symmetries of the regular n-gon P n with a vertex at (1 0) centered at the origin. How many elements does D 2n have? What do they look like? The cyclic group C n is the subgroup of D 2n consisting of all rotational symmetries of the n-gon P n. Show that the set of reflectional symmetries of P n is not a group. A set of elements generates a group if everything in the group is a composition of those elements. The cyclic group C n is generated by one element namely x = rot 2π n because all the rotational symmetries of P n are powers of x. Show that this x together with y = ref 0 (across the x-axis) generate D 2n. In fact show that the following list of elements is D 2n : id x x 2... x n 1 y xy x 2 y... x n 1 y An equation satisfied by the generators is a relation. E.g. x n = id and y 2 = id because rotating n times and reflecting twice give the identity. But there is one more relation in D 2n. Check that yx = x 1 y and redo the composition tables for D 8 and D 6 with algebra.

7 Day 8. Affine Transformations. The translation by the vector V = (v 1 v 2 ) is the map: T V (x y) = (x + v 1 y + v 2 ) This is not linear because it translates the origin but it does map vectors to vectors (by the identity map!) so it has a length factor of 1 and it preserves angles i.e. it is a symmetry. Check: T V T W = T V +W and conclude that translations commute with each other. An affine map is a linear map followed by a translation: a1 x + b (T V F )(x y) = xa + yb + V = 1 y + v 1 a 2 x + b 2 y + v 2 Translations do not commute with linear maps. Instead: (F T V )(x y) = (T F (V ) F )(x y) so F T V is another affine map (with a different translation). Show that: (a) (T V F ) (T W G) = T V +F (W ) (F G) and (b) T F 1 ( V ) F 1 is the inverse of T V F. and conclude that the set of affine maps is a group. The map T P F T P translates P to 0 lets F do its thing and then translates back. Discuss the fact that: T P rot a T P = rot P ;a is the rotation around P by the angle a and that: T Q ref b T Q = ref Q;b is the reflection across the line through Q at angle b. Given P and F solve for V so that: T V F = T P F T P and conclude that maps of this type are affine maps! Given V and a 0 find the (unique!) point P so that: rot P ;a = T V rot a so composing rotation by a with a translation is always rotation by a around another point. What goes wrong when a = 0? Given angles a b and points P Q solve for R so that: (this is messy!) rot P ;a rot Q;b = rot R;a+b 7

8 8 Day 9. Reflections and Glides When a reflection across a line through Q is written in the form: ref Q;b = T W ref b as an affine map then the translation vector is W = Q ref b (Q). Show that this is perpendicular to the line of reflection. Conversely suppose W is perpendicular to the line of reflection (i.e. the angle of W is π 2 + b). Show that T W ref b = ref 1 2 W ;b Definition. A glide reflection is an affine map of the form T U ref Qb where U is parallel to the line of reflection (i.e. its angle is b). Given V and b write V = U + W where W has angle π 2 + b and U has angle b and conclude that T V ref b is a glide reflection! Taking Stock. Every affine symmetry is one of the following: (a) A translation T V. (b) A rotation by angle a around a point P (rot P ;a ) (c) A reflection across a line L with angle b (ref Q;b for Q L). (d) A glide reflection T U ref 1 2 W ;b Note. Even though reflection across L is a glide reflection with U = 0 it is useful to distinguish it from the true glides. Since these are the only affine symmetries it follows that when we compose two of them we get another. We ve see that: T V T W = T V +W and rot P ;a rot Q;b = rot R;a+b (and that we can solve for R!) Describe the compositions of: (i) Reflections across intersecting lines. (ii) Reflections across parallel lines. (iii) Reflection and rotation around a point on the line. (iv) Reflection and rotation around a point not on the line. (v) Glide reflections (intersecting and parallel) (vi) Glide reflections and rotations. Find affine symmetry groups of triangles and parallelograms. Two triangles are congruent if there is an affine symmetry taking the first to the second. Show that two triangles are congruent if and only if their side lengths are the same. Two triangles are similar if there is an affine similarity (the composition of a dilation with an affine symmetry) taking the first to the second. Show that two triangles are similar if and only if their angle measurements are the same.

9 Day 10. Wallpaper Groups. A wallpaper group is the group of affine symmetries of a pattern in the plane that repeats itself in two independent directions. Find the wallpaper group for graph paper (pattern of squares). Note. The Wiki page for wallpaper groups explains how to indicate rotations reflections and glide reflections on a single square to indicate all the affine symmetries. Find the wallpaper group for equilateral triangle graph paper. Find the wallpaper group for rhombus graph paper. Find the wallpaper group for rectangular/kite graph paper. Find the wallpaper group for regular trapezoidal graph paper. Every wallpaper group is a subgroup of the group of affine symmetries of either square or triangular graph paper. One can break the symmetry to find the subgroup by drawing a figure inside the square (or triangle). Break symmetry to find the 17 different wallpaper groups(!) Explain the names of the groups. Investigate the frieze groups. Further Possibilities. Art and wallpaper. Complex Möbius transformations. Real projective transformations. Projective geometry (axioms and properties). Hyperbolic geometry (with symmetries).see Escher. The Platonic solids and Schläfli four-dimensional solids. (What are their symmetry groups?) Coxeter reflection groups and their Dynkin diagrams. Wallpaper and frieze groups in three dimensions. (What are the symmetries of cubical graph paper?) Penrose tilings. 9

9-12 Mathematics Vertical Alignment ( )

9-12 Mathematics Vertical Alignment ( ) Algebra I Algebra II Geometry Pre- Calculus U1: translate between words and algebra -add and subtract real numbers -multiply and divide real numbers -evaluate containing exponents -evaluate containing

More information

ACT MATH MUST-KNOWS Pre-Algebra and Elementary Algebra: 24 questions

ACT MATH MUST-KNOWS Pre-Algebra and Elementary Algebra: 24 questions Pre-Algebra and Elementary Algebra: 24 questions Basic operations using whole numbers, integers, fractions, decimals and percents Natural (Counting) Numbers: 1, 2, 3 Whole Numbers: 0, 1, 2, 3 Integers:

More information

Mathematical Structures for Computer Graphics Steven J. Janke John Wiley & Sons, 2015 ISBN: Exercise Answers

Mathematical Structures for Computer Graphics Steven J. Janke John Wiley & Sons, 2015 ISBN: Exercise Answers Mathematical Structures for Computer Graphics Steven J. Janke John Wiley & Sons, 2015 ISBN: 978-1-118-71219-1 Updated /17/15 Exercise Answers Chapter 1 1. Four right-handed systems: ( i, j, k), ( i, j,

More information

Mathematics AKS

Mathematics AKS Integrated Algebra I A - Process Skills use appropriate technology to solve mathematical problems (GPS) (MAM1_A2009-1) build new mathematical knowledge through problem-solving (GPS) (MAM1_A2009-2) solve

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

More information

Purposeful Design Publications. Intermediate Mathematics Series Scope and Sequence

Purposeful Design Publications. Intermediate Mathematics Series Scope and Sequence Purposeful Design Publications Intermediate Mathematics Series Scope and Sequence All rights reserved, 2004 PO Box 35097 Colorado Springs, CO 80935-3509 800.367.0798 www.purposefuldesign.com I. NUMBER

More information

Examples of Groups

Examples of Groups Examples of Groups 8-23-2016 In this section, I ll look at some additional examples of groups. Some of these will be discussed in more detail later on. In many of these examples, I ll assume familiar things

More information

Content Guidelines Overview

Content Guidelines Overview Content Guidelines Overview The Pearson Video Challenge is open to all students, but all video submissions must relate to set of predetermined curriculum areas and topics. In the following pages the selected

More information

Geometry GENERAL GEOMETRY

Geometry GENERAL GEOMETRY Geometry GENERAL GEOMETRY Essential Vocabulary: point, line, plane, segment, segment bisector, midpoint, congruence I can use the distance formula to determine the area and perimeters of triangles and

More information

Exam 1 Review SOLUTIONS

Exam 1 Review SOLUTIONS 1. True or False (and give a short reason): Exam 1 Review SOLUTIONS (a) If the parametric curve x = f(t), y = g(t) satisfies g (1) = 0, then it has a horizontal tangent line when t = 1. FALSE: To make

More information

Common Core Edition Table of Contents

Common Core Edition Table of Contents Common Core Edition Table of Contents ALGEBRA 1 Chapter 1 Foundations for Algebra 1-1 Variables and Expressions 1-2 Order of Operations and Evaluating Expressions 1-3 Real Numbers and the Number Line 1-4

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

9.7 Extension: Writing and Graphing the Equations

9.7 Extension: Writing and Graphing the Equations www.ck12.org Chapter 9. Circles 9.7 Extension: Writing and Graphing the Equations of Circles Learning Objectives Graph a circle. Find the equation of a circle in the coordinate plane. Find the radius and

More information

Ohio s State Tests ITEM RELEASE SPRING 2017 INTEGRATED MATHEMATICS II

Ohio s State Tests ITEM RELEASE SPRING 2017 INTEGRATED MATHEMATICS II Ohio s State Tests ITEM RELEASE SPRING 2017 INTEGRATED MATHEMATICS II Table of Contents Questions 1 21: Content Summary and Answer Key... iii Question 1: Question and Scoring Guidelines... 1 Question 1:

More information

9th Bay Area Mathematical Olympiad

9th Bay Area Mathematical Olympiad 9th Bay rea Mathematical Olympiad February 27, 2007 Problems with Solutions 1 15-inch-long stick has four marks on it, dividing it into five segments of length 1,2,3,4, and 5 inches (although not neccessarily

More information

PRECALCULUS. Changes to the original 2010 COS is in red. If it is red and crossed out, it has been moved to another course.

PRECALCULUS. Changes to the original 2010 COS is in red. If it is red and crossed out, it has been moved to another course. PRECALCULUS Precalculus is a course designed for students who have successfully completed the Algebra II With Trigonometry course. This course is considered to be a prerequisite for success in calculus

More information

BUILT YOU. ACT Pathway. for

BUILT YOU. ACT Pathway. for BUILT for YOU 2016 2017 Think Through Math s is built to equip students with the skills and conceptual understandings of high school level mathematics necessary for success in college. This pathway progresses

More information

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions MATH 55 Applied Honors Calculus III Winter 11 Midterm 1 Review Solutions 11.1: #19 Particle starts at point ( 1,, traces out a semicircle in the counterclockwise direction, ending at the point (1,. 11.1:

More information

Trig Identities, Solving Trig Equations Answer Section

Trig Identities, Solving Trig Equations Answer Section Trig Identities, Solving Trig Equations Answer Section MULTIPLE CHOICE. ANS: B PTS: REF: Knowledge and Understanding OBJ: 7. - Compound Angle Formulas. ANS: A PTS: REF: Knowledge and Understanding OBJ:

More information

CME Project, Geometry 2009 Correlated to: Kentucky Core Content for Mathematics Assessment 4.1 (High School, Grade 11)

CME Project, Geometry 2009 Correlated to: Kentucky Core Content for Mathematics Assessment 4.1 (High School, Grade 11) Number Properties and Operations High school students should enter high school with a strong background in rational numbers and numerical operations and expand this to real numbers. This becomes the foundation

More information

13 Spherical geometry

13 Spherical geometry 13 Spherical geometry Let ABC be a triangle in the Euclidean plane. From now on, we indicate the interior angles A = CAB, B = ABC, C = BCA at the vertices merely by A, B, C. The sides of length a = BC

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

Rational Numbers and Exponents

Rational Numbers and Exponents Rational and Exponents Math 7 Topic 4 Math 7 Topic 5 Math 8 - Topic 1 4-2: Adding Integers 4-3: Adding Rational 4-4: Subtracting Integers 4-5: Subtracting Rational 4-6: Distance on a Number Line 5-1: Multiplying

More information

MA 460 Supplement: Analytic geometry

MA 460 Supplement: Analytic geometry M 460 Supplement: nalytic geometry Donu rapura In the 1600 s Descartes introduced cartesian coordinates which changed the way we now do geometry. This also paved for subsequent developments such as calculus.

More information

(arrows denote positive direction)

(arrows denote positive direction) 12 Chapter 12 12.1 3-dimensional Coordinate System The 3-dimensional coordinate system we use are coordinates on R 3. The coordinate is presented as a triple of numbers: (a,b,c). In the Cartesian coordinate

More information

Prentice Hall PreCalculus, 3rd Edition 2007, (Blitzer)

Prentice Hall PreCalculus, 3rd Edition 2007, (Blitzer) Prentice Hall PreCalculus, 3rd Edition 2007, (Blitzer) C O R R E L A T E D T O Number Properties and Operations High school students should enter high school with a strong background in rational numbers

More information

Prentice Hall Intermediate Algebra, 5th Edition 2009 (Martin-Gay)

Prentice Hall Intermediate Algebra, 5th Edition 2009 (Martin-Gay) Prentice Hall Intermediate Algebra, 5th Edition 2009 (Martin-Gay) C O R R E L A T E D T O Number Properties and Operations High school students should enter high school with a strong background in rational

More information

30. (+) Use the unit circle to explain symmetry (odd and even) and periodicity of trigonometric functions. [F-TF]

30. (+) Use the unit circle to explain symmetry (odd and even) and periodicity of trigonometric functions. [F-TF] Pre-Calculus Curriculum Map (Revised April 2015) Unit Content Standard Unit 1 Unit Circle 29. (+) Use special triangles to determine geometrically the values of sine, cosine, and tangent for and use the

More information

Math 3 Unit Skills Checklist

Math 3 Unit Skills Checklist Unit 1 Modeling with Statistics Use Normal Distributions Math 3 Unit Skills Checklist Describe the characteristics of a standard normal curve. Use the mean and standard deviation of a data set to fit it

More information

Year 11 Mathematics: Specialist Course Outline

Year 11 Mathematics: Specialist Course Outline MATHEMATICS LEARNING AREA Year 11 Mathematics: Specialist Course Outline Text: Mathematics Specialist Units 1 and 2 A.J. Unit/time Topic/syllabus entry Resources Assessment 1 Preliminary work. 2 Representing

More information

CURRICULUM GUIDE. Honors Algebra II / Trigonometry

CURRICULUM GUIDE. Honors Algebra II / Trigonometry CURRICULUM GUIDE Honors Algebra II / Trigonometry The Honors course is fast-paced, incorporating the topics of Algebra II/ Trigonometry plus some topics of the pre-calculus course. More emphasis is placed

More information

How well do I know the content? (scale 1 5)

How well do I know the content? (scale 1 5) Page 1 I. Number and Quantity, Algebra, Functions, and Calculus (68%) A. Number and Quantity 1. Understand the properties of exponents of s I will a. perform operations involving exponents, including negative

More information

COMPOSITION OF CONCURRENT FORCES

COMPOSITION OF CONCURRENT FORCES COMPOSITION OF CONCURRENT FORCES OBJECTIVE: To see if the result of applying three forces on an object can be determined by ADDING the three forces as VECTORS. GENERAL PROCEDURE: In this experiment your

More information

Precalculus Summer Assignment 2015

Precalculus Summer Assignment 2015 Precalculus Summer Assignment 2015 The following packet contains topics and definitions that you will be required to know in order to succeed in CP Pre-calculus this year. You are advised to be familiar

More information

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words.

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words. Standard 1: Algebra and Functions Students graph linear inequalities in two variables and quadratics. They model data with linear equations. IM2.1.1 Graph a linear inequality in two variables. IM2.1.2

More information

Math II. Number and Quantity The Real Number System

Math II. Number and Quantity The Real Number System MATHEMATICS Math II The high school mathematics curriculum is designed to develop deep understanding of foundational math ideas. In order to allow time for such understanding, each level focuses on concepts

More information

Milford Public Schools Curriculum. Department: Mathematics Course Name: Precalculus Level 1

Milford Public Schools Curriculum. Department: Mathematics Course Name: Precalculus Level 1 Milford Public Schools Curriculum Department: Mathematics Course Name: Precalculus Level 1 UNIT 1 Unit Description: Students will construct polynomial graphs with zeros and end behavior, and apply limit

More information

Index. Excerpt from "Precalculus" 2014 AoPS Inc. Copyrighted Material INDEX

Index. Excerpt from Precalculus 2014 AoPS Inc.   Copyrighted Material INDEX Index, 29 \, 6, 29 \, 6 [, 5 1, 2!, 29?, 309, 179, 179, 29 30-60-90 triangle, 32 45-45-90 triangle, 32 Agnesi, Maria Gaetana, 191 Airy, Sir George, 180 AMC, vii American Mathematics Competitions, see AMC

More information

hmhco.com Adaptive. Intuitive. Transformative. AGA Scope and Sequence

hmhco.com Adaptive. Intuitive. Transformative. AGA Scope and Sequence hmhco.com Adaptive. Intuitive. Transformative. AGA Algebra 1 Geometry Algebra 2 Scope and Sequence Number and Quantity The Real Number System (N-RN) Properties of exponents to rational exponents Properties

More information

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 Math 127 Introduction and Review (1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 MATH 127 Introduction to Calculus III

More information

Math 5 Trigonometry Final Exam Spring 2009

Math 5 Trigonometry Final Exam Spring 2009 Math 5 Trigonometry Final Exam Spring 009 NAME Show your work for credit. Write all responses on separate paper. There are 13 problems, all weighted equally. Your 3 lowest scoring answers problem will

More information

Notes: Vectors and Scalars

Notes: Vectors and Scalars A particle moving along a straight line can move in only two directions and we can specify which directions with a plus or negative sign. For a particle moving in three dimensions; however, a plus sign

More information

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

MATH 8. Unit 1: Rational and Irrational Numbers (Term 1) Unit 2: Using Algebraic Properties to Simplify Expressions - Probability

MATH 8. Unit 1: Rational and Irrational Numbers (Term 1) Unit 2: Using Algebraic Properties to Simplify Expressions - Probability MATH 8 Unit 1: Rational and Irrational Numbers (Term 1) 1. I CAN write an algebraic expression for a given phrase. 2. I CAN define a variable and write an equation given a relationship. 3. I CAN use order

More information

- 1 - Items related to expected use of technology appear in bold italics.

- 1 - Items related to expected use of technology appear in bold italics. - 1 - Items related to expected use of technology appear in bold italics. Operating with Geometric and Cartesian Vectors Determining Intersections of Lines and Planes in Three- Space Similar content as

More information

Overall Description of Course Trigonometry is a College Preparatory level course.

Overall Description of Course Trigonometry is a College Preparatory level course. Radnor High School Course Syllabus Modified 9/1/2011 Trigonometry 444 Credits: 1 Grades: 11-12 Unweighted Prerequisite: Length: Year Algebra 2 Format: Meets Daily or teacher recommendation Overall Description

More information

Geometry Note Cards EXAMPLE:

Geometry Note Cards EXAMPLE: Geometry Note Cards EXAMPLE: Lined Side Word and Explanation Blank Side Picture with Statements Sections 12-4 through 12-5 1) Theorem 12-3 (p. 790) 2) Theorem 12-14 (p. 790) 3) Theorem 12-15 (p. 793) 4)

More information

Algebra 1 Math Year at a Glance

Algebra 1 Math Year at a Glance Real Operations Equations/Inequalities Relations/Graphing Systems Exponents/Polynomials Quadratics ISTEP+ Radicals Algebra 1 Math Year at a Glance KEY According to the Indiana Department of Education +

More information

SECTION 6.3: VECTORS IN THE PLANE

SECTION 6.3: VECTORS IN THE PLANE (Section 6.3: Vectors in the Plane) 6.18 SECTION 6.3: VECTORS IN THE PLANE Assume a, b, c, and d are real numbers. PART A: INTRO A scalar has magnitude but not direction. We think of real numbers as scalars,

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS The Department of Applied Mathematics administers a Math Placement test to assess fundamental skills in mathematics that are necessary to begin the study

More information

Hyperbolic Transformations

Hyperbolic Transformations C H A P T E R 17 Hyperbolic Transformations Though the text of your article on Crystal Symmetry and Its Generalizations is much too learned for a simple, selfmade pattern man like me, some of the text-illustrations

More information

2014 Summer Review for Students Entering Algebra 2. TI-84 Plus Graphing Calculator is required for this course.

2014 Summer Review for Students Entering Algebra 2. TI-84 Plus Graphing Calculator is required for this course. 1. Solving Linear Equations 2. Solving Linear Systems of Equations 3. Multiplying Polynomials and Solving Quadratics 4. Writing the Equation of a Line 5. Laws of Exponents and Scientific Notation 6. Solving

More information

High School Math. Grades Scope and Sequence

High School Math. Grades Scope and Sequence High School Units-All-03feb12.docx High School Math Grades 9 11 Scope and Sequence High School Units-All-03feb12.docx TRADITIONAL Grade 9 Algebra One A0 Introductory Unit 5 days 5 A1 Modeling with Functions

More information

R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member

R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member Chapter R Review of basic concepts * R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member Ex: Write the set of counting numbers

More information

Area Formulas. Linear

Area Formulas. Linear Math Vocabulary and Formulas Approximate Area Arithmetic Sequences Average Rate of Change Axis of Symmetry Base Behavior of the Graph Bell Curve Bi-annually(with Compound Interest) Binomials Boundary Lines

More information

MATH 532, 736I: MODERN GEOMETRY

MATH 532, 736I: MODERN GEOMETRY MATH 532, 736I: MODERN GEOMETRY Test 2, Spring 2013 Show All Work Name Instructions: This test consists of 5 pages (one is an information page). Put your name at the top of this page and at the top of

More information

Common Core State Standards for Mathematics - High School

Common Core State Standards for Mathematics - High School to the Common Core State Standards for - High School I Table of Contents Number and Quantity... 1 Algebra... 1 Functions... 3 Geometry... 6 Statistics and Probability... 8 Copyright 2013 Pearson Education,

More information

A4 Linear Equations & Inequalities in Two Variables 15 days. A5 Quadratic Functions. 5 days A-CED 2 A-CED 3 A-CED 4 A-REI 5 A-REI 6 A-REI 10 A-REI 12

A4 Linear Equations & Inequalities in Two Variables 15 days. A5 Quadratic Functions. 5 days A-CED 2 A-CED 3 A-CED 4 A-REI 5 A-REI 6 A-REI 10 A-REI 12 TRADITIONAL Grade 9: Algebra One A0 Intro Unit 5 days A1 Modeling with Functions 15 days N-Q 1 N-Q 2 N-Q 3 F-IF 1 F-IF 2 F-IF 3 F-IF 4* F-IF 5* F-IF 9* F-LE 1 F-LE 1a,1b F-LE 3 F-LE 5 A2 Linear Functions

More information

Algebra and Trigonometry

Algebra and Trigonometry Algebra and Trigonometry 978-1-63545-098-9 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Jay Abramson, Arizona State

More information

MATH 7 HONORS. Unit 1: Rational and Irrational Numbers (Term 1) Unit 2: Using Algebraic Properties to Simplify Expressions - Probability

MATH 7 HONORS. Unit 1: Rational and Irrational Numbers (Term 1) Unit 2: Using Algebraic Properties to Simplify Expressions - Probability MATH 7 HONORS Unit 1: Rational and Irrational Numbers (Term 1) 1. I CAN write an algebraic expression for a given phrase. 2. I CAN define a variable and write an equation given a relationship. 3. I CAN

More information

MATH II CCR MATH STANDARDS

MATH II CCR MATH STANDARDS RELATIONSHIPS BETWEEN QUANTITIES M.2HS.1 M.2HS.2 M.2HS.3 M.2HS.4 M.2HS.5 M.2HS.6 Explain how the definition of the meaning of rational exponents follows from extending the properties of integer exponents

More information

California Content Standard. Essentials for Algebra (lesson.exercise) of Test Items. Grade 6 Statistics, Data Analysis, & Probability.

California Content Standard. Essentials for Algebra (lesson.exercise) of Test Items. Grade 6 Statistics, Data Analysis, & Probability. California Content Standard Grade 6 Statistics, Data Analysis, & Probability 1. Students compute & analyze statistical measurements for data sets: 1.1 Compute the mean, median & mode of data sets 1.2 Understand

More information

Correlation of 2012 Texas Essential Knowledge and Skills (TEKS) for Algebra I and Geometry to Moving with Math SUMS Moving with Math SUMS Algebra 1

Correlation of 2012 Texas Essential Knowledge and Skills (TEKS) for Algebra I and Geometry to Moving with Math SUMS Moving with Math SUMS Algebra 1 Correlation of 2012 Texas Essential Knowledge and Skills (TEKS) for Algebra I and Geometry to Moving with Math SUMS Moving with Math SUMS Algebra 1 ALGEBRA I A.1 Mathematical process standards. The student

More information

Isometries of Hyperbolic Space

Isometries of Hyperbolic Space Isometries of Hyperbolic Space Steven Olsen, Emily Gaudet, Jude Foret, and Willie Austin June 14, 2013 Isometries of Hyperbolic Space June 14, 2013 1 / 37 Isometries and Geodesics Our goal involves finding

More information

Archdiocese of Washington Catholic Schools Academic Standards Mathematics

Archdiocese of Washington Catholic Schools Academic Standards Mathematics 8 th GRADE Archdiocese of Washington Catholic Schools Standard 1 - Number Sense Students know the properties of rational* and irrational* numbers expressed in a variety of forms. They understand and use

More information

Homework Assignments Math /02 Fall 2017

Homework Assignments Math /02 Fall 2017 Homework Assignments Math 119-01/02 Fall 2017 Assignment 1 Due date : Wednesday, August 30 Section 6.1, Page 178: #1, 2, 3, 4, 5, 6. Section 6.2, Page 185: #1, 2, 3, 5, 6, 8, 10-14, 16, 17, 18, 20, 22,

More information

Crash Course in Trigonometry

Crash Course in Trigonometry Crash Course in Trigonometry Dr. Don Spickler September 5, 003 Contents 1 Trigonometric Functions 1 1.1 Introduction.................................... 1 1. Right Triangle Trigonometry...........................

More information

Matrices and Vectors

Matrices and Vectors Matrices and Vectors James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 11, 2013 Outline 1 Matrices and Vectors 2 Vector Details 3 Matrix

More information

Honors Advanced Math Final Exam 2009

Honors Advanced Math Final Exam 2009 Name Answer Key. Teacher/Block (circle): Kelly/H Olsen/C Olsen/F Verner/G Honors Advanced Math Final Exam 009 Lexington High School Mathematics Department This is a 90-minute exam, but you will be allowed

More information

Tennessee s State Mathematics Standards Precalculus

Tennessee s State Mathematics Standards Precalculus Tennessee s State Mathematics Standards Precalculus Domain Cluster Standard Number Expressions (N-NE) Represent, interpret, compare, and simplify number expressions 1. Use the laws of exponents and logarithms

More information

Correlation of Moving with Math Grade 7 to HSEE Mathematics Blueprint

Correlation of Moving with Math Grade 7 to HSEE Mathematics Blueprint Correlation of Moving with Math Grade 7 to HSEE Mathematics Blueprint Number Sense 1.0 Students know the properties of, and compute with, rational numbers expressed n a variety of forms: 1.1 Read, write

More information

GEOMETRY ADDITIONAL PRACTICE ITEMS

GEOMETRY ADDITIONAL PRACTICE ITEMS GEOMETRY ADDITIONAL PRACTICE ITEMS Geometry Additional Practice Items This section has two parts. The first part is a set of 4 sample items for Geometry. The second part contains a table that shows for

More information

Geometry in the Complex Plane

Geometry in the Complex Plane Geometry in the Complex Plane Hongyi Chen UNC Awards Banquet 016 All Geometry is Algebra Many geometry problems can be solved using a purely algebraic approach - by placing the geometric diagram on a coordinate

More information

Solution. Using the point-slope form of the equation we have the answer immediately: y = 4 5 (x ( 2)) + 9 = 4 (x +2)+9

Solution. Using the point-slope form of the equation we have the answer immediately: y = 4 5 (x ( 2)) + 9 = 4 (x +2)+9 Chapter Review. Lines Eample. Find the equation of the line that goes through the point ( 2, 9) and has slope 4/5. Using the point-slope form of the equation we have the answer immediately: y = 4 5 ( (

More information

Math III Curriculum Map

Math III Curriculum Map 6 weeks Unit Unit Focus Common Core Math Standards 1 Rational and Irrational Numbers N-RN.3. Explain why the sum or product of two rational numbers is rational; that the sum of a rational number and an

More information

Common Core State Standards for Mathematics Integrated Pathway: Mathematics I

Common Core State Standards for Mathematics Integrated Pathway: Mathematics I A CORRELATION OF TO THE Standards for Mathematics A Correlation of Table of Contents Unit 1: Relationships between Quantities... 1 Unit 2: Linear and Exponential Relationships... 4 Unit 3: Reasoning with

More information

7 th Grade Math Scope and Sequence Student Outcomes (Objectives Skills/Verbs)

7 th Grade Math Scope and Sequence Student Outcomes (Objectives Skills/Verbs) own discovery of the Big BIG IDEA: How are different types of numbers used to represent real life situations? Why is it necessary to have different types of numbers for different situations? Pg 762 1-4(no

More information

COMP 175 COMPUTER GRAPHICS. Lecture 04: Transform 1. COMP 175: Computer Graphics February 9, Erik Anderson 04 Transform 1

COMP 175 COMPUTER GRAPHICS. Lecture 04: Transform 1. COMP 175: Computer Graphics February 9, Erik Anderson 04 Transform 1 Lecture 04: Transform COMP 75: Computer Graphics February 9, 206 /59 Admin Sign up via email/piazza for your in-person grading Anderson@cs.tufts.edu 2/59 Geometric Transform Apply transforms to a hierarchy

More information

DESK Secondary Math II

DESK Secondary Math II Mathematical Practices The Standards for Mathematical Practice in Secondary Mathematics I describe mathematical habits of mind that teachers should seek to develop in their students. Students become mathematically

More information

1 What is the solution of the system of equations graphed below? y = 2x + 1

1 What is the solution of the system of equations graphed below? y = 2x + 1 1 What is the solution of the system of equations graphed below? y = 2x + 1 3 As shown in the diagram below, when hexagon ABCDEF is reflected over line m, the image is hexagon A'B'C'D'E'F'. y = x 2 + 2x

More information

Name Geometry Common Core Regents Review Packet - 3. Topic 1 : Equation of a circle

Name Geometry Common Core Regents Review Packet - 3. Topic 1 : Equation of a circle Name Geometry Common Core Regents Review Packet - 3 Topic 1 : Equation of a circle Equation with center (0,0) and radius r Equation with center (h,k) and radius r ( ) ( ) 1. The endpoints of a diameter

More information

Mathematics 6 12 Section 26

Mathematics 6 12 Section 26 Mathematics 6 12 Section 26 1 Knowledge of algebra 1. Identify graphs of linear inequalities on a number line. 2. Identify graphs of linear equations and inequalities in the coordinate plane. 3. Identify

More information

Contents. CHAPTER P Prerequisites 1. CHAPTER 1 Functions and Graphs 69. P.1 Real Numbers 1. P.2 Cartesian Coordinate System 14

Contents. CHAPTER P Prerequisites 1. CHAPTER 1 Functions and Graphs 69. P.1 Real Numbers 1. P.2 Cartesian Coordinate System 14 CHAPTER P Prerequisites 1 P.1 Real Numbers 1 Representing Real Numbers ~ Order and Interval Notation ~ Basic Properties of Algebra ~ Integer Exponents ~ Scientific Notation P.2 Cartesian Coordinate System

More information

Trig Identities. or (x + y)2 = x2 + 2xy + y 2. Dr. Ken W. Smith Other examples of identities are: (x + 3)2 = x2 + 6x + 9 and

Trig Identities. or (x + y)2 = x2 + 2xy + y 2. Dr. Ken W. Smith Other examples of identities are: (x + 3)2 = x2 + 6x + 9 and Trig Identities An identity is an equation that is true for all values of the variables. Examples of identities might be obvious results like Part 4, Trigonometry Lecture 4.8a, Trig Identities and Equations

More information

Bonus Section II: Solving Trigonometric Equations

Bonus Section II: Solving Trigonometric Equations Fry Texas A&M University Math 150 Spring 2017 Bonus Section II 260 Bonus Section II: Solving Trigonometric Equations (In your text this section is found hiding at the end of 9.6) For what values of x does

More information

California. Performance Indicator. Form B Teacher s Guide and Answer Key. Mathematics. Continental Press

California. Performance Indicator. Form B Teacher s Guide and Answer Key. Mathematics. Continental Press California Performance Indicator Mathematics Form B Teacher s Guide and Answer Key Continental Press Contents Introduction to California Mathematics Performance Indicators........ 3 Answer Key Section

More information

HS Trigonometry Mathematics CC

HS Trigonometry Mathematics CC Course Description A pre-calculus course for the college bound student. The term includes a strong emphasis on circular and triangular trigonometric functions, graphs of trigonometric functions and identities

More information

How to rotate a vector using a rotation matrix

How to rotate a vector using a rotation matrix How to rotate a vector using a rotation matrix One of the most useful operations in computer graphics is the rotation of a vector using a rotation matrix. I want to introduce the underlying idea of the

More information

4.1 Prologue. (c) (a) velocity of an object is a vector (b) force is a vector (c) displacement is a vector

4.1 Prologue. (c) (a) velocity of an object is a vector (b) force is a vector (c) displacement is a vector 4 Vectors 4.1 Prologue A vector is an entity that is characterized both by its magnitude and its direction. Vectors are widely used in physics. For example, if you want to describe the motion of an object

More information

Integrated Math 3 Math 3 Course Description:

Integrated Math 3 Math 3 Course Description: Course Description: Integrated Math 3 Math 3 Course Description: Integrated strands include algebra, functions, geometry, trigonometry, statistics, probability and discrete math. Scope and sequence includes

More information

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems To locate a point in a plane, two numbers are necessary. We know that any point in the plane can be represented as an ordered pair (a, b) of real numbers, where a is the x-coordinate and b is the y-coordinate.

More information

Section 6.2 Trigonometric Functions: Unit Circle Approach

Section 6.2 Trigonometric Functions: Unit Circle Approach Section. Trigonometric Functions: Unit Circle Approach The unit circle is a circle of radius centered at the origin. If we have an angle in standard position superimposed on the unit circle, the terminal

More information

New Jersey Quality Single Accountability Continuum (NJQSAC) A-CED 1-4; A-REI 1-2,5-7; F-IF 1-2, 4-5; N-Q 1-3; N-RN

New Jersey Quality Single Accountability Continuum (NJQSAC) A-CED 1-4; A-REI 1-2,5-7; F-IF 1-2, 4-5; N-Q 1-3; N-RN New Jersey Quality Single Accountability Continuum (NJQSAC) (former ICM) Date: Unit 1, September 4-30 How do we use functions to solve real world problems? How can we model a real-life situation with a

More information

WA State Common Core Standards - Mathematics

WA State Common Core Standards - Mathematics Number & Quantity The Real Number System Extend the properties of exponents to rational exponents. 1. Explain how the definition of the meaning of rational exponents follows from extending the properties

More information

Unit 0. Unit 1. OUHSD Mathematics Pacing Guide. OUHSD Mathematics Pacing Guide. Total Days 15. Total Days 23. Unit 0: Bridge to Math 1.

Unit 0. Unit 1. OUHSD Mathematics Pacing Guide. OUHSD Mathematics Pacing Guide. Total Days 15. Total Days 23. Unit 0: Bridge to Math 1. OUHSD Mathematics Pacing Guide Quarter 1 Unit 0: Bridge to Unit 0 Total Days 15 Cluster Heading Standard MVP "REVIEW: Use own Resources Solving Equations: One- step; Two- step; Multi- step; Variables on

More information

Math Analysis Curriculum Map Kennett High School

Math Analysis Curriculum Map Kennett High School Section Topic Specific Concept Standard Assessment mp assignments 1.1 Coordinate geometry distance formula, midpoint fomrula G-GPE.7 Use coordinates to compute perimeters of polygons and areas of triangles

More information

Unit 1 Review. To prove if a transformation preserves rigid motion, you can use the distance formula: Rules for transformations:

Unit 1 Review. To prove if a transformation preserves rigid motion, you can use the distance formula: Rules for transformations: Unit 1 Review Function Notation A function is a mathematical relation so that every in the corresponds with one in the. To evaluate a function, f(x), substitute the for every x and calculate. Example:

More information