Edzy
AI TutorResourcesToolsCompareBuy
SearchDownload AppLogin
Edzy

Edzy for Classes 6-12

Edzy is a personal AI tutor for CBSE and State Board students, with curriculum-aligned guidance, practice, revision, and study plans that adapt to each learner.

  • Email: always@edzy.ai
  • Phone: +91 96256 68472
  • WhatsApp: +91 96256 68472
  • Address: Sector 63, Gurgaon, Haryana

Follow Edzy

Browse by Class

  • CBSE Class 6
  • CBSE Class 7
  • CBSE Class 8
  • CBSE Class 9
  • CBSE Class 10
  • CBSE Class 11
  • CBSE Class 12
Explore the CBSE resource hub

Explore Edzy

  • Study Resources
  • Free Study Tools
  • Best Apps for Board Exams
  • Edzy vs ChatGPT
  • About Us
  • Why We Built Edzy
  • Blog
  • CBSE AI Tutor

Support & Legal

  • Help & FAQs
  • Accessibility
  • Privacy Policy
  • Terms & Conditions
  • Refund Policy
  • Cookie Policy
  • Site Directory

© 2026 Edzy. All rights reserved.

Curriculum-aligned learning paths for students in Classes 6-12.

CBSE
Class 12
Mathematics
Mathematics Part - I
Relations and Functions

Worksheet

Practice Hub

Worksheet: Relations and Functions

This chapter explores key concepts of relations and functions, including types of relations, properties of functions, and their compositions. Understanding these concepts is crucial for further studies in mathematics.

Structured practice

Relations and Functions - Practice Worksheet

Strengthen your foundation with key concepts and basic applications.

This worksheet covers essential long-answer questions to help you build confidence in Relations and Functions from Mathematics Part - I for Class 12 (Mathematics).

Practice Worksheet

Practice Worksheet

Basic comprehension exercises

Strengthen your understanding with fundamental questions about the chapter.

Questions

1

Define a relation and explain its different types with examples. How does each type apply in real-world situations?

A relation on a set A is defined as a subset of the Cartesian product A × A. The major types of relations include: 1. **Empty Relation**: The relation with no elements, illustrated by R = φ. Example: No one in a class is sitting next to a friend. 2. **Universal Relation**: Every element is related to every other element, denoted as R = A × A. Example: Every student knows their own score. 3. **Reflexive**: A relation where (a, a) ∈ R for all a in A, such as 'is equal to'. 4. **Symmetric**: If (a, b) ∈ R, then (b, a) ∈ R, e.g., 'is a sibling of'. 5. **Transitive**: If (a, b) and (b, c) are in R, then (a, c) must also be in R, like 'is greater than'. 6. **Equivalence Relation**: A relation that is reflexive, symmetric and transitive. Example: 'is of the same height'. Each of these types is fundamental in categorizing connections within sets.

2

What are equivalence relations, and how can you prove that a specific relation is an equivalence relation? Include an example in your explanation.

