S2, C1: Orbits, Functions and Symmetries Flashcards
What are the symmetries of a square?
r0: rot0
r1: rot pi/2
r2: rot pi
r3: rot 3pi/2
s1: ref 0
s2: ref pi/2
s3: ref pi
s4: ref 3pi/2
Note: rotations are taken to be anticlockwise.
What is a function, domian, codomain, range and image?
A function f: A -> B assigns, for each aϵA, a unique element f(a) of B. The set A is called the domain of f and B is the codomain of f. The range or image of f is the set of all things ‘hit’ by the function.
Composite functions.
Let f : A → B and g : B → C be functions. The composite g ◦ f is the function A → C such that, for all a ∈ A, g ◦ f(a) = g(f(a)).
Identity function.
The function from A to A which sends every element to itself is called the identity function on A.
Inverse function.
If f: A -> B is a function, then an inverse for f is a function g: B -> A s.t. g ◦ f = id and f ◦ g = id.
Using polar coordinates, we define two functions rotφ : R^2 → R^2 and refφ : R^2 → R^2 by…
rotφ((r, θ)) = (r, φ + θ)
refφ((r, θ)) = (r, φ − θ)
Composing rotations and reflections.
rotα rotβ = rotα+β
refα refβ = rotα−β
rotα refβ = refα+β
refα rotβ = refα−β
A function f:A -> B has an inverse iff…
it is bijective
A set is countable iff…
there is a bijection f: N -> A (N is natural numbers)
i.e. countable sets are the same size as the set of natural numbers
Drawing a shape with a group of symmetries of order p.
Draw a regular p-gon and add L shaped lines to vertices..
Using the Chinese remainder theorem to solve simultaneous congruences.
x (congruent) a (mod b) and x (congruent) c (mod d).
Then find a solution to: bs + dt = 1.
Thenx is congruent to bsd + dtb (mod bd).