Past JEE Main Entrance Paper

Overview

Set and their representations

A set is a well-defined collection of objects. There are two methods of representing a set

  • Roaster or tabular form
  • Set builder form

The empty set

A set which does not contain any element is called the empty set or the void set or null set and is denoted by \(\{\} \text { or } \phi \text {. }\)

Finite and infinite sets

A set which consists of a finite number of elements is called a finite set otherwise, the set is called an infinite set.

Subsets

A set A is said to be a subset of set B if every element of \(A\) is also an element of \(B\). In symbols we write \(A \subset B\) if \(a \in A \Rightarrow a \in B\).
We denote
\(
\begin{aligned}
& \text { set of real numbers by } R \\
& \text { set of natural numbers by } N \\
& \text { set of integers by } Z \\
& \text { set of rational numbers by } Q \\
& \text { set of irrational numbers by } T
\end{aligned}
\)

We observe that
\(
\begin{aligned}
& N \subset Z \subset Q \subset R , \\
& T \subset R , Q \not \subset T , N \not \subset T
\end{aligned}
\)

Equal sets

Given two sets \(A\) and \(B\), if every elements of \(A\) is also an element of \(B\) and if every element of \(B\) is also an element of \(A\), then the sets \(A\) and \(B\) are said to be equal. The two equal sets will have exactly the same elements.

Intervals as subsets of \(R\)

Let \(a, b \in R\) and \(a<b\). Then

  • An open interval denoted by \((a, b)\) is the set of real numbers \(\{x: a<x<b\}\)
  • A closed interval denoted by \([a, b]\) is the set of real numbers \(\{x: a \leq x \leq b)\)
  • Intervals closed at one end and open at the other are given by
    \(
    \begin{aligned}
    & {[a, b)=\{x: a \leq x<b\}} \\
    & (a, b]=\{x: a<x \leq b\}
    \end{aligned}
    \)

Power set

The collection of all subsets of a set A is called the power set of A. It is denoted by \(P ( A )\). If the number of elements in \(A =n\), i.e., \(n( A )=n\), then the number of elements in \(P ( A )=2^n\).

Universal set

This is a basic set; in a particular context whose elements and subsets are relevant to that particular context. For example, for the set of vowels in English alphabet, the universal set can be the set of all alphabets in English. Universal set is denoted by \(U\).

Venn diagrams

Venn Diagrams are the diagrams which represent the relationship between sets. For example, the set of natural numbers is a subset of set of whole numbers which is a subset of integers. We can represent this relationship through Venn diagram in the following way.

Operations on sets

Union of Sets : The union of any two given sets \(A\) and \(B\) is the set \(C\) which consists of all those elements which are either in \(A\) or in \(B\). In symbols, we write
\(
C = A \cup B =\{x \mid x \in A \text { or } x \in B \}
\)

Some properties of the operation of union.

  • \(A \cup B = B \cup A\)
  • \(( A \cup B ) \cup C = A \cup( B \cup C )\)
  • \(A \cup \phi= A\)
  • \(A \cup A = A\)
  • \(U \cup A = U\)

Intersection of sets: The intersection of two sets \(A\) and \(B\) is the set which consists of all those elements which belong to both A and B. Symbolically, we write \(A \cap B =\{x: x \in A\) and \(x \in B \}\).
When \(A \cap B =\phi\), then \(A\) and \(B\) are called disjoint sets.

Some properties of the operation of intersection

  • \(A \cap B = B \cap A\)
  • \(( A \cap B ) \cap C = A \cap( B \cap C )\)
  • \(\phi \cap A =\phi ; U \cap A = A\)
  • \(A \cap A = A\)
  • \(A \cap( B \cup C )=( A \cap B ) \cup( A \cap C )\)
  • \(A \cup( B \cap C )=( A \cup B ) \cap( A \cup C )\)

Difference of sets: The difference of two sets \(A\) and \(B\), denoted by \(A – B\) is defined as set of elements which belong to \(A\) but not to \(B\). We write
also,
\(
\begin{aligned}
& A – B =\{x: x \in A \text { and } x \notin B \} \\
& B – A =\{x: x \in B \text { and } x \notin A \}
\end{aligned}
\)

Complement of a set: Let \(U\) be the universal set and \(A\) a subset of \(U\). Then the complement of \(A\) is the set of all elements of \(U\) which are not the elements of \(A\). Symbolically, we write
\(
A ^{\prime}=\{x: x \in U \text { and } x \notin A \} \text {. Also } A ^{\prime}= U – A
\)

Some properties of complement of sets

  • Law of complements:
    (a) \(A \cup A ^{\prime}= U\)
    (b) \(A \cap A ^{\prime}=\phi\)
  • (ii) De Morgan’s law
    (a) \((A \cup B)^{\prime}=A^{\prime} \cap B^{\prime}\)
    (b) \(( A \cap B )^{\prime}= A ^{\prime} \cup B ^{\prime}\)
  • \(\left( A ^{\prime}\right)^{\prime}= A\)
  • \(U ^{\prime}=\phi\) and \(\phi^{\prime}= U\)

Formulae to solve practical problems on union and intersection of two sets

Let \(A , B\) and \(C\) be any finite sets. Then

  • \(n( A \cup B )=n( A )+n( B )-n( A \cap B )\)
  • If \(( A \cap B )=\phi\), then \(n( A \cup B )=n( A )+n\) (B)
  • \(
    \begin{aligned}
    n( A \cup B \cup C )= & n( A )+n( B )+n( C )-n( A \cap B )-n( A \cap C )-n( B \cap C ) \\
    & +n( A \cap B \cap C )
    \end{aligned}
    \)

You cannot copy content of this page