Advertisement Space

Chapter 1: Matrices and Determinants

Matrix

A rectangular array of numbers arranged in rows and columns.

A = [aᵢⱼ]ₘₓₙ
m = rows, n = columns

Types of Matrices

Matrix Operations

Addition: A + B = [aᵢⱼ + bᵢⱼ]

Scalar Multiplication: kA = [kaᵢⱼ]

Multiplication: (AB)ᵢⱼ = Σₖ aᵢₖbₖⱼ

Determinant

Only square matrices have determinants.

|A| for 2×2: |a b; c d| = ad - bc

|A| for 3×3: Use expansion method
Find determinant of A = [3, 2; 1, 4]
|A| = 3×4 - 2×1 = 12 - 2 = 10

Chapter 2: Real and Complex Numbers

Types of Numbers

Complex Numbers

z = a + bi
a = real part, b = imaginary part
i = √(-1), i² = -1

Operations on Complex Numbers

(a+bi) + (c+di) = (a+c) + (b+d)i

(a+bi)(c+di) = (ac-bd) + (ad+bc)i

Chapter 3: Logarithms

Definition

If aˣ = N, then logₐN = x

Logarithm Laws

log(MN) = log M + log N

log(M/N) = log M - log N

log Mⁿ = n log M

logₐ 1 = 0

logₐ a = 1

Change of Base

logₐN = log N / log a
log₁₀100 = 2 because 10² = 100

Chapter 4: Algebraic Expressions

Algebraic Sentences

Factorization

Chapter 5: Fundamental Concepts of Geometry

Terms

Angle Types

Chapter 6: Lines and Angles

Parallel Lines

Two lines in a plane that never meet.

Transversal

A line crossing two or more parallel lines.

Angle Pairs

If lines are parallel:
Corresponding angles = Equal
Alternate interior = Equal
Co-interior = 180°

Chapter 7: Triangles

Types of Triangles

Triangle Properties

Congruency (SSS, SAS, ASA, AAS, RHS)

Chapter 8: Quadrilaterals

Types

Properties

Parallelogram: Opposite sides =, Opposite angles =, Diagonals bisect each other

Rectangle: Diagonals =

Rhombus: Diagonals ⟂

Square: All properties

Chapter 9: Areas of Triangles and Quadrilaterals

Area Formulas

Triangle: A = ½ × base × height

Parallelogram: A = base × height

Rectangle: A = length × width

Square: A = side²

Rhombus: A = ½ × d₁ × d₂

Heron's Formula

s = (a+b+c)/2 (semi-perimeter)
A = √[s(s-a)(s-b)(s-c)]
Advertisement Space