Why relations and functions matter in ISC maths

Ever wondered how a recipe tells you exactly which ingredient goes with which step? In maths, that matching idea shows up as relations and functions. They’re the backbone of many exam problems, from graph plotting to real‑world modelling.

💡 In Simple Words: A relation pairs each element of one set with one or more elements of another set. A function is a stricter relation that pairs each element of the first set with exactly one element of the second set.

Understanding relations

A relation (think of it as a friendship list) is a set of ordered pairs (a, b) where a comes from the first set (called the domain) and b comes from the second set (called the codomain). The domain is just the collection of all first‑elements that actually appear, and the codomain is the whole set you’re allowed to pick the second elements from.

Example: Let A = {1,2,3} and B = {a,b}. The relation R = {(1,a), (2,b), (3,a)} says 1 is linked to a, 2 to b, and 3 to a. Notice that a appears twice – that’s fine for a relation.

Special types of relations

  • Reflexive: every element is related to itself (like everyone shaking hands with themselves).
  • Symmetric: if (x,y) is in the relation, then (y,x) is also there (friendship works both ways).
  • Transitive: if (x,y) and (y,z) are in, then (x,z) must be too (a chain of friends).

Functions: the “one‑to‑one” rule

A function is a relation with an extra rule: each element of the domain points to only one element of the codomain. In everyday language, think of a school ID card – every student gets one unique number, never two.

Using the same sets A and B, the relation F = {(1,a), (2,b), (3,b)} is a function because 1, 2, 3 each have a single partner. If we added (1,b) as well, it would break the rule and stop being a function.

Domain, Codomain, and Range

The domain of a function is the set of all first components (the inputs). The codomain is the set you declared at the start – the pool of possible outputs. The range (or image) is the subset of the codomain that actually shows up.

For F above, domain = {1,2,3}, codomain = {a,b}, and range = {a,b} because both a and b appear as outputs.

Types of functions you’ll meet in ISC

  • One‑to‑one (injective): different inputs give different outputs. Imagine a locker system where each key opens a unique locker.
  • Onto (surjective): every element of the codomain is hit by at least one input. Like a teacher assigning every student a seat.
  • One‑to‑one and onto (bijective): both rules together. It’s a perfect pairing, like matching socks from two identical piles.

How to test if a relation is a function

  1. List all ordered pairs.
  2. Check the first components – are any repeated with different second components? If yes, it’s not a function.
  3. If every first component appears once, you have a function.

Graphical view

When you plot a relation on the Cartesian plane, each ordered pair becomes a point. For a function, a vertical line drawn anywhere will intersect the graph at most once – that’s the famous vertical line test. It’s like sliding a ruler up and down; if you ever hit two points at the same x‑value, the graph isn’t a function.

Quick comparison

FeatureRelationFunction
DefinitionSet of ordered pairs (a,b)Relation with a single output for each input
Allowed repeats of first elementYesNo
DomainAll first elements that appearSame as relation
RangeAll second elements that appearSubset of codomain actually used
Vertical line testNot applicableMust pass (only one point per x)
Examples in ISCR={(x,y)|y=x²+1, x∈ℤ}f(x)=x³, x∈ℝ

Bullet summary you can copy

  • Relation = set of ordered pairs; domain = first components, codomain = allowed second components.
  • Function = relation where each domain element has exactly one partner.
  • Check function by ensuring no repeated first element with different second elements.
  • Vertical line test works only for functions.
  • Injective = no two inputs share the same output; surjective = every codomain element is used; bijective = both together.

📝 Likely Exam Questions

  1. Question: Let R = {(1,2), (2,3), (1,4)} on the set {1,2}. Is R a function? Explain.
  2. Answer: No. The element 1 appears twice with different second components (2 and 4). A function cannot assign two outputs to the same input.
  3. Question: Determine whether f(x)=2x+5, x∈ℤ, is injective, surjective, or bijective when the codomain is ℤ.
  4. Answer: Injective: Yes, because different x give different 2x+5. Surjective: No, because not every integer y can be written as 2x+5 with an integer x (only odd y work). Hence f is injective but not surjective, so not bijective.
  5. Question: Use the vertical line test to decide if the graph of y = √x is a function.
  6. Answer: The graph passes the vertical line test – each x≥0 gives exactly one y – so it represents a function.
  7. Question: Find the range of the function f: ℝ → ℝ defined by f(x)=x²‑4.
  8. Answer: Since x² is always ≥0, x²‑4 ≥ –4. The smallest value is –4 (when x=0). Hence the range is [‑4, ∞).
#ISC#Class 12#Mathematics#Relations#Functions