PURE YEAR 2 Flashcards

1
Q

how can a rational number be expressed

A

a/b
a and b are integers

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

in an arithmetic sequence what is constant

A

the difference between consecutive terms

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

formula for nth term of arithmetic sequence

A

un= a + (n-1) d

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

formula for first n terms of an arithmetic sequence

A

Sn= n/2 (2a + (n-1) d)

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

a geometric sequence has what

A

a common ratio between consecutive terms

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

formula for nth term of geometric sequence

A

un = a r^(n-1)

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

formula for sum of first n terms of geometric sequence

A

Sn= (a (1-r^n) / 1-r)

OR

Sn= (a (r^n - 1)/ r-1)

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

when is a geometric sequence convergent

A

|r|<1

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

sum to infinity of a geometric sequence

A

a / 1-r

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

when can you sum to infinity

A

when a geometric sequence is convergent

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

what is a recurrence relation

A

u (n+1) = f (u(n))
defines each term of a sequence as a function of the previous term

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

when is a sequence increasing

A

u(n+1) > u(n) for all n

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

when is a sequence decreasing

A

u(n+1) < u(n) for all n

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

when is a sequence periodic

A

if the terms repeat in a cycle
for a periodic sequence there is an integer k such that u(n+k) = u(n) for all n
the value k is called the order of the sequence

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

radian to degrees

A

x 180/pi

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

degrees to radians

A

x pi/180

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

arc length equation

A

l= θr
radius x angle (in radians)

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

sector area equation

A

1/2 r^2 θ
(in radians)

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

segment area equation

A

1/2 r^2 (θ - sinθ)

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

when θ is small and measured in radians:
approximation for sinθ

A

θ

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

when θ is small and measured in radians:
approximation for tanθ

A

θ

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

when θ is small and measured in radians:
approximation for cosθ

A

1 - θ^2 / 2

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

sec x =

A

1 / cos x

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

cosec x =

A

1 / sin x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
cot x =
1 / tan x OR cos x / sin x
26
equation for binomial expansion applied to negative/fractional values of n to obtain infinite series?
(1+x)^n = 1 + nx + (n(n-1)x^2)/2! + (n(n-1)(n-2)x^3)/3! + ... + (nCr) x^r
27
when is year 2 binomial expansion equation valid
when |x|<1
28
when is the expansion os (1+bx)^n (where n is negative or a fraction) valid
valid for |bx|<1
29
when is the expansion of (a+bx)^n (where n is negative for a fraction) valid
valid for |b/a x|<1
30
if y=sin kx , what is dy/dx
k cos kx
31
if y= cos kx , what is dy/dx
-k sin kx
32
if y= ln x , what is dy/dx
1/x
33
if y= a^(kx), what is dy/dx
a^(kx) k ln a
34
chain rule equation
dy/dx = dy/du x du/dx
35
product rule equation
dy/dx= u'v + uv'
36
quotient rule equation (u/v)
dy/dx= u'v - uv' / v^2
37
how to differentiate if x and y are given as functions of a parameter, t
dy/dx = dy/dt / dx/dt
38
when is the function f(x) concave
if f''(x) <0 for every value of x in the specified interval
39
when is the function f(x) convex
if f''(x)>0 for every value of x in that interval
40
what is a point of inflection
a point at which f''(x) changes sign
41
how to solve an equation in the form f(x)=0 by an iterative method
rearrange f(x)=0 into the form x=g(x) and use the iterative formula x(n+1)=g(x(n))
42
what is newton raphson formula used for
approximating the roots of a function f(x)
43
newton raphson formula
x(n+1) = x(n) - f(x(n)) / f'(x(n))
44
sign change to find roots of a function?
if the function f(x) is continuous on the interval [a,b] and f(a) and f(b) have opposite signs, then f(x) has at least one root, x, which satisfies a
45
integration equation for x^n
∫x^n dx= (x^(n+1))/ n+ 1 + c
46
integration of e^x
e^x + c
47
integration of 1/x
ln|x| + c
48
integration of cos x
sin x + c
49
integration of sin x
-cos x + c
50
integration of f'(ax+b)
1/a f(ax+b) + c
51
integration by parts formula
∫uv'=uv=∫u'v
52
trapezium rule
∫y dx= 1/2 h (y0+2(y1 + y2 + ... + y(n-1)) + yn) where h = b - a /n
53
graph of y=sec x: symmetry? period? vertical asymptotes? range?
symmetry in y-axis period 360 or 2pi vertical asymptotes at all the values of x for which cosx=0 (90, 270, 450) y<-1 or y>1
54
graph of y=cosec x: period? vertical asymptotes? range
period 360 or 2pi vertical asymptotes at values of x for which sin x= 0 (0,180,360) range y<-1 or y>1
55
graph of y=cot x: period? vertical asymptotes? range?
period 180 or pi vertical asymptotes at all values of x for which tanx=0 (0,180,360) range y is all real numbers
56
identities derived from sin^2+ cos^2 = 1
1 + tan^2 = sec^2 1 + cot^2 = cosec^2
57
y=arcsin x graph: domain range
domain -1
58
y=arccos x graph: domain range
domain -1
59
y=arctan x graph: domain range
domain x is all real numbers range -90
60
addition formula: sin (A+B)
sinAcosB + cosAsinB
61
addition formula: sin(A-B)
sinAcosB - cosAsinB
62
addition formula: cos(A+B)
cosAcosB - sinAsinB
63
addition formula: cos(A-B)
cosAcosB + sinAsinB
64
addition formula: tan(A+B)
tanA + tanB / 1-tanAtanB
65
addition formula: tan(A-B)
tanA - tanB / 1 + tanAtanB
66
double angle formulae: sin2A
2sinAcosA
67
double angle formula: cos2A
cos^2 A - sin^2 A 2cos^2 A -1 1- 2sin^2 A
68
double angle formula: tan2A
2tanA/1-tan^2 A
69
how can a sin x +- b cos x be expressed
Rsin (x +- k) or Rcos (x +- k) (R>0 and 0
70
how to convert between cartesian and parametric equations
using substitution to eliminate parameter t
71
for parametric equations x=p(t) and y=q(t) with cartesian equation y=f(x), what is domain and range of cartesian
domain of f(x) is range of p(t) range of f(x) if range of q(t)
72
when does newton raphson not work
stationary point at point x=n tangent to curve at point would not meet x-axis tangent to curve at point is horizontal