KCSE Mathematics Revision Notes
KCSE Mathematics Revision Notes
The axis of symmetry in a quadratic function, given by x = -b/2a, is a vertical line that divides the parabola into two mirror-image halves. It passes through the vertex of the parabola, which is the highest or lowest point depending on whether it opens downward or upward. This axis ensures that for every point (x, y) on one side, there is a point (-x, y) on the other side, reflecting the symmetric nature of the graph .
Given sin(θ) = opposite / hypotenuse = 0.6, assume the hypotenuse is 1 (for simplicity), making the opposite side 0.6. Applying the Pythagorean theorem, a² + b² = c², with b as the adjacent side, gives 0.6² + b² = 1². Solving for b, we get b = √(1 - 0.36) = √0.64 = 0.8. Therefore, the adjacent side is 0.8 .
The laws of logarithms state that log(aⁿ) = n log a. Applying this to log(1000), since 1000 is 10³, we rewrite the expression as log(10³) = 3 log(10). Given that log base 10 of 10 is 1, this simplifies to 3, thus log(1000) = 3 .
The area of a triangle is calculated using the formula Area = ½ab sin(C), where a and b are the lengths of two sides and C is the included angle between them. The sine function accounts for the height relative to these sides by measuring the proportion of the height to the hypotenuse of the included angle, yielding an accurate area calculation .
To solve simultaneous equations involving linear and quadratic expressions, solve the linear equation for one variable and substitute into the quadratic equation. For example, given y = 2x + 1 and x² + y = 9, solve the linear equation y = 2x + 1 for y and substitute into x² + y = 9 to get x² + 2x + 1 = 9, which simplifies to x² + 2x - 8 = 0. Solving this quadratic equation gives x = 2 or x = -4, yielding corresponding y values for each x .
Solving linear inequalities is similar to solving linear equations by performing operations to isolate the variable. However, a key difference is that when multiplying or dividing by a negative number, the inequality direction is reversed. For example, solving 2x + 3 < 7 involves subtracting 3 and dividing by 2, but if the inequality were -2x < 7, dividing by -2 would result in x > -3. This reversal of inequality maintains the truth of the inequality .
The determinant of a 2x2 matrix determines whether the matrix is invertible; a non-zero determinant indicates invertibility. It is calculated as det = ad - bc for a matrix [[a, b], [c, d]]. For example, for matrix [[2, 3], [1, 4]], det = (2*4) - (3*1) = 8 - 3 = 5, indicating the matrix is invertible .
Graphing linear inequalities involves drawing the boundary line of the inequality on a coordinate plane, using solid lines for ≤ or ≥ inequalities, and dashed lines for < or > inequalities. The area that satisfies the inequality is shaded on the graph. For example, the graph of 2x + 3 < 7 uses a dashed line for x < 2 and shades the area to the left of this line, indicating all points (x, y) satisfying the inequality .
The three main methods for solving quadratic equations are factorization, completing the square, and the quadratic formula. For the equation 2x² - 3x - 2 = 0, factorization is applied by expressing the quadratic as (2x + 1)(x - 2) = 0, yielding solutions x = -½ and x = 2 . Completing the square would involve rewriting 2x² - 3x - 2 in the form a(x-h)² + k = 0. The quadratic formula method uses x = (-b ± √(b² - 4ac)) / 2a, yielding the same solutions after computation .
Completing the square transforms a quadratic equation from the standard ax² + bx + c = 0 to the vertex form a(x-h)² + k = 0. This involves rearranging and adding/subtracting terms to form a perfect square trinomial. The vertex form reveals the vertex (h, k) directly, useful for graph analysis, as it identifies the minimum/maximum point of the parabola. For 2x² - 3x - 2, completing the square provides insight into axis symmetries and turning points .