By the end of this chapter you'll be able to…

  • 1Compute the Cartesian product of two sets and count the ordered pairs in A×B
  • 2Define a relation as a subset of A×B, and identify its domain, range, and codomain
  • 3Distinguish a function from a general relation using the exactly-one-image rule
  • 4Identify the standard real functions (identity, constant, polynomial, rational, modulus, signum, greatest integer) from their rule, and sketch their shape
  • 5State the domain and range of exponential and logarithmic functions, content CBSE examines here despite the NCERT text omitting it
  • 6Combine two functions using addition, subtraction, scalar multiplication, multiplication and division, and find the resulting domain
💡
Why this chapter matters
This chapter builds the machinery every later function-based topic depends on — the Cartesian product, the definition of a relation, and the strict one-output-per-input rule that makes something a function. Note that the one-one/onto/bijective classification many coaching handouts drill for this chapter has actually moved to Class 12.

Relations and Functions

1. Check this before you revise anything

Two gaps between what coaching material assumes and what this chapter actually contains — in opposite directions.

TopicNCERT 2026-27 chapterCBSE 2026-27
One-one, onto, into, bijective functionsAbsent — none of these words appearNot listed for this chapter
Exponential and logarithmic functions, with their graphsAbsent — neither is defined or graphed hereListed as examinable

The one-one/onto classification has moved to Class 12, where it belongs with inverse functions. Drilling it here is revising the wrong year's syllabus. Exponential and logarithmic functions run the other way — CBSE examines them under this chapter, but the 2026-27 NCERT text never defines either one. Section 6 below covers the minimum you need, taught here because the textbook does not.


2. What this chapter covers

Textbook sectionTopic
2.2Cartesian product of sets
2.3Relations — domain, range, codomain
2.4Functions — definition, standard functions and their graphs
2.4.2Algebra of real functions

3. The Cartesian product — pairing, in order

Every element of pairs with every element of , in that order. Order inside each pair matters completely and are different objects unless .

FactWhy
iff and Ordered pairs are equal only elementwise
Every pairing counted once
in generalSwapping order swaps every pair
Nothing to pair with
If or is infinite, so is (given both are non-empty)

Worked, mirroring the textbook's own Example 3. , , . Since : . Computing and separately and intersecting gives the identical set — a direct check that for this case, exactly the kind of identity Exercise 2.1 asks you to verify in general.

Triples work the same way: . is every point in the coordinate plane; is every point in three-dimensional space.


4. Relations: domain, codomain, and range

A relation from set to set is simply a subset of , chosen by describing some relationship between the first and second element of each pair.

TermMeaning
DomainThe set of all first elements actually used
CodomainThe whole target set (whether or not every element is used)
RangeThe set of all second elements actually used — always codomain

Worked, mirroring the textbook's own Example 7. , . Roster form: . Domain — note is missing, since . Range . Codomain , the full set, whether or not every element gets used.

Counting relations. Since a relation is just a subset of , and a set with elements has subsets, the number of possible relations from to is:

Worked: proving properties of a relation, mirroring the textbook's own Example 19

Let be a relation on (the rationals) defined by . Show: (i) for every , (ii) , and (iii) and .

(i) , and , so for every rational .

(ii) If then . Since the negative of any integer is still an integer, too, so .

(iii) If and , then and . Adding them: , a sum of two integers, which is itself an integer. So .

All three properties hold here — a genuine contrast worth noticing. The Miscellaneous Exercise asks the same three questions about a different relation (defined by on the naturals), where every single one of them turns out false. Whether a relation satisfies these properties depends entirely on how it is defined, never on some general rule.


5. Functions: relations with a strict promise

A function from to is a relation where every element of has exactly one image in — no element left out, and no element pointing to two different places.

Every function is a relation. Not every relation is a function. Checking which of the three examples below are functions is a genuinely common exam question:

RelationFunction?Why
YesEach first element appears once, with one image
No appears twice, pointing to both and
YesEvery first element appears exactly once

If , is the image of , and is the preimage of . A real function is one whose domain and range are both subsets of .


6. Standard functions and their graphs

FunctionRuleDomainRangeShape
IdentityStraight line through the origin
ConstantHorizontal line
Polynomialdepends on degreeSmooth curve
Rational minus zeros of dependsBreaks where
ModulusV-shape
Signum for Step at the origin
Greatest integerStaircase

Worked, mirroring the textbook's own Example 15. , . As shrinks toward from the positive side, grows without bound; as shrinks toward from the negative side, plunges without bound. Neither the domain nor the range ever includes can equal any real number except zero, and can be any real number except zero.

Exponential and logarithmic functions — CBSE requires these, NCERT does not teach them here

An exponential function (with , ) has domain and range — output is always positive, never zero, however negative gets. It always passes through , since for any valid . It increases everywhere if , and decreases everywhere if .

