be ye transformed by the renewing of your mind Romans 12:2

Size: px
Start display at page:

Download "be ye transformed by the renewing of your mind Romans 12:2"

Transcription

1 Lecture 12: Coordinate Free Formulas for Affine and rojectie Transformations be ye transformed by the reing of your mind Romans 12:2 1. Transformations for 3-Dimensional Computer Graphics Computer Graphics in 2-dimensions is grounded on simple transformations of the plane. Turtle Graphics and LOGO are based on conformal transformations; Affine Graphics and CODO on affine transformations. The turtle uses translation, rotation, and uniform scaling to naigate on the plane, and traces of the turtle s path generate a wide ariety of shapes, ranging from simple polygons to complex fractals. Affine Graphics uses affine transformations to position, orient, and scale objects as well as to model shape. The ertices of simple figures like polygons and stars are typically positioned using translation and rotation; ellipses are generated by scaling circles nonuniformly along preferred directions; fractals are built using iterated function systems. Computer Graphics in 3-dimensions is grounded in transformations of 3-space. But in 3- dimensions Computer Graphics employs not only nonsingular conformal and affine transformations, but also affine projections and projectie transformations. rojections play a key role in 3-dimensional Computer Graphics because we need to display 3-dimensional geometry on a 2-dimensional screen. Orthogonal projections of 3-dimensional models from seeral different directions are traditional in many engineering applications. erspectie projection plays a central role in Computer Graphics because, as in classical art, we often want to display 3-dimensional shapes in perspectie just as they appear to the human eye. Visual realism requires projectie transformations. Here we are going to study 3-dimensional affine and projectie transformation, using the coordinate free techniques of ector geometry. 2. Affine and rojectie Transformations An affine transformation is a transformation that maps points to points, maps ectors to ectors, and preseres linear and affine combinations. In particular, A is an affine transformation if A(u + ) = A(u) + A() A(c) = c A() A( + ) = A() + A() As a consequence of Equation (1), non-degenerate affine transformations in 3-dimensions map lines to lines, triangles to triangles, and parallelograms to parallelograms just as in 2-dimensions. The most important affine transformations in 3-dimensional Computer Graphics are the rigid (1)

2 motions (translation, rotation, and mirror image), scaling (both uniform and non-uniform), and orthogonal projection. erspectie projection is not an affine transformation. Indeed, as we shall see shortly, perspectie projection is not defined at eery point nor is perspectie well-defined for any ector. Neertheless, in Section 5.2 we will derie a simple, straightforward formula for computing perspectie projection on any point where perspectie is well-defined. In this lecture we are going to derie explicit formulas for each of the most important affine and projectie transformations in 3-dimensional Computer Graphics -- translation, rotation, mirror image, uniform and non-uniform scaling, and orthogonal and perspectie projection -- using coordinate free ector algebra. In the next lecture, we will apply these formulas to construct matrices to represent each of these transformations. Before we proceed, we need to recall the following results. In most of our deriations we shall be required to decompose an arbitrary ector into components and parallel and perpendicular to a fixed unit ector u (see Figure 1). Recall from Lecture 9 that = + = ( u)u = ( u)u Be sure that you are comfortable with these formulas before you continue because we shall use these equations again and again throughout this lecture. (2) Figure 1: Decomposing a ector into components parallel and perpendicular to a fixed ector u. u 3. Rigid Motions Rigid motions are transformations that presere lengths and angles. The rigid motions in 3- dimensions are composites of three basic transformations: translation, rotation, and mirror image. 3.1 Translation. Translation is defined by specifying a distance and a direction. Since a distance and direction designate a ector, a translation is defined by specifying a translation ector. The 2

3 formulas for translation in 3-dimensions are similar to the formulas for translation in 2-dimensions: points are affected by translation, ector are unaffected by translation (see Figure 2). Let w be a translation ector. If is a point and is a ector, then = = + w w Figure 2: Translation. oints are affected by translation; ectors are not affected by translation. w (3) 3.2 Rotation. Rotation in 3-dimensions is defined by specifying an angle and an axis of rotation. The axis line L is typically described by specifying a point Q on L and a unit direction ector u parallel to L. We shall denote the angle of rotation by θ (see Figure 3). u θ Q L Figure 3: Rotation around the axis line L through the angle θ. The Formula of Rodrigues computes rotation around the axis L through the angle θ by setting = (cosθ) + (1 cosθ)( u)u + (sinθ)u (4) = Q+ (cosθ)( Q)+ (1 cosθ)(( Q) u)u + (sinθ)u ( Q) Notice that since = Q + ( Q) it follows that = Q + ( Q) = Q + ( Q). so the rotation formula for points follows immediately from the rotation formula for ectors. Therefore it is enough to proe Equation (4) for ectors. 3

4 To derie the Formula of Rodrigues for ectors, split into two components: the component parallel to u and the component perpendicular to u (see Figure 4, left). Then = + so by linearity = +. Since is parallel to the axis of rotation, =. Hence we need only compute the effect of rotation on. Now lies in the plane perpendicular to u; moreoer, u is perpendicular to and lies in the plane perpendicular u (see Figure 4, right). Therefore using our standard approach to rotation in the plane, we find that = (cosθ) + (sinθ)u. u u θ (sinθ)u (sinθ )u Q θ (cosθ ) L = + = (cosθ) + (sinθ)u Figure 4: Decomposing into components parallel and perpendicular to the axis of rotation (left), and rotation in the plane perpendicular to the axis of rotation (right). Now we hae = + = = (cosθ) + (sinθ)u. Therefore, = + (cosθ) + (sinθ)u. (*) 4

5 But since u is a unit ector, = ( u)u = = ( u)u. Substituting these two identities into (*) yields = ( u)u + (cosθ)( ( u)u) + (sinθ)u ( ( u)u) Thus, since cross product distributes through addition and u u = 0, = (cosθ) + (1 cosθ)( u)u + (sinθ)u, which is the Formula of Rodrigues for ectors. 3.3 Mirror Image. A mirror in 3-dimensions is a plane S, typically specified by a point Q on S and a unit ector n normal to S. (see Figure 5, left). n S Q S Q Figure 5: A mirror plane S specified by a point Q and a normal ector n (left), and the decomposition of a ector into components parallel and perpendicular to the normal ector (right). If is a point and is a ector, then the formulas for mirror image are = 2( n)n = + 2 (( Q) n)n Notice that since = Q + ( Q) it follows that = Q + ( Q) = Q + ( Q). so the formula for mirror image for points follows immediately from the formula for mirror image for ectors. Therefore once again it is enough to proe the mirror image formula for ectors. (5) 5

