• AglaSem
  • Schools
  • Admission
  • Career
  • News
  • Hindi
  • Mock Test
  • Docs
  • ATSE
aglasem
  • CBSE
    • Date Sheet
    • Syllabus
    • Sample Papers
    • Question Papers
  • ICSE / ISC
  • State Boards
    • Date Sheet
    • Admit Card
    • Result
    • Sample Paper
    • Question Paper
  • NCERT
    • NCERT Books
    • NCERT Solutions
    • NCERT Exempler
    • Teaching Material
  • Mock Tests
  • Study Material
    • Notes
    • Solved Sample Papers
    • Maps
    • Writing Skill Format
  • Olympiads
    • ATSE
    • KVPY
    • NTSE
    • NMMS
  • School Admission
  • Entrance Exams
    • JEE Main
    • NEET
    • CLAT
  • Students Guide
    • Careers Opportunities
    • Courses & Career
    • Courses after 12th
  • Others
    • RD Sharma Solutions
    • HC Verma Solutions
    • Teaching Material
    • Classes Wise Resources
    • Videos
No Result
View All Result
aglasem
  • CBSE
    • Date Sheet
    • Syllabus
    • Sample Papers
    • Question Papers
  • ICSE / ISC
  • State Boards
    • Date Sheet
    • Admit Card
    • Result
    • Sample Paper
    • Question Paper
  • NCERT
    • NCERT Books
    • NCERT Solutions
    • NCERT Exempler
    • Teaching Material
  • Mock Tests
  • Study Material
    • Notes
    • Solved Sample Papers
    • Maps
    • Writing Skill Format
  • Olympiads
    • ATSE
    • KVPY
    • NTSE
    • NMMS
  • School Admission
  • Entrance Exams
    • JEE Main
    • NEET
    • CLAT
  • Students Guide
    • Careers Opportunities
    • Courses & Career
    • Courses after 12th
  • Others
    • RD Sharma Solutions
    • HC Verma Solutions
    • Teaching Material
    • Classes Wise Resources
    • Videos
No Result
View All Result
aglasem
No Result
View All Result

NCERT Exemplar Class 11 Maths Unit 1 Sets

by aglasem
January 7, 2022
in Extras
Reading Time: 8 mins read
0

Candidates can download NCERT Exemplar Class 11 Maths Unit 1 from this page. The exemplar has been provided by the National Council of Educational Research & Training (NCERT) and the candidates can check it from below for free of cost. It contains objective, very short answer type, short answer type, and long answer type questions. Along with it, the answer for each question has also been provided. From the NCERT Exemplar Class 11 Maths Unit 1, candidates can understand the level and type of questions that are asked in the exam. 

Click Here for Class 11 Maths Notes

NCERT Exemplar Class 11 Maths Unit 1 Sets

Subscribe For Latest Updates

NCERT Exemplar Class 11 Maths Unit 1 is for Sets. The type of questions that will be asked from NCERT Class 11 Maths Unit 1 are displayed in the below provided NCERT Exemplar Class 11 Maths Unit 1. With the help of it, candidates can prepare well for the examination.


1.1 Overview
This chapter deals with the concept of a set, operations on sets. Concept of sets will be useful in studying the relations and functions.

1.1.1 Set and their representations A set is a well-defined collection of objects. There are two methods of representing a set
(i) Roaster or tabular form
(ii) Set builder form

1.1.2 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 { } or φ.

1.1.3 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.

1.1.4 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 ⊂ B if a ∈ A ⇒ a ∈ B.
We denote,
set of real numbers by R
set of natural numbers by N
set of integers by Z
set of rational numbers by Q
set of irrational numbers by T
We observe that
N ⊂ Z ⊂ Q ⊂ R,
T ⊂ R, Q ⊄ T, N ⊄ T

1.1.5 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.

1.1.6 Intervals as subsets of R Let a, b ∈ R and a < b. Then
(a) An open interval denoted by (a, b) is the set of real numbers {x : a < x < b}
(b) A closed interval denoted by [a, b] is the set of real numbers {x : a ≤ x ≤ b)
(c) Intervals closed at one end and open at the other are given by
[a, b) = {x : a ≤ x < b}
(a, b] = {x : a < x ≤ b}

1.1.7 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 .

1.1.8 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.

