PUREEE

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/132

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:35 PM on 8/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

133 Terms

1
New cards

[Algebra] What are the three main index laws?

aᵐ × aⁿ = aᵐ⁺ⁿ • aᵐ⁄aⁿ = aᵐ⁻ⁿ • (aᵐ)ⁿ = aᵐⁿ. Also, a⁻ⁿ means 1⁄aⁿ.

2
New cards

[Algebra] What are the three main logarithm laws?

logₐ(xy) = logₐx + logₐy • logₐ(x divided by y) = logₐx − logₐy • logₐ(xᵏ) = k logₐx.

3
New cards

[Algebra] What is the change-of-base formula?

To calculate logₐx on your calculator, use ln(x)⁄ln(a).

4
New cards

[Algebra] How do you recognise a factor-theorem question?

A factor such as (x-a) is given or must be tested. Use f(a)=0 • the remainder on division by (x-a) is f(a).

5
New cards

[Algebra] What are the sum and product of roots α,β of ax²+bx+c=0?

Sum of roots: α + β = −b⁄a. Product of roots: αβ = c⁄a.

6
New cards

[Algebra] How does the discriminant classify quadratic roots?

Δ = b² − 4ac. • Δ > 0: two dif and only iferent real roots • Δ = 0: one repeated real root • Δ < 0: no real roots.

7
New cards

[Algebra] What is the safest procedure for a polynomial or rational inequality?

Move everything to one side • factor • mark roots and denominator zeros on a number line • test intervals • include or exclude endpoints correctly.

8
New cards

[Algebra] When must you do polynomial division before partial fractions?

When the rational fraction is improper: degree of numerator ≥ degree of denominator.

9
New cards

[Algebra] Partial fractions: distinct linear factors?

If the denominator has dif and only iferent linear factors, use one constant numerator over each factor: A⁄(first factor) + B⁄(second factor).

10
New cards

[Algebra] Partial fractions: repeated linear factor (ax+b)²?

For a repeated factor (ax+b)², include BOTH: A⁄(ax+b) and B⁄(ax+b)².

11
New cards

[Algebra] Partial fractions: linear × irreducible quadratic?

Use a constant over the linear factor, and a linear numerator over the quadratic factor: A⁄(linear factor) + (Bx+C)⁄(quadratic factor).

12
New cards

[Algebra] What is the main trick when rationalising a denominator containing surds?

Multiply numerator and denominator by the conjugate so the denominator becomes rational.

13
New cards

[Sequences & Binomial] AP: what is the nth term?

uₙ = a + (n−1)d.

14
New cards

[Sequences & Binomial] GP: what is the nth term?

uₙ = arⁿ⁻¹.

15
New cards

[Sequences & Binomial] What condition is required for a GP to have a finite sum to infinity?

|r|<1, not merely r<1.

16
New cards

[Sequences & Binomial] What is the sum to infinity of a convergent GP?

S∞ = a⁄(1−r). Use this only when |r| < 1.

17
New cards

[Sequences & Binomial] What does Σ notation tell you to do?

Substitute integer values of the index from the lower limit to the upper limit and add the resulting terms.

18
New cards

[Sequences & Binomial] How do you recognise a GP written in sigma notation?

Look for a constant multiplied by a fixed ratio raised to a linear expression in the index, for example arᵏ⁻¹.

19
New cards

[Sequences & Binomial] When should you use the general binomial series rather than Pascal's triangle?

When the power is negative or fractional (or otherwise not a non-negative integer).

20
New cards

[Sequences & Binomial] State the start of the general binomial expansion.

(1+x)ⁿ = 1 + nx + [n(n−1)x²⁄2!] + [n(n−1)(n−2)x³⁄3!] + …

21
New cards

[Sequences & Binomial] How do you prepare (a+bx)ⁿ for a general binomial expansion?

Factor out a first: (a+bx)ⁿ = aⁿ(1 + bx⁄a)ⁿ. Then expand the bracket.