6 To derie the mirror image formula for ectors, we again split into two components: the component parallel to n and the component perpendicular to n (see Figure 5, right). Then = + so by linearity = + Since lies in the plane S, =. Moreoer, since is parallel to the normal ector n, Therefore, But =. = + =. (**) = = ( w)w. Substituting these identities into (**) yields = 2( n)n, which is the mirror image formula for ectors. 4. Scaling Both uniform and non-uniform scaling are important in 3-dimensional Computer Graphics. Below we treat each of these transformations in turn. 4.1 Uniform Scaling. Uniform scaling is defined by specifying a point Q from which to scale distance and a scale factor s. The formulas for uniform scaling in 3-dimensions are identical to the formulas for uniform scaling in 2-dimensions (see Figure 6): If is a point and is a ector, then = s = Q+ s( Q) = s + (1 s)q. (6) 6

7 Q { Figure 6: Uniform scaling for points and ectors. 4.2 Non-Uniform Scaling. For non-uniform scaling, we need to designate a unit ector w specifying the scaling direction, as well as a point Q and a scale factor s (see Figure 7, left). Q w Q w { Figure 7: Non-uniform scaling is specified around a point Q in a direction w (left). The decomposition of a ector into components parallel and perpendicular to the direction ector (right). If is a point and is a ector, then the formulas for non-uniform scaling are = + (s 1)( w)w = + (s 1)(( Q)w)w. (7) As usual non-uniform scaling for points follows easily from non-uniform scaling for ectors, since = Q + ( Q) so = Q + ( Q) = Q + ( Q). Therefore once again it is enough to proe the non-uniform scaling formula for ectors. To derie the non-uniform scaling formula for ectors, we again split into two components: the component parallel to w and the component perpendicular to w (see Figure 7, right). Then, as usual, 7

8 so by linearity = +, = +. Since is perpendicular to the scaling direction w, =, and since is parallel to the scaling direction w, Therefore, = s. = + = + s. (***) But once again = = ( w)w. Substituting these identities into (***) yields = + (s 1)( w)w, which is the non-uniform scaling formula for ectors. Notice, by the way, that mirror image is just non-uniform scaling along the normal direction to the mirror plane, with scale factor s = rojections To display 3-dimensional geometry on a 2-dimensional screen, we need to project from 3- dimensions to 2-dimensions. The two most important types of projections are orthogonal projection and perspectie projection. 5.1 Orthogonal rojection. The simplest projection is orthogonal projection (see Figure 8). n Q S Figure 8: Orthogonal projection. 8

9 The screen is represented by a plane S defined by a point Q and a unit normal ector n. If is a point and is a ector, then the formulas for orthogonal projection are = ( n)n = (( Q)n)n. (8) These formulas are easy to derie. The formula for ectors is immediate from the obseration that is just the perpendicular component of relatie to the normal ector n, so = = = ( n)n. Moreoer, for points, we simply obsere, as usual, that orthogonal projection for points follows easily from orthogonal projection for ectors. Indeed, since = Q + ( Q). it follows that = Q + ( Q) = Q + ( Q) = (( Q) n)n. 5.2 erspectie. erspectie projection is required in Computer Graphics to simulate isual realism. erspectie projection is defined by specifying an eye point E and a plane S into which to project the image. The plane S is specified, as usual, by a point Q on S and a unit ector n normal to S. The image of a point under perspectie projection from the eye point E to the plane S is the intersection of the line E with the plane S (see Figure 9, left). Notice that unlike all of the other transformations that we hae deeloped in this lecture, perspectie projection is not an affine transformation because perspectie projection is not a well defined transformation at eery point nor is perspectie well defined for any ector (see Figure 9, right). n Q E E u u S S Figure 9: erspectie projection from the eye point E to the point is defined by the intersection of the line E with the iewing plane S (left). Notice that perspectie projection is not well defined on points where the line E is parallel to the plane S nor is perspectie defined on any ector, since u = but u (right). 9

10 by The image of a point under perspectie projection from the eye point E to the plane S is gien ((E Q)n) + (Q ) n = ( )E (E ) n. (9) To derie this formula, we simply compute the intersection of the line E with the plane S. Since the point lies on the line E, there is a constant c such that = + c( E ). Moreoer, since the point also lies on the plane S, the ector Q must be perpendicular to the normal ector n; therefore ( Q) n = 0. Substituting the first equation for into the second equation for gies ( Q) n + c(e ) n = 0. Soling for c, we find that (Q ) n c = (E ) n. Therefore = + c( E ) = + (Q ) n (E ) n ((E Q) n) + (Q ) n (E ) = ( )E (E ) n. Notice that if the line E is parallel to the plane S, then the denominator (E ) n = 0. In this case the expression for is not defined, so perspectie projection is not well-defined for any point for which the line E is parallel to the plane S. This problem arises because unlike any of our preious transformation, the expression for has in the denominator, so perspectie projection is a rational function. We shall hae more to say about rational transformations in the next lecture. 6. Summary Below is a summary of the highlights of this lecture. Also listed below for your conenience are the coordinate free formulas from ector algebra for all the transformations that we hae studied in this lecture. 6.1 Affine and rojectie Transformations without Matrices. One of the main themes of this lecture is that we do not need matrices to compute the effects of affine and projectie transformations on points and ectors. Instead we can use ector algebra to derie coordinate free 10

11 expressions for all of the important affine and projectie transformations in 3-dimensional Computer Graphics. Moreoer, except for rotation, these formulas from ector algebra are actually more efficient than the corresponding matrix formulations. Neertheless, formulas from ector algebra are not conenient for composing transformations, whereas matrix representations are easily composed by matrix multiplication. Therefore, in the next lecture we shall use these formulas from ector algebra to derie matrix representations for each of the corresponding affine and projectie transformations. Our main strategy, used oer and oer again, for deriing explicit formulas for transformations on ectors is to decompose an arbitrary ector into components parallel and perpendicular to a particular direction ector in which is it especially easy to compute the transformation. We then analyze the transformation on each of these components and sum the transformed components to find the effect of the transformation on the original ector. This strategy works because most of the transformations that we hae inestigated are specified in terms of either a fixed line or a fixed plane: rotations reole around an axis line; projections collapse into a projection plane. Both lines and planes can be specified by a point Q and a unit ector u. For lines L, the ector u is parallel to L; for planes S, the ector u is normal to S. Our strategy for computing transformations on a ector is to decompose into components and parallel and perpendicular to the unit ector u. Typically one of these components is unaffected by the transformation and the effect of the transformation on the other component is easy to compute. We then reassemble the transformation on these components to derie the effect of the transformation on the original ector. Formulas for transforming points follow easily from formulas for transforming ectors, since a point can typically be expressed as the sum of a ector Q and a fixed point Q of the transformation. This fixed point is typically the point Q that defines the line or plane that specifies the transformation. Thus once we know the effect of the transformation on arbitrary ectors, we can easily find the effect of the transformation on arbitrary points The general approach outlined aboe is important and powerful; you should incorporate this strategy into your analytic toolkit. We shall hae occasion to use this strategy again in other applications later in this course. 11

12 6.2 Formulas for Affine and rojectie Transformations. Translation -- by the ector w = = + w Rotation -- by the angle θ around the line L determined by the point Q and the unit direction ector w (Formula of Rodrigues) = (cosθ) + (1 cosθ)( w)w + (sinθ)w = Q+ (cosθ)( Q)+ (1 cosθ)(( Q) w)w + (sinθ)w ( Q) Mirror Image -- in the plane S determined by the point Q and the unit normal n = 2( n)n = + 2 (( Q) n)n Uniform Scaling -- around the point Q by the scale factor s = s = Q+ s( Q) = s + (1 s)q Non-Uniform Scaling -- around the point Q by the scale factor s in the direction of the unit ector w = + (s 1)( w)w = + (s 1)(( Q)w)w Orthogonal rojection -- into the plane S determined by the point Q and the unit normal n = ( n)n = (( Q)n)n erspectie rojection -- from the eye point E into the plane S determined by the point Q and the unit normal ector n ((E Q)n) + (Q ) n = ( )E (E ) n 12

13 Exercises: 1. Let A be an affine transformation. Show that A( k λ k k ) = k λ k A( k ) wheneer k λ k 0,1. 2. A shear transformation is defined in terms of a shearing plane S, a unit ector u in the plane S, and an angle φ in the following fashion. Gien any point, project orthogonally onto a point ' in the shearing plane S. Now slide parallel to u to a point so that = φ. The point is the result of applying the shearing transformation to the point (see Figure 10). n S Q u φ Let Figure 10: Shear S = Shearing plane n = Unit ector perpendicular to S Q = oint on S u = Unit ector in S (i.e. unit ector perpendicular to n) φ = Shear angle a. Show that for any point = + tan(φ) (( Q)n)u b. For each ector = R, define = R. Show that = + tan(φ)( n)u c. Conclude that i, is independent of the choices of the points and R that represent the ector. ii. = n d. Interpret the result of part b geometrically. 13

14 3. arallel projection is projection onto a plane S along the direction of a unit ector u. As usual the plane S is defined by a point Q and a unit normal ector n (see Figure 11). Show that: a. = n u n u b. = ( Q) n u n u n c u Q S Figure 11: arallel projection along a direction u into a plane S. 4. Let 1, 2 be unit ectors, and let u = 1 2. a. Show that the transformation u R() = ( 1 2 ) + u + u, rotates the ector 1 into the ector 2. b. Interpret this result geometrically. 5. Recall from Lecture 4 that the image of one point and two linearly independent ectors determines a unique affine transformation in the plane. a. Show that the image of one point and three linearly independent ectors determines a unique affine transformation in 3-space. b. Fix 2 sets of 3 ectors 1, 2, 3 and w 1,w 2,w 3, and define A(u) = Det ( u 2 3)w 1 + Det( 1 u 3 )w 2 + Det( 1 2 u)w 3. Show that A( i ) = w i i =1,2,3. ( ) Det

15 6. Recall from Lecture 4 that the image of three non-collinear points determines a unique affine transformation in the plane. a. Show that the image of four non-coplanar points determines a unique affine transformation in 3-space. b Fix 2 sets of 4 points 1, 2, 3, 4 and Q 1,Q 2,Q 3,Q 4, and define A(R) = Det( 2 R 3 R 4 R)Q 1 Det( 1 R 3 R 4 R)Q 2 Det( ) + Det( 1 R 2 R 4 R)Q 3 Det( 1 R 2 R 3 R)Q 4. Show that A( i ) = Q i i =1,2,3,4. ( ) Det Recall from Lecture 4, Exercise 19 that eery nonsingular affine transformation in the plane is the composition of 1 translation, 1 rotation, 1 shear, and 2 non-uniform scalings. Show that eery nonsingular affine transformation in 3-dimensions is the composition of 1 translation, 2 rotations, 2 shears, and 3 non-uniform scalings. 8. Let u,w be unit ectors and define the map w u by setting (w u)() = ( w)u. Show that a. w u is a linear transformation b. (u u)() =, where is the parallel projection of on u. 9. Let u be a unit ector and define the map u _ by setting (u _)() = u. Show that u _ is a linear transformation. 10. Let R() denote the ector generated by rotating the ector by the angle θ around the ector w. Using the Formula of Rodrigues, show that a. R(u) R() = u b. R(u ) = R(u) R() 11. Let M() denote the mirror image of the ector in a plane normal to the ector n. Show that a. M(u) M() = u b. M(u ) = M(u) M() 12. Let S() denote the transformation that scales each ector by the scale factor s. Show that a. S(u) S() = s 2 (u ) b. S(u ) = ( S(u) S() ) / s 15

16 13. Derie the formula for spherical linear interpolation (SLER, see Lecture 11) in 3-dimensions ( ) sin(φ) ( ) sin (1 t)φ sin tφ (t) = 0 + sin(φ) 1, where φ is the angle between the ectors 0 and 1 by rotating the ector 0 by the angle t φ around the ector w = Let T 1,T 2 be transformations from R 3 to R 3, and let T(λ) = (1 λ)t 1 + λt 2. Show that: a. If T 1,T 2 are affine transformations, then T(λ) is also an affine transformation. b. If T 1,T 2 are rotations, then T(λ) is not necessarily a rotation. 16

Lecture 13: Matrix Representations for Affine and Projective Transformations

Lecture 13: Matrix Representations for Affine and Projective Transformations Lecture 13: Matrix Representations for Affine and Projective Transformations thou shalt set apart unto the LORD all that openeth the matrix Exodus 13:12 1 Matrix Representations for Affine Transformations

More information

Lecture 4: Affine Transformations. for Satan himself is transformed into an angel of light. 2 Corinthians 11:14

Lecture 4: Affine Transformations. for Satan himself is transformed into an angel of light. 2 Corinthians 11:14 Lecture 4: Affine Transformations for Satan himself is transformed into an angel of light. 2 Corinthians 11:14 1. Transformations Transformations are the lifeblood of geometry. Euclidean geometry is based

More information

Lecture 4: Affine Transformations. for Satan himself is transformed into an angel of light. 2 Corinthians 11:14

Lecture 4: Affine Transformations. for Satan himself is transformed into an angel of light. 2 Corinthians 11:14 Lecture 4: Affine Transformations for Satan himself is transformed into an angel of light. 2 Corinthians 11:14 1. Transformations Transformations are the lifeblood of geometry. Euclidean geometry is based

More information

Math 425 Lecture 1: Vectors in R 3, R n

Math 425 Lecture 1: Vectors in R 3, R n Math 425 Lecture 1: Vectors in R 3, R n Motiating Questions, Problems 1. Find the coordinates of a regular tetrahedron with center at the origin and sides of length 1. 2. What is the angle between the

More information

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS SUBAREA I. COMPETENCY 1.0 UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS MECHANICS Skill 1.1 Calculating displacement, aerage elocity, instantaneous elocity, and acceleration in a gien frame of reference

More information

Chapter 8. Rigid transformations

Chapter 8. Rigid transformations Chapter 8. Rigid transformations We are about to start drawing figures in 3D. There are no built-in routines for this purpose in PostScript, and we shall have to start more or less from scratch in extending

More information

Section 6: PRISMATIC BEAMS. Beam Theory

Section 6: PRISMATIC BEAMS. Beam Theory Beam Theory There are two types of beam theory aailable to craft beam element formulations from. They are Bernoulli-Euler beam theory Timoshenko beam theory One learns the details of Bernoulli-Euler beam

More information

A Geometric Review of Linear Algebra

A Geometric Review of Linear Algebra A Geometric Reiew of Linear Algebra The following is a compact reiew of the primary concepts of linear algebra. The order of presentation is unconentional, with emphasis on geometric intuition rather than

More information

Mon Apr dot product, length, orthogonality, projection onto the span of a single vector. Announcements: Warm-up Exercise:

Mon Apr dot product, length, orthogonality, projection onto the span of a single vector. Announcements: Warm-up Exercise: Math 2270-004 Week 2 notes We will not necessarily finish the material from a gien day's notes on that day. We may also add or subtract some material as the week progresses, but these notes represent an

More information

LECTURE 2: CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS

LECTURE 2: CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS LECTURE : CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS MA1111: LINEAR ALGEBRA I, MICHAELMAS 016 1. Finishing up dot products Last time we stated the following theorem, for which I owe you

More information

Geometry review, part I

Geometry review, part I Geometr reie, part I Geometr reie I Vectors and points points and ectors Geometric s. coordinate-based (algebraic) approach operations on ectors and points Lines implicit and parametric equations intersections,

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

Section 13.4 The Cross Product

Section 13.4 The Cross Product Section 13.4 The Cross Product Multiplying Vectors 2 In this section we consider the more technical multiplication which can be defined on vectors in 3-space (but not vectors in 2-space). 1. Basic Definitions

More information

Math 144 Activity #9 Introduction to Vectors

Math 144 Activity #9 Introduction to Vectors 144 p 1 Math 144 ctiity #9 Introduction to Vectors Often times you hear people use the words speed and elocity. Is there a difference between the two? If so, what is the difference? Discuss this with your

More information

4. A Physical Model for an Electron with Angular Momentum. An Electron in a Bohr Orbit. The Quantum Magnet Resulting from Orbital Motion.

4. A Physical Model for an Electron with Angular Momentum. An Electron in a Bohr Orbit. The Quantum Magnet Resulting from Orbital Motion. 4. A Physical Model for an Electron with Angular Momentum. An Electron in a Bohr Orbit. The Quantum Magnet Resulting from Orbital Motion. We now hae deeloped a ector model that allows the ready isualization

More information

Review of Matrices and Vectors 1/45

Review of Matrices and Vectors 1/45 Reiew of Matrices and Vectors /45 /45 Definition of Vector: A collection of comple or real numbers, generally put in a column [ ] T "! Transpose + + + b a b a b b a a " " " b a b a Definition of Vector

More information

Worksheet 1.4: Geometry of the Dot and Cross Products

Worksheet 1.4: Geometry of the Dot and Cross Products Boise State Math 275 (Ultman) Worksheet 1.4: Geometry of the Dot and Cross Products From the Toolbox (what you need from previous classes): Basic algebra and trigonometry: be able to solve quadratic equations,

More information

VECTORS IN 2-SPACE AND 3-SPACE GEOMETRIC VECTORS VECTORS OPERATIONS DOT PRODUCT; PROJECTIONS CROSS PRODUCT

VECTORS IN 2-SPACE AND 3-SPACE GEOMETRIC VECTORS VECTORS OPERATIONS DOT PRODUCT; PROJECTIONS CROSS PRODUCT VECTORS IN -SPACE AND 3-SPACE GEOMETRIC VECTORS VECTORS OPERATIONS DOT PRODUCT; PROJECTIONS CROSS PRODUCT GEOMETRIC VECTORS Vectors can represented geometrically as directed line segments or arrows in

More information

ES.1803 Topic 16 Notes Jeremy Orloff

ES.1803 Topic 16 Notes Jeremy Orloff ES803 Topic 6 Notes Jerem Orloff 6 Eigenalues, diagonalization, decoupling This note coers topics that will take us seeral classes to get through We will look almost eclusiel at 2 2 matrices These hae

More information

6.1.1 Angle between Two Lines Intersection of Two lines Shortest Distance from a Point to a Line

6.1.1 Angle between Two Lines Intersection of Two lines Shortest Distance from a Point to a Line CHAPTER 6 : VECTORS 6. Lines in Space 6.. Angle between Two Lines 6.. Intersection of Two lines 6..3 Shortest Distance from a Point to a Line 6. Planes in Space 6.. Intersection of Two Planes 6.. Angle

More information

6.3 Vectors in a Plane

6.3 Vectors in a Plane 6.3 Vectors in a Plane Plan: Represent ectors as directed line segments. Write the component form of ectors. Perform basic ector operations and represent ectors graphically. Find the direction angles of

More information

arxiv: v2 [math.co] 12 Jul 2009

arxiv: v2 [math.co] 12 Jul 2009 A Proof of the Molecular Conjecture Naoki Katoh and Shin-ichi Tanigawa arxi:0902.02362 [math.co] 12 Jul 2009 Department of Architecture and Architectural Engineering, Kyoto Uniersity, Kyoto Daigaku Katsura,

More information

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

8.0 Definition and the concept of a vector:

8.0 Definition and the concept of a vector: Chapter 8: Vectors In this chapter, we will study: 80 Definition and the concept of a ector 81 Representation of ectors in two dimensions (2D) 82 Representation of ectors in three dimensions (3D) 83 Operations

More information

1 :: Mathematical notation

1 :: Mathematical notation 1 :: Mathematical notation x A means x is a member of the set A. A B means the set A is contained in the set B. {a 1,..., a n } means the set hose elements are a 1,..., a n. {x A : P } means the set of

More information

Introduction. Chapter Points, Vectors and Coordinate Systems

Introduction. Chapter Points, Vectors and Coordinate Systems Chapter 1 Introduction Computer aided geometric design (CAGD) concerns itself with the mathematical description of shape for use in computer graphics, manufacturing, or analysis. It draws upon the fields

More information

A Geometric Review of Linear Algebra

A Geometric Review of Linear Algebra A Geometric Reiew of Linear Algebra The following is a compact reiew of the primary concepts of linear algebra. I assume the reader is familiar with basic (i.e., high school) algebra and trigonometry.

More information

Physics 2A Chapter 3 - Motion in Two Dimensions Fall 2017

Physics 2A Chapter 3 - Motion in Two Dimensions Fall 2017 These notes are seen pages. A quick summary: Projectile motion is simply horizontal motion at constant elocity with ertical motion at constant acceleration. An object moing in a circular path experiences

More information

2) If a=<2,-1> and b=<3,2>, what is a b and what is the angle between the vectors?

2) If a=<2,-1> and b=<3,2>, what is a b and what is the angle between the vectors? CMCS427 Dot product reiew Computing the dot product The dot product can be computed ia a) Cosine rule a b = a b cos q b) Coordinate-wise a b = ax * bx + ay * by 1) If a b, a and b all equal 1, what s the

