Nine a little more geometry. 2D space Positions in space are represented by coordinate pairs (x,y) Distances along axes (X & Y) Relative to an origin.

Slides:



Advertisements
Similar presentations
Trigonometry Math is beautiful. Is it? Well, if its not nice, than its damn sure of a very B.I.G. *HELP*.
Advertisements

Pre-Calculus Chapter 6 Additional Topics in Trigonometry.
COMPUTER GRAPHICS 2D TRANSFORMATIONS.
CHAPTER 4 CIRCULAR FUNCTIONS.
WAC TYPE 2: WAC TYPE 2: WHAT IS THE RELATIONSHIP BETWEEN THE SINE AND COSINE FUNCTIONS OF THE ACUTE ANGLES IN A RIGHT TRIANGLE?
Copyright © 2009 Pearson Education, Inc. CHAPTER 6: The Trigonometric Functions 6.1The Trigonometric Functions of Acute Angles 6.2Applications of Right.
Chapter 1: Cartesian Coordinate Systems
The Unit Circle.
Radian Measure That was easy
Angles, Reference Angles, Unit Circle
Trigonometric Functions on the
Chapter 4.1 Mathematical Concepts
Chapter 4.1 Mathematical Concepts. 2 Applied Trigonometry Trigonometric functions Defined using right triangle  x y h.
CSCE 590E Spring 2007 Basic Math By Jijun Tang. Applied Trigonometry Trigonometric functions  Defined using right triangle  x y h.
Basic Math Vectors and Scalars Addition/Subtraction of Vectors Unit Vectors Dot Product.
Seven measuring the world (geo/metry). Measuring space This course is fundamentally about spaces of various kinds Physical space Image space Auditory.
Transformations CS4395: Computer Graphics 1 Mohan Sridharan Based on slides created by Edward Angel.
UNIT CIRCLE. Review: Unit Circle – a circle drawn around the origin, with radius 1.
Trigonometry Chapters Theorem.
13.2 Angles and Angle Measure
Lecture #3 PHY 2048 Fall Chapter 3 - Vectors I. Definition II. Arithmetic operations involving vectors A) Addition and subtraction - Graphical method.
Chapter 3 - Vectors I. Definition
Mathematical Fundamentals
POLAR COORDINATES (Ch )
Chapter 3 - Vectors I. Definition II. Arithmetic operations involving vectors A) Addition and subtraction - Graphical method - Graphical method - Analytical.
Section 10.1 Polar Coordinates.
Vectors A vector is basically an arrow that represents the magnitude and direction of a measurement. The length of the vector represents its magnitude.
Geometric Transformation. So far…. We have been discussing the basic elements of geometric programming. We have discussed points, vectors and their operations.
Chapter 13 Section 3 Radian Measure.
1 Copyright © Cengage Learning. All rights reserved. 4 Complex Numbers.
Unit 1 – Physics Math Algebra, Geometry and Trig..
Slide 8- 1 Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Copyright © 2009 Pearson Education, Inc. CHAPTER 8: Applications of Trigonometry 8.1The Law of Sines 8.2The Law of Cosines 8.3Complex Numbers: Trigonometric.
Lesson 4.2. A circle with center at (0, 0) and radius 1 is called a unit circle. The equation of this circle would be (1,0) (0,1) (0,-1) (-1,0)
Unit Circle You will use the Unit Circle for nearly every computation for the rest of Trig. Make the most of today… Memorize the angles and Radians Memorize.
Lesson 4.2. A circle with center at (0, 0) and radius 1 is called a unit circle. The equation of this circle would be (1,0) (0,1) (0,-1) (-1,0)
Vectors Chapter 3, Sections 1 and 2. Vectors and Scalars Measured quantities can be of two types Scalar quantities: only require magnitude (and proper.
CS 325 Introduction to Computer Graphics 02 / 17 / 2010 Instructor: Michael Eckmann.
CS 376 Introduction to Computer Graphics 02 / 16 / 2007 Instructor: Michael Eckmann.
Section 7.5 Unit Circle Approach; Properties of the Trigonometric Functions.
Chapter 3 – Two Dimensional Motion and Vectors
Ch 4 Trig Functions. 4.1 Radian and Degree Measures Converting from Radians to Degrees Converting from Degrees to Radians.
13-1.  A vector is any quantity that has magnitude (size) and direction.  A vector is used to describe translations.
Vector components and motion. There are many different variables that are important in physics. These variables are either vectors or scalars. What makes.
VECTORS. Vectors A person walks 5 meters South, then 6 meters West. How far did he walk?
IB Math HL - Santowski 1 Lesson 21 - Review of Trigonometry IB Math HL – Santowski 12/25/2015.
GEOMETRY AND MEASUREMENT
Affine Geometry.
Computer Graphics Matrices
X, Y X axis Y axis Let’s just start with a point on a plane surface like this sheet of paper. Now coordinate “x” describes how far to the right, and “y”
Kinematics & Dynamics in 2 & 3 Dimensions; Vectors First, a review of some Math Topics in Ch. 1. Then, some Physics Topics in Ch. 4!
We will only look at Circles and Parabolas this year.
Vectors Physics Book Sections Two Types of Quantities SCALAR Number with Units (MAGNITUDE or size) Quantities such as time, mass, temperature.
Honors Geometry.  We learned how to set up a polygon / vertex matrix  We learned how to add matrices  We learned how to multiply matrices.
Notes 10.7 – Polar Coordinates Rectangular Grid (Cartesian Coordinates) Polar Grid (Polar Coordinates) Origin Pole Positive X-axis Polar axis There is.
Section 3.5 Trigonometric Functions Section 3.5 Trigonometric Functions.
Computer Graphics Mathematical Fundamentals Lecture 10 Taqdees A. Siddiqi
Computer Graphics Lecture 11 2D Transformations I Taqdees A. Siddiqi
14.1 The Unit Circle Part 2. When measuring in radians, we are finding a distance ____ the circle. This is called. What is the distance around a circle?
Introduction; Mathematical Foundations CS 445/645 Introduction to Computer Graphics David Luebke, Spring 2003.
Midpoint and Distance in the Coordinate Plane
Transforms.
Vectors.
Notes: 8-1 Geometric Vectors
Find sec 5π/4.
4.2 – Translations of the Graphs of the Sine and Cosine Functions
Image manipulation via matrices
3.3 – The Unit Circle and Circular Functions
Notes: 8-1 Geometric Vectors
Presentation transcript:

nine a little more geometry

2D space Positions in space are represented by coordinate pairs (x,y) Distances along axes (X & Y) Relative to an origin (0, 0) 2D computer graphics often point the Y axis down 2D space is often called ℝ 2 ℝ eal numbers 2 dimensions The grid is ℤ 2 2 integers ℤ ahl is German for “integer” x axis y axis x axis y axis Axes in math Axes in CG

3D space ℝ 3 is the set of points in 3- space Defined by (x,y,z) coordinates Remember: axes are a matter of convention Z commonly points forward But also often points backward or up x axis y axis z axis x axis z axis y axis

Shifting and scaling of vectors Single numbers are called scalars Coordinate pairs are sometimes called vectors Many math texts distinguish between points and vectors We won’t Addition and multiplication have natural geometric interpretations One of the strengths of analytic geometry Addition means shifting (translating) Multiplication by a scalar means stretching and shrinking the vector Arithmetic rules: Shifting a vector (x 1, y 1 ) + (x 2,y 2 ) means (x 1 +x 2, y 1 +y 2 ) Growing/shrinking a vector k × (x,y) a.k.a. k(x,y) means (kx, ky) Can’t multiply or divide two vectors What would it mean?

Shifting and scaling of vectors a 1.5a (50% longer) 2a (twice as long) b+a b+1.5a b+2a b origin -0.5a ?

Lines Notice: scaling a vector forms a line through the origin Any other line can be formed by shifting a line through the origin We can think of a line as: A set of points That are related by shifting A function From distance along the line To position Formed by Starting position Plus distance × a vector We can also think of other kinds of curves as sets and functions l = { s + dv for all d } l = { (x,y) | y = mx + b } f(d) = s + dv = (s x,s y ) + d(v x,v y ) = (s x +dv x, s+dv y ) x axis y axis

Circles A circle is the set of points that are a given distance of a given point The point is the center The distance is the radius So we can use the Pythagorean theorem to work out which points those are Remember the distance squared between two points Is the sum of the squares of the differences of their coordinates circle = { (x,y) | x 2 +y 2 =r 2 } r is the radius “|” means “such that” (x,y)(x,y) (0,0)

Sine and cosine The sine and cosine functions are unbelievably useful Given an angle, they give you the coordinates of a point on a “unit circle” A circle with radius 1 About the origin (0,0) Angles are measured in Degrees, or Radians: distance about the unit circle circle = { (cos θ, sin θ ) | 0≤ θ ≤2 π } c( θ ) = (cos θ, sin θ ) (cos θ, sin θ) θ sin θ cos θ 1 (0,0)

Sine and cosine The sine and cosine functions are unbelievably useful Given an angle, they give you the coordinates of a point on a “unit circle” A circle with radius 1 About the origin (0,0) Angles are measured in Degrees, or Radians: distance about the unit circle circle = { (cos θ, sin θ ) | 0≤ θ ≤2 π } c( θ ) = (cos θ, sin θ ) (cos θ 2, sin θ 2 ) cos θ 2 sin θ 2 θ2θ2