A logarithmic function (same restriction on ) is defined only for , so its domain is and its range is all of . It always passes through , since for any valid base.

They are mirror images of each other reverses exactly what does, which is why one's domain is the other's range, and vice versa.


7. The algebra of real functions

For two real functions sharing a common domain :

A scalar multiple works the same way, for any real number .

Worked, mirroring the textbook's own Example 16. , .

The quotient's domain needs the extra exclusion and are each defined for all of , but additionally excludes wherever , since division by zero is never defined.

Worked: reconstructing a linear function from a few of its values

Textbook Example 20. is known to be a linear function from to — that is, for some constants . Find .

A linear function is fully determined by any two of its values, since two points pin down both unknowns. Using : . Using : , so .

Check against the remaining two given points, since only two were actually needed: — matches ; — matches . Both extra points confirm the answer without being required to find it — a useful habit whenever a problem hands you more data than the minimum needed.


Summary

  • ; order inside each pair matters, so generally .
  • A relation from to is any subset of ; domain is the first elements used, range is the second elements used, codomain is all of .
  • The number of relations from to is , since a relation is just a subset of .
  • A function is a relation where every element of the domain has exactly one image — no element skipped, none pointing two places at once.
  • Standard functions (identity, constant, polynomial, rational, modulus, signum, greatest integer) are classified by the shape of their rule, not by injective/surjective behaviour — that classification belongs to Class 12.
  • Exponential () and logarithmic () functions are examinable here under CBSE despite the current NCERT text never defining them; they are mirror images of each other, with domain and range swapped.
  • , and combine two functions pointwise; a quotient additionally excludes wherever the denominator function is zero.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Cartesian product
A × B = {(a,b) : a in A, b in B}
Order inside each pair matters; A×B ≠ B×A in general
Size of a Cartesian product
n(A × B) = n(A) × n(B)
Every pairing counted exactly once
Equality of ordered pairs
(a,b) = (x,y) iff a=x and b=y
Both coordinates must match separately
Number of relations from A to B
2^(n(A) × n(B))
A relation is any subset of A×B
Function condition
every element of the domain has exactly one image
Fails if any element is unmapped, or mapped twice
Standard function domains/ranges
identity & polynomial: domain R; rational: R minus zeros of denominator; modulus: range [0,∞); greatest integer: range Z
Learn the shape of the rule, not an injective/surjective classification
Exponential function
f(x) = a^x, a>0, a≠1: domain R, range (0,∞)
Always passes through (0,1); increasing if a>1, decreasing if 0<a<1
Logarithmic function
f(x) = log_a(x), a>0, a≠1: domain (0,∞), range R
Always passes through (1,0); mirror image of the exponential function
Algebra of real functions
(f±g)(x)=f(x)±g(x); (fg)(x)=f(x)g(x); (f/g)(x)=f(x)/g(x), g(x)≠0
Quotient additionally excludes wherever the denominator function is zero
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Revising one-one, onto, into, and bijective functions for this chapter
None of these terms appear in the 2026-27 NCERT Class 11 chapter, and CBSE does not list them here — that classification belongs to Class 12, alongside inverse functions.
WATCH OUT
Assuming A×B = B×A
(1,2) in A×B is a different object from (2,1) in B×A. The two products are equal only in special cases, such as A=B.
WATCH OUT
Accepting a relation as a function without checking every domain element
A function needs EVERY element of the domain to have EXACTLY one image — both missing an element and mapping one element twice disqualify a relation from being a function.
WATCH OUT
Treating range and codomain as always the same set
The codomain is the whole target set B, stated in advance; the range is only the elements of B that actually get used. Range is always a subset of the codomain, sometimes a proper one.
WATCH OUT
Assuming exponential and logarithmic functions aren't examinable because the current textbook never defines them
CBSE's syllabus line for this chapter explicitly lists them, even though the 2026-27 NCERT chapter body never covers either one — learn the basic domain, range and shape from outside the textbook.
WATCH OUT
Forgetting the extra domain restriction when dividing two functions
f/g excludes every point where g(x)=0, in addition to any restrictions f and g already carried individually — a step easy to skip when the two original functions were both defined everywhere.
WATCH OUT
Finding the domain of a rational function by only checking where the numerator is zero
A rational function is undefined where the DENOMINATOR is zero, not the numerator — the numerator being zero just makes the function's value zero, which is perfectly fine.
WATCH OUT
Assuming the greatest integer function rounds to the nearest integer
[x] is the greatest integer LESS THAN OR EQUAL TO x, not the nearest one — [2.9] = 2, not 3, and [-1.2] = -2, not -1, since -2 is the greatest integer that does not exceed -1.2.

Practice problems

Work through this chapter's problems as a readiness check — reveal each solution, mark yourself honestly, and get your gap report at the end.

