Skip to main content

Comprehensive Revision Guide on Relations and Functions for Class 12

Comprehensive Revision Guide on Relations and Functions for Class 12

Welcome back to StudyBeacon's Revision Series! Today, we dive into one of the most essential chapters of Class 12 Mathematics—Relations and Functions. This topic is the backbone for various concepts in calculus and algebra. In this guide, we’ll explore the various types of relations and functions, break down their properties, and tackle some challenging questions to sharpen your skills for exams like JEE Advanced. Let's get started!

Understanding Relations and Functions

To put it simply, a relation is a rule that connects elements from one set to another. A function is a special type of relation where each input has a unique output. Let's break this down further.

1. Types of Relations

Relations help us understand how two sets of information are interconnected. Here are the various types:

  • Empty Relation: If none of the elements of set A are related to any elements of set A, it’s called an empty relation.
  • Universal Relation: If every element of set A is related to every element of set A, it’s a universal relation.
  • Reflexive Relation: A relation R on a set A is reflexive if every element is related to itself. For example, if A = {1, 2, 3}, then R = {(1, 1), (2, 2), (3, 3)} is reflexive.
  • Symmetric Relation: A relation R is symmetric if (a, b) ∈ R implies (b, a) ∈ R. For instance, if R = {(1, 2), (2, 1)}, it is symmetric.
  • Transitive Relation: A relation R is transitive if (a, b) ∈ R and (b, c) ∈ R imply (a, c) ∈ R. For example, R = {(1, 2), (2, 3), (1, 3)} is transitive.
  • Equivalence Relation: A relation that is reflexive, symmetric, and transitive is called an equivalence relation. These are particularly useful in geometry and algebra.

Example:

Consider a set A = {1, 2, 3}. Define a relation R on A as "x is divisible by y." Check if R is reflexive, symmetric, or transitive.

Solution:
- Reflexive: No, because 2 is not divisible by 2.
- Symmetric: No, because if (2,1) is true, (1,2) may not be.
- Transitive: Yes, if (2,1) is true and (3,2), (3,1) holds.

2. Types of Functions

A function is a relation where each input has a unique output. Understanding different types of functions helps in many competitive exams.

  • One-One Function (Injective): Each element of set A maps to a unique element of set B. No two elements in A have the same image in B.
  • Onto Function (Surjective): Every element of B has a pre-image in A. All elements of B are covered.
  • Bijective Function: A function that is both one-one and onto. For example, f(x) = x + 2 where x is a real number.
  • Constant Function: All elements of A map to the same element in B. For example, f(x) = 5.

Example:

Let f: R → R be defined by f(x) = 2x + 3. Is this function one-one, onto, or both?

Solution:
- One-One: Yes, since every distinct x maps to a distinct y.
- Onto: Yes, as every real number y can be written as y = 2x + 3.

3. Composite and Inverse Functions

Composite Functions: If f: A → B and g: B → C are two functions, then the composite function (g ∘ f): A → C is defined by (g ∘ f)(x) = g(f(x)). Understanding composite functions is vital as they frequently appear in calculus and coordinate geometry.

Inverse Functions: A function f: A → B is said to be invertible if there exists a function g: B → A such that (g ∘ f)(x) = x for all x ∈ A and (f ∘ g)(y) = y for all y ∈ B. The function g is the inverse of f, denoted by f⁻¹.

Example:

If f(x) = 3x + 2 and g(x) = (x - 2)/3, verify if g is the inverse of f.

Solution:
- f(g(x)) = f((x - 2)/3) = 3((x - 2)/3) + 2 = x.
- g(f(x)) = g(3x + 2) = ((3x + 2) - 2)/3 = x.
Hence, g is indeed the inverse of f.

4. Properties of Functions

Some important properties that you must know include:

  • Even Function: A function f(x) is even if f(-x) = f(x) for all x in its domain.
  • Odd Function: A function f(x) is odd if f(-x) = -f(x) for all x in its domain.
  • Periodic Functions: A function f(x) is periodic if there exists a T > 0 such that f(x + T) = f(x) for all x. For example, sine and cosine functions are periodic with period 2π.

Practice Questions (JEE Advanced Level)

Question 1:

If f(x) = |x| and g(x) = x² - 2x, find (f ∘ g)(x) and discuss its nature.

Solution: The composite function (f ∘ g)(x) = f(g(x)) = |x² - 2x|. This function is always non-negative because it is an absolute value function. It is continuous for all x ∈ R, and it achieves its minimum at x = 1.

Question 2:

Let f: R → R be a function defined as f(x) = ex. Show that f(x) is one-one and onto when its co-domain is (0, ∞).

Solution:
- One-One: For any two real numbers x₁ and x₂, if f(x₁) = f(x₂), then ex₁ = ex₂. Taking the natural logarithm on both sides, we get x₁ = x₂. Therefore, f(x) is injective.
- Onto: For any y > 0, there exists an x = ln(y) such that f(x) = y. Thus, every element in (0, ∞) is mapped by some element in R, proving that f(x) is surjective.

Question 3:

Determine whether the following function is bijective: f: R → R defined by f(x) = 3x + 7.

Solution:
- One-One: If f(x₁) = f(x₂), then 3x₁ + 7 = 3x₂ + 7. Simplifying this gives x₁ = x₂, proving that the function is injective.
- Onto: For any y ∈ R, there exists an x = (y - 7)/3 such that f(x) = y. Therefore, the function is surjective.
Since f(x) is both one-one and onto, it is bijective.

Question 4:

Find the range of the function f(x) = √(x² - 4) and discuss its properties.

