Grade 11
Sequences & Series, Compound Finance, Trigonometric identities, Probability, Euclidean Geometry.
Arithmetic nth Term
Finds the nth term of an arithmetic (linear) sequence.
Any pattern where the difference between consecutive terms is constant.
Sequence 3, 7, 11, … (a=3, d=4): T₁₀ = 3 + 9×4 = 39
Arithmetic Series Sum
Sum of the first n terms of an arithmetic series.
Adding up a set of numbers that form an arithmetic pattern.
Sum of 3+7+11+… (10 terms): S₁₀ = 5×(6 + 36) = 210
Geometric nth Term
Finds the nth term of a geometric (exponential) sequence.
Any pattern where each term is multiplied by a constant ratio r.
Sequence 2, 6, 18, … (a=2, r=3): T₅ = 2×3⁴ = 162
Geometric Series Sum
Sum of the first n terms of a geometric series.
Adding up terms of a geometric sequence.
Sum of 2+6+18+… (5 terms): S₅ = 2(3⁵−1)/(3−1) = 242
Compound Interest (Growth)
Amount after compound interest — interest is added to the principal each period.
Savings accounts, investments, any scenario where interest compounds.
R10 000 at 7% p.a. for 5 years: A = 10000(1.07)⁵ = R14 025.52
Compound Decay (Depreciation)
Value after compound depreciation — asset loses a percentage of its current value each period.
Reducing-balance depreciation of vehicles and equipment.
R200 000 at 20% for 4 years: A = 200000(0.8)⁴ = R81 920
Effective Annual Interest Rate
Converts a nominal rate compounded m times per year to an annual effective rate.
Comparing interest rates that compound at different frequencies.
12% p.a. compounded monthly: iₑff = (1 + 0.01)¹² − 1 = 12.68%
Sine Rule
Relates sides of any triangle to the sines of their opposite angles.
Given two angles and a side, or two sides and a non-included angle.
If A=30°, B=45°, a=8: b = 8×sin45°/sin30° = 11.31
Cosine Rule
Finds an unknown side or angle in any triangle given enough information.
Given two sides and the included angle, or three sides.
b=5, c=7, A=60°: a² = 25+49−70cos60° = 39, a = 6.24
Area of a Triangle (Trig)
Finds the area when two sides and the included angle are known.
Area problems where the height is not given directly.
a=6, b=8, C=30°: Area = ½×6×8×0.5 = 12 square units
Double Angle — Sine
Expresses the sine of a double angle in terms of sine and cosine of the original angle.
Simplifying expressions, proving identities involving sin 2α or 2sinα cosα.
sin 60° = 2 sin 30° cos 30° = 2×0.5×(√3/2) = √3/2 ✓
Double Angle — Cosine
Three equivalent forms for the cosine of a double angle.
Proving identities, solving equations involving cos 2α.
cos 90° = 1 − 2sin²45° = 1 − 2×½ = 0 ✓
Addition Rule
Probability that event A or B occurs (or both).
When events are not mutually exclusive (they can both happen).
P(A)=0.4, P(B)=0.5, P(A∩B)=0.2: P(A∪B) = 0.7
Complement Rule
Probability of an event NOT occurring.
When it is easier to calculate the probability of the opposite event.
P(rolling a 6) = 1/6, so P(not 6) = 5/6
Conditional Probability
Probability of A given that B has already occurred.
When knowledge of one event affects the probability of another.
P(rain|cloudy) = P(rain and cloudy) / P(cloudy)
Equation of a Circle
Standard form of a circle with centre (a, b) and radius r.
Describing circles on the Cartesian plane, finding centres and radii.
Centre (2, −3), radius 5: (x−2)² + (y+3)² = 25
Standard Deviation
Measures how spread out data is around the mean.
Comparing variability between data sets; quality control problems.
Data {2, 4, 4, 4, 5, 7}: x̄=4.33, σ≈1.49