JEE Mathematics Sets, Relations and Functions Previous Year Questions (2009-2024)

JEE Mathematics Sets, Relations and Functions Previous Year Questions (2009-2024)

๐Ÿ“Š Chapter Overview

Sets, Relations and Functions form the foundation of modern mathematics and are crucial for JEE preparation. This chapter has consistently maintained high weightage in JEE examinations over the years.

Importance Analysis

๐ŸŽฏ Chapter Weightage: 12-15% of Mathematics
Total Questions (2009-2024): 85+
Average Questions per Year: 5-6
Difficulty Level: Easy to Medium
Success Rate: 65-70%

Concept Distribution:
- Sets and Operations: 25%
- Relations: 20%
- Functions: 35%
- Types of Functions: 20%

๐Ÿ“š Year-wise Question Analysis

Question Distribution by Era

๐Ÿ“Š Historical Performance:

2009-2012 (IIT-JEE Era):
- Total Questions: 22
- Average Difficulty: Medium
- Focus: Traditional set theory
- Pattern: Definition-based questions

2013-2016 (JEE Advanced Transition):
- Total Questions: 20
- Average Difficulty: Easy-Medium
- Focus: Function properties
- Pattern: Mixed concepts

2017-2020 (Stabilization):
- Total Questions: 19
- Average Difficulty: Easy
- Focus: Application problems
- Pattern: Real-world applications

2021-2024 (Digital Era):
- Total Questions: 24
- Average Difficulty: Medium
- Focus: Integrated concepts
- Pattern: Multi-concept questions

๐ŸŽฏ Key Topics and Question Types

1. Sets and Set Operations

Core Concepts

๐Ÿ“– Fundamental Definitions:
- Set: Well-defined collection of distinct objects
- Element: Member of a set
- Universal Set: Set containing all elements under consideration
- Empty Set: Set with no elements (ฯ† or {})
- Subset: Set A is subset of B if all elements of A are in B
- Power Set: Set of all subsets of a set

Question Types and Patterns

๐Ÿ”ฅ Frequently Asked Patterns:

