India's #1 AI Tutortopic article · Mathematics

Relations and Functions for Class 12: The Complete CBSE Guide (2026-27)

Relations and Functions Class 12 opens the CBSE Mathematics syllabus as Chapter 1 and establishes the formal language of mappings that underpin calculus, algebra, and discrete mathematics throughout the year. Unlike the intuitive introduction in Class 11, Class 12 deepens into rigorous proofs of equivalence relations, composition of multiple functions, and conditions for invertibility. The 2024-25 NCERT curriculum dedicates approximately 15 periods to this chapter, and the board exam typically features one 2-mark question on types of relations, one 4-mark problem on proving equivalence or finding composition, and occasionally a 6-mark question combining function properties with application contexts. Mastery requires moving beyond rote formula learning to constructing formal proofs and counterexamples using set-theoretic notation.

Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →

Key takeaways

  • Relations and Functions Class 12 contributes around 10 marks to the CBSE board exam, with 2-3 questions ranging from 2 to 6 marks each.
  • A relation R from set A to set B is any subset of the Cartesian product A × B, while a function is a special relation where each element of A maps to exactly one element in B.
  • Equivalence relations must satisfy three properties simultaneously: reflexive (every element relates to itself), symmetric (if a relates to b then b relates to a), and transitive (if a relates to b and b relates to c, then a relates to c).
  • The 2024-25 NCERT textbook emphasizes composition of functions (fog and gof) where domain compatibility and order of operations are crucial, and (fog)(x) generally does not equal (gof)(x).
  • A function f is invertible if and only if it is bijective, meaning both one-one (injective) and onto (surjective); the inverse function f⁻¹ reverses the mapping of f.
  • Binary operations on sets are covered as functions from A × A to A, with properties like commutativity, associativity, and existence of identity and inverse elements.
  • CBSE marking schemes award full method marks even if final answers are incorrect, provided students show proper set notation, prove properties step-by-step, and construct correct function compositions.

What Are Relations in Relations and Functions Class 12?

In Relations and Functions Class 12, a relation R from a non-empty set A to a non-empty set B is formally defined as any subset of the Cartesian product A × B. If (a, b) belongs to R, we write a R b and say that 'a is related to b'. The NCERT textbook emphasizes that while every function is a relation, not every relation qualifies as a function because a relation can map one element of A to multiple elements in B. For example, consider A = {1, 2, 3} and B = {x, y}. The Cartesian product A × B contains 6 ordered pairs. A relation R = {(1, x), (1, y), (2, x)} is valid, but it is not a function because the element 1 from set A is related to both x and y in set B. The domain of relation R is the set of all first elements {1, 2}, the co-domain is B = {x, y}, and the range is the set of all second elements that actually appear {x, y}. This distinction becomes critical when students analyze whether a given relation can be inverted or composed with another relation.
  • Relation R from A to B: R ⊆ A × B (R is any subset of Cartesian product)
  • Domain of R: set of all first coordinates {a: (a, b) ∈ R for some b ∈ B}
  • Range of R: set of all second coordinates {b: (a, b) ∈ R for some a ∈ A}
  • A relation on set A means R ⊆ A × A, where source and target sets are identical
  • Total number of possible relations from A to B is 2^(n×m) where n = |A| and m = |B|

Types of Relations: Reflexive, Symmetric, and Transitive Properties

