How to rotate a vector using a rotation matrix

Size: px
Start display at page:

Download "How to rotate a vector using a rotation matrix"

Transcription

1 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 rotation matrix as it is based on the trig functions sine and cosine. Let's begin by reviewing the dot product of two vectors. < A, B > < C, D> = AC + BD So, remember that the dot product of two vectors is a scalar number. Keep this in mind as we work through the following matrix ideas. A matrix is a number of colums and rows of numbers that might look like either of these: The first matrix above is called a 2 by 2 matrix because it has 2 rows and 2 columns. The second is a 3 by 3 matrix because it has 3 rows and 3 columns. Matrices can be rectangular in shape, for example 4 rows by 3 columns or 5 rows by 8 columns, but for our purposes, all the matrices we will use will be square, with the same number of rows as columns. Matrices with 2 rows and 2 columns are called 2 by 2 matrices, and matrices with 3 rows and 3 columns are 3 by 3 matrices... etc. Vectors can be multiplied by matrices. The rules for multiplication are very much like the rules for the dot product of two vectors. Take this example. Suppose we want to multiply the following vector by the matrix:

2 To multiply a vector by a matrix, begin by (dot product) multiplying the vector by the first column of the matrix as if that column were a vector. ie do it as if you were doing this: and that 16 becomes the x component of the resulting vector: Then multiply the vector by the second column of the matrix to get the y component of the answer.

3 It's that simple. Multiply a vector by a matrix by multiplying the vector by each column of that matrix, one at a time, and you will get a vector for an answer. Now, how does that relate to trigonometry? One more small idea before we get there. There is a matrix that acts as an identity matrix in the same way that the number 1 acts on scalar numbers. If you multiply any number by 1, you will get that number. For example 300 X 1 = 300 The 2 by 2 identity matrix looks like this: Suppose we multiply a vector by this matrix using the same rules as I described above. This is what it would look like: When you multiply <4, 6> by the first column, the 4 is multiplied by 1 but the 6 is multiplied by 0, so all that is left is the 4. When you multiply the vector by the second column, the 4 is multiplied by 0 but the 6 is multiplied by 1. So all you get is 6. If you think about it, it makes perfect sense. ok, now let's talk trig There is a special matrix that you can multiply by a vector to make the

4 vector rotate around the origin. Essentially, this matrix changes the direction of the vector by adding or subtracting an angle to its angle. This is what this matrix looks like when it is used on a vector in the x y plane: A is the angle you want to add to the vector's current angle. Here's an example of how it works using numbers. Suppose you wanted to rotate the vector < 3,4> and angle of 50 degrees CCW (counter clockwise). Here is the initial set-up: Now you multiply the vector by the matrix one column at a time to get: And when you finish all the arithmetic you get the new x, y componenents that are the rotated vector. < , >

5 Now, what does that look like on a graph? Finally, let me show you why this rotation matrix works. It is based on the sum and difference identities for cosines and sines. Suppose, instead of thinking of the vector in the <x, y > component form, we think of it in the < M cos A, M sin A > form. In this form we have a triangle from the unit circle with and angle of A and sides cosa, sina. But we have multiplied the radius (1 unit) by M which makes a triangle with sides M = hypotenuse, McosA = x side, MsinA = y side. The component form of this vector is <McosA,MsinA> and we can factor out the M to get M < cosa, sina >. Now suppose we want to rotate this

6 vector angle B using the rotation matrix: This shows that multiplying the rotation matrix with a vector results in the vector having new direction that is the sum of the original direction A and the added angle B. Final Comments In conclusion, in a fly by, I want to show you what the homogeneous version of the xy vector and rotation matrix looks like.

7 Note that the vector now has a new number 1 added to the x and y in the vector and that the rotation matrix is now 3 by 3. Although the rotation matrix as I demonstrated it above will correctly rotate an xy vector, it became necessary to make these changes shown to accommodate the translation matrix ( another matrix that moves points rather than rotates them) The translation matrix requires 3 rows and columns, and that led to the need to make the rotation matrix agree with it so they can work in concert to rotate and translate. The homogeneous '1' does not affect the outcome from rotations. It is like a silent place holder that does nothing except ensure that all of the matrix operations (rotation, translation, scaling) can work together.

Force Vectors and Static Equilibrium

