0% found this document useful (0 votes)
295 views3 pages

CSEC Additional Mathematics Formulas

The CSEC Additional Mathematics Formula Sheet provides essential formulas across various mathematical topics including Algebra, Coordinate Geometry, Trigonometry, Differentiation, Integration, Matrices, Sequences, Series, and Probability. Key formulas include factorization, laws of indices, trigonometric identities, differentiation rules, and basic probability calculations. This comprehensive guide serves as a quick reference for students preparing for examinations.

Uploaded by

jodellemulrain
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)
295 views3 pages

CSEC Additional Mathematics Formulas

The CSEC Additional Mathematics Formula Sheet provides essential formulas across various mathematical topics including Algebra, Coordinate Geometry, Trigonometry, Differentiation, Integration, Matrices, Sequences, Series, and Probability. Key formulas include factorization, laws of indices, trigonometric identities, differentiation rules, and basic probability calculations. This comprehensive guide serves as a quick reference for students preparing for examinations.

Uploaded by

jodellemulrain
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

CSEC Additional Mathematics Formula Sheet

1. Algebra
**Factorization & Expansion**

a² - b² = (a - b)(a + b)

a³ - b³ = (a - b)(a² + ab + b²)

a³ + b³ = (a + b)(a² - ab + b²)

(a + b)² = a² + 2ab + b²

(a - b)² = a² - 2ab + b²

**Laws of Indices**

a^m * a^n = a^(m+n)

a^m / a^n = a^(m-n)

(a^m)^n = a^(mn)

a^0 = 1

a^(-n) = 1/a^n

**Surds**

√a * √b = √(ab)

√a / √b = √(a/b)

(√a + √b)(√a - √b) = a - b

2. Coordinate Geometry
**Straight Line**

Gradient: m = (y2 - y1) / (x2 - x1)

Equation of a line: y - y1 = m(x - x1)

Slope-intercept form: y = mx + c
Midpoint: M = ((x1 + x2)/2, (y1 + y2)/2)

Distance formula: d = √[(x2 - x1)² + (y2 - y1)²]

Perpendicular lines: m1 * m2 = -1

3. Trigonometry
**Basic Identities**

sin²A + cos²A = 1

1 + tan²A = sec²A

1 + cot²A = csc²A

**Sine & Cosine Rule**

Sine Rule: a/sinA = b/sinB = c/sinC

Cosine Rule: c² = a² + b² - 2ab cosC

Area of a Triangle: 1/2 ab sinC

4. Differentiation
**Basic Rules**

Power Rule: d/dx (x^n) = n x^(n-1)

Product Rule: d/dx (uv) = u'v + uv'

Quotient Rule: d/dx (u/v) = (v u' - u v') / v²

Chain Rule: d/dx f(g(x)) = f'(g(x)) g'(x)

**Trigonometric Derivatives**

d/dx sinx = cosx

d/dx cosx = -sinx

d/dx tanx = sec²x

5. Integration
**Basic Rules**

∫ x^n dx = (x^(n+1)) / (n+1) + C


∫ sinx dx = -cosx + C

∫ cosx dx = sinx + C

Definite Integral: ∫(a to b) f(x) dx = F(b) - F(a)

6. Matrices & Transformations


**Matrix Operations**

Determinant of 2x2 matrix: |A| = ad - bc

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

7. Sequences & Series


**Arithmetic Progression (AP)**

nth term: an = a + (n - 1)d

Sum of first n terms: Sn = (n/2) [2a + (n - 1)d]

**Geometric Progression (GP)**

nth term: an = ar^(n-1)

Sum of first n terms: Sn = a(1 - r^n) / (1 - r), r ≠ 1

Sum to infinity: S∞ = a / (1 - r), if |r| < 1

8. Probability & Statistics


**Basic Formulas**

Mean: (Σx) / n

P(A or B): P(A) + P(B) - P(A ∩ B)

P(A and B) (Independent): P(A) * P(B)

Conditional Probability: P(A | B) = P(A ∩ B) / P(B)

Common questions

Powered by AI

The probability of the union of two events A and B is determined using the formula P(A or B) = P(A) + P(B) - P(A ∩ B). This accounts for the overlap (intersection) of the two events being subtracted, avoiding double-counting .

The chain rule in calculus is used to differentiate composite functions. It states that if a function y = f(g(x)) is a composition of f and g, then its derivative is f'(g(x)) * g'(x). For example, if f(x) = (2x + 3)², then using the chain rule, the derivative f'(x) is 2(2x + 3) * 2 = 4(2x + 3).

To find the area of a triangle when two sides and the included angle are given, you would apply the formula Area = (1/2)ab sinC, where a and b are the lengths of the sides, and C is the included angle .

The sum to infinity of a geometric progression exists when the absolute value of the common ratio r is less than 1, i.e., |r| < 1. When this condition is satisfied, the sum to infinity is calculated using S∞ = a / (1 - r), where a is the first term .

The laws of indices are used to simplify expressions by allowing the manipulation of exponents. For multiplication, a^m * a^n = a^(m+n), so you add the exponents. For division, a^m / a^n = a^(m-n), so you subtract the exponents. These rules help simplify expressions like 2^3 * 2^4 = 2^(3+4) = 2^7 and 2^7 / 2^3 = 2^(7-3) = 2^4 .

To solve calculus problems involving trigonometric functions, differentiation uses formulas such as d/dx sinx = cosx, d/dx cosx = -sinx, and d/dx tanx = sec²x. Integration uses formulas like ∫ sinx dx = -cosx + C and ∫ cosx dx = sinx + C. These techniques allow precise calculation of rates of change and accumulation involving trigonometric expressions .

To determine the gradient of a straight line segment between two points (x1, y1) and (x2, y2), you use the formula m = (y2 - y1) / (x2 - x1). The midpoint M of the line segment is found using the formula M = ((x1 + x2)/2, (y1 + y2)/2).

The difference of squares is applied in factorization using the formula a² - b² = (a - b)(a + b), meaning any expression of this form can be factored into two binomials. For example, the expression 9x² - 16 can be factored as (3x - 4)(3x + 4).

For a 2x2 matrix A = [a b; c d], the determinant is calculated as |A| = ad - bc. If the determinant is non-zero, the inverse A⁻¹ can be found using the formula A⁻¹ = (1/det(A)) * [d -b; -c a]. This approach ensures the matrix transformations can be correctly reversed .

An arithmetic progression (AP) is identified by a sequence in which each term after the first is produced by adding a constant difference to the preceding term. The nth term of an AP is calculated using an = a + (n - 1)d, and the sum of the first n terms is given by Sn = (n/2) [2a + (n - 1)d], where a is the first term and d is the common difference .

You might also like