An equivalence relation on a set A is a relation that satisfies three properties: reflexive, symmetric, and transitive. To prove a relation R is an equivalence relation, one must show: 1. **Reflexive**: Show (a, a) ∈ R for all a in A. 2. **Symmetric**: Show if (a, b) ∈ R then (b, a) ∈ R. 3. **Transitive**: Show if (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R. **Example**: Let R be defined on integers Z by R = {(a, b): a is congruent to b modulo n}. This relation is reflexive (a ≡ a), symmetric (if a ≡ b, then b ≡ a), and transitive (if a ≡ b and b ≡ c then a ≡ c). Thus, it is an equivalence relation.

3

Explain the concept of functions in mathematics. How do you distinguish between one-one and onto functions? Provide examples of each.

In mathematics, a function f: X → Y assigns to each element x in X exactly one element y in Y. 1. A function is **one-one (injective)** if it maps distinct elements in X to distinct elements in Y, meaning if f(x1) = f(x2), then x1 must equal x2. Example: f(x) = 2x is one-one as different x values yield different f(x) values. 2. A function is **onto (surjective)** if every element in Y is the image of at least one element in X; in other words, the range of f is equal to Y. Example: The function f(x) = x² is NOT onto when Y = R because negative numbers are not outputs of the function. A function can be both one-one and onto, termed **bijective**, like f(x) = x + 1 on integers.

4

Demonstrate with an example, what constitutes the composition of two functions. Explain how to determine if the composite function is one-one or onto.

The composition of two functions f: A → B and g: B → C is defined as (g ∘ f)(x) = g(f(x)). To compose, you apply f first, then g. **Example**: Let f(x) = 2x and g(x) = x + 3. Then the composite function (g ∘ f)(x) = g(2x) = 2x + 3. To analyze if g ∘ f is one-one or onto: 1. **One-one**: f is one-one (since it doubles the input) and g is also one-one (as it just adds a constant). Hence, g ∘ f is one-one. 2. **Onto**: g is onto (covers all of R), and f is onto for R as input is any real number. Thus, g ∘ f is onto as well.

5

Define and give examples of binary operations. How are they related to functions and relations?

A binary operation on a set A is a calculation that combines two elements a and b from A to produce another element in A. Formally, it's a function from A × A to A, denoted as *: A × A → A. **Examples**: 1. **Addition**: +: Z × Z → Z, where a + b is an integer if a and b are integers. 2. **Multiplication**: ×: R × R → R, where ab is a real number. These operations are functions because they map pairs of inputs to a single output. Relations can arise from binary operations when defining equivalences like a + b = c, leading to the exploration of properties like commutativity.

6

Explain the difference between injective and surjective functions with examples where each is applicable. What is the significance of these properties in mathematical analysis?

Injective (one-one) functions ensure distinct inputs have distinct outputs, significant in uniqueness in solutions. Surjective (onto) functions ensure every possible output can be achieved from at least one input. **Examples**: Injective: f(x) = 3x + 1 is injective as it never produces the same output for different inputs, while Surjective: g(x) = x² is surjective from R to R+ (non-negative reals) as every positive number has a pre-image. In analysis, injectivity maintains uniqueness in inverses, and surjectivity ensures covering complete output spaces, vital for defining functions in integration and calculus.

7

How do the concepts of domain and range function within the context of relations and functions? Illustrate with relevant examples.

The **domain** of a function is the set of all possible inputs, while the **range** is the set of all possible outputs (resulting from the domain). In the context of relations, they define sets involved in relationships. **Example**: For the function f(x) = 1/x, the domain is R - {0} because x cannot be zero (as it would be undefined), and the range is also R - {0} as it can take any real value except for zero. In relations, if A = {1, 2, 3} and B = {x | x is x ≤ 3}, a relation R defined as R = {(1, 1), (2, 2), (3, 3)} indicates a connection based on matching items within A and B.

8

Discuss the importance of reflexive, symmetric, and transitive properties in establishing equivalence relations.

Reflexive, symmetric, and transitive properties are essential to establish equivalence relations. A relation R is reflexive if every element is related to itself, symmetric if a relation between two different elements exists in both directions, and transitive if a relation between three elements forms a consistent chain. This helps in partitioning sets into equivalence classes, which is fundamental in areas like modular arithmetic and classification in algebra. **Example**: Consider R defined on the set of all people relating a person A to person B if 'A is the parent of B'. This relation is reflexive (root), symmetric (parent/child relationship), and transitive (generational linking). Thus, it can categorize people under similar lineage.

9

Define binary operations and provide examples. How do these operations establish independence in set theory?

A binary operation combines two elements to create a third element from a given set. In set theory, these operations can influence structure and shape properties essential for deeper analysis. For instance, let A = {0, 1}. **Example**: - Addition mod 2: 0 + 0 = 0, 1 + 1 = 0, establishing a closure property within a finite group. - Multiplication has a distinct result where it generates 0 and 1 distinctly while defining actions within the group (0 acts as the identity). These dictate how elements relate within sets and establish closure and identity, stimulating exploration of fields, groups, and rings in algebra.

Learn Better On The App
Consistency made easier

Smart Study Reminders

Stay on track with timely nudges that help you keep your study streak alive.

Daily reminders
Better follow-through

Faster access to practice, revision, and daily study flow.

Edzy mobile app preview

Relations and Functions - Mastery Worksheet

Advance your understanding through integrative and tricky questions.

This worksheet challenges you with deeper, multi-concept long-answer questions from Relations and Functions to prepare for higher-weightage questions in Class 12.

Mastery Worksheet

Mastery Worksheet

Intermediate analysis exercises

Deepen your understanding with analytical questions about themes and characters.

Questions

1

Define and differentiate between reflexive, symmetric, and transitive relations. Provide examples for each and illustrate their distinctions with a Venn diagram.

Reflexive relation: (a, a) ∈ R for all a. Example: R = {(1, 1), (2, 2)} on set {1, 2}. Symmetric relation: If (a, b) ∈ R, then (b, a) ∈ R. Example: R = {(1, 2), (2, 1)}. Transitive relation: If (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R. Example: R = {(1, 2), (2, 3), (1, 3)}. Diagrams show how relationships overlap and intersect.

2

Given the sets A = {1, 2, 3} and B = {1, 4, 5}, denote a relation R from A to B defined by R = {(1,1), (2,4), (3,5)}. Determine if R is a function, and justify your answer.

R is a function since every element in set A maps to exactly one element in set B. Each input has a unique output. Therefore, R is a function. Diagram shows arrows from A to corresponding B elements.

3

Prove or disprove: The composition of two injective functions is injective. Provide examples to support your proof.

Proven. Let f: A → B and g: B → C be injective. If f(a1) = f(a2), then a1 = a2 (by injectivity of f). Thus, g(f(a1)) = g(f(a2)) implies a1 = a2, proving the composition g ∘ f is injective.

4

Let R be a relation on set A such that R = {(x, y) : x < y}. Determine if R is reflexive, symmetric, and transitive. Justify your answers with examples.

R is not reflexive (no (x,x) exists), not symmetric (if (x,y), then (y,x) does not hold), and transitive (if (x,y) and (y,z), then (x,z) holds). Thereby, R exhibits transitive property only.

5

If A is a set of integers, describe a relation R defined by R = {(a, b) : a - b is even}. Prove that R is an equivalence relation.

R is reflexive (a - a = 0 is even), symmetric (if a - b is even, then b - a is even), and transitive (if a - b and b - c are even, then a - c is even). Thus, R is an equivalence relation.

6

A function f: R → R is defined as f(x) = x^2. Determine whether f is injective, surjective, or bijective. Support your conclusions with examples.

f is not injective (since f(-1) = f(1)), not surjective (as values below 0 are not achieved). Therefore, f is neither injective nor surjective.

7

Analyze the composition of the functions f(x) = 2x and g(x) = x + 3. Find (g∘f)(x) and determine if the result is a function.

(g∘f)(x) = g(f(x)) = g(2x) = 2x + 3, which is indeed a function as every input results in a unique output.

8

Explore the concept of equivalence classes. Given an equivalence relation R on a set A = {1, 2, 3, 4} defined as R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1)}, find the equivalence class of 1.

