Class - 11 Maths Lesson Plan Chapter Wise Topic Wise CH 2 Relations and Functions (2024-25)
Class - 11 Maths Lesson Plan Chapter Wise Topic Wise CH 2 Relations and Functions (2024-25)
LESSON PLANS
CLASS XI MATHEMATICS
2024
2025
www.educatorsresource.in
LESSON PLAN
CLASS – XI
SUBJECT – MATHEMATICS
CHAPTER – 2 RELATIONS AND FUNCTIONS
TOPIC - 2.1 INTRODUCTION
Learning Objectives
• Recall the concepts of sets and their representations.
• Understand the definition of a relation and its representation as a set of ordered pairs.
• Analyze real-life examples to identify relations.
• Define a function as a special type of relation.
• Differentiate between relations and functions through examples and analysis.
Materials Needed
• Whiteboard or projector
• Markers or pens
• Prepared presentation slides (optional)
• Handout with practice problems
Lesson Outline
Recap of Sets (5 minutes)
• Begin by quickly reviewing the concept of sets, their notations, and types (finite, infinite,
empty).
• Engage students with quick questions like 'What is a set?', 'Give an example of a finite
set.', 'How do we represent a set?'
Introduction to Relations (15 minutes)
• Introduce the concept of a relation using real-life examples like 'student and their roll
numbers,' 'books and their authors.'
• Formally define a relation as a set of ordered pairs where the first element belongs to
one set (domain) and the second to another (codomain).
• Illustrate the representation of relations using arrow diagrams and set-builder notation.
Identifying Relations (10 minutes)
• Present various scenarios and ask students to identify if they represent a relation.
• Examples: 'The relation between a person and their favorite color,' 'The relation
between a number and its square root.'
• Encourage students to explain their reasoning, emphasizing the concept of ordered
pairs.
Introduction to Functions (10 minutes)
• Introduce a function as a special type of relation where each element in the domain is
related to exactly one element in the codomain.
• Use the example of a 'vending machine' to illustrate the input-output mapping
characteristic of a function.
• Emphasize that all functions are relations, but not all relations are functions.
Distinguishing Functions from Relations (5 minutes)
• Provide examples of relations, some being functions and others not.
• Ask students to determine which relations are functions and justify their answers.
• Conclude by highlighting the key difference: In a function, each input has a unique
output.
Assessment
• Observe student participation during the recap and discussions.
• Assess their understanding through responses to identification exercises.
• Evaluate their grasp of the concepts through their explanations and justifications.
Applications
Database Management
• Relations are fundamental in database design, where data is organized into tables with
rows representing relations between entities.
• Example: In a school database, a table might represent the relation between students
and their enrolled courses.
Computer Programming
• Functions are building blocks of programming languages, allowing for modularity and
code reusability.
• Example: A function can be written to calculate the area of a triangle, taking base and
height as input and returning the calculated area.
Teaching Strategies
Real-world Connections
Use relatable examples to make abstract concepts like relations and functions more concrete
and understandable.
Visual Representations
Employ arrow diagrams and graphical representations to visually illustrate the concepts of
relations and functions.
Interactive Discussions
Encourage student participation through open-ended questions, prompting them to think
critically and apply their understanding.
Success Metrics
• Can the student define a relation and represent it using different methods?
• Is the student able to differentiate between a relation and a function?
• Can the student analyze real-life scenarios and identify relations and functions?
Follow Up
In the next lesson, we will explore different types of functions, their domain, and range. We will
also delve into representing functions graphically and algebraically. Encourage students to think
of more real-life examples of functions and relations and discuss them in the next class.
Definitions/Theory Explanations
Sets and Their Representations
A set is a collection of distinct objects, considered as an object in its own right. Sets are usually
denoted by capital letters. For example, A = {1, 2, 3} is a set of numbers. Sets can be finite,
infinite, or empty. Finite sets have a limited number of elements, infinite sets have unlimited
elements, and an empty set has no elements.
Relations
A relation is a set of ordered pairs, where the first element of each pair belongs to one set
(called the domain) and the second element belongs to another set (called the codomain). For
example, if we have a set of students and a set of their roll numbers, the relation between
students and their roll numbers can be represented as a set of ordered pairs.
Functions
A function is a special type of relation where each element in the domain is related to exactly
one element in the codomain. For example, a vending machine can be considered a function
where each input (selection) results in exactly one output (item). All functions are relations, but
not all relations are functions.
Additional Notes
In the next lesson, we will explore different types of functions, their domain, and range. We will
also delve into representing functions graphically and algebraically. Encourage students to think
of more real-life examples of functions and relations and discuss them in the next class.
Narration 1: Introduction to relations and functions
Applications
Computer Science
• Cartesian products are fundamental in database design, representing relationships
between tables.
• Example: In a database with tables for 'Students' and 'Courses,' the Cartesian product
helps represent all possible student-course enrollments.
Probability
• Used to determine the sample space of events involving multiple choices.
• Example: When calculating the probability of getting heads and tails when flipping two
coins, the Cartesian product helps define the possible outcomes: {HH, HT, TH, TT}.
Teaching Strategies
Visual Aids
Use diagrams, charts, and graphical representations to illustrate the concept of ordered pairs
and Cartesian products, making it easier for visual learners to grasp.
Real-world Connections
Relate the concept to practical situations to make it more relevant and engaging for students,
helping them understand its significance beyond theoretical mathematics.
Interactive Learning
Encourage student participation through questioning, discussions, and problem-solving
activities, promoting active learning and deeper understanding.
Success Metrics
• Can the student define a set and represent it in different forms?
• Can the student define the Cartesian product of two sets?
• Can the student accurately determine the Cartesian product of given sets, including
cases with finite and infinite sets?
• Can the student apply the concept of Cartesian products to analyze and solve real-life
problems?
Follow Up
In the next lesson, we will explore relations as subsets of Cartesian products and delve into
different types of relations. We will also learn how to represent relations using various methods
like arrow diagrams and graphs. To prepare for the next lesson, encourage students to revise
the concept of Cartesian products and think about how relationships between elements of sets
can be represented.
Definitions/Theory Explanations
Definition of a Set
A set is a well-defined collection of distinct objects, considered as an object in its own right.
Sets are usually denoted by capital letters. For example, A = {1, 2, 3}.
Representation of Sets
Sets can be represented in two main forms: 1. Roster Form: Listing all the elements of the set,
e.g., A = {1, 2, 3}. 2. Set-Builder Form: Describing the properties that its members must satisfy,
e.g., A = {x | x is a natural number less than 4}.
Ordered Pairs
An ordered pair is a pair of elements with the order of elements being significant. It is denoted
as (a, b), where 'a' is the first element and 'b' is the second element. Note that (a, b) ≠ (b, a)
unless a = b.
Cartesian Product of Two Sets
The Cartesian product of two sets A and B, denoted as A x B, is the set of all possible ordered
pairs where the first element is from set A and the second element is from set B. For example, if
A = {1, 2} and B = {a, b}, then A x B = {(1, a), (1, b), (2, a), (2, b)}.
Practice Problems
Problem 1
Given sets A = {1, 2} and B = {x, y}, find A x B.
Problem 2
If A = {a, b, c} and B = {1, 2}, list all the elements of A x B.
Problem 3
Visualize the Cartesian product of sets A = {1, 2} and B = {a, b} using a grid.
Problem 4
Consider sets A = {red, blue} and B = {circle, square}. Find A x B and interpret the result in a real-
world context.
Problem 5
Given sets A = {1, 2, 3} and B = {x, y, z}, determine the number of elements in A x B.
Additional Notes
In the next lesson, we will explore relations as subsets of Cartesian products and delve into
different types of relations. We will also learn how to represent relations using various methods
like arrow diagrams and graphs. To prepare for the next lesson, revise the concept of Cartesian
products and think about how relationships between elements of sets can be represented.
Narration 1: Exploring cartesian products of sets
Applications
Databases
• Relations form the foundation of relational databases, where data is organized into
tables with rows representing entities and columns representing attributes. The
relationships between these tables are defined using relations.
• Example: In a school database, the relation between the 'Students' table and the
'Classes' table can be defined based on the 'Class ID' attribute.
Computer Programming
• Relations are used in programming languages to define connections between data
elements, especially in data structures like graphs and trees.
• Example: In a social network graph, the 'friendship' relation connects users who are
friends with each other.
Teaching Strategies
Visual aids
Use diagrams, charts, and graphs to visually represent relations and their properties, making it
easier for students to grasp the concepts.
Real-world examples
Connect abstract mathematical concepts to relatable real-life situations to enhance
understanding and engagement.
Interactive activities
Incorporate activities like think-pair-share, group discussions, and problem-solving tasks to
promote active learning and collaboration.
Success Metrics
• Can the student define a relation and its key elements (domain, co-domain, range)?
• Can the student represent a relation in different forms (roster, set-builder, arrow
diagram)?
• Can the student identify the type of a given relation?
• Can the student apply the concept of relations to real-life scenarios?
Follow Up
In the next lesson, we will delve deeper into specific types of relations, exploring their
properties and applications in more detail. We will also learn about functions, which are a
special type of relation with unique characteristics and wide-ranging applications in
mathematics and other fields.
Definitions/Theory Explanations
What is a Relation?
A relation is a set of ordered pairs, where the first element of each pair comes from a set called
the domain and the second element comes from a set called the co-domain. For example, if we
have a set of students and a set of their roll numbers, a relation can be formed by pairing each
student with their roll number.
Domain, Co-domain, and Range
The domain of a relation is the set of all first elements of the ordered pairs. The co-domain is
the set from which the second elements of the ordered pairs are taken. The range is the set of
all second elements of the ordered pairs.
Representations of Relations
Relations can be represented in different forms: 1. Roster Form: Listing all ordered pairs. 2. Set-
Builder Form: Describing the relation using a rule. 3. Arrow Diagram: Using arrows to show the
mapping between elements of the domain and co-domain.
Practice Problems
Problem 1
Define a relation between the set of students {A, B, C} and their roll numbers {1, 2, 3} using
roster form.
Problem 2
Identify the domain, co-domain, and range of the relation R = {(1, 2), (2, 3), (3, 4)}.
Problem 3
Represent the relation R = {(1, 2), (2, 3), (3, 4)} using an arrow diagram.
Problem 4
Determine whether the relation R = {(1, 1), (2, 2), (3, 3)} is reflexive, symmetric, and transitive.
Problem 5
Give a real-life example of a relation and explain its domain, co-domain, and range.
Additional Notes
• Make sure to review the concepts of sets as they are fundamental to understanding
relations.
• Use the provided worksheet to practice identifying domain, co-domain, range, and types
of relations.
• Think of more real-life examples of relations to better understand their applications.
Narration 1: Introduction to relations
Assessment
• Observe student participation and understanding during class discussions.
• Assess their ability to identify domain, co-domain, and range from graphs and
equations.
• Evaluate their performance on the worksheet exercises.
• Encourage students to create their own examples of functions and represent them
graphically.
Applications
Modeling Real-World Phenomena
• Functions are used to model various real-world phenomena, such as population growth,
projectile motion, and financial investments.
• Example: The height of a ball thrown vertically upwards can be modeled by a quadratic
function.
Calculus and Higher Mathematics
• Understanding functions is crucial for studying calculus and other advanced
mathematical concepts.
• Example: The derivative of a function represents its instantaneous rate of change.
Teaching Strategies
Visual Aids
Use graphs, diagrams, and real-life examples to illustrate the concepts of functions.
Interactive Learning
Engage students in discussions, ask questions, and encourage them to explain their reasoning.
Collaborative Work
Provide opportunities for students to work together in pairs or small groups to solve problems
and reinforce their understanding.
Success Metrics
• Can the student define a function and its related terms?
• Can the student identify the domain, co-domain, and range of a function?
• Can the student interpret and analyze the graph of a function?
• Can the student perform basic algebraic operations on functions?
Follow Up
In the next lesson, we will explore different types of functions in more detail, including linear,
quadratic, and polynomial functions. We will also learn how to find the inverse of a function
and solve equations involving functions. Encourage students to practice graphing and analyzing
functions using online tools or graphing calculators.
Definitions/Theory Explanations
What is a Function?
A function is a special type of relation where each input has exactly one output. It can be
represented mathematically as f(x), where x is the input and f(x) is the output. For example, the
height of a person as a function of their age.
Domain, Co-domain, and Range
The domain of a function is the set of all possible inputs (x-values). The co-domain is the set of
all possible outputs (y-values), and the range is the set of actual outputs. For example, in the
function f(x) = x^2, the domain is all real numbers, the co-domain is all real numbers, and the
range is all non-negative real numbers.
Graphical Representation of Functions
Functions can be represented graphically on a Cartesian plane. Each point (x, y) on the graph
represents an input-output pair. Different types of functions have distinct graph shapes, such as
linear, quadratic, and cubic functions.
Algebra of Real Functions
Functions can be added, subtracted, multiplied, and divided. For example, if f(x) and g(x) are
two functions, then (f+g)(x) = f(x) + g(x), (f-g)(x) = f(x) - g(x), (f*g)(x) = f(x) * g(x), and (f/g)(x) =
f(x) / g(x) where g(x) ≠ 0.
Practice Problems
Problem 1
Identify the domain and range of the function f(x) = 2x + 3.
Problem 2
Graph the function f(x) = x^2 - 4 on graph paper.
Problem 3
Find the sum of the functions f(x) = x^2 and g(x) = 3x + 2.
Problem 4
Determine the domain and range of the function f(x) = 1/x.
Problem 5
Plot the cubic function f(x) = x^3 - 3x^2 + 2x on graph paper.
Additional Notes
• Remember to bring graph paper, rulers, and markers to the next class.
• Practice graphing functions using online tools or graphing calculators.
Narration 1: Functions and their graphs
Join School of Educators' exclusive WhatsApp, Telegram, and Signal groups for FREE access
to a vast range of educational resources designed to help you achieve 100/100 in exams!
Separate groups for teachers and students are available, packed with valuable content to
boost your performance.
Additionally, benefit from expert tips, practical advice, and study hacks designed to enhance
performance in both CBSE exams and competitive entrance tests.
Don’t miss out—join today and take the first step toward academic excellence!
Access to Previous Years' Question Papers and Topper Answers: The group
provides access to previous years' question papers (PYQ) and exemplary answer
scripts of toppers. This resource is invaluable for exam preparation, allowing
individuals to familiarize themselves with the exam format, gain insights into scoring
techniques, and enhance their performance in assessments.
Free and Unlimited Resources: Members enjoy the benefit of accessing an array of
educational resources without any cost restrictions. Whether its study materials,
teaching aids, or assessment tools, the group offers an abundance of resources
tailored to individual needs. This accessibility ensures that educators and students
have ample support in their academic endeavors without financial constraints.
Instant Access to Educational Content: SOE WhatsApp groups are a platform where
teachers can access a wide range of educational content instantly. This includes study
materials, notes, sample papers, reference materials, and relevant links shared by
group members and moderators.
Timely Updates and Reminders: SOE WhatsApp groups serve as a source of timely
updates and reminders about important dates, exam schedules, syllabus changes, and
academic events. Teachers can stay informed and well-prepared for upcoming
assessments and activities.
Access to Expert Guidance: SOE WhatsApp groups are moderated by subject matter
experts, teachers, or experienced educators can benefit from their guidance,
expertise, and insights on various academic topics, exam strategies, and study
techniques.
Join the School of Educators WhatsApp Group today and unlock a world of resources,
support, and collaboration to take your teaching to new heights. To join, simply click
on the group links provided below or send a message to +91-95208-77777 expressing
your interest.
Best Regards,
Team
School of Educators
Join School of Educators WhatsApp Groups
You will get Pre- Board Papers PDF, Word file, PPT, Lesson Plan, Worksheet, practical
tips and Viva questions, reference books, smart content, curriculum, syllabus,
marking scheme, toppers answer scripts, revised exam pattern, revised syllabus,
Blue Print etc. here . Join Your Subject / Class WhatsApp Group.
Entrepreneurship French IT
Artificial Intelligence
You will get Pre- Board Papers PDF, Word file, PPT, Lesson Plan, Worksheet, practical
tips and Viva questions, reference books, smart content, curriculum, syllabus,
marking scheme, toppers answer scripts, revised exam pattern, revised syllabus,
Blue Print etc. here . Join Your Subject / Class WhatsApp Group.
Artificial Intelligence
Entrepreneurship French IT
AI IIT/NEET CUET
Groups Rules & Regulations:
To maximize the benefits of these WhatsApp groups, follow these guidelines:
Additional notes:
1. Avoid posting messages between 9 PM and 7 AM.
2. After sharing resources with students, consider deleting outdated data if necessary.
3. It's a NO Nuisance groups, single nuisance and you will be removed.
No introductions.
No greetings or wish messages.
No personal chats or messages.
No spam. Or voice calls
Share and seek learning resources only.
Join our premium groups and just Rs. 1000 and gain access to all our exclusive
materials for the entire academic year. Whether you're a student in Class IX, X, XI, or
XII, or a teacher for these grades, Artham Resources provides the ultimate tools to
enhance learning. Pay now to delve into a world of premium educational content!
Class 12
📣 Don't Miss Out! Elevate your academic journey with top-notch study materials and secure
your path to top scores! Revolutionize your study routine and reach your academic goals with
our comprehensive resources. Join now and set yourself up for success! 📚🌟
Best Wishes,
Team
School of Educators & Artham Resources
SKILL MODULES BEING OFFERED IN
MIDDLE SCHOOL
Artificial Intelligence Beauty & Wellness Design Thinking & Financial Literacy
Innovation
Digital Citizenship Life Cycle of Medicine & Things you should know What to do when Doctor
Vaccine about keeping Medicines is not around
at home
Application of Photography
Satellites
SKILL SUBJECTS AT SECONDARY LEVEL (CLASSES IX – X)
Food Production Front Office Operations Banking & Insurance Marketing & Sales
Artificial Intelligence
Physical Activity Trainer Electronics & Hardware
Data Science
(NEW)
Mass Media Studies Library & Information Fashion Studies Applied Mathematics
Science
You will get Pre- Board Papers PDF, Word file, PPT, Lesson Plan, Worksheet, practical
tips and Viva questions, reference books, smart content, curriculum, syllabus,
marking scheme, toppers answer scripts, revised exam pattern, revised syllabus,
Blue Print etc. here . Join Your Subject / Class signal Group.
Class 2 Class 3
Class 1
Class 5 Class 6
Class 4
Hindi-B
English Hindi-A
IT Artifical intelligence
IT Code-402
Biology Accountancy
Mathematics
BST History
Economics
Geography Sociology Hindi Elective
IP
Vocal Music Comp. Science
IIT/NEET
Entrepreneurship French
Kindergarten
LESSON PLANS
www.educatorsresource.in