Standard Form: A way to represent very large or small numbers.
Written as ax \times 10^k where:
1 \leq a < 10 (one non-zero digit before the decimal)
k \in \mathbb{Z} (k is an integer)
k > 0 for large numbers
k < 0 for small numbers
Laws of Indices (Key rules to simplify exponents):
(xy)^m = x^m \times y^m
(\frac{x}{y})^m = \frac{x^m}{y^m}
x^m \times x^n = x^{m+n}
\frac{x^m}{x^n} = x^{m-n}
(x^m)^n = x^{m \times n}
x^1 = x
x^0 = 1
\frac{1}{x^m} = x^{-m}
x^{\frac{1}{n}} = \sqrt[n]{x}
x^{\frac{m}{n}} = \sqrt[n]{x^m}
Note: These rules are not in the formula booklet.
Purpose: To simplify rational expressions into sums of fractions that can be integrated.
Steps:
Factor the denominator into linear factors.
Split the fraction into a sum (using unknown constants A, B, C).
Multiply through by the denominator to eliminate fractions.
Substitute values into the identity and solve for the unknown constants.
Write the expression as partial fractions.
Logarithm Definition: The inverse of an exponent. If a^x = b, then \log_a b = x.
Natural Logarithm: \ln x = \log_e x where e is approximately 2.718.
Common Logarithm: \log x = \log_{10} x.
Laws of Logarithms (found in the formula booklet):
\loga (xy) = \loga x + \log_a y
\loga (\frac{x}{y}) = \loga x - \log_a y
\loga (x^m) = m \loga x
Definition: A sequence with a constant difference between consecutive terms (common difference d).
Formula for nth term: un = u1 + (n-1) d.
Sum of n terms: Sn = \frac{n}{2} (u1 + u_n).
Definition: A sequence with a constant ratio between consecutive terms (common ratio r).
Formula for nth term: un = u1 r^{(n-1)}.
Sum of n terms: Sn = u1 \frac{(1 - r^n)}{(1 - r)} (for r \neq 1).
Sum to Infinity (if |r| < 1): S\infty = \frac{u1}{1 - r}.
Proof by Deduction: Showing a result is true for all integers by showing it holds for one integer and the next.
Proof by Contradiction: Assuming the negation of what you want to prove and showing this leads to a contradiction.
Definition of Function: A set of operations that output a specific value for every input.
Domain: Set of x-values that can be plugged into the function.
Range: Set of y-values that can be produced by the function.
One-to-One Function: Each input gives a unique output; passes the horizontal line test.
Many-to-One Function: Multiple inputs produce the same output.
Onto Function: Every element in the co-domain has a pre-image in the domain.
Polynomial Function: A function of the form f(x) = an x^n + … + a0 where n is a non-negative integer.
Forms:
Gradient-Intercept Form: y = mx + c (where m is the slope and c is y-intercept).
Example: y = 2x - 1 → gradient = 2, y-intercept = -1.
Standard Form: ax + by = c
Point-Slope Form: y - y1 = m(x - x1): Useful for finding the equation given slope and a point.
Parallel Lines: Lines with the same slope, do not intersect.
Perpendicular Lines: Two lines intersecting at a 90° angle.
Intercepts: Points where the graph intersects axes (x or y).
Quadratic Function: f(x) = ax^2 + bx + c.
Roots: Points where function intersects the x-axis.
Vertex: Max or min points of the quadratic.
Discriminant (from the quadratic formula): Determines number of roots ( = b^2 - 4ac),
If D > 0 → two distinct roots;
If D = 0 → one repeated root;
If D < 0 → no real roots.
Discrete Random Variable: Has countable outcomes (e.g., dice rolls).
Continuous Random Variable: Has infinitely many outcomes (e.g., height).
Probability Rules:
Addition Rule and Multiplication Rule for independent and dependent events.
Binomial Distribution: Models success in fixed number of trials.
Normal Distribution: Bell-shaped curve characterized by mean and standard deviation.
Mean: Average value of a dataset.
Median: Middle value when data points are ordered.
Mode: Most frequently occurring value(s).
Range: Difference between highest and lowest values.
Standard Deviation (σ): Measure of variance from the mean.
This set of notes organizes the important concepts and formulas from the subject to aid in exam preparation. Focus on understanding and practicing these key ideas to effectively prepare for assessments.