Section 7 - Transformations Flashcards

1
Q

what is a group?

A

a group is a set together with a binary operation that:

  • is closed
  • has an identity element
  • is associative
  • admits inverses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

for the group of isometries, what is the set?

A

the set of isometries of the plane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

for the group of isometries, what is the operation?

A

function composition

  • closed
  • identity function is an identity
  • function composition is associative
  • isometries are 1-1, onto so if f: ℝ²→ℝ² is an isometry, so is f⁻¹ (which exists), and f◦f⁻¹ = f⁻¹◦f = identity function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

a transformation (f: ℝ²→ℝ²) preserves vector addition & scalar mult. iff …

A

f(u+v) = f(u) + f(v) and f(ɑu) = ɑf(u)

this transformation is linear since it maps lines to lines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

prove that if f: ℝ²→ℝ² is a linear transformation, then f maps lines to lines

A
  • let a + ɑb, ɑ∈ℝ, be a line in ℝ²

- its image is f(a + ɑb) = f(a) + f(ɑb) = f(a) + ɑf(b), which is a line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

prove that parallel lines map to parallel lines

A
  • let l₁ = a₁ + ɑb & l₂ = a₂ +βb, ɑ,β∈ℝ, be lines in ℝ²
  • then l₁//l₂
  • then f(l₁) = f(a₁) + ɑf(b) & f(l₂) = f(a₂) +βf(b)
  • so f(l₁)//f(l₂)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what matrix do we use to represent f: ℝ²→ℝ², a linear transformation?

A
⎡a   b⎤
⎣c   d⎦
=M
then f((x,y)) is the matrix product:
⎡ax + by⎤
⎣cx + dy⎦
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

if f₁ = (a₁x + b₁y , c₁x + d₁y) & f₂ = (a₂x + b₂y , c₂x + d₂y), how do we calculate f₁◦f₂((x,y)) using matrices?

A
first:
⎡a₂   b₂⎤⎡x⎤
⎣c₂   d₂⎦⎣y⎦
then the matrix from above by:
⎡a₁   b₁⎤
⎣c₁   d₁⎦

in summary:
⎡a₁ b₁⎤⎡a₂ b₂⎤⎡x⎤
⎣c₁ d₁⎦⎣c₂ d₂⎦⎣y⎦

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

our square matrix M is invertible iff….

A

…. there exists a matrix M⁻¹ s.t. MM⁻¹ = M⁻¹M = 𝙸
&
…. det(M)≠0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

if ad-bc≠0 then M⁻¹ = ?

A

⎡d -b⎤(1/ad-bc) = M⁻¹

⎣-c a⎦

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how do we know any 2x2 matrix M represents a linear transformation?

A
M(u+v) = Mu + Mv
M(ɑu) = ɑMu
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is the matrix that represents a rotation by θ

A

⎡cosθ -sinθ⎤
⎣sinθ cosθ⎦
det = 1 so invertible

its inverse is:
⎡cos(-θ) -sin(-θ)⎤
⎣sin(-θ) cos(-θ)⎦

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is the matrix that represents reflection about the x axis

A

⎡1 0⎤
⎣0 -1⎦
inverse is itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is the matrix that represents stretch by a factor k(≠0) in x direction

A

⎡k 0⎤
⎣0 1⎦
det = k ≠ 0 so invertible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

any invertible linear transformation of ℝ² is a composition of…

A
  • reflections about lines through O (recall that to reflect about lines through O: (1) rotate, (2) reflect about x axis, (3) rotate back)
  • stretches in the x direction by non-zero factors of k
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is an affine transformation of the plane?

A

a function g:ℝ²→ℝ² such that for all ū∈ℝ²:

g(ū) = Mū + c, c∈ℝ², where M is an invertible linear transformation

17
Q

what do affine transformations preserve?

A

-lines
-parallels
they do not preserve position

18
Q

what is affine geometry concerned with?

A

the things that are preserved by affine transformations (i.e. lines & //s)

19
Q

in ℝℙ¹ what is a linear fractional that sends the line s (y=(1/s)x) to f(s)

A

f(s) = (as+b)/(cs+d)

20
Q

what is the 2-sphere?

A

the unit sphere in ℝ³

{(x,y,z) : x²+y²+z² = 1}

21
Q

what is the notation for the 2-sphere?

A

𝒮²

22
Q

what are the equators of 𝒮²

A

intersections of 𝒮² & planes through the origin in ℝ³

23
Q

what are the isometries of 𝒮²

A
  • rotation
  • reflection about a plane through O in ℝ³ (reflection about an equator)
  • any composition of isometries
  • antipodal map: f((x,y,z)) = (-x,-y,-z)
24
Q

what is the antipodal map of 𝒮²

A

composition of three reflections:

  • reflect in yz plane: (x,y,z) → (-x,y,z)
  • reflect in xz plane: (-x,y,z) → (-x,-y,z)
  • reflect in xy plane: (-x,-y,z) → (-x,-y,-z)
25
Q

how de we prove that if f:ℝ³→ℝ³ is an isometry s.t. f(0)=0, then the restriction of f to 𝒮² is an isometry of 𝒮²

A
  • f must map the set of pts at distance 1 from 0 to itself, and preserves distance between them
  • thus it is an isometry of 𝒮²

the converse of this statement is also true

26
Q

state the three reflections thm for 𝒮²

A

any isometry of 𝒮² is a composition of 1, 2, or 3 reflections

(we also have that any isometry of 𝒮² is uniquely determined by the images of points A,B,C not on the same equator (great circle))

27
Q

state the rotation group of the sphere

A
  • isometries of 𝒮²

- function composition

28
Q

let r₁&r₂ be isometries of 𝒮² determined by reflection about planes P₁&P₂ through O. Then r₂◦r₁ is……

A

… a rotation of 𝒮² about the line of intersection of P₁&P₂ by 2θ, where θ is the angle from P₁ to P₂

29
Q

do rotations of 𝒮² commute?

A

no

30
Q

the composition of any even number of reflections of 𝒮² is a ……

A

rotation