Readiness check

Are you exam-ready for Relations and Functions?

9 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

9 questions~6 min worth ~23 marks in Telangana (TSBIE) exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • A×B = {(a,b): a∈A, b∈B}; order inside each pair matters, so A×B ≠ B×A in general.
  • n(A×B) = n(A)×n(B); (a,b)=(x,y) iff a=x and b=y.
  • A relation from A to B is any subset of A×B — domain is first elements used, range is second elements used, codomain is all of B.
  • The number of relations from A to B is 2^(n(A)×n(B)).
  • A function requires every domain element to have exactly one image — missing or doubled images both disqualify it.
  • Range ⊆ codomain always; they need not be equal.
  • Standard functions: identity, constant, polynomial, rational, modulus, signum, greatest integer — known by the shape of their rule.
  • Exponential f(x)=a^x has domain R, range (0,∞); logarithmic f(x)=log_a(x) has domain (0,∞), range R — mirror images of each other.
  • (f±g)(x), (fg)(x), (f/g)(x) combine functions pointwise; the quotient additionally excludes zeros of the denominator function.
  • One-one, onto, into and bijective functions are NOT part of the 2026-27 syllabus for this chapter — they belong to Class 12.

Telangana (TSBIE) marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: Unit I sits inside the 23-mark block covering Sets, Relations & Functions, and Trigonometric Functions (CBSE Class 11 Mathematics, 80 marks; no official per-chapter split)

Question typeMarks eachTypical countWhat it tests
Cartesian product of sets1-21Computing A×B, counting its elements, ordered pair equality, verifying set identities involving Cartesian products
Relations domain range and codomain2-31Writing a relation in roster form from a rule or arrow diagram, finding domain/range/codomain, counting relations
Functions standard types and algebra of real functions2-41-2Deciding whether a relation is a function, domain and range of standard real functions, combining two functions and finding the resulting domain
Prep strategy
  • Learn the chapter as three blocks: Cartesian product (2.2), relations (2.3), and functions plus their algebra (2.4)
  • For domain questions, check every restriction that could apply at once — square roots need a non-negative radicand, denominators need to be nonzero — and intersect the results
  • Sketch each standard function (identity, constant, modulus, greatest integer) at least once by hand; recognising the shape instantly saves time
  • Do NOT revise one-one, onto, or bijective functions for this specific chapter — that classification is examined under Class 12
  • Learn exponential and logarithmic functions' domain, range, and one passing-through point each, since CBSE examines them here despite the textbook's silence

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Temperature conversion

The Celsius-to-Fahrenheit rule t(C)=9C/5+32, used directly in this chapter's own exercises, is a real linear function converting one measurement system into another.

Spreadsheet lookup tables

A VLOOKUP or dictionary lookup is exactly a relation: each key (first element) is paired with a value (second element) drawn from a defined set of possibilities.

Tax and pricing brackets

Income tax slabs and tiered pricing are piecewise-defined functions, exactly like the Miscellaneous Exercise's f(x) defined by different rules on different intervals.

Product catalogues and databases

A product ID paired with its price is a function from IDs to prices; the Cartesian product describes every possible (customer, product) combination before any actual purchases are known.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

1
For 'is this a function?' questions, check two things separately: does every domain element have an image, and does any element have more than one — both must pass
2
For domain questions, list every restriction that could apply (square root, denominator, logarithm) and intersect all the resulting conditions
3
State the codomain and range separately in any answer that asks for both — do not assume they are automatically equal
4
For algebra-of-functions questions, find each function's own domain first, then intersect them, then apply any extra restriction the specific operation adds (only division adds one)
5
Do not spend revision time on one-one, onto, or bijective functions for this specific chapter — save it for Class 12

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

STRETCH
Count the number of functions from an n-element set to itself that are NOT bijections, without directly classifying by injectivity/surjectivity — using only counting arguments appropriate to this chapter's tools
STRETCH
Given a relation R on a finite set A, determine how many of A's own elements can appear as both a first and second element of some pair in R simultaneously, for a specific worked example
STRETCH
Explore the domain of nested rational functions, such as f(x) = 1/(1/(x-1) - 2), tracking every point that must be excluded at each stage
STRETCH
Investigate which pairs of standard functions from this chapter (identity, modulus, greatest integer) satisfy f(f(x))=x for every x in their domain
🚀

JEE Main & Advanced practice

Competitive-level problems on this chapter, above the board pattern. Try each one on paper before opening the solution.

JEE MainDomain of a rational function with a quadratic denominatorFormula application

Find the domain of .

Stuck? Show the approach

A rational function is undefined exactly where its denominator vanishes — factorise the denominator and exclude its roots from R.

Show the full solution

Answer: Domain = R minus {2, 3}
The trap