Force Vectors and Static Equilibrium Force Vectors 1 Force Vectors and Static Equilibrium Overview: In this experiment you will hang weights from pulleys over the edge of a small round force table, to exert various forces on a metal ring

More information

5.5 Special Rights. A Solidify Understanding Task

5.5 Special Rights. A Solidify Understanding Task SECONDARY MATH III // MODULE 5 MODELING WITH GEOMETRY 5.5 In previous courses you have studied the Pythagorean theorem and right triangle trigonometry. Both of these mathematical tools are useful when

More information

Note 1: Pythagoras Theorem. The longest side is always opposite the right angle and is called the hypotenuse (H).

Note 1: Pythagoras Theorem. The longest side is always opposite the right angle and is called the hypotenuse (H). Trigonometry Note 1: Pythagoras Theorem The longest side is always opposite the right angle and is called the hypotenuse (H). O H x Note 1: Pythagoras Theorem In a right-angled triangle the square of the

More information

An angle in the Cartesian plane is in standard position if its vertex lies at the origin and its initial arm lies on the positive x-axis.

An angle in the Cartesian plane is in standard position if its vertex lies at the origin and its initial arm lies on the positive x-axis. Learning Goals 1. To understand what standard position represents. 2. To understand what a principal and related acute angle are. 3. To understand that positive angles are measured by a counter-clockwise

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

7.1 Projections and Components

7.1 Projections and Components 7. Projections and Components As we have seen, the dot product of two vectors tells us the cosine of the angle between them. So far, we have only used this to find the angle between two vectors, but cosines

More information

Pre-Calculus EOC Review 2016

Pre-Calculus EOC Review 2016 Pre-Calculus EOC Review 2016 Name The Exam 50 questions, multiple choice, paper and pencil. I. Limits 8 questions a. (1) decide if a function is continuous at a point b. (1) understand continuity in terms

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational expressions Solve polynomial equations and equations involving rational expressions Review Chapter 1 and their

More information

Warm Up 1. What is the third angle measure in a triangle with angles measuring 65 and 43? 72

Warm Up 1. What is the third angle measure in a triangle with angles measuring 65 and 43? 72 Warm Up 1. What is the third angle measure in a triangle with angles measuring 65 and 43? 72 Find each value. Round trigonometric ratios to the nearest hundredth and angle measures to the nearest degree.

More information

Math Section 4.3 Unit Circle Trigonometry

Math Section 4.3 Unit Circle Trigonometry Math 10 - Section 4. Unit Circle Trigonometry An angle is in standard position if its vertex is at the origin and its initial side is along the positive x axis. Positive angles are measured counterclockwise

More information

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount.

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount. Name Unit #17: Spring Trig Unit Notes #1: Basic Trig Review I. Unit Circle A circle with center point and radius. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that

More information

Coordinate Systems. Chapter 3. Cartesian Coordinate System. Polar Coordinate System

Coordinate Systems. Chapter 3. Cartesian Coordinate System. Polar Coordinate System Chapter 3 Vectors Coordinate Systems Used to describe the position of a point in space Coordinate system consists of a fixed reference point called the origin specific axes with scales and labels instructions

More information

4 The Trigonometric Functions

4 The Trigonometric Functions Mathematics Learning Centre, University of Sydney 8 The Trigonometric Functions The definitions in the previous section apply to between 0 and, since the angles in a right angle triangle can never be greater

More information

Vectors a vector is a quantity that has both a magnitude (size) and a direction

Vectors a vector is a quantity that has both a magnitude (size) and a direction Vectors In physics, a vector is a quantity that has both a magnitude (size) and a direction. Familiar examples of vectors include velocity, force, and electric field. For any applications beyond one dimension,

More information

KIST DP Course Descriptions

KIST DP Course Descriptions Grade: 11 Unit Number: 1 Unit Title: Algebra Sequence and Series; Exponents and Logarithms; The Binomial Theorem Deductive vs. Inductive reasoning Mathematics begins with axioms and uses deductive reasoning

More information

Math Precalculus Blueprint Assessed Quarter 1

Math Precalculus Blueprint Assessed Quarter 1 PO 11. Find approximate solutions for polynomial equations with or without graphing technology. MCWR-S3C2-06 Graphing polynomial functions. MCWR-S3C2-12 Theorems of polynomial functions. MCWR-S3C3-08 Polynomial

