Chapter 4.1 Mathematical Concepts - PowerPoint PPT Presentation

About This Presentation
Title:

Chapter 4.1 Mathematical Concepts

Description:

Chapter 4.1 Mathematical Concepts – PowerPoint PPT presentation

Number of Views:99
Avg rating:3.0/5.0
Slides: 65
Provided by: matt1164
Category:

less

Transcript and Presenter's Notes

Title: Chapter 4.1 Mathematical Concepts


1
Chapter 4.1Mathematical Concepts
2
Applied Trigonometry
  • "Old Henry And His Old Aunt"
  • Defined using right triangle

h
y
a
x
3
Applied Trigonometry
  • Angles measured in radians
  • Full circle contains 2p radians

4
Applied Trigonometry
  • Sine and cosine used to decompose a point into
    horizontal and vertical components

y
r
r sin a
a
x
r cos a
5
Applied Trigonometry
  • Trigonometric identities

6
Applied Trigonometry
  • Inverse trigonometric (arc) functions
  • Return angle for which sin, cos, or tan function
    produces a particular value
  • If sin a z, then a sin-1 z
  • If cos a z, then a cos-1 z
  • If tan a z, then a tan-1 z

7
Applied Trigonometry
  • Law of sines
  • Law of cosines
  • Reduces to Pythagorean theorem wheng 90 degrees

a
c
b
b
g
a
8
Trigonometric Identities
9
Scalars Vectors Matrices(oh my!)
10
Scalars Vectors
  • Scalars represent quantities that can be
    described fully using one value
  • Mass
  • Time
  • Distance
  • Vectors describe a 'state' using multiple values
    (magnitude and direction together)

11
Vectors
  • Examples of vectors
  • Difference between two points
  • Magnitude is the distance between the points
  • Direction points from one point to the other
  • Velocity of a projectile
  • Magnitude is the speed of the projectile
  • Direction is the direction in which its
    traveling
  • A force is applied along a direction

12
Vectors (cont)
  • Vectors can be visualized by an arrow
  • The length represents the magnitude
  • The arrowhead indicates the direction
  • Multiplying a vector by a scalar changes the
    arrows length

2V
V
V
13
Vectors Mathematics
  • Two vectors V and W are added by placing the
    beginning of W at the end of V
  • Subtraction reverses the second vector

W
V
V W
W
W
V
V W
V
14
3D Vectors
  • An n-dimensional vector V is represented by n
    components
  • In three dimensions, the components are named x,
    y, and z
  • Individual components are expressed using the
    name as a subscript

15
Vector Mathematics
  • Vectors add and subtract componentwise

16
Magnitude of a Vector
  • The magnitude of an n-dimensional vector V is
    given by
  • In three dimensions (Pythagoras 3D)
  • Distance from the origin.

17
Normalized Vectors
  • A vector having a magnitude of 1 is called a unit
    vector
  • Any vector V can be resized to unit length by
    dividing it by its magnitude
  • This process is called normalization
  • Piecewise division

18
Matrices
  • A matrix is a rectangular array of numbers
    arranged as rows and columns
  • A matrix having n rows and m columns is an n ? m
    matrix
  • At the right, M is a2 ? 3 matrix
  • If n m, the matrix is a square matrix

19
Matrices
  • The entry of a matrix M in the i-th row and j-th
    column is denoted Mij
  • For example,

20
Matrices Transposition
  • The transpose of a matrix M is denoted MT and has
    its rows and columns exchanged

21
Vectors and Matrices
  • An n-dimensional vector V can be thought of as an
    n ? 1 column matrix
  • Or a 1 ? n row matrix

22
Matrix Multiplication
  • Product of two matrices A and B
  • Number of columns of A must equal number of rows
    of B
  • If A is a n ? m matrix, and B is an m ? p matrix,
    then AB is an n ? p matrix
  • Entries of the product are given by

23
Example
24
More Examples
  • Example matrix product

25
Coordinate Systems (more later)
  • Matrices are used to transform vectors from one
    coordinate system to another
  • In three dimensions, the product of a matrix and
    a column vector looks like

26
Identity Matrix
  • An n ? n identity matrix is denoted In
  • In has entries of 1 along the main diagonal and 0
    everywhere else

27
Identity Matrix
  • For any n ? n matrix Mn, the product with the
    identity matrix is Mn itself
  • InMn Mn
  • MnIn Mn
  • The identity matrix is the matrix analog of the
    number one.

28
Inverse Invertible
  • An n ? n matrix M is invertible if there exists
    another matrix G such that
  • The inverse of M is denoted M-1

29
Determinant
  • Not every matrix has an inverse!
  • A noninvertible matrix is called singular.
  • Whether a matrix is invertible or not can be
    determined by calculating a scalar quantity
    called the determinant.

29
30
Determinant
  • The determinant of a square matrix M is denoted
    det M or M
  • A matrix is invertible if its determinant is not
    zero
  • For a 2 ? 2 matrix,

30
31
2D Determinant
  • Can also be thought as the area of a
    parallelogram

31
32
3D Determinant
  • det (A) aei bfg cdh - afh - bdi - ceg.

32
33
Calculating matrix inverses
  • If you have the determinant you can find the
    inverse of a matrix.
  • A decent tutorial can be found here
  • http//easycalculation.com/matrix/inverse-matrix-t
    utorial.php
  • For the most part you will use a function to do
    the busy work for you.