More information

0 a 3 a 2 a 3 0 a 1 a 2 a 1 0

0 a 3 a 2 a 3 0 a 1 a 2 a 1 0 Chapter Flow kinematics Vector and tensor formulae This introductory section presents a brief account of different definitions of ector and tensor analysis that will be used in the following chapters.

More information

The Cartan Dieudonné Theorem

The Cartan Dieudonné Theorem Chapter 7 The Cartan Dieudonné Theorem 7.1 Orthogonal Reflections Orthogonal symmetries are a very important example of isometries. First let us review the definition of a (linear) projection. Given a

More information

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: Tutorial 1 will be online later today TA sessions for questions start next week Practicals: Exams: Make sure to find a team partner very

More information

Be fruitful and multiply Genesis 1:28

Be fruitful and multiply Genesis 1:28 Lecture 15: Quaternions: Multiplication in the Space of Mass-Points Be fruitful and multiply Genesis 1:8 15.1 Vector Spaces and Division Algebras The space of mass-points is a 4-dimensional vector space:

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

Chapter 11 Collision Theory

Chapter 11 Collision Theory Chapter Collision Theory Introduction. Center o Mass Reerence Frame Consider two particles o masses m and m interacting ia some orce. Figure. Center o Mass o a system o two interacting particles Choose