1. Basic Set Operations:
   - Union (A โˆช B): Elements in A or B or both
   - Intersection (A โˆฉ B): Elements common to both A and B
   - Difference (A - B): Elements in A but not in B
   - Complement (A'): Elements not in A

2. Cardinality Problems:
   - |A โˆช B| = |A| + |B| - |A โˆฉ B|
   - |A โˆช B โˆช C| = |A| + |B| + |C| - |A โˆฉ B| - |B โˆฉ C| - |C โˆฉ A| + |A โˆฉ B โˆฉ C|
   - Power set cardinality: |P(A)| = 2^|A|

3. Venn Diagram Problems:
   - Two-set and three-set problems
   - Finding unknown values
   - Percentage problems
   - Real-world applications

4. Set Properties and Identities:
   - Commutative laws
   - Associative laws
   - Distributive laws
   - De Morgan's laws

Previous Year Questions

๐Ÿ’ก Representative Questions:

Example 1 (Union/Intersection, 2021):
Q: If A = {1, 2, 3, 4, 5}, B = {2, 4, 6, 8}, find A โˆช B and A โˆฉ B.
Solution: A โˆช B = {1, 2, 3, 4, 5, 6, 8}
A โˆฉ B = {2, 4}

Example 2 (Cardinality, 2022):
Q: If |A| = 15, |B| = 20, |A โˆฉ B| = 8, find |A โˆช B|.
Solution: |A โˆช B| = |A| + |B| - |A โˆฉ B| = 15 + 20 - 8 = 27

Example 3 (Venn Diagram, 2023):
Q: In a class of 50 students, 30 play cricket, 25 play football, and 10 play both. How many play neither?
Solution: Students playing at least one = 30 + 25 - 10 = 45
Students playing neither = 50 - 45 = 5

Example 4 (Power Set, 2020):
Q: If A = {a, b, c}, find number of elements in power set of A.
Solution: |A| = 3, so |P(A)| = 2ยณ = 8

2. Relations

Core Concepts

๐Ÿ“– Fundamental Definitions:
- Relation: Subset of Cartesian product A ร— B
- Domain: Set of all first elements of ordered pairs
- Range: Set of all second elements of ordered pairs
- Codomain: Set B in relation from A to B

Types of Relations

๐ŸŽฏ Important Relation Types:

1. Reflexive Relation:
   R is reflexive if (a, a) โˆˆ R for all a โˆˆ A
   Every element is related to itself

2. Symmetric Relation:
   R is symmetric if (a, b) โˆˆ R โ‡’ (b, a) โˆˆ R
   Order doesn't matter

3. Transitive Relation:
   R is transitive if (a, b) โˆˆ R and (b, c) โˆˆ R โ‡’ (a, c) โˆˆ R
   Chain property holds

4. Equivalence Relation:
   R is equivalence if it is reflexive, symmetric, and transitive
   Partitions set into equivalence classes

5. Antisymmetric Relation:
   R is antisymmetric if (a, b) โˆˆ R and (b, a) โˆˆ R โ‡’ a = b

Question Types and Patterns

๐Ÿ”ฅ Frequently Asked Patterns:

1. Relation Properties:
   - Check if relation is reflexive, symmetric, transitive
   - Determine if relation is equivalence relation
   - Find equivalence classes

2. Relation Representation:
   - Arrow diagrams
   - Matrix representation
   - Set builder form
   - Roster form

3. Composition of Relations:
   - R โˆ˜ S: First apply S, then R
   - Properties of composition
   - Inverse relations

4. Special Relations:
   - Identity relation
   - Universal relation
   - Empty relation
   - Inverse relation

Previous Year Questions

๐Ÿ’ก Representative Questions:

Example 1 (Equivalence Relation, 2021):
Q: Check if R = {(a, b) | a + b is even} on set of integers is equivalence relation.
Solution:
- Reflexive: a + a = 2a (even) โœ“
- Symmetric: a + b even โ‡’ b + a even โœ“
- Transitive: a + b even, b + c even โ‡’ a + c even โœ“
Therefore, R is equivalence relation.

Example 2 (Properties, 2022):
Q: Let R = {(1, 2), (2, 3), (1, 3)} on set {1, 2, 3}. Check if R is transitive.
Solution: Check all transitive pairs:
- (1, 2) and (2, 3) โˆˆ R โ‡’ (1, 3) โˆˆ R โœ“
- No other pairs to check
Therefore, R is transitive.

Example 3 (Equivalence Classes, 2023):
Q: For equivalence relation R = {(a, b) | a โ‰ก b (mod 3)} on integers, find equivalence class of 1.
Solution: [1] = {..., -5, -2, 1, 4, 7, 10, ...}
All integers congruent to 1 modulo 3.

Example 4 (Matrix Representation, 2020):
Q: Represent relation R = {(1, 1), (1, 2), (2, 1), (3, 2)} on {1, 2, 3} as matrix.
Solution:
      1  2  3
   1 [1  1  0]
   2 [1  0  0]
   3 [0  1  0]

3. Functions

Core Concepts

๐Ÿ“– Fundamental Definitions:
- Function: Special relation where each element of domain has unique image
- Domain: Set of all input values
- Range: Set of all output values
- Codomain: Set of all possible output values
- Image: f(a) is image of a under f
- Pre-image: a is pre-image of f(a)

Types of Functions

๐ŸŽฏ Important Function Types:

1. One-to-One (Injective) Function:
   f is one-to-one if f(aโ‚) = f(aโ‚‚) โ‡’ aโ‚ = aโ‚‚
   Horizontal line test: No horizontal line intersects graph more than once

2. Onto (Surjective) Function:
   f is onto if range = codomain
   Every element of codomain has pre-image

3. One-to-One and Onto (Bijective) Function:
   f is bijective if it is both one-to-one and onto
   Has inverse function

4. Even Function:
   f(-x) = f(x) for all x in domain
   Symmetric about y-axis

5. Odd Function:
   f(-x) = -f(x) for all x in domain
   Symmetric about origin

6. Periodic Function:
   f(x + T) = f(x) for some T > 0
   Smallest such T is period

Function Operations

๐Ÿ”ง Function Operations:

1. Function Composition:
   (f โˆ˜ g)(x) = f(g(x))
   Domain of f โˆ˜ g: {x | x โˆˆ domain(g) and g(x) โˆˆ domain(f)}

2. Function Addition/Multiplication:
   (f + g)(x) = f(x) + g(x)
   (f ยท g)(x) = f(x) ยท g(x)

3. Inverse Function:
   fโปยน exists if f is bijective
   f(fโปยน(x)) = x and fโปยน(f(x)) = x

Question Types and Patterns

๐Ÿ”ฅ Frequently Asked Patterns:

1. Function Properties:
   - Check if function is one-to-one, onto, bijective
   - Find domain and range
   - Identify even/odd functions
   - Determine periodicity

2. Function Operations:
   - Find composition of functions
   - Determine inverse functions
   - Function arithmetic
   - Domain restrictions

3. Graph Analysis:
   - Sketch graphs of functions
   - Identify properties from graphs
   - Transformations of functions
   - Piecewise functions

4. Real-world Applications:
   - Optimization problems
   - Modeling situations
   - Word problems
   - Applied mathematics

Previous Year Questions

๐Ÿ’ก Representative Questions:

Example 1 (One-to-One Check, 2021):
Q: Check if f(x) = 2x + 3 is one-to-one.
Solution: Let f(a) = f(b)
2a + 3 = 2b + 3 โ‡’ 2a = 2b โ‡’ a = b
Therefore, f is one-to-one.

Example 2 (Domain and Range, 2022):
Q: Find domain and range of f(x) = โˆš(xยฒ - 4).
Solution: Domain: xยฒ - 4 โ‰ฅ 0 โ‡’ x โ‰ค -2 or x โ‰ฅ 2
Range: โˆš(non-negative) โ‡’ [0, โˆž)

Example 3 (Function Composition, 2023):
Q: If f(x) = x + 1 and g(x) = 2x - 1, find (f โˆ˜ g)(x) and (g โˆ˜ f)(x).
Solution: (f โˆ˜ g)(x) = f(g(x)) = f(2x - 1) = (2x - 1) + 1 = 2x
(g โˆ˜ f)(x) = g(f(x)) = g(x + 1) = 2(x + 1) - 1 = 2x + 1

Example 4 (Inverse Function, 2020):
Q: Find inverse of f(x) = (2x + 3)/(x - 1), x โ‰  1.
Solution: y = (2x + 3)/(x - 1)
y(x - 1) = 2x + 3
yx - y = 2x + 3
yx - 2x = y + 3
x(y - 2) = y + 3
x = (y + 3)/(y - 2)
Therefore, fโปยน(x) = (x + 3)/(x - 2), x โ‰  2

Example 5 (Even/Odd Check, 2021):
Q: Check if f(x) = xยณ + x is even, odd, or neither.
Solution: f(-x) = (-x)ยณ + (-x) = -xยณ - x = -(xยณ + x) = -f(x)
Therefore, f is odd.

๐Ÿ“ˆ Important Formulas and Theorems

Set Theory Formulas

๐Ÿ“‹ Essential Formulas:

1. Cardinality Formulas:
   |A โˆช B| = |A| + |B| - |A โˆฉ B|
   |A โˆช B โˆช C| = |A| + |B| + |C| - |A โˆฉ B| - |B โˆฉ C| - |C โˆฉ A| + |A โˆฉ B โˆฉ C|
   |A - B| = |A| - |A โˆฉ B|

2. Power Set:
   |P(A)| = 2^|A|
   Number of proper subsets = 2^|A| - 1

3. De Morgan's Laws:
   (A โˆช B)' = A' โˆฉ B'
   (A โˆฉ B)' = A' โˆช B'

4. Set Identities:
   A โˆช A' = U (Universal Set)
   A โˆฉ A' = ฯ† (Empty Set)
   A โˆช ฯ† = A
   A โˆฉ U = A

Function Properties

๐Ÿ“‹ Function Characteristics:

1. Domain Rules:
   - Denominator โ‰  0
   - Square root โ‰ฅ 0
   - Logarithm > 0
   - All real numbers for polynomials

2. Horizontal Line Test:
   - One-to-one if no horizontal line intersects graph more than once
   - Useful for checking injectivity

3. Vertical Line Test:
   - Function if no vertical line intersects graph more than once
   - Distinguishes functions from relations

4. Inverse Function Rules:
   - Domain of fโปยน = Range of f
   - Range of fโปยน = Domain of f
   - f(fโปยน(x)) = x, fโปยน(f(x)) = x

๐ŸŽฏ Problem-Solving Strategies

General Approach

๐ŸŽฏ Systematic Problem-Solving:

1. Understand the Problem:
   - Identify given information
   - Determine what's being asked
   - Recognize key concepts
   - Plan approach

2. Apply Concepts:
   - Select appropriate formulas
   - Use correct definitions
   - Consider all conditions
   - Set up equations properly

3. Solve Step-by-Step:
   - Follow logical sequence
   - Show all calculations
   - Check intermediate results
   - Verify final answer

4. Review and Verify:
   - Check if answer makes sense
   - Verify all conditions met
   - Consider alternative approaches
   - Learn from the solution

Specific Strategies

๐Ÿ”ง Topic-Specific Strategies:

1. Set Problems:
   - Draw Venn diagrams for visualization
   - Use cardinality formulas systematically
   - Consider special cases
   - Verify with examples

2. Relation Problems:
   - Check all three properties for equivalence
   - Use matrix representation when helpful
   - Consider ordered pairs carefully
   - Test with examples

3. Function Problems:
   - Find domain first
   - Check injectivity/surjectivity separately
   - Use graphical methods when possible
   - Verify inverse calculations

โš ๏ธ Common Mistakes to Avoid

Set Theory Mistakes

โŒ Common Errors:

1. Cardinality Calculation:
   - Forgetting to subtract intersection in union formula
   - Not considering overlapping elements
   - Double-counting elements

2. Venn Diagram Errors:
   - Incorrect region identification
   - Missing some regions
   - Wrong allocation of values

3. Set Operations:
   - Confusing union with intersection
   - Incorrect complement calculation
   - Wrong order of operations

Relation Mistakes

โŒ Common Errors:

1. Property Checking:
   - Not checking all elements for reflexivity
   - Missing some ordered pairs for symmetry
   - Incomplete transitivity verification

2. Equivalence Relations:
   - Missing one of the three properties
   - Incorrect equivalence class identification
   - Confusing with other relation types

3. Composition Errors:
   - Wrong order of composition
   - Domain/range confusion
   - Missing some pairs

Function Mistakes

โŒ Common Errors:

1. Domain Determination:
   - Missing domain restrictions
   - Incorrect inequality solving
   - Forgetting special cases

2. One-to-One Verification:
   - Incomplete checking
   - Wrong method selection
   - Algebraic errors

3. Inverse Calculation:
   - Wrong algebraic manipulation
   - Domain/range confusion
   - Missing restrictions

๐Ÿ“Š Practice Questions and Exercises

Basic Level Questions

๐Ÿ“ Practice Set 1: Basic Concepts

1. Set Operations:
   If A = {1, 2, 3, 4, 5} and B = {2, 4, 6, 8}, find:
   a) A โˆช B b) A โˆฉ B c) A - B d) B - A

