Classes XI & XII Mathematics

Chapter 2: Relations and Functions

Standard NCERT & CBSE aligned study curriculum. Master concepts, track accuracy, revise weak areas, and challenge yourself with 9 customized practice modes.

Class Syllabus Selection

This topic is taught in multiple grades. Switch classes to see specific curriculum details:

Chapter Overview

Welcome to Class XI Mathematics: Relations and Functions. This chapter forms a core structural component of the math syllabus, designed to build analytical rigor and key formula models.

Use the detailed subtopic guide below to review standard definitions, key mathematical rules, and study guidelines.

Prerequisite Concepts

Sets

About This Chapter

This comprehensive study guide for Relations and Functions is designed for Class XI students following the CBSE and NCERT Mathematics curriculum. It covers 5 key subtopics including Ordered pairs and Cartesian product, Domain, Co-domain, and Range of relation, Function as special relation, and 2 more essential concepts. Whether you are preparing for school examinations, CBSE board exams, or competitive tests, this resource provides everything you need to build a strong conceptual foundation and achieve mastery.

The chapter includes 1 key formulas and equations, 1 fully worked step-by-step example problems, interactive practice exercises across 9 difficulty categories, timed mock quizzes, and downloadable worksheets. Each topic is explained with detailed concept definitions, mathematical representations, and expert study guidelines to help you understand not just the "how" but the "why" behind every formula and method.

Mathematics is a subject that rewards consistent practice and conceptual clarity over rote memorization. As you work through this chapter on Relations and Functions, focus on understanding the underlying principles first, then gradually increase problem difficulty. Use the practice sections to identify and strengthen weak areas, and refer to the common mistakes section to avoid the pitfalls that most students encounter.

What You'll Learn in This Chapter

By the end of studying Relations and Functions for Class XI, you will have developed proficiency in the following learning outcomes as outlined by the NCERT syllabus:

Find the Cartesian product of two sets.

Isolate domain and range of fractional and radical functions.

Evaluate modulus and greatest integer functions for real numbers.

Prerequisites for This Chapter

Before studying Relations and Functions, make sure you are comfortable with the following prerequisite concepts. A strong foundation in these areas will help you understand new topics faster and solve problems more confidently:

Sets

If any of these prerequisites feel unfamiliar, consider reviewing them first using the Related Chapters section at the bottom of this page. Building a solid base ensures you can tackle Relations and Functions with full confidence.

Real-World Applications of Relations and Functions

Students often wonder “Where will I use Relations and Functionsin real life?” The answer is: everywhere. The mathematical concepts you learn in this chapter have practical applications across science, engineering, technology, medicine, finance, and everyday problem-solving. Here are some notable examples:

Machine Learning Models

Every ML algorithm is essentially a function that maps input features to predicted outputs — classification and regression are function types.

Economic Modeling

Supply-demand curves, production functions, and utility functions model real economic relationships between variables.

Social Network Analysis

Relationships between users on platforms like Facebook and LinkedIn are modeled as mathematical relations with properties like symmetry and transitivity.

Spreadsheet Formulas

Every Excel or Google Sheets formula is a function mapping cell inputs to calculated outputs — a practical daily application.

Understanding the real-world relevance of Relations and Functions not only makes learning more engaging but also helps you appreciate how mathematical thinking is a superpower that opens doors in virtually every career path — from engineering and medicine to finance and technology.

Study Tips for Relations and Functions

Follow these expert study strategies to maximize your understanding and exam performance in this chapter. These tips are specifically tailored for the type of content covered in Relations and Functions:

🗺️

Create Mind Maps

Draw concept maps connecting definitions, properties, and theorems visually. Abstract chapters have many interconnected ideas, and mind maps help you see the big picture and recall relationships during exams.

💡

Use Concrete Examples

For every abstract definition, create a specific numerical example. For instance, when learning about injective functions, write down f(x) = 2x+1 and verify injectivity with actual numbers.

🔗

Connect to Real Applications

Abstract concepts become memorable when linked to real-world applications. Sets relate to database queries, matrices to image transformations, permutations to password security.

Pro Tip: Consistency beats intensity. Studying Relations and Functions for 30 minutes daily is far more effective than cramming for 5 hours before the exam. Use the practice sections below to build muscle memory through regular problem-solving.

Detailed Topic Breakdown

Detailed Subtopics Study Guide

Review detailed conceptual explanations, mathematical equations, and guidelines for each subtopic in this chapter:

1Ordered pairs and Cartesian product

Concept Explanation

An ordered pair (a, b) consists of two elements in a specific order. The Cartesian product A x B is the set of all ordered pairs (a, b) such that a belongs to A and b belongs to B.

Mathematical Representation
A \times B = \{(a, b) \mid a \in A \land b \in B\}, \quad n(A \times B) = n(A) \cdot n(B)
Study Guideline: The order matters: (a, b) is not equal to (b, a) unless a = b. If A or B is empty, A x B is empty.

2Domain, Co-domain, and Range of relation

Concept Explanation

A relation R from set A to set B is a subset of A x B. The Domain is the set of all first elements in R. The Range is the set of all second elements in R. The Co-domain is the entire set B.

Mathematical Representation
\text{Domain} = \{x \mid (x,y) \in R\}, \quad \text{Range} = \{y \mid (x,y) \in R\}, \quad \text{Range} \subseteq \text{Co-domain}
Study Guideline: The Range is always a subset of the Co-domain. The Co-domain is the set of all *possible* outputs, while the Range is the set of *actual* outputs.

3Function as special relation

Concept Explanation

A function f from set A to B is a relation where every element of A has exactly one image in B. No two distinct ordered pairs in f can share the same first element.

Mathematical Representation
f: A \to B \quad \text{where } \forall x \in A, \, \exists ! y \in B \text{ such that } f(x) = y
Study Guideline: Vertical Line Test: if any vertical line intersects the graph of a relation more than once, the relation is not a function.

4Types of real functions (modulus, signum, greatest integer)

Concept Explanation

Real functions map real inputs to real outputs. Special functions include: Modulus |x| (returns absolute value), Signum sgn(x) (returns -1, 0, or 1 based on sign), and Greatest Integer [x] (returns the largest integer less than or equal to x).

Mathematical Representation
|x| = \begin{cases} x & x \ge 0 \\ -x & x < 0 \end{cases}, \quad \text{sgn}(x) = \begin{cases} 1 & x > 0 \\ 0 & x = 0 \\ -1 & x < 0 \end{cases}, \quad [x] = n \iff n \le x < n+1
Study Guideline: Greatest Integer Function (floor function) always rounds down. For example, [2.7] = 2, and [-1.3] = -2.

5Sum and quotient of functions

Concept Explanation

Operations on real functions. For two functions f and g, their sum, difference, product, and quotient are defined on the intersection of their individual domains. For quotient, the divisor function cannot be zero.

Mathematical Representation
(f+g)(x) = f(x) + g(x), \quad \left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)} \quad \text{where } D_{f/g} = D_f \cap D_g \setminus \{x \mid g(x)=0\}
Study Guideline: Always find the intersection of the domains of f and g first, and then exclude points where the denominator function g(x) equals zero.