Relations and Functions Class 12 NCERT textbook categorizes relations on a set A based on three fundamental properties. A relation R on set A is reflexive if every element is related to itself, meaning (a, a) ∈ R for all a ∈ A. It is symmetric if whenever a is related to b, then b is also related to a: if (a, b) ∈ R then (b, a) ∈ R. It is transitive if the relation 'chains' correctly: whenever (a, b) ∈ R and (b, c) ∈ R, then (a, c) must also be in R. These properties are independent — a relation can have any combination of them. For instance, the relation 'less than' (<) on real numbers is transitive but neither reflexive (a number is not less than itself) nor symmetric (if a < b, then b is not < a). The empty relation on a non-empty set is vacuously symmetric and transitive but not reflexive. The universal relation A × A is reflexive, symmetric, and transitive. CBSE board exams frequently ask students to verify these properties for a given relation expressed in set-builder or roster form, awarding 2 marks for correct identification and justification.
  • Reflexive: (a, a) ∈ R for every a ∈ A — every element must relate to itself
  • Symmetric: (a, b) ∈ R implies (b, a) ∈ R — relation works both ways
  • Transitive: (a, b) ∈ R and (b, c) ∈ R together imply (a, c) ∈ R — relation chains
  • Anti-symmetric: (a, b) ∈ R and (b, a) ∈ R together imply a = b (additional property, not in equivalence)
  • A relation can be none, one, two, or all three of reflexive/symmetric/transitive independently

Equivalence Relations: Definition and Partitioning of Sets

A relation R on set A is called an equivalence relation if it simultaneously satisfies all three properties: reflexive, symmetric, and transitive. The 2024-25 NCERT textbook for Relations and Functions Class 12 emphasizes that equivalence relations partition the set A into disjoint subsets called equivalence classes. For any element a in A, the equivalence class [a] is defined as the set of all elements related to a: [a] = {x ∈ A: (a, x) ∈ R}. Two fundamental theorems govern equivalence relations: first, the equivalence classes are non-empty, pairwise disjoint, and their union equals A (they form a partition); second, any partition of a set induces an equivalence relation where elements are related if they belong to the same partition block. Common examples include congruence modulo n on integers (where a ≡ b (mod n) if n divides a - b), equality relation, and similarity of triangles. CBSE board exams award 4-6 marks for problems asking students to prove a given relation is an equivalence relation and then find all distinct equivalence classes, requiring systematic verification of all three properties.
  • Equivalence relation: R must be reflexive AND symmetric AND transitive all together
  • Equivalence class [a] = {x ∈ A: a R x}, the set of all elements equivalent to a
  • Key theorem: equivalence classes partition the set A into disjoint, exhaustive subsets
  • Number of equivalence classes equals the number of distinct blocks in the partition
  • Congruence modulo n is a standard example: a R b iff n | (a - b), creating n equivalence classes {[0], [1],..., [n-1]}

Functions: One-One, Onto, and Bijective Mappings

In Relations and Functions Class 12, a function f: A → B is a special relation where every element in the domain A is related to exactly one element in the codomain B. NCERT defines three critical classifications. A function f is one-one or injective if distinct elements in A map to distinct elements in B: if f(x₁) = f(x₂) then x₁ = x₂. Graphically, a horizontal line test on the function's graph should intersect at most once. A function f is onto or surjective if every element in the codomain B is the image of at least one element in A: for every b ∈ B, there exists some a ∈ A such that f(a) = b, meaning range equals codomain. A function that is both one-one and onto is called bijective. Only bijective functions are invertible. To prove a function is one-one, students typically assume f(x₁) = f(x₂) and deduce x₁ = x₂ algebraically. To prove onto, they take an arbitrary element y in B and solve f(x) = y to show a corresponding x exists in A. CBSE board problems often give a function formula like f(x) = 3x + 2 and ask students to prove injectivity or surjectivity rigorously, worth 4 marks with detailed steps.
  • Function: f: A → B where every a ∈ A maps to exactly one b ∈ B (not one-to-many)
  • One-one (injective): f(x₁) = f(x₂) implies x₁ = x₂; no two different inputs give same output
  • Onto (surjective): range of f equals codomain B; every element in B is hit by some input
  • Bijective: both one-one and onto; establishes a perfect pairing between A and B
  • If f: A → B is bijective, then |A| = |B| (sets have same cardinality)

Composition of Functions: (fog)(x) and (gof)(x)