2. Cardinality:
   If |A| = 12, |B| = 15, and |A โˆฉ B| = 7, find |A โˆช B|.

3. Function Domain:
   Find domain of f(x) = โˆš(x - 2) / (x - 5).

4. One-to-One Check:
   Check if f(x) = 3x - 7 is one-to-one.

5. Relation Properties:
   Check if R = {(a, b) | a โ‰ค b} on real numbers is reflexive.

Medium Level Questions

๐Ÿ“ Practice Set 2: Intermediate Problems

1. Three Set Problem:
   In a survey of 100 students, 70 study Mathematics, 60 study Physics,
   50 study Chemistry, 40 study both Mathematics and Physics,
   30 study both Physics and Chemistry, 20 study both Mathematics and Chemistry,
   and 10 study all three subjects. How many study exactly one subject?

2. Equivalence Relation:
   Check if R = {(a, b) | aยฒ = bยฒ} on integers is equivalence relation.
   If yes, find equivalence classes.

3. Function Composition:
   If f(x) = 2x + 1 and g(x) = xยฒ - 3, find (f โˆ˜ g)(2) and (g โˆ˜ f)(2).

4. Inverse Function:
   Find inverse of f(x) = (3x - 2)/(x + 1), x โ‰  -1.

5. Range Determination:
   Find range of f(x) = xยฒ + 4x + 3.