More information

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations.

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations. Section 6.3 - Solving Trigonometric Equations Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations. These are equations from algebra: Linear Equation: Solve:

More information

Preview from Notesale.co.uk Page 2 of 42

Preview from Notesale.co.uk Page 2 of 42 . CONCEPTS & FORMULAS. INTRODUCTION Radian The angle subtended at centre of a circle by an arc of length equal to the radius of the circle is radian r o = o radian r r o radian = o = 6 Positive & Negative

More information

Secondary Honors Algebra II Objectives

Secondary Honors Algebra II Objectives Secondary Honors Algebra II Objectives Chapter 1 Equations and Inequalities Students will learn to evaluate and simplify numerical and algebraic expressions, to solve linear and absolute value equations

More information

Chapter 5 Trigonometric Functions of Angles

Chapter 5 Trigonometric Functions of Angles Chapter 5 Trigonometric Functions of Angles Section 3 Points on Circles Using Sine and Cosine Signs Signs I Signs (+, +) I Signs II (+, +) I Signs II (, +) (+, +) I Signs II (, +) (+, +) I III Signs II

More information

Quantile Textbook Report

Quantile Textbook Report Quantile Textbook Report Algebra 2 Author Charles, Randall I., et al StateEdition West Virginia Grade Algebra 2 1 Expressions, Equations, and Inequalities 1.1 Patterns and Expressions 930Q 1.2 Properties

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

4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS

4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS 4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS MR. FORTIER 1. Trig Functions of Any Angle We now extend the definitions of the six basic trig functions beyond triangles so that we do not have to restrict

More information

Geometry The Unit Circle

Geometry The Unit Circle Geometry The Unit Circle Day Date Class Homework F 3/10 N: Area & Circumference M 3/13 Trig Test T 3/14 N: Sketching Angles (Degrees) WKS: Angles (Degrees) W 3/15 N: Arc Length & Converting Measures WKS:

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

1. Trigonometry.notebook. September 29, Trigonometry. hypotenuse opposite. Recall: adjacent

1. Trigonometry.notebook. September 29, Trigonometry. hypotenuse opposite. Recall: adjacent Trigonometry Recall: hypotenuse opposite adjacent 1 There are 3 other ratios: the reciprocals of sine, cosine and tangent. Secant: Cosecant: (cosec θ) Cotangent: 2 Example: Determine the value of x. a)

More information

Vector components and motion

Vector components and motion Vector components and motion Objectives Distinguish between vectors and scalars and give examples of each. Use vector diagrams to interpret the relationships among vector quantities such as force and acceleration.

More information

MCR3U - Practice Mastery Test #9 & #10

MCR3U - Practice Mastery Test #9 & #10 Name: Class: Date: MCRU - Practice Mastery Test #9 & #0 Multiple Choice Identify the choice that best completes the statement or answers the question.. Factor completely: 4x 0x + 5 a. (x + 5)(x 5) b. (4x

More information

Chapter 3 Vectors Prof. Raymond Lee, revised

Chapter 3 Vectors Prof. Raymond Lee, revised Chapter 3 Vectors Prof. Raymond Lee, revised 9-2-2010 1 Coordinate systems Used to describe a point s position in space Coordinate system consists of fixed reference point called origin specific axes with

More information

Course Outcome Summary

Course Outcome Summary Course Information: Algebra 2 Description: Instruction Level: 10-12 Total Credits: 2.0 Prerequisites: Textbooks: Course Topics for this course include a review of Algebra 1 topics, solving equations, solving

More information

Name Date Period Notes Formal Geometry Chapter 8 Right Triangles and Trigonometry 8.1 Geometric Mean. A. Definitions: 1.

Name Date Period Notes Formal Geometry Chapter 8 Right Triangles and Trigonometry 8.1 Geometric Mean. A. Definitions: 1. Name Date Period Notes Formal Geometry Chapter 8 Right Triangles and Trigonometry 8.1 Geometric Mean A. Definitions: 1. Geometric Mean: 2. Right Triangle Altitude Similarity Theorem: If the altitude is

More information

Utah Secondary Mathematics Core Curriculum Precalculus

