Tricksidk Flashcards
(10 cards)
Sum of cubes vs difference of cubes
(a+b)(a^2-ab+b^2) - sum
(a-b)(a^2+ab+b^2) - diff
same sign at start if that makes sense
Reflection matrix
[ cos2θ sin2θ ]
[ sin2θ -cos2θ ]
in the line y = (tanθ )x
θ is line between axis of reflection and x axis
Rotation matrix
[ cosθ -sinθ]
[sinθ cosθ ]
θ measured from x axis anticlockwise
Reflection in y axis
[ -1 0 ]
[0 1 ]
Reflection in x axis
[ 1 0]
[ 0 -1]
Reflection in y = x
[ 0 1]
[ 1 0 ]
Reflection in y = -x
[ 0 -1]
[ -1 0]
Properties of dot product
Commutative - a.b = b.a
Distributive - a. (b+c) = a.b + a.c
xa .b = x(a.b) = a.xb where x is a scalar
a.a = modA all squared
Rule for perpendicular and parallel vectors a and b
a.b = 0 - ppd
a.b = moda modb - parallel
Determinant of reflections and rotations
Reflections = -1
Rotations = 1