Solution:
The domain of the function is x ∈ R such that x² - 4 ≥ 0, which implies x ≥ 2 or x ≤ -2. The range of f(x) is [0, ∞) since the square root function produces non-negative values only. The function is neither injective nor surjective over R, but it can be made bijective on the restricted domain.

Conclusion

Relations and Functions are crucial not just for your board exams but also for competitive exams like JEE Advanced. Make sure to grasp each type of relation and function, understand their properties, and practice various problems to solidify your understanding. Try solving the above questions, and don’t hesitate to revisit the concepts if needed.

Keep practicing and stay tuned to StudyBeacon for more such in-depth revision notes and practice questions. If you found this helpful, please share it with your friends and let us know your thoughts in the comments!

Back to All Revision Notes

Comments

Popular posts from this blog

Chemistry - periodic table PYQ 2022

Q.The first ionization enthalpy of Na, Mg and Si, respectively, are: 496, 737 and 786 kJ mol¹. The first ionization enthalpy (kJ mol¹) of Al is:                                                         ( JEE mains 2022) 1. 487  2.  768 3. 577 4. 856 Show Answer Ans:- [c] I. E: Na < Al < Mg < Si  .. 496 <IE (Al) < 737  Option (C), matches the condition .  i.e IE (Al) = 577 kJmol-¹

Physics - JEE mains PYQ

 Q. Position of an ant (S in metres) moving in Y-Z plane is given by S=2t²j+5k (where t is in second). The magnitude and direction of velocity of the ant at t = 1 s will be :                                                         (Jee mains- 2024) 1. 16 m/s in y-direction  2. 4 m/s in x- direction  3. 9 m/s in z- direction  4. 4 m/s in y-direction  Show Answer 4 m/s in y-direction. v=ds/dt=4t ĵ At t = 1 sec v = 4ĵ More Questions kinametics PYQ

Chemistry - metallurgy PYQ 2022

 Q. In metallurgy the term "gangue" is used for:                                                         ( JEE mains 2022 ) 1. Contamination of undesired earthy materials. 2. Contamination of metals, other than desired metal 3. Minerals which are naturally occuring in pure form 4.Magnetic impurities in an ore. Show Answer Ans:- [A] Earthy and undesired materials present in the ore, other then the desired metal, is known as gangue.

Physics - simple harmonic motion pyq 2023

 Q. In a linear simple harmonic motion (SHM) (A) Restoring force is directly proportional to the displacement.  (B) The acceleration and displacement are opposite in direction.  (C) The velocity is maximum at mean position. (D) The acceleration is minimum at extreme points.  Choose the correct answer from the options given below:                                                         (JEE mains 2023) 1. (A), (B) and (C) only   2. (C) and (D) only 3. (A), (B) and (D) only 4. (A), (C) and (D) only Show Answer Ans. (1)   F=-kx,          A true  a=-w²x.      B true  Velocity is maximum at mean position, C true  Acceleration is maximum at extreme point, D false

Physics - waves PYQ series 2023

 Q. The height of transmitting antenna is 180 m and the height of the receiving antenna is 245 m. The maximum distance between them for satisfactory communication in line of sight will be :                                                         ( JEE mains 2023) 1. 48 km 2. 56 km 3. 96 km 4. 104 km Ans. (4)   dmax = √(2Rh, +2Rh) = √2x64×105×180+2×64×105×245  = {(8× 6 × 10³) + (8 × 7 × 10³)} m  = (48 +56) km  = 104 km

Physics - Radioactivity PYQ 2023

 Q. The half-life of a radioactive nucleus is 5 years, The fraction of the original sample that would decay in 15 years is :                                                         ( JEE mains 2023) 1. 1/8 2. 1/4 3. 7/8 4. 3/4 Show Answer Ans. (3)  15 year = 3 half lives  Number of active nuclei = N/8  Number of decay = 7/8N

Chemistry - jee mains PYQ 2023

   Q. The volume (in mL) of 0.1 M AgNO3 required for complete precipitation of chloride ions present in 20 mL of 0.01 M solution of [Cr(H2O)5Cl]Cl2 as silver chloride is                                                     (jee2023) Show Answer And: 4

Chemistry PYQ - Question no. 6

 Q. Which structure of protein remains intact after coagulation of egg white on boiling?                                                         (JEE mains 2024) 1. Primary 2. Tertiary 3. Secondary 4.Quaternary Show Answer (1)  Boiling an egg causes denaturation of its protein resulting in loss of its quaternary, tertiary and secondary structures. Loading…

Indefinite Integration: Complete Notes for JEE Mains & Advanced

Indefinite Integration: Comprehensive Notes for JEE Mains & Advanced Indefinite Integration is a cornerstone of Calculus, critical for JEE aspirants. It involves determining the original function when its derivative is known. This guide covers every concept, formula, and technique from basic to advanced levels, along with JEE-specific tips and tricks to solve problems faster. Table of Contents Definition Basic Formulas Advanced Forms (JEE Advanced Syllabus) Methods of Integration Special Integrals Tricks and Shortcuts Solved Examples Practice Problems Preparation Tips for JEE 1. Definition of Indefinite Integration Indefinite Integration refers to finding a function F(x) such that: \frac{d}{dx}F(x) = f(x) The integral is represented as: \int f(x) \, dx = F(x) + C where C is the constant of integration. Key I...

NEET - physics 2024

 Q. A tightly wound 100 turns coil of radius 10 cm carries a current of 7 A. The magnitude of the magnetic field at the centre of the coil is (Take permeability of free space as 4π × 10–⁷ SI units)                                                         (NEET-2024) 1. 44 mT (2)  (3)  (4)  2. 4.4 T 3. 4.4 mT 4.None of these  Show Answer.