0% found this document useful (0 votes)
14 views2 pages

KCSE Mathematics Revision Notes

The document provides condensed revision notes for KCSE Mathematics, covering key topics such as quadratic equations, simultaneous equations, trigonometry, logarithms, linear inequalities, and matrices. It includes standard forms, solving methods, examples, and important formulas for each topic. Additionally, it outlines the area of a triangle using trigonometric functions.

Uploaded by

otembodarren99
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

KCSE Mathematics Revision Notes

The document provides condensed revision notes for KCSE Mathematics, covering key topics such as quadratic equations, simultaneous equations, trigonometry, logarithms, linear inequalities, and matrices. It includes standard forms, solving methods, examples, and important formulas for each topic. Additionally, it outlines the area of a triangle using trigonometric functions.

Uploaded by

otembodarren99
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

KCSE MATHEMATICS REVISION NOTES

Form 3 – Condensed (2 Pages)

Quadratic Equations
Standard Form: ax² + bx + c = 0

Solving Methods:

a) Factorization

b) Completing the square

c) Quadratic Formula: x = (-b ± √(b² - 4ac)) / 2a

Example: Solve 2x² - 3x - 2 = 0 → (2x + 1)(x - 2) = 0 → x = -½ or x = 2

Graphs of Quadratic Functions


Parabola shape: opens upward if a > 0, downward if a < 0

Axis of symmetry: x = -b/2a

Turning point: Substitute x = -b/2a into the function

Simultaneous Equations
Linear and quadratic: Solve linear, then substitute into quadratic

Example: y = 2x + 1, x² + y = 9 → x² + 2x - 8 = 0 → x = 2 or -4

Trigonometry
Ratios (right-angled triangle):

sin(θ) = opposite / hypotenuse

cos(θ) = adjacent / hypotenuse

tan(θ) = opposite / adjacent

Pythagoras’ Theorem: a² + b² = c²

Example: sin(θ) = 0.6 → θ = sin⁻¹(0.6) = 36.87°

Logarithms
Laws:

log(ab) = log a + log b

log(a/b) = log a - log b

log(aⁿ) = n log a

Example: log(1000) = 3 because 10³ = 1000


Linear Inequalities
Solve like equations, but reverse inequality when multiplying/dividing by a negative

Graphing: Use solid/dashed lines, shade correct region

Example: 2x + 3 < 7 → x < 2

Matrices
Order: Rows × Columns

Addition/Subtraction: Same order

Multiplication: Only if inner dimensions match

Determinant (2x2): det = ad - bc

Inverse (2x2): A⁻¹ = (1/det) * [d -b; -c a]

Area of a Triangle Using Trig


Area = ½ab sin(C)

Common questions

Powered by AI

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 .

You might also like