Pure maths

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/140

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:53 PM on 7/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

141 Terms

1
New cards

When decomposing partial fractions, what form is used for three distinct linear factors?

A/(ax+b) + B/(cx+d) + C/(ex+f).

2
New cards

What partial-fraction form is used for a repeated linear factor (ax+b)^2?

A/(ax+b) + B/(ax+b)^2.

3
New cards

What partial-fraction form is used when there is an irreducible quadratic factor?

(Ax+B)/(quadratic factor), together with terms for the other factors.

4
New cards

What must be done before partial-fraction decomposition of an improper rational function?

Use polynomial long division until the numerator degree is lower than the denominator degree.

5
New cards

How do you form a quadratic whose roots are p and q?

Use x^2-(p+q)x+pq=0, or multiply through by a convenient constant.

6
New cards

What is an arithmetic progression (AP)?

A sequence in which the same number d is added each time: a, a+d, a+2d, …

7
New cards

What is the nth term of an AP?

T_n=a+(n-1)d. Booklet: NOT explicitly given—memorise.

8
New cards

What is a geometric progression (GP)?

A sequence in which each term is multiplied by the same ratio r: a, ar, ar^2, …

9
New cards

What is the nth term of a GP?

T_n=ar^(n-1). Booklet: NOT explicitly given—memorise.

10
New cards

State the finite sum of an AP.

S_n=n/2[2a+(n-1)d]=n/2(a+l). Booklet: GIVEN.

11
New cards

State the finite sum of a GP.

S_n=a(1-r^n)/(1-r), r≠1. Booklet: GIVEN.

12
New cards

When does an infinite GP converge and what is its sum?

It converges only when |r|<1, and S_∞=a/(1-r). Booklet: not explicitly given—memorise.

13
New cards

What are the arithmetic and geometric means of positive numbers a and b?

Arithmetic mean=(a+b)/2; geometric mean=√(ab).

14
New cards

What is the convergence condition for the binomial series (1+x)^n when n is not a positive integer?

|x|<1.

15
New cards

What is the multiplication principle in counting?

If one stage can occur in m ways and a following stage in n ways, the combined process has mn outcomes.

16
New cards

What is the addition principle in counting?

If mutually exclusive alternatives can occur in m ways or n ways, there are m+n possibilities.

17
New cards

State nPr and nCr and explain the difference.

nPr=n!/(n-r)! for ordered selections; nCr=n!/[r!(n-r)!] for unordered selections. Booklet: GIVEN.

18
New cards

How many arrangements are there of n objects when some are repeated?

n! divided by the factorial of each repetition count: n!/(a!b!c!…).

19
New cards

How do you handle objects that must stay together in an arrangement?

Treat the required group as one block, arrange the blocks, then multiply by the internal arrangements of the group.

20
New cards

How do you handle two objects that must not be adjacent?

Count all arrangements, subtract arrangements where the two objects are treated as one block.

21
New cards

State the perpendicular distance from (x1,y1) to ax+by+c=0.

|ax1+by1+c|/√(a^2+b^2). Booklet: GIVEN.

22
New cards

How do you find a locus from a geometric condition?

Represent the moving point by (x,y), translate the condition into an equation using distance/slope, and simplify.

23
New cards

What are parametric coordinates?

Coordinates written as x=f(t), y=g(t), where t is a parameter; eliminate t only when required.

24
New cards

What are the centre-radius and general forms of a circle?

(x-a)^2+(y-b)^2=r^2; x^2+y^2+Dx+Ey+F=0, whose centre is (-D/2,-E/2).

25
New cards

How do you find the tangent to a circle at a point?

Use that the tangent is perpendicular to the radius, or use the standard tangent formula when appropriate.

26
New cards

What is the condition for two circles to touch externally or internally?

External: distance between centres=r1+r2. Internal: distance=|r1-r2|.

27
New cards

What is the condition for two circles to be orthogonal?

If centre distance is d, then d^2=r1^2+r2^2.

28
New cards

What is a rational function and why is long division useful?

It is a quotient of polynomials. Long division reveals polynomial and proper-fraction parts, helping find asymptotes.

29
New cards

What are the small-angle approximations and condition?

For x in radians and |x| small: sinx≈x, tanx≈x, cosx≈1-x²/2.

30
New cards

How do you rewrite a cosθ+b sinθ as R cos(θ-α)?

R=√(a²+b²), with R cosα=a and R sinα=b; then use quadrant/signs carefully.

31
New cards

How do moduli and arguments behave under multiplication and division?

|zw|=|z||w|; arg(zw)=argz+argw. |z/w|=|z|/|w|; arg(z/w)=argz-argw, adjusted to the principal range.

32
New cards

How do you write z in modulus-argument form?

z=r(cosθ+i sinθ), where r=|z| and θ=argz.

33
New cards

How do you find square roots of a complex number?

Let (a+bi)²=z, expand and equate real/imaginary parts, or use polar form and halve the arguments.

34
New cards

Why do non-real roots of a real-coefficient polynomial occur in conjugate pairs?