More information

Vectors in R n. P. Danziger

Vectors in R n. P. Danziger 1 Vectors in R n P. Danziger 1 Vectors The standard geometric definition of ector is as something which has direction and magnitude but not position. Since ectors hae no position we may place them whereer

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

Spring, 2008 CIS 610. Advanced Geometric Methods in Computer Science Jean Gallier Homework 1, Corrected Version

Spring, 2008 CIS 610. Advanced Geometric Methods in Computer Science Jean Gallier Homework 1, Corrected Version Spring, 008 CIS 610 Adanced Geometric Methods in Compter Science Jean Gallier Homework 1, Corrected Version Febrary 18, 008; De March 5, 008 A problems are for practice only, and shold not be trned in.

More information

Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 8. The dot product

Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 8. The dot product Roberto s Notes on Linear Algebra Chapter 1: Geometric ectors Section 8 The dot product What you need to know already: What a linear combination of ectors is. What you can learn here: How to use two ectors

More information

Kinematics on oblique axes

Kinematics on oblique axes Bolina 1 Kinematics on oblique axes arxi:physics/01111951 [physics.ed-ph] 27 No 2001 Oscar Bolina Departamento de Física-Matemática Uniersidade de São Paulo Caixa Postal 66318 São Paulo 05315-970 Brasil