33
34
Officially New Stuff
35
The Dot Product
  • The dot product is a product between two vectors
    that produces a scalar
  • The dot product between twon-dimensional vectors
    V and W is given by
  • In three dimensions,

36
The Dot Product
  • The dot product satisfies the formula
  • a is the angle between the two vectors
  • V magnitude.
  • Dot product is always 0 between perpendicular
    vectors (Cos 90 0)
  • If V and W are unit vectors, the dot product is 1
    for parallel vectors pointing in the same
    direction, -1 for opposite

37
Dot Product
  • Solving the previous formula for T yields.

38
The Dot Product
  • The dot product can be used to project one vector
    onto another

V
a
W
39
The Dot Product
  • The dot product of a vector with itself produces
    the squared magnitude
  • Often, the notation V 2 is used as shorthand for
    V ? V

40
Dot Product Review
  • Takes two vectors and makes a scalar.
  • Determine if two vectors are perpendicular
  • Determine if two vectors are parallel
  • Determine angle between two vectors
  • Project one vector onto another
  • Determine if vectors on same side of plane
  • Determine if two vectors intersect (as well as
    the when and where).
  • Easy way to get squared magnitude.

41
Whew....
42
The Cross Product
  • The cross product is a product between two
    vectors the produces a vector
  • The cross product only applies in three
    dimensions
  • The cross product of two vectors, is another
    vector, that has the property of being
    perpendicular to the vectors being multiplied
    together
  • The cross product between two parallel vectors is
    the zero vector (0, 0, 0)

43
The Cross Product
  • The cross product between V and W is
  • A helpful tool for remembering this formula is
    the pseudodeterminant

44
The Cross Product
  • The cross product can also be expressed as the
    matrix-vector product

45
The Cross Product
  • The cross product satisfies the trigonometric
    relationship
  • This is the area ofthe parallelogramformed byV
    and W

V
V sin a
a
W
46
The Cross Product
  • The area A of a triangle with vertices P1, P2,
    and P3 is thus given by

47
The Cross Product
  • Cross products obey the right hand rule
  • If first vector points along right thumb, and
    second vector points along right fingers,
  • Then cross product points out of right palm
  • Reversing order of vectors negates the cross
    product
  • Cross product is anticommutative

48
Cross Product Review
48
49
  • Almost there.... Almost there.

50
Transformations
  • Calculations are often carried out in many
    different coordinate systems
  • We must be able to transform information from one
    coordinate system to another easily
  • Matrix multiplication allows us to do this

51
Transform Simplest Case
  • Simplest case is inverting one or more axis.

52
Transformations
  • Suppose that the coordinate axes in one
    coordinate system correspond to the directions R,
    S, and T in another
  • Then we transform a vector V to the RST system as
    follows

53
Transformations
  • We transform back to the original system by
    inverting the matrix
  • Often, the matrixs inverse is equal to its
    transposesuch a matrix is called orthogonal

54
Transformations
  • A 3 ? 3 matrix can reorient the coordinate axes
    in any way, but it leaves the origin fixed
  • We must at a translation component D to move the
    origin

55
Transformations
  • Homogeneous coordinates
  • Four-dimensional space
  • Combines 3 ? 3 matrix and translation into one 4
    ? 4 matrix

56
Transformations
  • V is now a four-dimensional vector
  • The w-coordinate of V determines whether V is a
    point or a direction vector
  • If w 0, then V is a direction vector and the
    fourth column of the transformation matrix has no
    effect
  • If w ? 0, then V is a point and the fourth column
    of the matrix translates the origin
  • Normally, w 1 for points

57
Transformations
  • Transformation matrices are often the result of
    combining several simple transformations
  • Translations
  • Scales
  • Rotations
  • Transformations are combined by multiplying their
    matrices together

58
Transformations
  • Translation matrix
  • Translates the origin by the vector T

59
Transformations
  • Scale matrix
  • Scales coordinate axes by a, b, and c
  • If a b c, the scale is uniform

60
Transformations
  • Rotation matrix
  • Rotates points about the z-axis through the angle
    q

61
Transformations
  • Similar matrices for rotations about x, y

62
Transformations Review
  • We may wish to change an objects orientation, or
    it's vector information (Translate, Scale,
    Rotate, Skew).
  • Storing an objects information in Vector form
    allows us to manipulate it in many ways at once.
  • We perform those manipulations using matrix
    multiplication operations.

63
Transforms in Flash
  • http//help.adobe.com/en_US/ActionScript/3.0_Progr
    ammingAS3/WSF24A5A75-38D6-4a44-BDC6-927A2B123E90.h
    tml
  • private var rect2Shape
  • var matrixMatrix3D rect2.transform.matrix3D
  • matrix.appendRotation(15, Vector3D.X_AXIS)
  • matrix.appendScale(1.2, 1, 1)
  • matrix.appendTranslation(100, 50, 0)
  • matrix.appendRotation(10, Vector3D.Z_AXIS)
  • rect2.transform.matrix3D matrix

64
Great Tutorials
  • 2D Transformation
  • Rotating, Scaling and Translating
  • 3D Transformation
  • Defining a Point Class
  • 3d Transformations Using Matrices
  • Projection
  • Vectors in Flash CS4
  • Adobe Library Link (note Dot and Cross Product)
Write a Comment
User Comments (0)
About PowerShow.com