If f has real coefficients and f(a+bi)=0, conjugating gives f(a-bi)=0.

35
New cards

State de Moivre's theorem.

[cosθ+i sinθ]^n=cos(nθ)+i sin(nθ) for integer n. Booklet: GIVEN.

36
New cards

State Euler's formula and the exponential form of a complex number.

e^(iθ)=cosθ+i sinθ; z=re^(iθ).

37
New cards

How are the nth roots of z=re^(iθ) found?

z_k=r^(1/n)e^[i(θ+2πk)/n], k=0,…,n-1; arguments differ by 2π/n.

38
New cards

What locus is represented by |z-a|=c?

A circle with centre a and radius c on the Argand diagram.

39
New cards

What does |z-a|≤c represent?

The closed disc centred at a with radius c; < gives the interior only.

40
New cards

How do you solve a first-order separable differential equation?

Separate all y terms with dy and x terms with dx, integrate both sides, include a constant, then use any initial condition.

41
New cards

What must be checked after solving a differential equation?

Whether constant/equilibrium solutions were lost during division and whether the solution satisfies initial/domain conditions.

42
New cards

State the magnitude and unit vector of a vector a.

|a|=√(a·a); unit vector in its direction is a/|a|.

43
New cards

State the scalar product and angle formula.

a·b=|a||b|cosθ; hence cosθ=(a·b)/(|a||b|). Booklet: GIVEN.

44
New cards

What is the vector equation of a line?

r=a+λd, where a is a position vector of a point and d is a direction vector.

45
New cards

How do you test whether two lines intersect or are skew?

Equate their vector components and solve parameters consistently. No common solution in 3D can indicate skew or parallel lines.

46
New cards

What is a matrix and when can matrices be multiplied?

A rectangular array. AB exists when columns of A equal rows of B; multiplication is row-by-column.

47
New cards

State the inverse of a 2×2 matrix.

For A=[[a,b],[c,d]], A^-1=1/(ad-bc)[[d,-b],[-c,a]], if ad-bc≠0.

48
New cards

Which matrix represents a counterclockwise rotation through θ about the origin?

[[cosθ,-sinθ],[sinθ,cosθ]].

49
New cards

What matrix represents reflection in the line y=x?

[[0,1],[1,0]].

50
New cards

How are compound transformations ordered in matrix multiplication?

If transformation A is followed by B, the combined matrix is BA; the rightmost matrix acts first.

51
New cards

State the Maclaurin series formula.

f(x)=f(0)+xf'(0)+x²f''(0)/2!+…+x^n f^(n)(0)/n!+…

52
New cards

State the Maclaurin series for e^x and its convergence.

e^x=1+x+x²/2!+x³/3!+…; converges for all real x.

53
New cards

State the Maclaurin series for sinx and cosx.

sinx=x-x³/3!+x⁵/5!-…; cosx=1-x²/2!+x⁴/4!-…; both converge for all x.

54
New cards

State the series for ln(1+x) and its main convergence interval.

ln(1+x)=x-x²/2+x³/3-…; -1<x≤1 (with endpoint behaviour considered).

55
New cards

State the general binomial series and convergence condition.

(1+x)^n=1+nx+n(n-1)x²/2!+…; for non-integer n, |x|<1.

56
New cards

What is the method of differences in summation?

Rewrite the term so successive terms cancel (telescoping), write several terms, then identify the uncancelled endpoints.

57
New cards

How can partial fractions help sum a series?

Decompose the nth term into a difference such as A/n - A/(n+1), producing cancellation.

58
New cards

What are the four standard steps of mathematical induction?

State P(n); prove base case; assume P(k); prove P(k+1); conclude P(n) holds for all required n.

59
New cards

What is the induction hypothesis?

The temporary assumption that P(k) is true, used only to prove P(k+1).

60
New cards

What makes an induction proof incomplete?

Skipping the base case, failing to use the hypothesis, or not explicitly concluding the result for all n.

61
New cards

State the vector product magnitude and direction.

|a×b|=|a||b|sinθ; direction is perpendicular by the right-hand rule; a×b=-(b×a).

62
New cards

How do you find the area of a parallelogram or triangle using vectors?

Parallelogram area=|a×b|; triangle area=1/2|a×b|.

63
New cards

State the triple scalar product uses.

|a·(b×c)| gives parallelepiped volume; divide by 6 for a tetrahedron formed by three edge vectors.

64
New cards

What are vector and Cartesian forms of a plane?

Vector: r·n=d or r=a+λb+μc. Cartesian: ax+by+cz=d, where n=(a,b,c).

65
New cards

How is the angle between two planes found?

Find the acute angle between their normal vectors using the dot product.

66
New cards

How is the angle between a line direction d and a plane normal n related to the line-plane angle α?

sinα=|d·n|/(|d||n|).

67
New cards

State the distance from point (x0,y0,z0) to plane ax+by+cz=d.

|ax0+by0+cz0-d|/√(a²+b²+c²).

68
New cards

How are vertical, horizontal and oblique asymptotes usually found?

Vertical: denominator zeros not cancelled; horizontal: limiting value as x→±∞; oblique: polynomial division when numerator degree is one more.