More information

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34 Linear Algebra /34 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct axes)

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

NOTES ON LINEAR ALGEBRA CLASS HANDOUT

NOTES ON LINEAR ALGEBRA CLASS HANDOUT NOTES ON LINEAR ALGEBRA CLASS HANDOUT ANTHONY S. MAIDA CONTENTS 1. Introduction 2 2. Basis Vectors 2 3. Linear Transformations 2 3.1. Example: Rotation Transformation 3 4. Matrix Multiplication and Function

More information

The Cross Product. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) The Cross Product Spring /

The Cross Product. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) The Cross Product Spring / The Cross Product Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) The Cross Product Spring 2012 1 / 15 Introduction The cross product is the second multiplication operation between vectors we will

More information

Lecture 2: Vector-Vector Operations

Lecture 2: Vector-Vector Operations Lecture 2: Vector-Vector Operations Vector-Vector Operations Addition of two vectors Geometric representation of addition and subtraction of vectors Vectors and points Dot product of two vectors Geometric

More information

Patterns of Non-Simple Continued Fractions

Patterns of Non-Simple Continued Fractions Patterns of Non-Simple Continued Fractions Jesse Schmieg A final report written for the Uniersity of Minnesota Undergraduate Research Opportunities Program Adisor: Professor John Greene March 01 Contents