1.1.9 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.

1.1.10 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

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 ∩ B = {x : x ∈ A and x ∈ B}.

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,

A – B = {x : x ∈ A and x ∉ B}
also, B – A = { x : x ∈ B and x ∉A}

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′ = {x : x ∈ U and x ∉ A}. Also A′ = U – A

Some properties of complement of sets
(i) Law of complements:
(a) A ∪ A′ = U    (b) A ∩ A′ = φ
(ii) De Morgan’s law
(a) (A ∪ B)′ = A′ ∩ B′    (b) (A ∩ B)′ = A′ ∪ B′
(iii) (A′ )′ = A
(iv) U′ = φ and φ′ = U

1.1.11 Formulae to solve practical problems on union and intersection of two sets
Let A, B and C be any finite sets. Then
(a) n (A ∪ B) = n (A) + n (B) – n (A ∩ B)
(b) If (A ∩ B) = φ, then n (A ∪ B) = n (A) + n (B)
(c) n (A ∪ B ∪ C) = n (A) + n (B) + n (C) – n (A ∩ B) – n (A ∩ C) – n (B ∩ C) + n (A ∩ B ∩ C)

Short Answer Type Questions (Solved Examples)

ATSE 2022, Olympiad Registration Open.

Long Answer Type Questions (Solved Examples)

Objective Type Questions (Solved Examples)

Short Answer Type Questions (Exercise)

Sets

Long Answer Type Questions (Exercise)

Sets

Objective Type Questions (Exercise)

Sets

Fill In Blanks Type Questions (Exercise)

Sets

Match Type Questions (Exercise)

Sets

True or False Statements Type Questions (Exercise)

Sets

Click Here to download NCERT Exemplar Class 11 Maths Unit 1 Sets.

Next »

Answers

Maths Physics Maths Biology

To get fastest exam alerts and government job alerts in India, join our Telegram channel.

Tags: MathematicsMathsNCERT ExemplarNCERT Exemplar Problems SolutionsNCERT Mathematics SolutionsNCERT Maths SolutionsNCERT Solutions Class 11

aglasem

Related Posts

Extras

JEE NEET Chemistry Question Bank for Biomolecules

Extras

JEE NEET Chemistry Question Bank for Hydrocarbons

Extras

JEE NEET Chemistry Question Bank for Polymers

Extras

JEE NEET Question Bank Chemistry – Revision, MCQ Question & Solutions

Next Post

NCERT Exemplar Class 11 Maths Unit 5 Complex Numbers and Quadratic Equations

Discussion about this post

Registration Open!!

ATSE 2022, Olympiad Registration Open.

Term 2 Solved Sample Paper 2022

  • Class 8 Sample Paper Term 2
  • Class 9 Sample Paper Term 2
  • Class 10 Sample Paper Term 2
  • Class 11 Sample Paper Term 2
  • Class 12 Sample Paper Term 2

CBSE Board Quick Links

  • CBSE Date Sheet
  • CBSE Result
  • CBSE Syllabus
  • CBSE Sample Papers
  • CBSE Question Papers
  • CBSE Notes
  • CBSE Practice Papers
  • CBSE Mock Tests

Class Wise Study Material

  • Class 1
  • Class 2
  • Class 3
  • Class 4
  • Class 5
  • Class 6
  • Class 7
  • Class 8
  • Class 9
  • Class 10
  • Class 11
  • Class 12

For 2022

  • Solved Sample Papers
  • Maps
  • Revision Notes
  • CBSE
  • State Board

Study Material

  • Class Notes
  • NCERT Solutions
  • NCERT Books
  • HC Verma Solutions
  • Courses After Class 12th

Exam Zone

  • JEE Main 2022
  • NEET 2022
  • CLAT 2022
  • Fashion & Design
  • Latest
  • Disclaimer
  • Terms of Use
  • Privacy Policy
  • Contact

© 2019 aglasem.com

No Result
View All Result
  • CBSE
  • ICSE / ISC
  • State Board
  • NCERT
  • Mock Test
  • Study Material
  • Olympiads
  • Schools Admission
  • Entrance Exams
  • Student Guide
  • HC Verma Solutions
  • Videos

© 2019 aglasem.com

Registration Open. ATSE 2022 Scholarship Apply Now!!