Sets, Relations and Functions

Master set theory, types of relations, equivalence relations, and functions for JEE Mathematics.

Chapter Overview

Sets, Relations, and Functions form the foundation of modern mathematics. Understanding these concepts is essential for higher topics like calculus, algebra, and discrete mathematics. This chapter is crucial for JEE as it underlies many other topics.

What You’ll Learn

By the end of this chapter, you’ll be able to:

  • Represent sets and perform operations on them
  • Apply De Morgan’s Laws and set identities
  • Classify relations as reflexive, symmetric, or transitive
  • Identify equivalence relations and equivalence classes
  • Distinguish between one-one, onto, and bijective functions
  • Compute composition of functions

Prerequisites

Before starting this chapter, you should be familiar with:

  • Basic logic and mathematical notation
  • Number systems (Natural, Integers, Rationals, Reals)
  • Basic algebraic manipulation

Learning Path

Follow these topics in order for the best understanding:

  1. Sets and Their Representation
  2. Set Operations
  3. Introduction to Relations
  4. Types of Relations
  5. Introduction to Functions
  6. Types of Functions
  7. Composition of Functions

Topics in This Chapter

Sets

TopicDescriptionTime
Sets and Their RepresentationSet notation, roster and set-builder forms, standard number sets3 min
Set OperationsUnion, intersection, complement, De Morgan’s laws, power sets4 min

Relations

TopicDescriptionTime
Introduction to RelationsCartesian product, domain, co-domain, range3 min
Types of RelationsReflexive, symmetric, transitive, equivalence relations4 min

Functions

TopicDescriptionTime
Introduction to FunctionsFunction definition, domain, range, graphs3 min
Types of FunctionsInjective, surjective, bijective, counting functions4 min
Composition of FunctionsComposition, inverse functions, properties3 min

Concept Map

graph TD
    A[Sets, Relations & Functions] --> B[Sets]
    A --> C[Relations]
    A --> D[Functions]
    B --> B1[Representation]
    B --> B2[Operations]
    B --> B3[Power Set]
    C --> C1[Types of Relations]
    C --> C2[Equivalence Relations]
    D --> D1[Types of Functions]
    D --> D2[Composition]
    D2 --> D3[Inverse Functions]

Quick Reference

Key Formulas

ConceptFormula
Power set cardinality$\|P(A)\| = 2^n$ where $\|A\| = n$
De Morgan’s Laws$(A \cup B)' = A' \cap B'$ and $(A \cap B)' = A' \cup B'$
Number of functions$n^m$ functions from set of size $m$ to set of size $n$
Number of bijections$n!$ bijections from set of size $n$ to itself
One-one functions$\frac{n!}{(n-m)!}$ when $m \leq n$

Important Set Notations

SymbolNameElements
$\mathbb{N}$Natural Numbers$\{1, 2, 3, ...\}$
$\mathbb{W}$Whole Numbers$\{0, 1, 2, 3, ...\}$
$\mathbb{Z}$Integers$\{..., -2, -1, 0, 1, 2, ...\}$
$\mathbb{Q}$Rationals$\{p/q : p, q \in \mathbb{Z}, q \neq 0\}$
$\mathbb{R}$RealsAll rational and irrational numbers

JEE Weightage

Exam Focus
  • JEE Main: 1-2 questions typically from this chapter
  • High-yield topics: Equivalence relations, one-one/onto functions, composition
  • Common mistakes: Confusing domain with co-domain, missing reflexive cases

Start Learning

Ready to begin? Start with the first topic:

→ Sets and Their Representation