πΉ 1. Introduction
The chapter Relations and Functions forms the foundation of higher mathematics. It connects algebra with real-world mappings and is essential for topics like calculus, trigonometry, and coordinate geometry.
In simple terms:
- A relation shows how elements of one set are connected to elements of another set.
- A function is a special type of relation with stricter rules.
πΉ 2. Sets Revision (Important Basics)
Before understanding relations, recall:
βοΈ Set
A set is a well-defined collection of objects.
Example:
- A = {1, 2, 3}
- B = {4, 5}
βοΈ Types of Sets
- Finite Set
- Infinite Set
- Empty Set (β )
- Singleton Set
βοΈ Cartesian Product
If A and B are sets, then:
A Γ B = {(a, b) | a β A, b β B}
Example:
If A = {1, 2}, B = {3, 4}
Then:
A Γ B = {(1,3), (1,4), (2,3), (2,4)}
πΉ 3. Relations
βοΈ Definition
A relation R from set A to set B is a subset of A Γ B.
R β A Γ B
βοΈ Types of Relations
1. Empty Relation
No element is related.
R = β
2. Universal Relation
All elements are related.
R = A Γ B
3. Identity Relation
Every element is related to itself.
R = {(a, a) | a β A}
4. Inverse Relation
If R = {(a, b)}, then
Rβ»ΒΉ = {(b, a)}
πΉ 4. Relations in a Set
When relation is defined within the same set A:
R β A Γ A
βοΈ Important Types
1. Reflexive Relation
A relation R is reflexive if:
(a, a) β R for all a β A
Example:
R = {(1,1), (2,2)}
2. Symmetric Relation
If (a, b) β R β (b, a) β R
Example:
(1,2) and (2,1)
3. Transitive Relation
If (a, b) β R and (b, c) β R β (a, c) β R
4. Equivalence Relation
A relation that is:
- Reflexive
- Symmetric
- Transitive
βοΈ Equivalence Class
For element a:
[a] = {x β A | xRa}
Example:
A = {1,2,3}, relation: βsame parityβ
Classes:
- {1,3}
- {2}
πΉ 5. Functions
βοΈ Definition
A function f from A to B is a relation such that:
π Every element of A has exactly one image in B
Notation:
f: A β B
βοΈ Important Terms
Domain
Set of input values (A)
Codomain
Target set (B)
Range
Actual output values
Range β Codomain
βοΈ Example
f(x) = xΒ²
If domain = {1,2,3}
Range = {1,4,9}
πΉ 6. Types of Functions
1. One-One Function (Injective)
Different inputs β different outputs
f(a) = f(b) β a = b
2. Many-One Function
Different inputs β same output
Example:
f(x) = xΒ²
f(2) = 4
f(-2) = 4
3. Onto Function (Surjective)
Every element of codomain is mapped.
Range = Codomain
4. Into Function
Some elements of codomain are not mapped.
5. Bijective Function
Both:
- One-One
- Onto
π Important for inverse functions
πΉ 7. Algebra of Functions
Let f and g be functions:
βοΈ Addition
(f + g)(x) = f(x) + g(x)
βοΈ Subtraction
(f β g)(x) = f(x) β g(x)
βοΈ Multiplication
(fg)(x) = f(x)g(x)
βοΈ Division
(f/g)(x) = f(x)/g(x), g(x) β 0
πΉ 8. Composite Functions
Defined as:
(f β g)(x) = f(g(x))
βοΈ Example
f(x) = xΒ²
g(x) = x + 1
Then:
(f β g)(x) = (x+1)Β²
πΉ 9. Identity Function
f(x) = x
Denoted by I
πΉ 10. Inverse of a Function
If f is bijective, then inverse exists:
fβ»ΒΉ(x)
βοΈ Finding Inverse
Steps:
- Write y = f(x)
- Swap x and y
- Solve for y
βοΈ Example
f(x) = 2x + 3
y = 2x + 3
x = 2y + 3
y = (x – 3)/2
So:
fβ»ΒΉ(x) = (x – 3)/2
πΉ 11. Graph of Functions
Graphs help visualize functions.
Common graphs:
- Linear: straight line
- Quadratic: parabola
- Modulus: V-shape
πΉ 12. Important Functions
1. Polynomial Function
f(x) = aβ + aβx + aβxΒ² + β¦
2. Rational Function
f(x) = p(x)/q(x)
3. Modulus Function
f(x) = |x|
4. Signum Function
f(x) =
- 1 if x > 0
- 0 if x = 0
- -1 if x < 0
5. Greatest Integer Function
f(x) = [x]
πΉ 13. Domain and Range (Important for JEE)
βοΈ Finding Domain
Restrictions:
- Denominator β 0
- Square root β₯ 0
- Log argument > 0
βοΈ Example
f(x) = 1/(x-2)
Domain: x β 2
βοΈ Range
Depends on function behavior.
πΉ 14. Binary Operations
A binary operation on set A is:
f: A Γ A β A
βοΈ Properties
- Closure
- Associativity
- Commutativity
- Identity
- Inverse
πΉ 15. Important Exam Questions
πΈ Prove relation is equivalence
Check:
- Reflexive
- Symmetric
- Transitive
πΈ Check function type
- One-One test
- Onto test
πΈ Find inverse
Ensure bijection first
πΈ Domain problems (very common in JEE)
πΉ 16. JEE & CBSE Important Tips
βοΈ Always check domain first
βοΈ Learn function transformations
βοΈ Practice inverse and composite functions
βοΈ Graph understanding is crucial
βοΈ Focus on equivalence relations
πΉ 17. Common Mistakes
β Confusing domain with range
β Ignoring restrictions
β Assuming all functions are invertible
β Not checking bijection before inverse
πΉ 18. Quick Revision Formula Sheet
- Relation: R β A Γ B
- Function: One input β one output
- Composite: (f β g)(x) = f(g(x))
- Inverse exists β bijective
- Identity: f(x) = x
πΉ 19. Practice Questions
- Check if relation is equivalence
- Find domain of β(x-2)
- Check if function is one-one
- Find inverse of f(x) = (x+1)/(x-1)
- Solve composite functions
πΉ 20. Conclusion
Relations and Functions form the backbone of mathematics. A strong grip on this chapter will make future topics like calculus, limits, and differentiation much easier.