Advanced Level Questions

๐Ÿ“ Practice Set 3: Challenging Problems

1. Complex Set Operation:
   If A = {x โˆˆ โ„ | xยฒ - 3x + 2 โ‰ค 0} and B = {x โˆˆ โ„ | xยฒ - 5x + 6 โ‰ฅ 0},
   find A โˆฉ B and A โˆช B.

2. Function Properties:
   Find all values of k for which f(x) = (xยฒ + kx + 1)/(xยฒ + x + 1) is one-to-one.

3. Composite Function:
   If f(f(x)) = 4x + 3 and f(1) = 2, find f(x).

4. Relation Matrix:
   Given relation matrix:
   [1 1 0]
   [0 1 1]
   [1 0 1]
   Find if the relation is transitive.

5. Real-world Application:
   A company has 200 employees. 120 know programming, 80 know design,
   60 know marketing, 40 know both programming and design,
   30 know both design and marketing, 25 know both programming and marketing,
   and 15 know all three. How many know none of these?

๐ŸŽ“ Exam Preparation Tips

Study Strategy

๐Ÿ“š Effective Preparation:

1. Concept Building:
   - Master definitions and properties
   - Understand theorems and proofs
   - Practice with examples
   - Create summary sheets

2. Problem Solving:
   - Start with basic problems
   - Gradually increase difficulty
   - Practice different types
   - Time yourself regularly