The composition of two functions is a cornerstone topic in Relations and Functions Class 12. Given functions f: A → B and g: B → C, the composition gof (read 'g circle f' or 'g composed with f') is a function from A to C defined by (gof)(x) = g(f(x)). The critical requirement is that the codomain of f must be a subset of the domain of g for the composition to be valid. Notice the order: gof means 'apply f first, then apply g to the result'. NCERT textbook includes multiple worked examples showing that function composition is generally not commutative: fog and gof are usually different functions. To find (gof)(x), students substitute the entire expression f(x) into the function g. To verify associativity, NCERT proves that for functions f, g, h with compatible domains, (fog)oh = fo(goh), allowing us to write fogoh unambiguously. CBSE exams allocate 4 marks to problems requiring calculation of gof and fog for given functions, then asking whether they are equal or identifying domains where composition is defined.
  • Composition gof: defined as (gof)(x) = g(f(x)), apply f first then g
  • Domain requirement: range of f must be subset of domain of g for gof to exist
  • Order matters: fog ≠ gof in general (composition is non-commutative)
  • Associativity holds: (fog)oh = fo(goh) whenever all compositions are defined
  • Identity function I(x) = x satisfies foI = Iof = f for any function f

Inverse of a Function: Conditions and Finding f⁻¹

Relations and Functions Class 12 NCERT defines the inverse of a function f: A → B, denoted f⁻¹: B → A, as a function that reverses the mapping of f. For f⁻¹ to exist as a function, f must be bijective (both one-one and onto). If f is not one-one, the inverse relation would map one element in B to multiple elements in A, violating the definition of a function. If f is not onto, some elements of B have no pre-image, leaving f⁻¹ undefined on those elements. When f is bijective, we define f⁻¹(y) = x if and only if f(x) = y. The fundamental property is that (f⁻¹of)(x) = x for all x ∈ A and (fof⁻¹)(y) = y for all y ∈ B — applying a function and its inverse returns the original input. To find the inverse algebraically, students write y = f(x), solve for x in terms of y to get x = some expression in y, then replace y with x to write f⁻¹(x). CBSE board exams test this with 4-6 mark questions asking students to first verify a function is bijective, then find its inverse and confirm (fof⁻¹)(x) = x.
  • Inverse function f⁻¹ exists if and only if f is bijective (one-one and onto)
  • Definition: f⁻¹(y) = x ⟺ f(x) = y; inverse reverses the input-output pairs
  • Composition with inverse: (f⁻¹of)(x) = x and (fof⁻¹)(y) = y (identity)
  • Finding inverse: solve y = f(x) for x, then swap variable names to express f⁻¹
  • If f: A → B is bijective, then f⁻¹: B → A is also bijective with (f⁻¹)⁻¹ = f

Binary Operations and Their Properties in Relations and Functions Class 12

