PURE Flashcards

(50 cards)

1
Q

i^2 = ?

A

-1

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

i^3 = ?

A

-i

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

i^4 = ?

A

1

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

cos(-a) = ?

A

cos(a)

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

sin(-a) = ?

A

-sin(a)

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

tan(-a) = ?

A

-tan(a)

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

What is modulus argument form?

A

z = r(cos(a)+isin(a))

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

How do you invert a 3x3 matrix?

A

-Find the determinant
-Replace every element in the matrix by its minor
-Switch the sign of alternate elements
-Transpose the matrix
-Divide by the determinant

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

If the coeffiecient matrix for a set of linear equations is singular then…

A

Either
-the equations have no solutions
Or
-the equations have an infinte number of solutions

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

If the coeffiecient matrix for a set of linear equations is non-singular then…

A

The equations have a unique solution

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

If there is a unique solution…

A

The three planes intersect at a single point

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

If there are infinitely many solutions…

A

Either
-The three planes intersect on a common line (sheaf)
Or
-The planes are the same

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

If there are no solutions…

A

Either
-The planes are parallel
Or
-The planes intersect to form a triangular prism

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

What are the 4 types of linear transformation?

A

REFLECTION in the line…
ROTATION about the origin by … anti/clockwise
STRETCH parallel to the x/y axis by scale factor…
ENLARGEMENT with centre (0.0), by scale factor…

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

What does the inverse of a linear transformation do?

A

Reverses original transformation

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

What does the modulus of the determinant of the transformation matrix represent?

A

The area scale factor of the transformation

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

What is an invariant point?

A

A point that has been transformed onto itself

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

If the determinant of the transformation is negative, what does this tell you?

A

A reflection has taken place

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

What is a line of invariant points?

A

A line on which every point on that line is invariant

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

The point (x,y) is invariant if…

A

M(x y) = (x y)
Use this to find invariant lines

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

What is an invariant line?

A

A line which is mapped onto itself

19
Q

If we are asked to find all invariant lines then we need to consider all possible lines. All possible lines are…

A

y = mx + c
x = k

20
Q

A general point on the line y = mx + c is…

21
Q

A general point on the line x = k is…

22
If matrix M represents a 2d transformation then...
-The first column is the image of the point (1,0) -The second column is the image of the point (0,1)
23
If Matrix M represents of 3d matrix then...
-The first column is the image of the point (1,0,0) -The second column is the image of the point (0,1,0) -The third column is the image of the point (0,0,1)
24
What is the convention of rotation?
The rotation will be clockwise or anticlockwise depending on how it appears if the axis of rotation is pointing straight at you
25
What are the three possible reflections?
-In x = 0 (yz-plane) -In y = 0 (xz-plane) -In z = 0 (xy-plane)
26
What is the matrix for a rotation about the x-axis?
1 0 0 0 cosA -sinA 0 sinA cosA
27
What is the matrix for a rotation about the y-axis?
cosA o sinA 0 1 0 -sinA 0 cosA
28
What is the matrix for a rotation about the z-axis?
cosA -sinA 0 sinA cosA 0 0 0 1
29
What is the summation formula for 1?
=n
30
What is the summation formula for n?
0.5n(n+1)
31
What are the steps for proof by induction?
-Check the result is true for the base case -Assume result is true when n = k -Use this assumption to show that the result is true for n = k + 1 -Conclusion
32
What is the conclusion for proof by induction?
We have shown that if the result is true for n=1 then it is true for n = k + 1 As the result is true for n = 1, it is therefore true for all positive integers
33
What are the steps for stronger inudction?
-Check two base cases -Assume it is true for n = k and n = k + 1 -Show the result is true for n = k + 2 -Tweaked conclusion
34
A + B =
-b/a
35
AB =
c/a
36
A^2 + B^2 =
(A + B)^2 - 2AB
37
A^3 + B^3 =
(A + B)^3 - 3(AB)(A+B)
38
A + B + C =
-b/a
39
AB + AC + BC =
c/a
40
ABC =
-d/a
41
A^2 + B^2 + C^2 =
(A + B + C)^2 - 2(AB + AC + BC)
42
A^3 + B^3 + C^3 =
(A + B + C)^3 -3(AB + AC + BC)(A + B + C) + 3ABC
43
A + B + C + D =
-b/a
44
AB + AC + AD + BC + BD + CD =
c/a
45
ABC + ABD + ACD + BCD =
-d/a
46
ABCD =
e/a
47
A^2 + B^2 + C^2 + D^2 =
(A + B + C + D)^2 -2(AB + AC + AD + BC + BD + CD)