More information

EIGENVALUES AND EIGENVECTORS

EIGENVALUES AND EIGENVECTORS CHAPTER 6 EIGENVALUES AND EIGENVECTORS SECTION 6. INTRODUCTION TO EIGENVALUES In each of Problems we first list the characteristic polynomial p( λ) A λi of the gien matrix A and then the roots of p( λ

More information

Lesson 81: The Cross Product of Vectors

Lesson 81: The Cross Product of Vectors Lesson 8: The Cross Prodct of Vectors IBHL - SANTOWSKI In this lesson yo will learn how to find the cross prodct of two ectors how to find an orthogonal ector to a plane defined by two ectors how to find

More information

Space Probe and Relative Motion of Orbiting Bodies

Space Probe and Relative Motion of Orbiting Bodies Space robe and Relatie Motion of Orbiting Bodies Eugene I. Butiko Saint etersburg State Uniersity, Saint etersburg, Russia E-mail: e.butiko@phys.spbu.ru bstract. Seeral possibilities to launch a space

More information

4.2. ORTHOGONALITY 161

4.2. ORTHOGONALITY 161 4.2. ORTHOGONALITY 161 Definition 4.2.9 An affine space (E, E ) is a Euclidean affine space iff its underlying vector space E is a Euclidean vector space. Given any two points a, b E, we define the distance

More information

VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION

VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION Predict Obsere Explain Exercise 1 Take an A4 sheet of paper and a heay object (cricket ball, basketball, brick, book, etc). Predict what will

More information

Be fruitful and multiply Genesis 1:28

Be fruitful and multiply Genesis 1:28 Chapter 15: Quaternions: Multiplication in the Space of Mass-Points Be fruitful and multiply Genesis 1:8 1. Vector Spaces and Division Algebras The space of mass-points is a 4-dimensional vector space:

More information

Vectors Coordinate frames 2D implicit curves 2D parametric curves. Graphics 2008/2009, period 1. Lecture 2: vectors, curves, and surfaces

Vectors Coordinate frames 2D implicit curves 2D parametric curves. Graphics 2008/2009, period 1. Lecture 2: vectors, curves, and surfaces Graphics 2008/2009, period 1 Lecture 2 Vectors, curves, and surfaces Computer graphics example: Pixar (source: http://www.pixar.com) Computer graphics example: Pixar (source: http://www.pixar.com) Computer

More information

CSC 470 Introduction to Computer Graphics. Mathematical Foundations Part 2

CSC 470 Introduction to Computer Graphics. Mathematical Foundations Part 2 CSC 47 Introduction to Computer Graphics Mathematical Foundations Part 2 Vector Magnitude and Unit Vectors The magnitude (length, size) of n-vector w is written w 2 2 2 w = w + w2 + + w n Example: the

More information

The Brauer Manin obstruction

The Brauer Manin obstruction The Braer Manin obstrction Martin Bright 17 April 2008 1 Definitions Let X be a smooth, geometrically irredcible ariety oer a field k. Recall that the defining property of an Azmaya algebra A is that,

More information

Lecture 8: Construction of Expanders

Lecture 8: Construction of Expanders Spectral Graph Theory and Applications WS 0/0 Lecture 8: Construction of Expanders Lecturer: Thomas Sauerwald & He Sun In this lecture we study the explicit constructions of expander graphs. Although we

More information

MA 323 Geometric Modelling Course Notes: Day 11 Barycentric Coordinates and de Casteljau s algorithm

MA 323 Geometric Modelling Course Notes: Day 11 Barycentric Coordinates and de Casteljau s algorithm MA 323 Geometric Modelling Course Notes: Day 11 Barycentric Coordinates and de Casteljau s algorithm David L. Finn December 16th, 2004 Today, we introduce barycentric coordinates as an alternate to using

More information

Motion in Two and Three Dimensions

Motion in Two and Three Dimensions PH 1-1D Spring 013 Motion in Two and Three Dimensions Lectures 5,6,7 Chapter 4 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition) 1 Chapter 4 Motion in Two and Three Dimensions In this chapter

More information

arxiv: v1 [math.co] 25 Apr 2016

arxiv: v1 [math.co] 25 Apr 2016 On the zone complexity of a ertex Shira Zerbib arxi:604.07268 [math.co] 25 Apr 206 April 26, 206 Abstract Let L be a set of n lines in the real projectie plane in general position. We show that there exists

More information

Section 2.3. The Cross Product

Section 2.3. The Cross Product Section.3. The Cross Product Recall that a vector can be uniquely determined by its length and direction. De nition. The cross product of two vectors u and v, denote by u v, is a vector with length j u

More information

ENGG5781 Matrix Analysis and Computations Lecture 8: QR Decomposition

ENGG5781 Matrix Analysis and Computations Lecture 8: QR Decomposition ENGG5781 Matrix Analysis and Computations Lecture 8: QR Decomposition Wing-Kin (Ken) Ma 2017 2018 Term 2 Department of Electronic Engineering The Chinese University of Hong Kong Lecture 8: QR Decomposition

More information

The Pentagram map: a discrete integrable system

The Pentagram map: a discrete integrable system The Pentagram map: a discrete integrable system Valentin Osienko Richard Schwartz Serge Tabachniko Abstract The pentagram map is a projectiely natural transformation defined on (twisted) polygons. A twisted

More information

Bc. Dominik Lachman. Bruhat-Tits buildings

Bc. Dominik Lachman. Bruhat-Tits buildings MASTER THESIS Bc. Dominik Lachman Bruhat-Tits buildings Department of Algebra Superisor of the master thesis: Study programme: Study branch: Mgr. Vítězsla Kala, Ph.D. Mathematics Mathematical structure

More information

Unit 11: Vectors in the Plane

Unit 11: Vectors in the Plane 135 Unit 11: Vectors in the Plane Vectors in the Plane The term ector is used to indicate a quantity (such as force or elocity) that has both length and direction. For instance, suppose a particle moes

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

A-level Mathematics. MM03 Mark scheme June Version 1.0: Final

A-level Mathematics. MM03 Mark scheme June Version 1.0: Final -leel Mathematics MM0 Mark scheme 660 June 0 Version.0: Final Mark schemes are prepared by the Lead ssessment Writer and considered, together with the releant questions, by a panel of subject teachers.

More information

MOTION IN 2-DIMENSION (Projectile & Circular motion And Vectors)

MOTION IN 2-DIMENSION (Projectile & Circular motion And Vectors) MOTION IN -DIMENSION (Projectile & Circular motion nd Vectors) INTRODUCTION The motion of an object is called two dimensional, if two of the three co-ordinates required to specif the position of the object

More information

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R.

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R. Multivariable Calculus Lecture # Notes This lecture completes the discussion of the cross product in R and addresses the variety of different ways that n mathematical objects can be described via equations,

More information

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2012/2013, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2012/2013, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: TA sessions for tutorial 1 start today Tutorial 2 will go online after lecture 3 Practicals: Make sure to find a team partner very soon

More information

Lecture 4 Eigenvalue problems

Lecture 4 Eigenvalue problems Lecture 4 Eigenvalue problems Weinan E 1,2 and Tiejun Li 2 1 Department of Mathematics, Princeton University, weinan@princeton.edu 2 School of Mathematical Sciences, Peking University, tieli@pku.edu.cn

More information

Rigid Geometric Transformations

Rigid Geometric Transformations Rigid Geometric Transformations Carlo Tomasi This note is a quick refresher of the geometry of rigid transformations in three-dimensional space, expressed in Cartesian coordinates. 1 Cartesian Coordinates

More information

Understanding Quaternions: Rotations, Reflections, and Perspective Projections. Ron Goldman Department of Computer Science Rice University

Understanding Quaternions: Rotations, Reflections, and Perspective Projections. Ron Goldman Department of Computer Science Rice University Understanding Quaternions: Rotations, Reflections, and Perspective Projections Ron Goldman Department of Computer Science Rice University The invention of the calculus of quaternions is a step towards

More information

6. Linear Transformations.

6. Linear Transformations. 6. Linear Transformations 6.1. Matrices as Transformations A Review of Functions domain codomain range x y preimage image http://en.wikipedia.org/wiki/codomain 6.1. Matrices as Transformations A Review

More information

Brief Review of Exam Topics

Brief Review of Exam Topics Math 32A Discussion Session Week 3 Notes October 17 and 19, 2017 We ll use this week s discussion session to prepare for the first midterm. We ll start with a quick rundown of the relevant topics, and

More information

Differential Geometry of Surfaces

Differential Geometry of Surfaces Differential Geometry of urfaces Jordan mith and Carlo équin C Diision, UC Berkeley Introduction These are notes on differential geometry of surfaces ased on reading Greiner et al. n. d.. Differential

More information

LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS

LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1. Introduction Firstly, I want to point out that I am here to help, so if you hae a question about a lecture

More information

Homework 2. Solutions T =

Homework 2. Solutions T = Homework. s Let {e x, e y, e z } be an orthonormal basis in E. Consider the following ordered triples: a) {e x, e x + e y, 5e z }, b) {e y, e x, 5e z }, c) {e y, e x, e z }, d) {e y, e x, 5e z }, e) {

More information

Assignment 4 (Solutions) NPTEL MOOC (Bayesian/ MMSE Estimation for MIMO/OFDM Wireless Communications)

Assignment 4 (Solutions) NPTEL MOOC (Bayesian/ MMSE Estimation for MIMO/OFDM Wireless Communications) Assignment 4 Solutions NPTEL MOOC Bayesian/ MMSE Estimation for MIMO/OFDM Wireless Communications The system model can be written as, y hx + The MSE of the MMSE estimate ĥ of the aboe mentioned system

More information

Astrometric Errors Correlated Strongly Across Multiple SIRTF Images

Astrometric Errors Correlated Strongly Across Multiple SIRTF Images Astrometric Errors Correlated Strongly Across Multiple SIRTF Images John Fowler 28 March 23 The possibility exists that after pointing transfer has been performed for each BCD (i.e. a calibrated image

More information

Fractals and Linear Algebra. MAA Indiana Spring Meeting 2004

Fractals and Linear Algebra. MAA Indiana Spring Meeting 2004 Fractals and Linear Algebra MAA Indiana Spring Meeting 2004 Creation of a Fractal Fractal Fractal An object composed of smaller copies of itself Fractal An object composed of smaller copies of itself Iterated

More information

Figure 1: Two projections of one vector onto another. Figure 2: Projecting a non-unit vector.

Figure 1: Two projections of one vector onto another. Figure 2: Projecting a non-unit vector. w w Figure 1: Two projections of one ector onto another. w Figure 2: Projecting a non-unit ector. 1 Intersecting a Ray with a Triangle But we don t care about whether the ray intersects the plane, we care

More information

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS.

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS. STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF 2017 - DRAFT SYLLABUS Subject :Mathematics Class : XI TOPIC CONTENT Unit 1 : Real Numbers - Revision : Rational, Irrational Numbers, Basic Algebra

More information

PHASE PLANE DIAGRAMS OF DIFFERENCE EQUATIONS. 1. Introduction

PHASE PLANE DIAGRAMS OF DIFFERENCE EQUATIONS. 1. Introduction PHASE PLANE DIAGRAMS OF DIFFERENCE EQUATIONS TANYA DEWLAND, JEROME WESTON, AND RACHEL WEYRENS Abstract. We will be determining qalitatie featres of a discrete dynamical system of homogeneos difference

More information

Scalar multiplication and algebraic direction of a vector

Scalar multiplication and algebraic direction of a vector Roberto s Notes on Linear Algebra Chapter 1: Geometric ectors Section 5 Scalar multiplication and algebraic direction of a ector What you need to know already: of a geometric ectors. Length and geometric

More information

Practical Linear Algebra: A Geometry Toolbox

Practical Linear Algebra: A Geometry Toolbox Practical Linear Algebra: A Geometry Toolbox Third edition Chapter 2: Here and There: Points and Vectors in 2D Gerald Farin & Dianne Hansford CRC Press, Taylor & Francis Group, An A K Peters Book www.farinhansford.com/books/pla

More information

Computer Graphics II

Computer Graphics II Computer Graphics II Autumn 2017-2018 Outline 1 3-D Rotations (contd.) Outline 3-D Rotations (contd.) 1 3-D Rotations (contd.) Amalgamating Steps 2, 3 & 4 Quaternions are a more compact way of solving

More information

MAT 1339-S14 Class 8

MAT 1339-S14 Class 8 MAT 1339-S14 Class 8 July 28, 2014 Contents 7.2 Review Dot Product........................... 2 7.3 Applications of the Dot Product..................... 4 7.4 Vectors in Three-Space.........................

More information

A Derivation of Free-rotation in the Three-dimensional Space

A Derivation of Free-rotation in the Three-dimensional Space International Conference on Adanced Information and Communication echnology for Education (ICAICE 013) A Deriation of Free-rotation in the hree-dimensional Space Legend Chen 1 1 Uniersity of Shanghai for

More information

Mathematics 308 Geometry. Chapter 2. Elementary coordinate geometry

Mathematics 308 Geometry. Chapter 2. Elementary coordinate geometry Mathematics 308 Geometry Chapter 2. Elementary coordinate geometry Using a computer to produce pictures requires translating geometry to numbers, which is carried out through a coordinate system. Through

More information

Chapter 1: Kinematics of Particles

Chapter 1: Kinematics of Particles Chapter 1: Kinematics of Particles 1.1 INTRODUCTION Mechanics the state of rest of motion of bodies subjected to the action of forces Static equilibrium of a body that is either at rest or moes with constant

More information

The Dot Product Pg. 377 # 6ace, 7bdf, 9, 11, 14 Pg. 385 # 2, 3, 4, 6bd, 7, 9b, 10, 14 Sept. 25

The Dot Product Pg. 377 # 6ace, 7bdf, 9, 11, 14 Pg. 385 # 2, 3, 4, 6bd, 7, 9b, 10, 14 Sept. 25 UNIT 2 - APPLICATIONS OF VECTORS Date Lesson TOPIC Homework Sept. 19 2.1 (11) 7.1 Vectors as Forces Pg. 362 # 2, 5a, 6, 8, 10 13, 16, 17 Sept. 21 2.2 (12) 7.2 Velocity as Vectors Pg. 369 # 2,3, 4, 6, 7,

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

Rigid Geometric Transformations

Rigid Geometric Transformations Rigid Geometric Transformations Carlo Tomasi This note is a quick refresher of the geometry of rigid transformations in three-dimensional space, expressed in Cartesian coordinates. 1 Cartesian Coordinates

More information

What you will learn today

What you will learn today What you will learn today The Dot Product Equations of Vectors and the Geometry of Space 1/29 Direction angles and Direction cosines Projections Definitions: 1. a : a 1, a 2, a 3, b : b 1, b 2, b 3, a

More information

Rotation of Axes. By: OpenStaxCollege

Rotation of Axes. By: OpenStaxCollege Rotation of Axes By: OpenStaxCollege As we have seen, conic sections are formed when a plane intersects two right circular cones aligned tip to tip and extending infinitely far in opposite directions,

More information

Status: Unit 2, Chapter 3

Status: Unit 2, Chapter 3 1 Status: Unit, Chapter 3 Vectors and Scalars Addition of Vectors Graphical Methods Subtraction of Vectors, and Multiplication by a Scalar Adding Vectors by Components Unit Vectors Vector Kinematics Projectile

More information

A. Correct! These are the corresponding rectangular coordinates.

A. Correct! These are the corresponding rectangular coordinates. Precalculus - Problem Drill 20: Polar Coordinates No. 1 of 10 1. Find the rectangular coordinates given the point (0, π) in polar (A) (0, 0) (B) (2, 0) (C) (0, 2) (D) (2, 2) (E) (0, -2) A. Correct! These

More information

Rutgers University Department of Physics & Astronomy. 01:750:271 Honors Physics I Fall Lecture 4. Home Page. Title Page. Page 1 of 35.

Rutgers University Department of Physics & Astronomy. 01:750:271 Honors Physics I Fall Lecture 4. Home Page. Title Page. Page 1 of 35. Rutgers Uniersit Department of Phsics & Astronom 01:750:271 Honors Phsics I Fall 2015 Lecture 4 Page 1 of 35 4. Motion in two and three dimensions Goals: To stud position, elocit, and acceleration ectors

More information

Lecture 9: 3.4 The Geometry of Linear Systems

Lecture 9: 3.4 The Geometry of Linear Systems Lectre 9: 3.4 The Geometry of Linear Systems Wei-Ta Ch 200/0/5 Dot Prodct Form of a Linear System Recall that a linear eqation has the form a x +a 2 x 2 + +a n x n = b (a,a 2,, a n not all zero) The corresponding

More information

INDIAN INSTITUTE OF TECHNOLOGY BOMBAY MA205 Complex Analysis Autumn 2012

INDIAN INSTITUTE OF TECHNOLOGY BOMBAY MA205 Complex Analysis Autumn 2012 INDIAN INSTITUTE OF TECHNOLOGY BOMBAY MA205 Complex Analysis Autumn 2012 September 5, 2012 Mapping Properties Lecture 13 We shall once again return to the study of general behaviour of holomorphic functions

More information