5.3 Orthogonal Transformations This picture is from knot theory.

26
5.3 Orthogonal Transformatio ns This picture is from knot theory

Transcript of 5.3 Orthogonal Transformations This picture is from knot theory.

Page 1: 5.3 Orthogonal Transformations This picture is from knot theory.

5.3 Orthogonal Transformations

This picture is from

knot theory

Page 2: 5.3 Orthogonal Transformations This picture is from knot theory.

Recall

Page 3: 5.3 Orthogonal Transformations This picture is from knot theory.

The transpose of a matrix

The transpose of a matrix is made by simply taking the columns and making them rows (and vice versa)

Example:

Page 4: 5.3 Orthogonal Transformations This picture is from knot theory.

Properties of orthogonal matrices(Q)

An orthogonal matrix (probably better name would be orthonormal). Is a matrix such that each column vector is orthogonal to ever other column vector in the matrix. Each column in the matrix has length 1.

We created these matrices using the Gram – Schmidt process. We would now like to explore their properties.

Page 5: 5.3 Orthogonal Transformations This picture is from knot theory.

Properties of Q

Note: Q is a notation to denote that some matrix A is orthogonal

QT Q = I (note: this is not normally true for QQT)

If Q is square, then QT = Q-1

The Columns of Q form an orthonormal basis of Rn

The transformation Qx=b preserves length (for every x entered in the equation the resulting b vector is the same length. (proof is in the book on page 211)

The transformation Q preserves orthogonality

(proof on next slide)

Page 6: 5.3 Orthogonal Transformations This picture is from knot theory.

Orthogonal transformations preserve orthogonality

Why? If distances are preserved then an angle that is a right angle before the transformation must still be right triangle after the transformation due to the Pythagorean theorem.

Page 7: 5.3 Orthogonal Transformations This picture is from knot theory.

Example 1

Is the rotation an orthogonal transformation?

Page 8: 5.3 Orthogonal Transformations This picture is from knot theory.

Solution to Example 1

Yes, because the vectors are orthogonal

Page 9: 5.3 Orthogonal Transformations This picture is from knot theory.

Orthogonal transformations and orthogonal bases

1) A linear transformation R from Rn to Rn is orthogonal if and only if the vectors form an orthonormal basis of Rn

2) An nxn matrix A is orthogonal if and only if its columns form an orthonormal bases of Rn

Page 10: 5.3 Orthogonal Transformations This picture is from knot theory.

Problems 2 and 4

Which of the following matrices are orthogonal?

Page 11: 5.3 Orthogonal Transformations This picture is from knot theory.

Solutions to 2 and 4

Page 12: 5.3 Orthogonal Transformations This picture is from knot theory.

Properties of orthogonal matrices

The product AB of two orthogonal nxn matrices is orthogonal

The inverse A-1 of an orthogonal nxn matrix A is orthogonal

If we multiply an orthogonal matrix times a constant will the result be an orthogonal matrix? Why?

Page 13: 5.3 Orthogonal Transformations This picture is from knot theory.

Problems 6,8 and 10

If A and B represent orthogonal matrices, which of the following are also orthogonal?

10. B-1AB

8. A + B

6. -B

Page 14: 5.3 Orthogonal Transformations This picture is from knot theory.

Solutions to 6, 8 and 10

The product to two orthogonal matrices is orthogonalThe inverse of an orthogonal nxn matrix is orthogonal

Page 15: 5.3 Orthogonal Transformations This picture is from knot theory.

Properties of the transpose

Page 16: 5.3 Orthogonal Transformations This picture is from knot theory.

Symmetric MatrixA matrix is symmetric of AT = A

Symmetric matrices must be square.

The symmetric 2x2 matrices have the form:

If a AT = -A, then the matrix is called skew symmetric

Page 17: 5.3 Orthogonal Transformations This picture is from knot theory.

Proof of transpose properties

Page 18: 5.3 Orthogonal Transformations This picture is from knot theory.

Problems 14,16,18

If A and B are symmetric and B is invertible. Which of the following must be symmetric as well?

14. –B 16. A + B

Page 19: 5.3 Orthogonal Transformations This picture is from knot theory.

Solutions to 14,16,18

Page 20: 5.3 Orthogonal Transformations This picture is from knot theory.

Problems 22 and 24

A and B are arbitrary nxn matrices. Which of the following must be symmetric?

22. BBT 24. ATBA

Page 21: 5.3 Orthogonal Transformations This picture is from knot theory.

Solutions to 22 and 24

ATBA

Page 22: 5.3 Orthogonal Transformations This picture is from knot theory.

Problem 36Find and orthogonal matrix of the form _ 2/3 1/√2 a _2/3 -1/√2 b

1/3 0 c

[ ]

Page 23: 5.3 Orthogonal Transformations This picture is from knot theory.

Problem 36 Solution

Page 24: 5.3 Orthogonal Transformations This picture is from knot theory.

Homework: p. 218 1-25 odd, 33-37 all

A student was learning to work with Orthogonal Matrices (Q)He asked his another student to help him learn to do operations with them:Student 1: What is 7Q + 3Q? Student 2: 10QStudent 1: You’re Welcome

(Question: Is 10Q an orthogonal matrix?)

Page 25: 5.3 Orthogonal Transformations This picture is from knot theory.

Proof – Q preserves orthogonality

See next slide for a picture

Page 26: 5.3 Orthogonal Transformations This picture is from knot theory.

Orthogonal Transformations and Orthogonal matrices

A linear transformation T from Rn to Rn is called orthogonal if it preserves the lengths of vectors.

||T(x)|| = ||x||

If T(x) is an orthogonal transformation then we say

that A is an orthonormal matrix.