22
New cards

[Sequences & Binomial] What is the convergence condition for the general binomial series?

The inner variable must have modulus <1. If the inner variable is kx, require |kx|<1.

23
New cards

[Probability] When do you multiply numbers of choices in counting?

When choices occur in successive stages: if stage 1 has m choices and stage 2 has n choices, total=mn.

24
New cards

[Probability] When do you add numbers of choices in counting?

For mutually exclusive alternatives: do case 1 OR case 2, then add the counts.

25
New cards

[Probability] Permutation or combination: how do you choose?

Permutation if order matters • combination if only the selected group matters.

26
New cards

[Probability] State nPr and nCr.

ⁿPᵣ = n!⁄(n−r)! • ⁿCᵣ = n!⁄[r!(n−r)!].

27
New cards

[Probability] How do you count arrangements when some objects are repeated?

n! divided by the factorial of each repetition count.

28
New cards

[Probability] How do you handle 'these objects must stay together'?

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

29
New cards

[Probability] How do you handle 'A and B must not be adjacent'?

Count all arrangements, then subtract arrangements in which A and B are treated as one block.

30
New cards

[Probability] What is the complement rule?

P(A')=1-P(A). Often fastest for 'at least one'.

31
New cards

[Probability] State the addition rule for two events.

P(A∪B)=P(A)+P(B)-P(A∩B).

32
New cards

[Probability] What does 'equally likely' probability reduce to?

Probability = favourable outcomes⁄total possible outcomes.

33
New cards

[Coordinate Geometry] Gradient between two points?

m = (change in y)⁄(change in x). In symbols: (y₂−y₁)⁄(x₂−x₁).

34
New cards

[Coordinate Geometry] Equation of a line through (x₁,y₁) with gradient m?

y-y₁=m(x-x₁).

35
New cards

[Coordinate Geometry] Conditions for parallel and perpendicular non-vertical lines?

Parallel lines have the same gradient. Perpendicular lines satisfy m₁m₂ = −1.

36
New cards

[Coordinate Geometry] How do you find the intersection of two Cartesian lines?

Solve their two equations simultaneously.

37
New cards

[Coordinate Geometry] How do you find the angle between two lines from gradients?

Use tanθ = absolute value of [(m₂−m₁)⁄(1+m₁m₂)]. Then use tan⁻¹.

38
New cards

[Coordinate Geometry] What is the centre-radius equation of a circle?

(x−a)² + (y−b)² = r². Centre = (a,b). Radius = r.

39
New cards

[Coordinate Geometry] How do you find the centre and radius from x²+y²+Dx+Ey+F=0?

Complete the square in x and y. The centre is (−D⁄2, −E⁄2).

40
New cards

[Coordinate Geometry] What geometric fact is used for a tangent to a circle?

The tangent is perpendicular to the radius at the point of contact.

41
New cards

[Coordinate Geometry] Tangent to x²+y²=r² at (x₁,y₁)?

For x²+y²=r², the tangent at (x₁, y₁) is xx₁ + yy₁ = r².

42
New cards

[Coordinate Geometry] Condition for two circles to touch externally?

Distance between centres = r₁+r₂.

43
New cards

[Coordinate Geometry] Condition for two circles to touch internally?

Distance between the centres = absolute value of r₁−r₂.

44
New cards

[Coordinate Geometry] How do you begin a locus problem?

Let the moving point be (x,y), translate the geometric condition into algebra (distance, gradient, or another geometric condition), then simplify.

45
New cards

[Functions] What are domain and range?

Domain: permitted inputs. Range: outputs actually produced.

46
New cards

[Functions] What does one-to-one (injective) mean?

Dif and only iferent inputs give dif and only iferent outputs • equivalently each output is produced by at most one input.

47
New cards

[Functions] What does onto (surjective) mean?

Every element of the stated codomain is reached by at least one input.

48
New cards

[Functions] When does a function have an inverse function?

When it is one-to-one on the stated domain • restrict the domain if necessary.

49
New cards

[Functions] How do you find an inverse algebraically?

Write y=f(x), swap x and y, solve for y, then state the inverse's domain and range as required.

50
New cards

[Functions] How do you form (f∘g)(x)?

Substitute g(x) everywhere x appears in f.

51
New cards

[Functions] What does y=f(x)+a do?

Translate the graph vertically up by a (down if a<0).

52
New cards

[Functions] What does y=f(x+a) do?

Translate the graph left by a (right if a<0).

53
New cards

[Functions] What does y=af(x) do?

Vertical scale factor |a| • if a<0, also reflect in the x-axis.

54
New cards

[Functions] What does y=f(ax) do?

Horizontal scale factor 1⁄|a| • if a<0, also reflect in the y-axis.

55
New cards

[Trig] Why must radians be used in calculus and small-angle formulas?

The standard derivative and integral and small-angle formulas assume the angle is measured in radians.

56
New cards

[Trig] State the reciprocal definitions.

sec x = 1⁄cos x • cosec x = 1⁄sin x • cot x = 1⁄tan x.

57
New cards

[Trig] What exact angles should be known instantly?

0, π⁄6, π⁄4, π⁄3, π⁄2 for sin, cos and tan.

58
New cards

[Trig] State the main Pythagorean identities.

sin²x + cos²x = 1 • 1 + tan²x = sec²x • 1 + cot²x = cosec²x.

59
New cards

[Trig] State the double-angle identities you used most.

sin 2x = 2 sin x cos x • cos 2x = cos²x − sin²x = 1 − 2sin²x = 2cos²x − 1.

60
New cards

[Trig] How do you rewrite sin²x and cos²x for integration?

sin²x = (1−cos2x)⁄2 • cos²x = (1+cos2x)⁄2.

61
New cards

[Trig] How do you recognise an R-method question?

A linear combination A cosθ + B sinθ (or A sinθ+B cosθ), often followed by maximum or minimum, equation solving or sketching.

62
New cards

[Trig] For A cosx + B sinx, what is R?

R = √(A²+B²).

63
New cards

[Trig] Sign memory for R cos(x±α): positive sine term? negative sine term?

R cos(x-α) gives +R sinα sinx • R cos(x+α) gives -R sinα sinx.

64
New cards

[Trig] If y=R cos(…), what are its maximum and minimum values?

Maximum R • minimum -R.

65
New cards

[Trig] What are the small-angle approximations?

For small angles in radians: sin x ≈ x • tan x ≈ x • cos x ≈ 1 − x²⁄2.

66
New cards

[Trig] What is the safe method for solving a trig equation on an interval?

Find reference angle • determine correct quadrants from signs and CAST • list every solution in the required interval and units.

67
New cards

[Complex Numbers] Conjugate of z=a+bi?

If z = a+bi, then z̄ = a−bi.

68
New cards

[Complex Numbers] Modulus of z=a+bi?

If z = a+bi, then |z| = √(a²+b²).

69
New cards

[Complex Numbers] How do you divide complex numbers in Cartesian form?

Multiply numerator and denominator by the conjugate of the denominator.

70
New cards

[Complex Numbers] What identity links z and z̄?

z × z̄ = |z|².

71
New cards

[Complex Numbers] How do you find the argument safely?

First calculate tanθ = b⁄a. Then use the signs of a and b to choose the correct quadrant.

72
New cards

[Complex Numbers] What is the principal argument convention?

-π < arg z ≤ π.

73
New cards

[Complex Numbers] What is polar form?

z = r(cosθ + i sinθ), where r is the modulus and θ is the argument.

74
New cards

[Complex Numbers] How do modulus and argument behave under multiplication?

Moduli multiply • arguments add (then adjust by 2π if needed).

75
New cards

[Complex Numbers] How do modulus and argument behave under division?

Moduli divide • arguments subtract (then adjust to the required range).

76
New cards

[Differentiation] When do you use the product rule?

When two non-constant functions are multiplied.

77
New cards

[Differentiation] When do you use the quotient rule?

When one non-constant function is divided by another.

78
New cards

[Differentiation] When do you use the chain rule?

When one function is inside another, for example (3x²+1)⁵, e²ˣ, sin(x²).

79
New cards

[Differentiation] Chain rule in words?

Dif and only iferentiate the outside, keep the inside, multiply by the derivative of the inside.

80
New cards

[Differentiation] When is implicit differentiation needed?

When x and y are mixed in an equation and y is not isolated conveniently.

81
New cards

[Differentiation] What happens when differentiating a y-term implicitly?

Dif and only iferentiate the y-term normally, then multiply by y′. Example: derivative of y³ is 3y²y′.

82
New cards

[Differentiation] How do you differentiate xy in an implicit equation?

Use the product rule: derivative of xy = xy′ + y.

83
New cards

[Differentiation] How do you find a tangent equation?

Find y′ at the point, then use y-y₁=m(x-x₁).

84
New cards

[Differentiation] How do you find a normal gradient?

Normal gradient = −1⁄the tangent gradient.

85
New cards

[Differentiation] How do you find stationary points?

Solve y′ = 0. Find the matching y-values. Then decide whether each point is a maximum, minimum or neither.

86
New cards

[Differentiation] Second-derivative test for a stationary point?

At a stationary point: y″ > 0 means minimum • y″ < 0 means maximum • y″ = 0 is inconclusive.

87
New cards

[Integration] What must every indefinite integral include?

+C, the constant of integration.

88
New cards

[Integration] How do you recognise substitution?

A composite expression appears together with something proportional to its derivative.

89
New cards

[Integration] If du differs from the integral by only a constant factor, what do you do?

Compensate by multiplying or dividing by that constant. A constant mismatch is fine.

90
New cards

[Integration] If your substitution leaves an unwanted non-constant x-expression, what does that suggest?

The substitution is probably unsuitable unless that x-expression can also be rewritten in terms of u.

91
New cards

[Integration] How do you recognise integration by parts?

A product where differentiating one factor simplifies it and integrating the other is manageable, for example x ln x or polynomial × exponential or trig.

92
New cards

[Integration] What is the integration-by-parts formula?

∫u dv = uv − ∫v du.

93
New cards

[Integration] What is a common choice for u in ∫x ln x dx?

Choose u=ln x because differentiating ln x simplifies it • integrate x for dv.

94
New cards

[Integration] When do partial fractions help in integration?

When integrating a rational function whose denominator factors into manageable linear or quadratic factors.

95
New cards

[Integration] What trig identity is useful for ∫sin²x dx or ∫cos²x dx?

Rewrite the square first: sin²x = (1−cos2x)⁄2, or cos²x = (1+cos2x)⁄2.

96
New cards

[Integration] What is the inner-factor rule for ∫cos(ax)dx and ∫sin(ax)dx?

∫cos(ax) dx = sin(ax)⁄a + C • ∫sin(ax) dx = −cos(ax)⁄a + C.

97
New cards

[Integration] For a definite integral with substitution, what should you do with limits?

Either change the limits to u-values and stay in u, or substitute back to x before using the original limits. Do not mix systems.

98
New cards

[Integration] How do you recognise ∫a function divided by itself after differentiation dx?

If the numerator is the derivative of the denominator, then ∫f′(x)⁄f(x) dx = ln|f(x)| + C.

99
New cards

[Differential Equations] How do you recognise a separable differential equation?

You can rearrange it so every y-term is beside dy and every x-term is beside dx.

100
New cards

[Differential Equations] What is the procedure for a separable equation of the form y′ = f(x)g(y)?

1) Move all y-terms with dy. 2) Move all x-terms with dx. 3) Integrate both sides. 4) Add a constant. 5) Use the initial condition if given. 6) Isolate y if asked.