69
New cards

How is y=1/f(x) related to y=f(x)?

Zeros of f become vertical asymptotes; where |f| is large the reciprocal is near 0; sign is preserved.

70
New cards

How is y²=f(x) interpreted?

Require f(x)≥0 and take y=±√f(x), giving symmetry about the x-axis.

71
New cards

State the standard volume-of-revolution formula about the x-axis.

V=π∫ y² dx between the required limits. Booklet: GIVEN.

72
New cards

State the polar-coordinate conversions.

x=r cosθ; y=r sinθ; r²=x²+y²; tanθ=y/x with quadrant care.

73
New cards

State the area enclosed by a polar curve.

A=1/2∫ r² dθ between the relevant angular limits. Booklet: GIVEN.

74
New cards

For x=r cosθ, y=r sinθ, how is dy/dx found?

(dy/dθ)/(dx/dθ). Horizontal tangent: dy/dθ=0; vertical tangent: dx/dθ=0, with denominator/numerator checks.

75
New cards

What is a singular matrix?

A square matrix with determinant 0; it has no inverse.

76
New cards

What are elementary row operations?

Swap rows; multiply a row by a nonzero constant; add a multiple of one row to another.

77
New cards

How are three simultaneous linear equations classified geometrically?

Unique solution: three planes meet at one point; infinitely many: common line/plane or coincident dependence; none: inconsistent planes.

78
New cards

What is an invariant point, line or plane under a transformation?

One that maps onto itself under the transformation, though individual points on an invariant line/plane need not all remain fixed.

79
New cards

How is the first-order linear ODE y'+P(x)y=Q(x) solved?

Use integrating factor I=e^(∫P dx), giving d(Iy)/dx=IQ; integrate and divide by I.

80
New cards

What is the complementary-function method for a constant-coefficient second-order ODE?

Solve the auxiliary equation ar²+br+c=0; root type determines exponential, repeated-root, or sine/cosine terms.

81
New cards

How is a particular integral found in the syllabus?

Use the trial form indicated by f(x), substitute, and solve coefficients; a failure-case trial is given when needed.

82
New cards

How do you prove a root lies in (a,b) using a sign change?

If f is continuous and f(a)f(b)<0, the intermediate value theorem guarantees at least one root in (a,b).

83
New cards

State the Newton-Raphson iteration.

x_(n+1)=x_n-f(x_n)/f'(x_n). The syllabus limits questions to two iterations.

84
New cards

What is the main condition for Simpson's rule?

The number of strips must be even; ordinates are weighted 1,4,2,4,…,2,4,1.

85
New cards

State conditional probability.

P(A|B)=P(A∩B)/P(B), provided P(B)>0. Booklet: GIVEN.

86
New cards

How do mutually exclusive and independent events differ?

Mutually exclusive: cannot both occur, P(A∩B)=0. Independent: one does not affect the other, P(A∩B)=P(A)P(B).

87
New cards

State the addition rule for two events.

P(A∪B)=P(A)+P(B)-P(A∩B). Booklet: GIVEN.

88
New cards

When should a tree diagram be used?

For sequential events, especially conditional probabilities and sampling with or without replacement.

89
New cards

What do ℕ, ℤ, ℚ, ℝ and ℂ represent?

ℕ natural numbers; ℤ integers; ℚ rational numbers; ℝ real numbers; ℂ complex numbers.

90
New cards

What is the key method for rationalising a denominator containing one surd?

Multiply numerator and denominator by the surd or by the conjugate so that the denominator becomes rational.

91
New cards

State the index laws for multiplying and dividing powers with the same base.

a^m a^n = a^(m+n); a^m/a^n = a^(m-n), for a ≠ 0.

92
New cards

What do negative and fractional indices mean?

a^(-n)=1/a^n; a^(1/n)=the nth root of a; a^(m/n)=the nth root of a^m.

93
New cards

State the three main logarithm laws.

log_a(xy)=log_a x+log_a y; log_a(x/y)=log_a x-log_a y; log_a(x^k)=k log_a x.

94
New cards

State the change-of-base formula.

log_a x = log_b x / log_b a. It is useful when the calculator has only ln or log.

95
New cards

What restrictions must be checked in logarithmic equations?

Every logarithm argument must be positive, and the base must be positive and not equal to 1.

96
New cards

State the remainder theorem.

When f(x) is divided by x-a, the remainder is f(a).

97
New cards

State the factor theorem.

x-a is a factor of f(x) exactly when f(a)=0.

98
New cards

State the sum and difference of cubes factorisations.

a^3+b^3=(a+b)(a^2-ab+b^2); a^3-b^3=(a-b)(a^2+ab+b^2). Booklet: GIVEN.

99
New cards

How does the discriminant classify roots of ax^2+bx+c=0?

Δ=b^2-4ac. Δ>0: two distinct real roots; Δ=0: repeated real root; Δ<0: complex conjugate roots.

100
New cards

What are the sum and product of the roots α,β of ax^2+bx+c=0?

α+β=-b/a and αβ=c/a.