Relations and Functions | Class 11 Maths

πŸ”Ή 1. Introduction

The chapter Relations and Functions forms the foundation of higher mathematics. It connects algebra with real-world mappings and is essential for topics like calculus, trigonometry, and coordinate geometry.

In simple terms:

  • A relation shows how elements of one set are connected to elements of another set.
  • A function is a special type of relation with stricter rules.

πŸ”Ή 2. Sets Revision (Important Basics)

Before understanding relations, recall:

βœ”οΈ Set

A set is a well-defined collection of objects.

Example:

  • A = {1, 2, 3}
  • B = {4, 5}

βœ”οΈ Types of Sets

  • Finite Set
  • Infinite Set
  • Empty Set (βˆ…)
  • Singleton Set

βœ”οΈ Cartesian Product

If A and B are sets, then:

A Γ— B = {(a, b) | a ∈ A, b ∈ B}

Example:
If A = {1, 2}, B = {3, 4}

Then:
A Γ— B = {(1,3), (1,4), (2,3), (2,4)}


πŸ”Ή 3. Relations

βœ”οΈ Definition

A relation R from set A to set B is a subset of A Γ— B.

R βŠ† A Γ— B


βœ”οΈ Types of Relations

1. Empty Relation

No element is related.

R = βˆ…


2. Universal Relation

All elements are related.

R = A Γ— B


3. Identity Relation

Every element is related to itself.

R = {(a, a) | a ∈ A}


4. Inverse Relation

If R = {(a, b)}, then
R⁻¹ = {(b, a)}


πŸ”Ή 4. Relations in a Set

When relation is defined within the same set A:

R βŠ† A Γ— A


βœ”οΈ Important Types

1. Reflexive Relation

A relation R is reflexive if:

(a, a) ∈ R for all a ∈ A

Example:
R = {(1,1), (2,2)}


2. Symmetric Relation

If (a, b) ∈ R β‡’ (b, a) ∈ R

Example:
(1,2) and (2,1)


3. Transitive Relation

If (a, b) ∈ R and (b, c) ∈ R β‡’ (a, c) ∈ R


4. Equivalence Relation

A relation that is:

  • Reflexive
  • Symmetric
  • Transitive

βœ”οΈ Equivalence Class

For element a:

[a] = {x ∈ A | xRa}

Example:
A = {1,2,3}, relation: β€œsame parity”

Classes:

  • {1,3}
  • {2}

πŸ”Ή 5. Functions

βœ”οΈ Definition

A function f from A to B is a relation such that:

πŸ‘‰ Every element of A has exactly one image in B

Notation:
f: A β†’ B


βœ”οΈ Important Terms

Domain

Set of input values (A)

Codomain

Target set (B)

Range

Actual output values

Range βŠ† Codomain


βœ”οΈ Example

f(x) = xΒ²

If domain = {1,2,3}

Range = {1,4,9}


πŸ”Ή 6. Types of Functions

1. One-One Function (Injective)

Different inputs β†’ different outputs

f(a) = f(b) β‡’ a = b


2. Many-One Function

Different inputs β†’ same output

Example:
f(x) = xΒ²

f(2) = 4
f(-2) = 4


3. Onto Function (Surjective)

Every element of codomain is mapped.

Range = Codomain


4. Into Function

Some elements of codomain are not mapped.


5. Bijective Function

Both:

  • One-One
  • Onto

πŸ‘‰ Important for inverse functions


πŸ”Ή 7. Algebra of Functions

Let f and g be functions:

βœ”οΈ Addition

(f + g)(x) = f(x) + g(x)

βœ”οΈ Subtraction

(f βˆ’ g)(x) = f(x) βˆ’ g(x)

βœ”οΈ Multiplication

(fg)(x) = f(x)g(x)

βœ”οΈ Division

(f/g)(x) = f(x)/g(x), g(x) β‰  0


πŸ”Ή 8. Composite Functions

Defined as:

(f ∘ g)(x) = f(g(x))


βœ”οΈ Example

f(x) = xΒ²
g(x) = x + 1

Then:

(f ∘ g)(x) = (x+1)²


πŸ”Ή 9. Identity Function

f(x) = x

Denoted by I


πŸ”Ή 10. Inverse of a Function

If f is bijective, then inverse exists:

f⁻¹(x)


βœ”οΈ Finding Inverse

Steps:

  1. Write y = f(x)
  2. Swap x and y
  3. Solve for y

βœ”οΈ Example

f(x) = 2x + 3

y = 2x + 3
x = 2y + 3
y = (x – 3)/2

So:
f⁻¹(x) = (x – 3)/2


πŸ”Ή 11. Graph of Functions

Graphs help visualize functions.

Common graphs:

  • Linear: straight line
  • Quadratic: parabola
  • Modulus: V-shape

πŸ”Ή 12. Important Functions

1. Polynomial Function

f(x) = aβ‚€ + a₁x + aβ‚‚xΒ² + …


2. Rational Function

f(x) = p(x)/q(x)


3. Modulus Function

f(x) = |x|


4. Signum Function

f(x) =

  • 1 if x > 0
  • 0 if x = 0
  • -1 if x < 0

5. Greatest Integer Function

f(x) = [x]


πŸ”Ή 13. Domain and Range (Important for JEE)

βœ”οΈ Finding Domain

Restrictions:

  • Denominator β‰  0
  • Square root β‰₯ 0
  • Log argument > 0

βœ”οΈ Example

f(x) = 1/(x-2)

Domain: x β‰  2


βœ”οΈ Range

Depends on function behavior.


πŸ”Ή 14. Binary Operations

A binary operation on set A is:

f: A Γ— A β†’ A


βœ”οΈ Properties

  • Closure
  • Associativity
  • Commutativity
  • Identity
  • Inverse

πŸ”Ή 15. Important Exam Questions

πŸ”Έ Prove relation is equivalence

Check:

  • Reflexive
  • Symmetric
  • Transitive

πŸ”Έ Check function type

  • One-One test
  • Onto test

πŸ”Έ Find inverse

Ensure bijection first


πŸ”Έ Domain problems (very common in JEE)


πŸ”Ή 16. JEE & CBSE Important Tips

βœ”οΈ Always check domain first
βœ”οΈ Learn function transformations
βœ”οΈ Practice inverse and composite functions
βœ”οΈ Graph understanding is crucial
βœ”οΈ Focus on equivalence relations


πŸ”Ή 17. Common Mistakes

❌ Confusing domain with range
❌ Ignoring restrictions
❌ Assuming all functions are invertible
❌ Not checking bijection before inverse


πŸ”Ή 18. Quick Revision Formula Sheet

  • Relation: R βŠ† A Γ— B
  • Function: One input β†’ one output
  • Composite: (f ∘ g)(x) = f(g(x))
  • Inverse exists ⇔ bijective
  • Identity: f(x) = x

πŸ”Ή 19. Practice Questions

  1. Check if relation is equivalence
  2. Find domain of √(x-2)
  3. Check if function is one-one
  4. Find inverse of f(x) = (x+1)/(x-1)
  5. Solve composite functions

πŸ”Ή 20. Conclusion

Relations and Functions form the backbone of mathematics. A strong grip on this chapter will make future topics like calculus, limits, and differentiation much easier.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top