3. Revision:
   - Review concepts weekly
   - Revisit difficult problems
   - Practice previous year questions
   - Take mock tests

4. Test Strategy:
   - Read questions carefully
   - Identify key concepts
   - Plan solution approach
   - Manage time effectively

Success Tips

๐ŸŽฏ Tips for Success:

1. Understanding Over Memorization:
   - Focus on conceptual understanding
   - Learn why formulas work
   - Practice derivations
   - Build strong foundation

2. Regular Practice:
   - Solve problems daily
   - Vary problem types
   - Challenge yourself
   - Track progress

3. Error Analysis:
   - Learn from mistakes
   - Identify weak areas
   - Improve problem-solving
   - Build confidence

4. Time Management:
   - Practice with time limits
   - Prioritize questions
   - Improve speed
   - Maintain accuracy

๐Ÿ“ˆ Performance Analysis

Difficulty Analysis

๐Ÿ“Š Question Distribution by Difficulty:

Easy Questions: 40% (Definition-based, direct formula application)
- Set operations and basic properties
- Simple function evaluations
- Basic relation checks

Medium Questions: 45% (Multi-step problems, applications)
- Cardinality problems with multiple sets
- Function composition and inverses
- Equivalence relation verification

Hard Questions: 15% (Complex applications, proofs)
- Abstract reasoning problems
- Complex function properties
- Advanced relation theory

Success Rate by Topic

๐Ÿ“ˆ Topic-wise Performance:

Set Operations: 75-80%
Relations: 60-65%
Functions: 65-70%
Applications: 55-60%

Recommendations:
- Focus on understanding relation properties
- Practice more function problems
- Work on application-based questions
- Improve abstract reasoning skills

๐ŸŽฏ Conclusion

Sets, Relations and Functions form the foundation of higher mathematics and are essential for JEE success. This comprehensive guide provides systematic coverage of all concepts with 15 years of previous year questions.

Key Takeaways

๐ŸŽฏ Master fundamental concepts thoroughly
๐Ÿ“Š Practice systematically with increasing difficulty
๐Ÿ’ก Focus on understanding rather than memorization
๐ŸŽ“ Apply concepts to solve real-world problems
โฐ Develop effective time management skills
๐Ÿ“ˆ Track and analyze your performance regularly

Final Tips

๐ŸŒŸ Success in Sets, Relations and Functions:
- Build strong conceptual foundation
- Practice diverse problem types
- Learn from previous year patterns
- Develop systematic problem-solving approach
- Maintain regular revision schedule
- Stay confident and consistent

Remember: This chapter builds the foundation for all other mathematical concepts. Master it well, and it will help you throughout your JEE preparation! ๐Ÿ“šโœจ


Organic Chemistry PYQ

JEE Chemistry Organic Chemistry

Mindmaps Index

sathee Ask SATHEE