Utah Secondary Mathematics Core Curriculum Precalculus A Correlation of Trigonometry Lial To the Utah Secondary Mathematics Core Curriculum Precalculus Resource Title: Trigonometry Publisher: Pearson Education Inc Publishing as Prentice Hall ISBN (10 or 13

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Pre-Calculus and Capacity Matri Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational epressions Solve polynomial equations and equations involving rational epressions

More information

Pre-Calculus Chapter 0. Solving Equations and Inequalities 0.1 Solving Equations with Absolute Value 0.2 Solving Quadratic Equations

Pre-Calculus Chapter 0. Solving Equations and Inequalities 0.1 Solving Equations with Absolute Value 0.2 Solving Quadratic Equations Pre-Calculus Chapter 0. Solving Equations and Inequalities 0.1 Solving Equations with Absolute Value 0.1.1 Solve Simple Equations Involving Absolute Value 0.2 Solving Quadratic Equations 0.2.1 Use the

More information

Vectors Summary. can slide along the line of action. not restricted, defined by magnitude & direction but can be anywhere.

Vectors Summary. can slide along the line of action. not restricted, defined by magnitude & direction but can be anywhere. Vectors Summary A vector includes magnitude (size) and direction. Academic Skills Advice Types of vectors: Line vector: Free vector: Position vector: Unit vector (n ): can slide along the line of action.

More information

Prentice Hall Mathematics, Algebra Correlated to: Achieve American Diploma Project Algebra II End-of-Course Exam Content Standards

Prentice Hall Mathematics, Algebra Correlated to: Achieve American Diploma Project Algebra II End-of-Course Exam Content Standards Core: Operations on Numbers and Expressions Priority: 15% Successful students will be able to perform operations with rational, real, and complex numbers, using both numeric and algebraic expressions,

More information

Chapter 10. Additional Topics in Trigonometry

Chapter 10. Additional Topics in Trigonometry Chapter 10 Additional Topics in Trigonometry 1 Right Triangle applications Law of Sines and Cosines Parametric equations Polar coordinates Curves in polar coordinates Summary 2 Chapter 10.1 Right Triangle

More information

Math Section 4.3 Unit Circle Trigonometry

Math Section 4.3 Unit Circle Trigonometry Math 10 - Section 4. Unit Circle Trigonometry An angle is in standard position if its vertex is at the origin and its initial side is along the positive x axis. Positive angles are measured counterclockwise

More information

9.4 Polar Coordinates

9.4 Polar Coordinates 9.4 Polar Coordinates Polar coordinates uses distance and direction to specify a location in a plane. The origin in a polar system is a fixed point from which a ray, O, is drawn and we call the ray the

More information

SLO to ILO Alignment Reports

SLO to ILO Alignment Reports SLO to ILO Alignment Reports CAN - 00 - Institutional Learning Outcomes (ILOs) CAN ILO #1 - Critical Thinking - Select, evaluate, and use information to investigate a point of view, support a conclusion,

More information

Vectors and 2D Kinematics. AIT AP Physics C

Vectors and 2D Kinematics. AIT AP Physics C Vectors and 2D Kinematics Coordinate Systems Used to describe the position of a point in space Coordinate system consists of a fixed reference point called the origin specific axes with scales and labels

More information

MCR3U - Practice Mastery Test #6

MCR3U - Practice Mastery Test #6 Name: Class: Date: MCRU - Practice Mastery Test #6 Multiple Choice Identify the choice that best completes the statement or answers the question.. Factor completely: 4x 2 2x + 9 a. (2x ) 2 b. (4x )(x )

More information

xvi xxiii xxvi Construction of the Real Line 2 Is Every Real Number Rational? 3 Problems Algebra of the Real Numbers 7

xvi xxiii xxvi Construction of the Real Line 2 Is Every Real Number Rational? 3 Problems Algebra of the Real Numbers 7 About the Author v Preface to the Instructor xvi WileyPLUS xxii Acknowledgments xxiii Preface to the Student xxvi 1 The Real Numbers 1 1.1 The Real Line 2 Construction of the Real Line 2 Is Every Real

More information

Region 16 Board of Education. Precalculus Curriculum

Region 16 Board of Education. Precalculus Curriculum Region 16 Board of Education Precalculus Curriculum 2008 1 Course Description This course offers students an opportunity to explore a variety of concepts designed to prepare them to go on to study calculus.

More information

Free download from not for resale. Apps 1.1 : Applying trigonometric skills to triangles which do not have a right angle.

Free download from   not for resale. Apps 1.1 : Applying trigonometric skills to triangles which do not have a right angle. Apps 1.1 : Applying trigonometric skills to triangles which do not have a right angle. Area of a triangle using trigonometry. Using the Sine Rule. Using the Cosine Rule to find a side. Using the Cosine

More information

PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO. Prepared by Kristina L. Gazdik. March 2005

PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO. Prepared by Kristina L. Gazdik. March 2005 PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO Prepared by Kristina L. Gazdik March 2005 1 TABLE OF CONTENTS Course Description.3 Scope and Sequence 4 Content Outlines UNIT I: FUNCTIONS AND THEIR GRAPHS

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

A Learning Progression for Complex Numbers

A Learning Progression for Complex Numbers A Learning Progression for Complex Numbers In mathematics curriculum development around the world, the opportunity for students to study complex numbers in secondary schools is decreasing. Given that the

More information

Topic Outline for Algebra 2 & and Trigonometry One Year Program

Topic Outline for Algebra 2 & and Trigonometry One Year Program Topic Outline for Algebra 2 & and Trigonometry One Year Program Algebra 2 & and Trigonometry - N - Semester 1 1. Rational Expressions 17 Days A. Factoring A2.A.7 B. Rationals A2.N.3 A2.A.17 A2.A.16 A2.A.23

More information

Trigonometry - Part 1 (12 pages; 4/9/16) fmng.uk

Trigonometry - Part 1 (12 pages; 4/9/16) fmng.uk Trigonometry - Part 1 (12 pages; 4/9/16) (1) Sin, cos & tan of 30, 60 & 45 sin30 = 1 2 ; sin60 = 3 2 cos30 = 3 2 ; cos60 = 1 2 cos45 = sin45 = 1 2 = 2 2 tan45 = 1 tan30 = 1 ; tan60 = 3 3 Graphs of y =

More information

NYS Algebra II and Trigonometry Suggested Sequence of Units (P.I's within each unit are NOT in any suggested order)

NYS Algebra II and Trigonometry Suggested Sequence of Units (P.I's within each unit are NOT in any suggested order) 1 of 6 UNIT P.I. 1 - INTEGERS 1 A2.A.1 Solve absolute value equations and inequalities involving linear expressions in one variable 1 A2.A.4 * Solve quadratic inequalities in one and two variables, algebraically

More information

Chapter 2. Matrix Arithmetic. Chapter 2

Chapter 2. Matrix Arithmetic. Chapter 2 Matrix Arithmetic Matrix Addition and Subtraction Addition and subtraction act element-wise on matrices. In order for the addition/subtraction (A B) to be possible, the two matrices A and B must have the

More information

2 Trigonometric functions

2 Trigonometric functions Theodore Voronov. Mathematics 1G1. Autumn 014 Trigonometric functions Trigonometry provides methods to relate angles and lengths but the functions we define have many other applications in mathematics..1

More information

Mathematics for Graphics and Vision

Mathematics for Graphics and Vision Mathematics for Graphics and Vision Steven Mills March 3, 06 Contents Introduction 5 Scalars 6. Visualising Scalars........................ 6. Operations on Scalars...................... 6.3 A Note on

More information

Gr. 11, 12 Pre Calculus Curriculum

Gr. 11, 12 Pre Calculus Curriculum LS PC. N1 Plot complex numbers using both rectangular and polar coordinates, i.e., a + bi = r(cosθ + isinθ ). Apply DeMoivre s Theorem to multiply, take roots, and raise complex numbers to a power. LS

More information

MR. YATES. Vocabulary. Quadratic Cubic Monomial Binomial Trinomial Term Leading Term Leading Coefficient

MR. YATES. Vocabulary. Quadratic Cubic Monomial Binomial Trinomial Term Leading Term Leading Coefficient ALGEBRA II WITH TRIGONOMETRY COURSE OUTLINE SPRING 2009. MR. YATES Vocabulary Unit 1: Polynomials Scientific Notation Exponent Base Polynomial Degree (of a polynomial) Constant Linear Quadratic Cubic Monomial

More information

EOC Assessment Outline

EOC Assessment Outline EOC Assessment Outline Course Name: Advanced Topics in Math Course Number: 1298310 Test 50 MAFS.912.F-BF.1.2 Write arithmetic and geometric sequences both recursively and with an explicit formula, use

More information

Mathematics IGCSE Higher Tier, November /3H (Paper 3H)

Mathematics IGCSE Higher Tier, November /3H (Paper 3H) Link to examining board: http://www.edexcel.com The question paper associated with these solutions is available to download for free from the Edexcel website. The navigation around the website sometimes

More information

Chapter 7 PHASORS ALGEBRA

Chapter 7 PHASORS ALGEBRA 164 Chapter 7 PHASORS ALGEBRA Vectors, in general, may be located anywhere in space. We have restricted ourselves thus for to vectors which are all located in one plane (co planar vectors), but they may

More information

4th Year Beginning of Year Test Revision Sheet

4th Year Beginning of Year Test Revision Sheet th Year Beginning of Year Test Revision Sheet This document attempts to sum up what you will need for the upcoming test next week. Email me on jonathan.m.stone@gmail.com with any queries. Equations With

More information

Chetek-Weyerhaeuser High School

Chetek-Weyerhaeuser High School Chetek-Weyerhaeuser High School Advanced Math A Units and s Advanced Math A Unit 1 Functions and Math Models (7 days) 10% of grade s 1. I can make connections between the algebraic equation or description

More information

Review Notes for IB Standard Level Math

Review Notes for IB Standard Level Math Review Notes for IB Standard Level Math 1 Contents 1 Algebra 8 1.1 Rules of Basic Operations............................... 8 1.2 Rules of Roots..................................... 8 1.3 Rules of Exponents...................................

More information

Trigonometry.notebook. March 16, Trigonometry. hypotenuse opposite. Recall: adjacent

Trigonometry.notebook. March 16, Trigonometry. hypotenuse opposite. Recall: adjacent Trigonometry Recall: hypotenuse opposite adjacent 1 There are 3 other ratios: the reciprocals of sine, cosine and tangent. Secant: Cosecant: (cosec θ) Cotangent: 2 Example: Determine the value of x. a)

More information

Integration by Triangle Substitutions

Integration by Triangle Substitutions Integration by Triangle Substitutions The Area of a Circle So far we have used the technique of u-substitution (ie, reversing the chain rule) and integration by parts (reversing the product rule) to etend

More information

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK COURSE / SUBJECT Algebra 2B KEY COURSE OBJECTIVES/ENDURING UNDERSTANDINGS OVERARCHING/ESSENTIAL SKILLS OR QUESTIONS RATIONAL AND RADICAL FUNCTIONS PROPERTIES AND

More information

Unit Activity Correlations to Common Core State Standards. Precalculus. Table of Contents

Unit Activity Correlations to Common Core State Standards. Precalculus. Table of Contents Unit Activity Correlations to Common Core State Standards Precalculus Table of Contents Number and Quantity 1 Algebra 3 Functions 3 Geometry 5 Statistics and Probability 6 Number and Quantity The Complex

More information

Section 6.2 Notes Page Trigonometric Functions; Unit Circle Approach

Section 6.2 Notes Page Trigonometric Functions; Unit Circle Approach Section Notes Page Trigonometric Functions; Unit Circle Approach A unit circle is a circle centered at the origin with a radius of Its equation is x y = as shown in the drawing below Here the letter t

More information

VECTORS. 3-1 What is Physics? 3-2 Vectors and Scalars CHAPTER

VECTORS. 3-1 What is Physics? 3-2 Vectors and Scalars CHAPTER CHAPTER 3 VECTORS 3-1 What is Physics? Physics deals with a great many quantities that have both size and direction, and it needs a special mathematical language the language of vectors to describe those

More information

Chapter 1. Functions 1.3. Trigonometric Functions

Chapter 1. Functions 1.3. Trigonometric Functions 1.3 Trigonometric Functions 1 Chapter 1. Functions 1.3. Trigonometric Functions Definition. The number of radians in the central angle A CB within a circle of radius r is defined as the number of radius

More information

Worksheet 1.7: Introduction to Vector Functions - Position

Worksheet 1.7: Introduction to Vector Functions - Position Boise State Math 275 (Ultman) Worksheet 1.7: Introduction to Vector Functions - Position From the Toolbox (what you need from previous classes): Cartesian Coordinates: Coordinates of points in general,

More information

NFC ACADEMY COURSE OVERVIEW

NFC ACADEMY COURSE OVERVIEW NFC ACADEMY COURSE OVERVIEW Algebra II Honors is a full-year, high school math course intended for the student who has successfully completed the prerequisite course Algebra I. This course focuses on algebraic

More information

Engineering Mechanics Statics

Engineering Mechanics Statics Mechanical Systems Engineering- 2016 Engineering Mechanics Statics 2. Force Vectors; Operations on Vectors Dr. Rami Zakaria MECHANICS, UNITS, NUMERICAL CALCULATIONS & GENERAL PROCEDURE FOR ANALYSIS Today

More information

Warm-up/opening activities Class work practice problems, student led discussion, teacher led discussion Homework- practice problems Quizzes/Tests

Warm-up/opening activities Class work practice problems, student led discussion, teacher led discussion Homework- practice problems Quizzes/Tests Ms. Thammadi Ms. Magda Ms. Partap Ms. Ryan saritha.thammadi@sccpss.com leslie.magda@sccpss.com janelle.partap-richardson@sccpss.com katrhryn.ryan@sccpss.com Woodville Tompkins Technical & Career HS 151

More information

CALC 3 CONCEPT PACKET Complete

CALC 3 CONCEPT PACKET Complete CALC 3 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

More information

I. Content Standard: Number, Number Sense and Operations Standard

I. Content Standard: Number, Number Sense and Operations Standard Course Description: Honors Precalculus is the study of advanced topics in functions, algebra, geometry, and data analysis including the conceptual underpinnings of Calculus. The course is an in-depth study

More information

Vectors. In kinematics, the simplest concept is position, so let s begin with a position vector shown below:

Vectors. In kinematics, the simplest concept is position, so let s begin with a position vector shown below: Vectors Extending the concepts of kinematics into two and three dimensions, the idea of a vector becomes very useful. By definition, a vector is a quantity with both a magnitude and a spatial direction.

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

Trigonometric Identities

Trigonometric Identities Trigonometric Identities An identity is an equation that is satis ed by all the values of the variable(s) in the equation. We have already introduced the following: (a) tan x (b) sec x (c) csc x (d) cot

More information

Definitions In physics we have two types of measurable quantities: vectors and scalars.

Definitions In physics we have two types of measurable quantities: vectors and scalars. 1 Definitions In physics we have two types of measurable quantities: vectors and scalars. Scalars: have magnitude (magnitude means size) only Examples of scalar quantities include time, mass, volume, area,

More information

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

FORCE TABLE INTRODUCTION

FORCE TABLE INTRODUCTION FORCE TABLE INTRODUCTION All measurable quantities can be classified as either a scalar 1 or a vector 2. A scalar has only magnitude while a vector has both magnitude and direction. Examples of scalar

More information

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS NAME: PERIOD: DATE: MATH ANALYSIS 2 MR. MELLINA CHAPTER 12: VECTORS & DETERMINANTS Sections: v 12.1 Geometric Representation of Vectors v 12.2 Algebraic Representation of Vectors v 12.3 Vector and Parametric

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

Trig Functions Learning Outcomes

Trig Functions Learning Outcomes 1 Trig Functions Learning Outcomes Solve problems about trig functions in right-angled triangles. Solve problems using Pythagoras theorem. Solve problems about trig functions in all quadrants of a unit

More information

Worksheet 1.3: Introduction to the Dot and Cross Products

Worksheet 1.3: Introduction to the Dot and Cross Products Boise State Math 275 (Ultman Worksheet 1.3: Introduction to the Dot and Cross Products From the Toolbox (what you need from previous classes Trigonometry: Sine and cosine functions. Vectors: Know what

More information

ALGEBRA AND TRIGONOMETRY

ALGEBRA AND TRIGONOMETRY ALGEBRA AND TRIGONOMETRY correlated to the Alabama Course of Study for Algebra 2 with Trigonometry CC2 6/2003 2004 Algebra and Trigonometry 2004 correlated to the Number and Operations Students will: 1.

More information

08/01/2017. Trig Functions Learning Outcomes. Use Trig Functions (RAT) Use Trig Functions (Right-Angled Triangles)

08/01/2017. Trig Functions Learning Outcomes. Use Trig Functions (RAT) Use Trig Functions (Right-Angled Triangles) 1 Trig Functions Learning Outcomes Solve problems about trig functions in right-angled triangles. Solve problems using Pythagoras theorem. Solve problems about trig functions in all quadrants of a unit

More information

Directions: Examine the Unit Circle on the Cartesian Plane (Unit Circle: Circle centered at the origin whose radius is of length 1)

Directions: Examine the Unit Circle on the Cartesian Plane (Unit Circle: Circle centered at the origin whose radius is of length 1) Name: Period: Discovering the Unit Circle Activity Secondary III For this activity, you will be investigating the Unit Circle. You will examine the degree and radian measures of angles. Note: 180 radians.

More information

Vector/Matrix operations. *Remember: All parts of HW 1 are due on 1/31 or 2/1

Vector/Matrix operations. *Remember: All parts of HW 1 are due on 1/31 or 2/1 Lecture 4: Topics: Linear Algebra II Vector/Matrix operations Homework: HW, Part *Remember: All parts of HW are due on / or / Solving Axb Row reduction method can be used Simple operations on equations

More information

Algebra & Trigonometry for College Readiness Media Update, 2016

Algebra & Trigonometry for College Readiness Media Update, 2016 A Correlation of Algebra & Trigonometry for To the Utah Core Standards for Mathematics to the Resource Title: Media Update Publisher: Pearson publishing as Prentice Hall ISBN: SE: 9780134007762 TE: 9780133994032

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Information Pre-Calculus and Capacity Matri Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational epressions Solve polynomial equations and equations involving

More information

ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES

ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES COURSE TITLE: Algebra II A/B COURSE NUMBERS: (P) 7241 / 2381 (H) 3902 / 3903 (Basic) 0336 / 0337 (SE) 5685/5686

More information

More with Angles Reference Angles

More with Angles Reference Angles More with Angles Reference Angles A reference angle is the angle formed by the terminal side of an angle θ, and the (closest) x axis. A reference angle, θ', is always 0 o

More information

As we know, the three basic trigonometric functions are as follows: Figure 1

As we know, the three basic trigonometric functions are as follows: Figure 1 Trigonometry Basic Functions As we know, the three basic trigonometric functions are as follows: sin θ = cos θ = opposite hypotenuse adjacent hypotenuse tan θ = opposite adjacent Where θ represents an

More information

SAMPLE COURSE OUTLINE MATHEMATICS SPECIALIST ATAR YEAR 11

SAMPLE COURSE OUTLINE MATHEMATICS SPECIALIST ATAR YEAR 11 SAMPLE COURSE OUTLINE MATHEMATICS SPECIALIST ATAR YEAR 11 Copyright School Curriculum and Standards Authority, 2017 This document apart from any third party copyright material contained in it may be freely

More information

Intermediate Level Learning Targets

Intermediate Level Learning Targets Learning Target #1: Develop proficiency in analyzing, graphing and solving linear equations and inequalities. F1.1,,, B1. C1. 1.1 Students will be able to identify different types of relations and functions.

More information

A-Level Mathematics TRIGONOMETRY. G. David Boswell - R2S Explore 2019

A-Level Mathematics TRIGONOMETRY. G. David Boswell - R2S Explore 2019 A-Level Mathematics TRIGONOMETRY G. David Boswell - R2S Explore 2019 1. Graphs the functions sin kx, cos kx, tan kx, where k R; In these forms, the value of k determines the periodicity of the trig functions.

More information

Utah Core State Standards for Mathematics - Precalculus

Utah Core State Standards for Mathematics - Precalculus A Correlation of A Graphical Approach to Precalculus with Limits A Unit Circle Approach 6 th Edition, 2015 to the Resource Title: with Limits 6th Edition Publisher: Pearson Education publishing as Prentice

More information

College Algebra & Trig w Apps

College Algebra & Trig w Apps WTCS Repository 10-804-197 College Algebra & Trig w Apps Course Outcome Summary Course Information Description Total Credits 5.00 This course covers those skills needed for success in Calculus and many

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