Trying to also restrict the domain based on the numerator is unnecessary — the numerator being positive, negative, or zero never makes a rational function undefined; only a zero denominator does.

JEE MainDomain of a function combining a square root and a fractionMulti-condition domain

Find the domain of .

Stuck? Show the approach

Two conditions apply simultaneously here: the expression under the square root must be non-negative for the root to be real, AND the whole denominator must be nonzero — combine both into a single strict inequality.

Show the full solution

Need for the square root to be real, but also so the fraction is defined, i.e. . Combining: .

Answer: Domain = (4, infinity)
The trap

Using x >= 4 instead of x > 4 is the standard slip — at x=4 the square root itself is perfectly real (it equals 0), but a zero denominator still makes the whole fraction undefined, so x=4 must be excluded too.

JEE MainCartesian product counting with a set-builder conditionCounting problem

Let . Find the number of elements in .

Stuck? Show the approach

Rather than listing all 36 pairs of A×A, count directly how many ways to choose an unordered pair of distinct values from A, since each such choice gives exactly one pair with x<y.

Show the full solution

Answer: 15
The trap

Counting all pairs with x≠y and forgetting to divide by 2 double-counts each pair once as (x,y) with x<y and once as (y,x) with y<x — the condition x<y picks out only half of those 30 pairs.

JEE AdvancedDomain of a composite-style algebraic combinationMulti-step domain problem

Let and . Find the domain of and of .

Stuck? Show the approach

The domain of a combined function is the intersection of the domains of the individual functions — find each one's domain first, then intersect; for the quotient, additionally exclude where the denominator function g is zero.

Show the full solution

needs , so domain of is . needs , so domain of is .

: intersection of both domains .

: same intersection, further excluding where — but is never exactly zero for any real , so no further exclusion is needed beyond .

Answer: Domain of f+g and of f/g is both [-2,2] excluding 0
The trap

Forgetting that a combined function's domain is an INTERSECTION, not a union, of the two original domains is the standard error — a point must be valid for BOTH functions individually before the combination is defined there at all.

JEE AdvancedCounting functions between two finite setsCombinatorial counting

How many functions are there from a set with 4 elements to a set with 3 elements? How does this compare to the number of relations from to ?

Stuck? Show the approach

For a function, each of A's 4 elements independently chooses one of B's 3 elements as its image — count the independent choices. For relations, recall that ANY subset of A×B counts, which is a vastly larger number.

Show the full solution

Number of functions: each of the 4 elements of A has 3 independent choices of image, so functions.

Number of relations: every subset of (which has elements) counts, giving relations.

Answer: 81 functions; 4096 relations — functions are a tiny fraction of all possible relations
The trap

Confusing the counting rule for functions (3^4, since each input picks independently from B) with the rule for relations (2^12, since a relation is any subset of the 12-element product set) is the core trap — they are fundamentally different counting problems even though both start from the same two sets.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 11 Mathematics examMedium
JEE Main and Advanced (Functions)High
NDA MathematicsMedium
CUET MathematicsLow

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

No. A relation is a function only when every element of the domain has exactly one image. If any element of A is left unmapped, or maps to two different elements of B, the relation fails to be a function — both conditions must hold, not just one.

No — and this is worth stating plainly because a lot of coaching material still drills this topic for Class 11 Chapter 2. The 2026-27 NCERT chapter never uses the words one-one, onto, into or bijective, and CBSE's syllabus line for this chapter does not list them either. This classification is examined in Class 12, alongside inverse functions, where it is genuinely needed. Save that revision for when it is actually assigned.

They genuinely are missing from the current NCERT chapter body, which is a real gap between the syllabus document and the textbook. At minimum: f(x)=a^x (with a>0, a≠1) has domain R and range (0,∞), always passes through (0,1), and is increasing if a>1 or decreasing if 0<a<1. Its mirror image, f(x)=log_a(x), has domain (0,∞) and range R, and always passes through (1,0). Knowing these two facts, plus that each function's domain is the other's range, covers what CBSE is likely to test from this specific gap.

The codomain is the entire target set B, fixed in advance as part of stating the function or relation — it does not depend on which elements actually get used. The range is only the subset of B that is actually hit by some element of the domain. Range is always contained in the codomain, but the two are not automatically equal; a function can leave part of its codomain completely untouched.

Because (f/g)(x) = f(x)/g(x) is undefined wherever g(x) = 0, even if f and g were each individually defined everywhere. For example, if f(x)=x^2-1 and g(x)=x+1, both f and g are defined for every real x, but f/g is undefined at x=-1, since that is where g becomes zero — even though the quotient algebraically simplifies to x-1, which looks perfectly fine at x=-1 if you don't check the original denominator first.
Verified by the tuition.in editorial team
Last reviewed on 7 August 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo