Sets, Relations, Trigonometric Functions & Complex Numbers
1. Sets
Types and Operations
- Union (A ∪ B): Elements in A OR B. Intersection (A ∩ B): In BOTH. Difference (A — B): In A but NOT B.
- Complement (A′): Elements NOT in A. De Morgan's Laws: (A ∪ B)′ = A′ ∩ B′. (A ∩ B)′ = A′ ∪ B′.
- Cardinal Number: n(A ∪ B) = n(A) + n(B) — n(A ∩ B). Power Set: 2ⁿ subsets.
Venn Diagrams — Visual representation. Essential for solving 2-set and 3-set problems.
2. Relations and Functions
Relations
A relation R from A to B is a SUBSET of A × B. Domain (first elements). Range (second elements).
Functions
A function f: A → B assigns EXACTLY ONE element of B to EACH element of A.
Types of Functions
| Type | Definition |
|---|---|
| One-One (Injective) | Different inputs → DIFFERENT outputs. f(x₁)=f(x₂) ⇒ x₁=x₂. |
| Onto (Surjective) | Range = Codomain. Every element of B is 'hit.' |
| Bijective | BOTH one-one AND onto. INVERTIBLE. |
Composition: (f ∘ g)(x) = f(g(x)). Inverse: f⁻¹ exists iff f is BIJECTIVE.
3. Trigonometric Functions
Angle Measurement
- Degrees (360° in a circle). Radians (2π in a circle). π radians = 180°.
Domain and Range
| Function | Domain | Range |
|---|---|---|
| sin x, cos x | R | [-1, 1] |
| tan x | R — {(2n+1)π/2} | R |
| cot x | R — {nπ} | R |
| sec x | R — {(2n+1)π/2} | (−∞,−1] ∪ [1,∞) |
| cosec x | R — {nπ} | (−∞,−1] ∪ [1,∞) |
Fundamental Identities
sin²θ + cos²θ = 1. 1 + tan²θ = sec²θ. 1 + cot²θ = cosec²θ.
Compound Angle Formulas
- sin(A ± B) = sinA cosB ± cosA sinB
- cos(A ± B) = cosA cosB ∓ sinA sinB
- tan(A ± B) = (tanA ± tanB)/(1 ∓ tanA tanB)
Multiple Angle
sin2A = 2sinA cosA. cos2A = cos²A — sin²A = 2cos²A — 1 = 1 — 2sin²A.
Trigonometric Equations
General solutions: sinθ=0 → θ=nπ. cosθ=0 → θ=(2n+1)π/2. tanθ=0 → θ=nπ. sinθ=sinα → θ=nπ+(−1)ⁿα.
4. Complex Numbers
Definition: z = a + ib, where a,b ∈ R, i = √(−1), i² = −1.
Algebra
- Addition: (a+ib) + (c+id) = (a+c) + i(b+d)
- Multiplication: (a+ib)(c+id) = (ac−bd) + i(ad+bc)
- Division: Multiply numerator and denominator by CONJUGATE (a−ib).
Conjugate: z̄ = a — ib. |z| = √(a² + b²). zz̄ = |z|².
Argand Plane — x-axis = Real axis. y-axis = Imaginary axis.
Polar Form: z = r(cos θ + i sin θ), r = |z|, θ = arg(z) = tan⁻¹(b/a) (adjusted for quadrant).
De Moivre's Theorem
(cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ). Used to find powers and roots of complex numbers.
Cube Roots of Unity (ω)
1, ω = (−1+i√3)/2, ω² = (−1−i√3)/2. 1 + ω + ω² = 0. ω³ = 1.
