PPQ Corrections Flashcards

(50 cards)

1
Q

How do you find the gradient of a curve?

A

Find f’(x) and sub in point.
Can sub in point to x and y at any point.

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

How do you find the inverse of a matrix (A-1)?

A

1/ad-bc . (d -b)
(-c a)

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

When is a matrix singular?

A

When detA=0

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

Proof by induction steps:

A
  1. Goal
  2. Let n=1 (LHS=RHS)
  3. Assume true for n=k
  4. Prove true for n=k+1 (use step 3)
  5. Statement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Modulus

A

r=√x²+y²

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

When gcd=1

A

a & b are co. prime.

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

Euclidean

A

1365=4299+169
299=1
169+130

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

How to find a & b when:
100a+50b=30

A

Start with the 2nd last row.
Work back eliminating the remainders.

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

How to find gcd:

A

When remainder=0.

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

ln1=?

A

0

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

Vertical asymtote

A

Set denominator=0 and solve for x.

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

Horizontal asymtote

A

exists when the degree of numerator= degree of denominator.

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

Slant asymtote

A

Degree of numerator is 1 more than denominator.
Use synthetic division.

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

S∞

A

a/1-r

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

Clockwise matrix rotation.

A

( cosθ sinθ)
( -sinθ cosθ)

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

Anticlockwise matrix rotation.

A

(cosθ -sinθ)
( sinθ cosθ)

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

Proof by induction statement:

A

Since statement is true for n=1, assumed true for n=k, and by assumption true for n=k+1 the statement is true for all n≥1.

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

Odd & even functions

A

Even: Symmetrical about y-axis
Odd: Not symmetrical about y-axis
Has half turn rotational symmetry

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

Proof by contradiction:

A

Prove the opposite is false.

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

Rational & Irrational Numbers

A

Rational: Can be written as fraction in its simplest form.
Irrational: Cannot be written as fraction in its simplest form.

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

How do you find the point of inflection?

A

When f’‘(x)=0

22
Q

nth term

24
Q

Quadratic formula

A

-b+or-√b²-4ac
x= ——————–
2a

25
Argument
θ=tan-1(y/x)
26
Cartesian form
z=x+iy
27
Polar form
z=r(cosθ+isinθ)
28
Argand diagram:
Y-axis = Imaginary X-axis = Real Point : z=x+iy
29
Redundancy in 2x2 matrices
When 0=0
30
Inconsistency in 2x2 matrices
When 0=number
31
Modulus of a graph
Make everything positive.
32
ERO's
Put matrix in form: ( 1 0 l x ) ( 0 1 l y )
33
Redundancy in 3x3 matrices
( 1 1 1 l 1 ) ( 1 1 1 l 1 ) ( 0 0 0 l 0 )
34
Inconsistency in 3x3 matrices
( 1 1 1 l 1 ) ( 1 1 1 l 1 ) ( 0 0 0 l 1 )
35
I in matrices
I ( 1 0 ) ( 0 1 ) A-1.A=I
36
Trig values
1/cosx=secx 1/sinx=cosecx 1/tanx=cotx
37
f''(x) (parametric eqns)
y''(t)x'(t)-x''(t)y'(t) = ------------------------- ( x'(t) )^3
38
∫tanx .dx
ln(secx) + c
39
Special common forms
∫f'(x)/f(x) = ln(f(x))+c ∫f'(x).f(x) = 1/2 . (f(x))² + c
40
Area between curve and y axis
A= ∫f(y).dy
41
Volume of revolution
Around x-axis: ∫πy².dx Around y-axis: ∫πx².dy
42
Adding bases
e.g Base6: 4+3=7 6.1+1=11
43
Subtract bases:
e.g 11 - 2 base10: 11=10.1+1=11 base7: 11=7.1+1=8 therefore 8-2 in base7
44
Multiplying bases
e.g 5.4=20 base9: 20=9.2+2=22
45
Dividing bases
e.g 13/5 base10: 13=1.10+3 base7: 1.7+3=10 therefore 10/5 in base7
46
First order differential equations:
Move Y's to left and X's to right and integrate both sides.
47
Special common forms
top derivative of bottom = ln If(x)I + c f(ax+b)* = 1/* . (ax+b) . 1/a +c f'(x)f(x)=1/2 (f(x))^2+ c
48
trig values
1-sinx = cosx
49
Sum to infinity exists when...
r<1
50