The 2024-25 NCERT syllabus for Relations and Functions Class 12 includes binary operations as an application of functions. A binary operation * on a non-empty set A is a function from A × A to A, written a * b for the image of (a, b). The key insight is that a binary operation takes two elements from A and produces a unique element also in A (closure property). Examples include addition and multiplication on integers, union and intersection on sets of sets, and composition of functions. NCERT discusses five important properties: commutativity (a * b = b * a for all a, b), associativity ((a * b) * c = a * (b * c)), existence of identity element e (e * a = a * e = a for all a), existence of inverse (for each a, there exists a⁻¹ such that a * a⁻¹ = a⁻¹ * a = e), and distributivity of one operation over another. Students must determine which properties hold for a given operation through examples and counterexamples. CBSE exams occasionally include 2-3 mark questions asking whether a specified operation is commutative or has an identity element, requiring both proof and explicit examples.
  • Binary operation *: a function *: A × A → A mapping ordered pairs to single elements
  • Closure: for all a, b ∈ A, a * b ∈ A (output remains in the set)
  • Commutative: a * b = b * a for all a, b (order doesn't matter)
  • Associative: (a * b) * c = a * (b * c) for all a, b, c (grouping doesn't matter)
  • Identity: element e ∈ A such that e * a = a * e = a for all a
  • Inverse: for each a, exists a⁻¹ such that a * a⁻¹ = a⁻¹ * a = e (requires identity first)

Relations and Functions Class 12 Formulas and Quick Reference

Success in Relations and Functions Class 12 requires quick recall of definitions and standard results. While this chapter is more concept-driven than formula-intensive compared to calculus or vectors, certain standard forms and properties must be memorized. For relations, remember the counts: a set with n elements has n² ordered pairs in A × A, and 2^(n²) possible relations on A. For equivalence relations, the number of equivalence classes can vary from 1 (universal relation) to n (equality relation). For functions, standard bijective functions include f(x) = ax + b (linear), f(x) = x³ (cubic), and f(x) = eˣ (exponential), while f(x) = x² on R is not one-one. Important composition results: identity function I satisfies foI = Iof = f; if f and g are both one-one, then gof is one-one; if both are onto, then gof is onto. For inverses, (gof)⁻¹ = f⁻¹og⁻¹ (note the order reversal). These formulas form the toolkit for rapid problem-solving in board exams.
  • Number of relations from A to B: 2^(mn) where |A|=m, |B|=n
  • Number of functions from A to B: n^m (each of m elements has n choices)
  • Number of one-one functions from A to B (m ≤ n): P(n,m) = n!/(n-m)!
  • Number of onto functions from A to B: use inclusion-exclusion, generally complex
  • Composition preserves properties: f, g one-one ⇒ gof one-one; f, g onto ⇒ gof onto
  • (gof)⁻¹ = f⁻¹og⁻¹ when both f and g are bijective (reverse order)
  • Domain of fog: {x ∈ domain(f): f(x) ∈ domain(g)}

Solving CBSE Board Questions on Relations and Functions Class 12

CBSE board exams for Relations and Functions Class 12 follow predictable patterns across the 2-mark, 4-mark, and occasional 6-mark questions. Two-mark questions typically ask to verify one property (reflexive/symmetric/transitive) for a given relation in roster form, or to find fog for simple polynomial functions. Four-mark questions are the most common, asking students to prove a relation is an equivalence relation (requiring verification of all three properties with clear justification), find composition of two functions and determine if the result is one-one/onto, or find the inverse of a bijective function. Six-mark questions, less frequent, often combine concepts: prove a function is bijective, find its inverse, then compute the composition of the function with its inverse. The marking scheme awards full credit for correct methodology even if arithmetic errors occur, provided students write clear set notation like ∀ a ∈ A and use logical connectives properly. Examiners look for the word 'therefore' or 'hence' before conclusions. Common mistakes include claiming a relation is reflexive without checking all elements, stating fog = gof without calculation, and forgetting to verify that codomain equals range when proving onto.
  • 2-mark questions: verify one property of relation, or compute simple composition
  • 4-mark questions: prove equivalence relation (show all three properties), find inverse
  • 6-mark questions: multi-step problems combining bijection proof, inverse, and composition
  • Show all steps: write 'Let (a,b) ∈ R' and 'Then (b,a) ∈ R because...' for full marks
  • For onto proof, explicitly write 'Let y ∈ codomain' and solve f(x) = y
  • For one-one proof, write 'Assume f(x₁) = f(x₂)' and derive x₁ = x₂ algebraically

Common Errors and Misconceptions in Relations and Functions Class 12

Students preparing Relations and Functions Class 12 material commonly make several conceptual errors. First, confusing 'relation on A' (R ⊆ A × A) with 'relation from A to B' (R ⊆ A × B); the former requires source and target to be identical. Second, assuming symmetry when proving reflexivity: just because (1,1) ∈ R does not mean R is symmetric — symmetry requires if (a,b) ∈ R with a ≠ b, then (b,a) ∈ R. Third, claiming a function is onto by checking only a few elements; onto requires proving every element in the codomain is covered. Fourth, writing fog(x) when the correct notation is (fog)(x) or fog applied to x, denoted (fog)(x). Fifth, believing that if f is invertible then f⁻¹(x) = 1/f(x); this confuses functional inverse with multiplicative reciprocal — the inverse function reverses the mapping, not the value. Sixth, neglecting domain restrictions: when finding fog, students must check whether f(x) lies in the domain of g. NCERT exercises deliberately include questions that test these misconceptions. Careful reading of definitions and working through counterexamples solidify understanding.
  • Do not confuse 'onto' with 'one-one' — onto means full codomain covered, one-one means no repeats
  • Equivalence relation needs all three properties checked explicitly, not just two
  • Function inverse f⁻¹(x) ≠ 1/f(x); inverse reverses mapping, reciprocal divides
  • Composition fog applies f first then g, despite g being written first (right to left reading)
  • Empty relation on non-empty set is symmetric and transitive but not reflexive
  • For composition domain, remember (fog)(x) is defined only where x ∈ dom(f) and f(x) ∈ dom(g)

Applications and Connections to Other Class 12 Mathematics Topics

Relations and Functions Class 12 is not an isolated chapter; its concepts permeate the entire CBSE mathematics syllabus. Inverse trigonometric functions in Chapter 2 build directly on the invertibility conditions learned here — students must verify that sin x restricted to [-π/2, π/2] becomes bijective before defining sin⁻¹ x. Matrices (Chapter 3) can represent relations and functions through Boolean matrices and transformation mappings. Determinants are used to check if a linear transformation is bijective (invertible). Continuity and differentiability in calculus (Chapters 5-6) presuppose understanding of function domains, ranges, and compositions, as differentiation rules like the chain rule are essentially d(fog)/dx = f'(g(x))·g'(x). Probability (Chapter 13) treats events as relations on sample spaces, and random variables are actually functions from sample space to real numbers. Integration (Chapters 7-8) uses inverse functions in integration by substitution. In JEE Main, relations and functions problems frequently combine with inequalities, greatest integer function, and parametric domains, while JEE Advanced tests composition with piecewise functions and inverse under transformations. Recognizing these connections helps students see mathematics as a unified discipline rather than disconnected topics.
  • Inverse trigonometric functions (Chapter 2) apply bijectivity from restricted domains of sin, cos, tan
  • Matrices (Chapter 3) represent relations; invertible matrices correspond to bijective linear maps
  • Chain rule in differentiation uses composition: (fog)' = f'(g)·g' relies on understanding fog
  • Probability events and random variables use function and relation concepts from set theory
  • Continuity requires function to be defined on interval (domain concept from this chapter)
  • JEE problems integrate greatest integer [x], modulus |x| as compositions with given functions

How CBSETUTOR.ai Helps Master Relations and Functions for Class 12

Relations and Functions Class 12 demands precise symbolic reasoning and systematic proof-writing, skills that develop through guided practice rather than passive reading. CBSETUTOR.ai offers Class 12 students a 24×7 AI tutor that has ingested every NCERT textbook from Class 6 to 12, including the complete Relations and Functions chapter with all solved examples, exercises, and miscellaneous problems. When a student struggles with proving transitivity for a given relation, they can photograph their work and ask the AI to identify logical gaps or suggest the next step. Unlike static video lectures, CBSETUTOR.ai engages in dialogue: if a student writes that a function is onto without proper justification, the AI will prompt 'Did you show that every y in the codomain has a pre-image x?' and guide them to construct the algebraic solution y = f(x) step by step. The platform recognizes CBSE marking scheme requirements, reminding students to write 'Let R be reflexive' and explicitly state '∀ a ∈ A, (a,a) ∈ R' for full method marks. Parents appreciate the flat ₹999 per month pricing for all subjects across Class 6-12, with a 3-day free trial requiring no credit card. For Class 12 students juggling multiple chapters and board exam pressure, having an always-available tutor that adapts explanations to their specific confusion points accelerates mastery of abstract concepts like equivalence classes and composition domains.
  • Upload photo of any NCERT exercise problem and get step-by-step guidance, not just final answers
  • Ask conceptual questions like 'Why must equivalence relation be transitive?' and receive NCERT-aligned explanations
  • Practice proof-writing with AI feedback on logical structure and notation usage
  • Covers entire CBSE Class 12 syllabus — Relations, Calculus, Vectors, Probability — under one subscription
  • ₹999/month flat rate for Class 6-12, all subjects; 3-day free trial with no payment details required

Previous Years' Important Questions and Patterns for Relations and Functions Class 12

Analyzing CBSE board papers from 2020-2024 reveals clear question patterns for Relations and Functions Class 12. In the 2023 board exam (Term-wise pattern), a 2-mark question asked students to show a given relation R = {(a,b): a ≤ b³} on the set {1, 2, 3, 4} is neither reflexive nor symmetric, testing direct verification skills. The 2022 paper included a 4-mark question requiring proof that a specified relation on integers is an equivalence relation, followed by finding three distinct equivalence classes. The 2024 paper featured a 4-mark problem on function composition: given f(x) = x² + 1 and g(x) = 2x - 3, find fog and gof, then determine which is one-one. A recurring 6-mark pattern (2021, 2023) asks students to verify that f: A → B is bijective for given sets A and B (often involving restricted domains like R - {k}), find the inverse function f⁻¹, and compute (fof⁻¹)(x) to confirm it equals the identity. The 2020 paper (before split) included a question on binary operations, asking whether a defined operation is commutative and has an identity element. Practicing these exact question types using NCERT Exercise 1.1, 1.2, 1.3, 1.4 and Miscellaneous Exercise ensures comprehensive preparation for the 2026-27 boards.
  • 2-mark: check single property (reflexive, symmetric, or transitive) for roster-form relation
  • 4-mark: prove equivalence relation and find equivalence classes (appears almost every year)
  • 4-mark: composition fog and gof, determine one-one/onto nature (high frequency)
  • 6-mark: prove bijection, find inverse, verify composition with inverse equals identity
  • Occasional 2-3 mark: properties of binary operations (commutativity, identity)
  • Case-study questions (introduced 2021) may embed relation/function in real-world context

Frequently asked questions

Why is Relations and Functions Class 12 considered foundational for board exams and JEE?+
Relations and Functions Class 12 establishes the rigorous mathematical language for mappings, compositions, and inverses that underpin calculus, probability, and linear transformations throughout the year. CBSE allocates 10 marks to this chapter, and JEE Main features 2-3 questions (8-12% of algebra) testing composition, invertibility, and equivalence relations, making thorough mastery essential for competitive performance.
How many marks does Relations and Functions carry in CBSE Class 12 board exams for 2026-27?+
Relations and Functions Class 12 typically carries approximately 10 marks out of the 80-mark theory paper, distributed as one 2-mark question (usually verifying a relation property), one or two 4-mark questions (proving equivalence relations or finding function compositions), and occasionally one 6-mark application or proof-based problem combining multiple concepts.
What is the difference between a relation and a function in Relations and Functions Class 12?+
A relation R from set A to B is any subset of the Cartesian product A × B, allowing one element of A to be related to multiple elements in B. A function is a special relation where every element in A maps to exactly one element in B. Thus every function is a relation, but not every relation is a function — functions have the unique mapping property.
How do I prove a relation is an equivalence relation in Relations and Functions Class 12?+
To prove a relation R on set A is an equivalence relation, you must verify all three properties: (1) Reflexive: show (a, a) ∈ R for every a ∈ 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. Provide clear justification for each property using the relation definition. Only when all three hold is R an equivalence relation.
Why is the composition fog different from gof in Relations and Functions Class 12?+
Function composition is not commutative because the order of application matters. (fog)(x) means apply f first to get f(x), then apply g to that result: g(f(x)). (gof)(x) means apply g first to get g(x), then apply f: f(g(x)). Since f and g perform different operations, g(f(x)) and f(g(x)) typically yield different expressions, so fog ≠ gof except in special cases like identity functions.
What does it mean for a function to be bijective in Relations and Functions Class 12?+
A function f: A → B is bijective if it is both one-one (injective) and onto (surjective). One-one means distinct inputs produce distinct outputs: f(x₁) = f(x₂) implies x₁ = x₂. Onto means every element in codomain B is the image of some element in A: range equals codomain. Bijective functions establish perfect one-to-one correspondence between A and B and are the only functions that have inverses.
When does a function have an inverse according to Relations and Functions Class 12 NCERT?+
A function f: A → B has an inverse function f⁻¹: B → A if and only if f is bijective (both one-one and onto). If f is not one-one, attempting to reverse it would map single elements in B to multiple elements in A, violating function definition. If f is not onto, some elements in B have no pre-image, leaving f⁻¹ undefined there. Only bijective functions can be inverted.
How do I find the inverse of a function in Relations and Functions Class 12?+
First verify the function is bijective. Then write y = f(x), solve this equation algebraically for x in terms of y (express x = some expression involving y), and finally replace y with x to write f⁻¹(x). Verify your answer by checking (fof⁻¹)(x) = x and (f⁻¹of)(x) = x. If both compositions return the identity, the inverse is correct.
What are equivalence classes in Relations and Functions Class 12 and how do I find them?+
For an equivalence relation R on set A, the equivalence class of element a, denoted [a], is the set of all elements related to a: [a] = {x ∈ A: (a, x) ∈ R}. To find equivalence classes, pick any element, list all elements related to it, then pick an element not yet in any class and repeat. Equivalence classes partition A into disjoint subsets where elements within each class are mutually related.
Can my child use CBSETUTOR.ai for Relations and Functions Class 12 practice?+
Yes, CBSETUTOR.ai provides 24×7 AI tutoring for Relations and Functions Class 12 with complete NCERT coverage. Students can upload photos of textbook exercises, receive step-by-step guidance on proving equivalence relations or finding inverses, and ask conceptual questions like 'Why is this not transitive?' The AI has ingested all CBSE content for Class 6-12, costs ₹999/month flat across all classes and subjects, and offers a 3-day free trial without requiring payment details upfront.
Which NCERT exercises are most important for Relations and Functions Class 12 board exam preparation?+
Focus intensely on Exercise 1.1 (types of relations including reflexive, symmetric, transitive verification), Exercise 1.2 (equivalence relations and finding equivalence classes), Exercise 1.3 (types of functions: one-one, onto, bijective proofs), and Exercise 1.4 (composition of functions and invertible functions). The Miscellaneous Exercise at chapter end contains board-level integrated questions. Solve all examples in the NCERT text before attempting exercises, as exam questions closely mirror these patterns.
What are common mistakes students make in Relations and Functions Class 12 that cost marks?+
Common errors include: (1) checking only some elements when proving reflexivity instead of all; (2) confusing f⁻¹(x) with 1/f(x); (3) writing fog = gof without calculation; (4) claiming onto without proving every codomain element has a pre-image; (5) using incorrect notation like fog(x) instead of (fog)(x); (6) forgetting to verify domain compatibility when composing functions. Always show complete steps and use proper set notation to avoid these pitfalls and secure full marks.

Ready to give your Class 12 child the tutor that never sleeps?

CBSETUTOR.ai covers every chapter in the Class 12 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.

Start your child's 3-day free trial →
CBSETUTOR.ai · Free tutor
Your 24×7 AI tutor
Hi! I'm your CBSETUTOR.ai — an AI tutor that has ingested every NCERT book for Class 6 to 12. To get started, tell me which class you're in and which subject you'd like help with today (e.g. "Class 9, Physics").