The equivalence class of 1, denoted [1], includes elements related to 1 under R. Here, it is {1, 2}. Visualizing helps comprehend the relationships between elements.

9

Examine whether the relation R defined on the power set P(X) by R = {(A, B) : A ⊆ B} is an equivalence relation.

R is not reflexive (if A ⊂ A, then not all A = A), not symmetric (A ⊆ B does not imply B ⊆ A), not transitive (A ⊆ B and B ⊆ C does not imply A ⊆ C). Hence, not an equivalence relation.

Relations and Functions - Challenge Worksheet

Push your limits with complex, exam-level long-form questions.

The final worksheet presents challenging long-answer questions that test your depth of understanding and exam-readiness for Relations and Functions in Class 12.

Challenge Worksheet

Challenge Worksheet

Advanced critical thinking

Test your mastery with complex questions that require critical analysis and reflection.

Questions

1

Evaluate the implications of equivalence relations in the context of social networks. Discuss how this concept can be used to categorize users based on their interactions.

Justify your answer by providing examples of different equivalence classes within a network and analyze how these classes affect user behavior and connections.

2

Analyze the function f(x) = x^3 - 4x to determine whether it is one-one, onto, or bijective. Justify your reasoning using appropriate mathematical arguments.

Provide evidence about its injectivity and surjectivity, referring to its derivative and range.

3

Explore the consequences of the composition of functions using g(x) = sin(x) and f(x) = x^2. Determine if the composition fog and gof are equivalent and discuss their implications.

Discuss the domain and range of each composition and whether they yield the same outputs for all inputs.

4

Evaluate the relationship between reflexive, symmetric, and transitive properties in the context of a community. How do these properties help in categorizing members?

Discuss real-life scenarios where these properties help in understanding membership relationships within the community.

5

Discuss the application of the pigeonhole principle in proving that certain functions cannot be one-one. Provide a specific example using a numerical function.

Demonstrate how the pigeonhole principle applies to prove the failure of injectivity in the chosen function.

6

Check if the relation R = {(x, y) | xy > 0} defined on the set of real numbers is reflexive, symmetric, and transitive. Justify each property with examples.

Provide thorough reasoning for each property, discussing edge cases.

7

Examine the implications of defining a binary operation using a relation and discuss its closure properties with examples.

Evaluate various sets and operations showing fulfillment or failure of closure.

8

Propose a function that illustrates being one-one but not onto, and provide justification with its graphical representation.

Create a corresponding graph to show the behavior of the function clearly illustrating the points made.

9

Demonstrate how to classify the relation R = {(1, 1), (2, 2), (3, 3), (1, 2)}. Analyze if it meets the criteria for any special types of relations.

Identify each property: reflexivity, symmetry, transitivity and categorize R accordingly.

10

Evaluate the significance of the inverse function theorem in identifying the inverses of given functions, using examples from complex equations.

Discuss conditions under which functions may or may not have inverses along with example functions that illustrate these conditions.

Chapters related to "Relations and Functions"

Inverse Trigonometric Functions

This chapter focuses on inverse trigonometric functions and their properties. Understanding these functions is crucial for solving equations and integrals in calculus.

Start chapter

Matrices

This chapter introduces matrices, which are essential tools in various fields of mathematics and science. Understanding matrices helps simplify complex mathematical operations and solve systems of linear equations.

Start chapter

Determinants

This chapter covers determinants, their properties, and applications, which are essential for solving linear equations using matrices.

Start chapter

Continuity and Differentiability

This chapter covers important concepts of continuity and differentiability of functions. Understanding these topics is essential for further studies in calculus and mathematical analysis.

Start chapter

Application of Derivatives

This chapter explores how derivatives are applied in various fields such as engineering and science. It is crucial for understanding changes in values and optimizing functions.

Start chapter

Worksheet Levels Explained

This drawer provides information about the different levels of worksheets available in the app.

Relations and Functions Summary, Important Questions & Solutions | All Subjects

Question Bank

Worksheet

Revision Guide

Formula Sheet