FP1 Flashcards

(42 cards)

1
Q

The equation ax^2 + bx + c = 0 has roots α and β.

Find (α + β) and αβ.

A

(α+β) = - b/a

αβ = c/a

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

What is interval bisection?

A

Taking the mean m of the interval in which the root lies and test using f(m).

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

What is linear interpolation?

A

In linear interpolation we use the method of similar triangles to find the roots of an equation in an interval [a, b].

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

What is the equation of a circle center (a, b), radius r?

A

(x-a) ^2 + (y-b) ^2 = r^2

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

What is the focus of a parabola?

A

The point that is equidistant from all points on the parabola

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

What type of roots can a quadratic have?

A

Real or Complex

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

What does it mean for a quadratic to have a complex root α?

A

That the second root β will form a complex conjugate pair with α

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

What is a complex conjugate?

A

The complex conjugate of a complex number is the number with an equal real part and an imaginary part equal in magnitude but opposite in sign

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

(x-α)(x-β) = 0?

A

x^2 - (α+β)x + αβ = 0

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

What is the modulus of a complex number z = a + bi?

A

√a^2+b^2

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

What is the argument of a complex number z = a + bi?

A

tan 𝜃 = b/a (taking correct quadrant into account)

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

How do complex roots of polynomials occur?

A

In pairs

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

How do you know if there is a root in an interval [ a , b ]?

A

If f(a) and f(b) have different signs

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

An n x m matrix has…

A

n rows and m columns

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

You can matrices if…

A

They are of same dimension

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

When multiplying a matrix by a scalar k…

A

You multiply each element by k

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

How do you multiply matrices?

A

You multiply each element in the row of the left hand matrix by the corresponding element in the column of the right hand matrix and adding results together

18
Q

When can you multiply matrices together?

A

When the number columns of the left hand matrix is equal to the number of rows of the right hand matrix

19
Q

When you multiply an n x m matrix with an m x k matrix, the resulting matrix is?

20
Q

How can you describe a transformation?

A

In terms of its effect on the position vector ( x , y )

21
Q

How can we represent a linear transformation?

A

Using a matrix

22
Q

What kinds of transformations are linear?

A

Rotations, enlargements, reflections

23
Q

How do you identify the matrix representing a particular transformation?

A

By considering its effect on i and j.

24
Q

Given a matrix M, how do identify the transformation it represents?

A

the columns shows its effect on i and j, this information is used to identify the transformation

25
Determinant of a 2x2 matrix M?
det(M) = ad-bc
26
Inverse of a 2x2 matrix M?
M^-1 = 1/det(M) • | d -b | | |-c a |
27
det (M) = 0
M is singular and M^-1 cannot be found
28
det (M) =/ 0
M is non-singular, M^-1 can be found
29
If A and B are non-singular matrices then (AB)^-1 = ?
B^-1 • A^-1
30
Matrix M transforms T to T', M and T' are given. Find T.
M^-1 • T' = T
31
Area of image = ?
Area of object • |det(M)|
32
a stretch parallel to the x-axis with scale factor k
K 0 | 0 1
33
A stretch parallel to the y-axis with scale factor k
1 0 | 0 K
34
A enlargement centre of origin with scale factor k
K 0 | 0 K
35
A rotation 90 anti-clockwise about the origin
0 -1 | 1 0
36
A rotation 90 clockwise about the origin
0 1 | -1 0
37
A rotation of any angle anticlockwise
cosθ -sinθ | sinθ cosθ
38
reflection in the x-axis
1 0 | 0 -1
39
reflection in the y-axis
-1 0 | 0 1
40
sin (-x) =
-sin (x)
41
cos (-x) =
cosx
42
tan (-x) =
-tanx