Essential Mathematical Formulas: Sets, Functions, and Trigonometry
Posted by Anonymous and classified in Mathematics
Written on in
English with a size of 14.93 KB
Properties of Sets
| Property | Formula |
|---|---|
| Commutative | A ∪ B = B ∪ A, A ∩ B = B ∩ A |
| Associative | (A ∪ B) ∪ C = A ∪ (B ∪ C) |
| Distributive | A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) |
| Idempotent | A ∪ A = A, A ∩ A = A |
| Domination | A ∪ U = U, A ∩ ∅ = ∅ |
| Identity | A ∪ ∅ = A, A ∩ U = A |
| Complement Law | A ∪ A' = U, A ∩ A' = ∅ |
| De Morgan’s Law | (A ∪ B)' = A' ∩ B', (A ∩ B)' = A' ∪ B' |
Important Set Formulas
- n(A ∪ B) = n(A) + n(B) – n(A ∩ B)
- If A and B are disjoint: n(A ∪ B) = n(A) + n(B)
- Number of subsets of a set with n elements = 2ⁿ
- Number of proper subsets = 2ⁿ – 1
- n(P(A)) = 2ⁿ
1. Identity Function
f(x) = x
- Graph: Straight line through origin
- Line:
y = x - Domain & Range: ℝ
- Passes through: (0, 0), (1, 1), (-1, -1)
2. Constant Function
f(... Continue reading "Essential Mathematical Formulas: Sets, Functions, and Trigonometry" »