CBSE Explorer

Relations and Functions

AI Learning Assistant

I can help you understand Relations and Functions better. Ask me anything!

Summarize the main points of Relations and Functions.
What are the most important terms to remember here?
Explain this concept like I'm five.
Give me a quick 3-question practice quiz.

Summary

Chapter Summary: Relations and Functions

Key Concepts

  • Pattern Recognition: Mathematics involves finding patterns and relationships between quantities.
  • Relations: A relation involves pairs of objects in a certain order, such as (m, n) where m is related to n.
  • Functions: A special type of relation where each element in the domain corresponds to exactly one element in the codomain.

Important Definitions

  • Ordered Pair: A pair of elements grouped in a specific order.
  • Cartesian Product: For sets A and B, the Cartesian product A x B is defined as A x B = {(a, b): a ∈ A, b ∈ B}.
  • Domain: The set of all first elements of ordered pairs in a relation.
  • Range: The set of all second elements of ordered pairs in a relation.
  • Function: A relation f from set A to set B where every element x in A has one and only one image y in B, denoted as f: A → B.

Examples

  • Example of Cartesian Product: If A = {red, blue} and B = {b, c, s}, then A x B = {(red, b), (red, c), (red, s), (blue, b), (blue, c), (blue, s)}.
  • Example of Function: Let f: A → B be defined by f(n) = the highest prime factor of n.

Common Pitfalls

  • Not Recognizing Functions: Ensure that each element in the domain maps to only one element in the codomain to qualify as a function.
  • Confusing Relations with Functions: Not all relations are functions; check for unique mappings.

Tips for Exam Preparation

  • Review definitions and properties of relations and functions.
  • Practice identifying functions from given relations.
  • Familiarize yourself with Cartesian products and how to compute them.

Learning Objectives

  • Understand the concept of relations and functions in mathematics.
  • Identify ordered pairs and Cartesian products of sets.
  • Define relations as subsets of Cartesian products.
  • Distinguish between general relations and functions.
  • Determine the domain and range of a relation or function.
  • Recognize the importance of functions in establishing a unique correspondence between sets.
  • Apply the definitions of relations and functions to solve mathematical problems.

Detailed Notes

Chapter 2: Relations and Functions

2.1 Introduction

  • Mathematics involves finding patterns and relationships between quantities.
  • Examples of relations in daily life: brother-sister, father-son, teacher-student.
  • In mathematics: relations like m < n, line l || line m, set A ⊆ set B.
  • This chapter covers linking pairs of objects from two sets and special relations qualifying as functions.

2.2 Cartesian Products of Sets

  • Definition: The Cartesian product A × B of two sets A and B is given by:
    • A × B = {(a, b): a ∈ A, b ∈ B}
  • Example: If A = {red, blue} and B = {b, c, s}, then:
    • Distinct pairs: (red, b), (red, c), (red, s), (blue, b), (blue, c), (blue, s) → 6 pairs.
  • Properties:
    • n(A) = p, n(B) = q → n(A × B) = p × q.
    • A × ∅ = ∅.
    • A × B ≠ B × A generally.

2.3 Relations

  • Definition: A relation R from set A to set B is a subset of the Cartesian product A × B.
  • Domain: Set of all first elements of ordered pairs in R.
  • Range: Set of all second elements of ordered pairs in R.
  • Function: A relation where every element x in set A has one and only one image y in set B.

2.4 Functions

  • Definition: A function f from set A to set B is a relation where:
    • Each element of A has one and only one image in B.
    • Denoted as f: A → B.
  • Examples:
    • Modulus function: f(x) = |x|, where:
      • f(x) = x for x ≥ 0
      • f(x) = -x for x < 0
    • Signum function: f(x) = 1 if x > 0, f(x) = 0 if x = 0, f(x) = -1 if x < 0.

2.5 Important Properties of Functions

  • The domain of a function is all real numbers except where it is undefined.
  • The range of a function is the set of images produced by the function.
  • Algebra of Functions:
    • (f + g)(x) = f(x) + g(x)
    • (f - g)(x) = f(x) - g(x)
    • (f.g)(x) = f(x) * g(x)
    • (kf)(x) = k * f(x), where k is a real number.

2.6 Examples and Exercises

  • Example of a function: f = {(1,1), (2,3), (0,-1), (-1,-3)}.
  • Determine if a relation is a function by checking if each input has a unique output.
  • Exercises include finding domains, ranges, and determining if given relations are functions.

Exam Tips & Common Mistakes

Common Mistakes and Exam Tips

Common Pitfalls

  • Misunderstanding Functions: Students often confuse relations with functions. Remember, a function must have exactly one output for each input.
  • Domain and Range Errors: Failing to correctly identify the domain and range of a function can lead to incorrect answers. Always check the conditions of the function.
  • Cartesian Product Confusion: When forming Cartesian products, students may forget that the order matters. A x B is not the same as B x A.
  • Ignoring Restrictions: When dealing with functions like square roots or logarithms, students often ignore restrictions on the domain.

Exam Tips

  • Clarify Definitions: Be clear on definitions of terms like relation, function, domain, and range. Write them down if necessary.
  • Use Roster Form: When asked to define relations, use roster form to clearly show the elements involved.
  • Check for Uniqueness: For a relation to be a function, ensure each input maps to one and only one output.
  • Practice with Examples: Work through examples of functions and non-functions to solidify understanding. Use provided examples to guide your reasoning.
  • Draw Graphs: If applicable, sketch graphs of functions to visualize their behavior, especially for piecewise functions.

Practice & Assessment

Multiple Choice Questions

A.

1

B.

2

C.

3

D.

4
Correct Answer: C

Solution:

Substituting x=2x = 2 into f(x)=x+1f(x) = x + 1, we get f(2)=2+1=3f(2) = 2 + 1 = 3.

A.

6

B.

8

C.

10

D.

32
Correct Answer: D

Solution:

The number of relations from set AA to set BB is 2m×n2^{m \times n}, where mm and nn are the number of elements in AA and BB, respectively. Here, m=3m = 3 and n=2n = 2, so the number of relations is 23×2=642^{3 \times 2} = 64.

A.

x=1,4x = 1, 4

B.

x=−2,−3x = -2, -3

C.

x=0,3x = 0, 3

D.

f(x)f(x) is defined for all real xx
Correct Answer: D

Solution:

The function f(x)=x2+5x+6f(x) = x^2 + 5x + 6 is a polynomial, and polynomials are defined for all real numbers. Therefore, f(x)f(x) is defined for all real xx.

A.

Yes, because each element in AA is related to exactly one element in BB.

B.

No, because not all elements in AA are related to elements in BB.

C.

Yes, because ff is a bijection.

D.

No, because ff is not injective.
Correct Answer: A

Solution:

For ff to be a function, each element in the domain AA must be related to exactly one element in the codomain BB. Here, each element of AA (1, 2, 3, 4) is related to exactly one element in BB, so ff is a function.

A.

x=1x = 1

B.

x=4x = 4

C.

x=0x = 0

D.

x=5x = 5
Correct Answer: A

Solution:

The function f(x)=x2−5x+4x−1f(x) = \frac{x^2 - 5x + 4}{x - 1} is undefined when the denominator is zero. Setting x−1=0x - 1 = 0, we find x=1x = 1.

A.

-5

B.

5

C.

0

D.

-10
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| returns the absolute value of xx. Therefore, f(−5)=∣−5∣=5f(-5) = |-5| = 5.

A.

0

B.

1

C.

2

D.

3
Correct Answer: A

Solution:

For x=−2x = -2, f(−2)=1−(−2)=3f(-2) = 1 - (-2) = 3. For x=3x = 3, f(3)=3+1=4f(3) = 3 + 1 = 4. Thus, f(−2)+f(3)=3+4=7f(-2) + f(3) = 3 + 4 = 7. Therefore, the correct answer is 0.

A.

The graph is a straight line passing through the origin.

B.

The graph is a V-shaped curve with the vertex at the origin.

C.

The graph is a parabola opening upwards.

D.

The graph is a circle centered at the origin.
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| has a V-shaped graph with the vertex at the origin, reflecting the property that it is linear for both positive and negative values of xx.

A.

The graph is a straight line for x<0x < 0 and x>0x > 0.

B.

The graph is a parabola for x<0x < 0 and a straight line for x>0x > 0.

C.

The graph is a V-shape with vertex at the origin.

D.

The graph is a U-shape with vertex at the origin.
Correct Answer: C

Solution:

The modulus function f(x)=∣x∣f(x) = |x| has a V-shaped graph with the vertex at the origin, as it is linear for both x<0x < 0 and x>0x > 0.

A.

0

B.

1

C.

2

D.

Undefined
Correct Answer: C

Solution:

The expression x2−1x−1\frac{x^2 - 1}{x - 1} simplifies to x+1x + 1 for x≠1x \neq 1. Therefore, as xx approaches 1, the limit of f(x)f(x) is 1+1=21 + 1 = 2.

A.

R\mathbb{R}

B.

[0,∞)[0, \infty)

C.

(−∞,0](-\infty, 0]

D.

(−∞,∞)(-\infty, \infty)
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| outputs non-negative values for any real input xx. Thus, the range of f(x)f(x) is [0,∞)[0, \infty).

A.

6

B.

8

C.

32

D.

64
Correct Answer: D

Solution:

The number of relations from set AA to set BB is given by the number of subsets of the Cartesian product A×BA \times B. Since ∣A×B∣=3×2=6|A \times B| = 3 \times 2 = 6, there are 26=642^6 = 64 possible relations.

A.

1

B.

2

C.

3

D.

4
Correct Answer: C

Solution:

Substitute x=2x = 2 into the function: f(2)=2(2)−1=4−1=3f(2) = 2(2) - 1 = 4 - 1 = 3.

A.

7

B.

5

C.

9

D.

11
Correct Answer: A

Solution:

Since 3 is greater than or equal to 2, we use the second definition of the function: f(x)=2x+1f(x) = 2x + 1. Substituting x=3x = 3, we get f(3)=2(3)+1=7f(3) = 2(3) + 1 = 7.

A.

All real numbers except x=1x = 1 and x=4x = 4

B.

All real numbers

C.

All integers

D.

All real numbers except x=0x = 0
Correct Answer: B

Solution:

The function f(x)=x2+5x+4f(x) = x^2 + 5x + 4 is a polynomial, and polynomials are defined for all real numbers. Therefore, the domain is all real numbers.

A.

R\mathbb{R}

B.

[0,∞)[0, \infty)

C.

(−∞,∞)(-\infty, \infty)

D.

(−∞,0](-\infty, 0]
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| outputs non-negative values for any real number xx. Therefore, the range of f(x)f(x) is [0,∞)[0, \infty).

A.

2

B.

3

C.

2.7

D.

3.7
Correct Answer: A

Solution:

The greatest integer function ⌊x⌋\lfloor x \rfloor returns the greatest integer less than or equal to xx. Therefore, f(2.7)=2f(2.7) = 2.

A.

3

B.

5

C.

7

D.

9
Correct Answer: C

Solution:

First, calculate f(2)=2+1=3f(2) = 2 + 1 = 3. Then, substitute into g(x)g(x): g(3)=2(3)−3=6−3=3g(3) = 2(3) - 3 = 6 - 3 = 3. Therefore, g(f(2))=3g(f(2)) = 3.

A.

x=−52x = -\frac{5}{2}

B.

x=−53x = -\frac{5}{3}

C.

x=−54x = -\frac{5}{4}

D.

x=−56x = -\frac{5}{6}
Correct Answer: A

Solution:

The quadratic function f(x)=x2+5x+6f(x) = x^2 + 5x + 6 is in the form ax2+bx+cax^2 + bx + c, where a>0a > 0. Its minimum value occurs at x=−b2a=−52x = -\frac{b}{2a} = -\frac{5}{2}.

A.

5

B.

7

C.

9

D.

10
Correct Answer: B

Solution:

Substitute x=5x = 5 into the function: f(5)=2(5)−3=10−3=7f(5) = 2(5) - 3 = 10 - 3 = 7.

A.

5

B.

-5

C.

0

D.

10
Correct Answer: A

Solution:

The modulus function f(x)=∣x∣f(x) = |x| returns the non-negative value of xx. Therefore, f(−5)=5f(-5) = 5.

A.

2

B.

3

C.

2.5

D.

3.5
Correct Answer: A

Solution:

The greatest integer function f(x)=[x]f(x) = [x] returns the greatest integer less than or equal to xx. For x=2.5x = 2.5, the greatest integer less than or equal to 2.5 is 2.

A.

5

B.

6

C.

8

D.

10
Correct Answer: B

Solution:

The Cartesian product A×BA \times B has 3×2=63 \times 2 = 6 elements.

A.

3

B.

4

C.

5

D.

6
Correct Answer: C

Solution:

The function f(x)=x+1f(x) = x + 1 means for any input xx, we add 1 to it. Thus, f(3)=3+1=4f(3) = 3 + 1 = 4.

A.

All real numbers except 2

B.

All real numbers

C.

All real numbers except 0

D.

All real numbers except -2
Correct Answer: A

Solution:

The function f(x)=1x−2f(x) = \frac{1}{x-2} is undefined when x−2=0x - 2 = 0, i.e., when x=2x = 2. Therefore, the domain is all real numbers except 2.

A.

2

B.

3

C.

4

D.

5
Correct Answer: B

Solution:

Substitute x=3x = 3 into the function: f(3)=2(3)−1=6−1=5f(3) = 2(3) - 1 = 6 - 1 = 5. Therefore, x=3x = 3.

A.

x≥1x \geq 1

B.

x>1x > 1

C.

x≥0x \geq 0

D.

x>0x > 0
Correct Answer: A

Solution:

The function f(x)=x−1f(x) = \sqrt{x-1} is defined for all xx such that the expression under the square root is non-negative. Therefore, x−1≥0x-1 \geq 0, which implies x≥1x \geq 1. Hence, the domain is x≥1x \geq 1.

A.

(−∞,∞)(-\infty, \infty)

B.

[0,∞)[0, \infty)

C.

(−∞,0](-\infty, 0]

D.

[0,1][0, 1]
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| outputs non-negative values for all xx. Thus, the range is [0,∞)[0, \infty).

A.

All real numbers

B.

y≥−14y \geq -\frac{1}{4}

C.

y≥−12y \geq -\frac{1}{2}

D.

y≥−13y \geq -\frac{1}{3}
Correct Answer: B

Solution:

The function f(x)=x2+5x+6f(x) = x^2 + 5x + 6 is a quadratic function opening upwards. The vertex form is f(x)=(x+52)2−14f(x) = (x + \frac{5}{2})^2 - \frac{1}{4}, indicating the minimum value is −14-\frac{1}{4} at x=−52x = -\frac{5}{2}. Thus, the range is y≥−14y \geq -\frac{1}{4}.

A.

-3

B.

3

C.

0

D.

1
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| returns the absolute value of xx. Therefore, f(−3)=3f(-3) = 3.

A.

x≥1x \geq 1

B.

x>1x > 1

C.

x≤1x \leq 1

D.

x<1x < 1
Correct Answer: A

Solution:

The domain of f(x)=x−1f(x) = \sqrt{x-1} is x≥1x \geq 1 because the expression under the square root must be non-negative.

A.

All real numbers

B.

Non-negative real numbers

C.

Negative real numbers

D.

Integers only
Correct Answer: B

Solution:

The range of the modulus function f(x)=∣x∣f(x) = |x| is non-negative real numbers because ∣x∣|x| is always zero or positive.

A.

{1,2,3,4,6}\{1, 2, 3, 4, 6\}

B.

{1,2,3,4}\{1, 2, 3, 4\}

C.

{2,4,6}\{2, 4, 6\}

D.

{1,2,4,6}\{1, 2, 4, 6\}
Correct Answer: D

Solution:

The range of the relation RR consists of elements in AA that can be expressed as bb where bb is divisible by some a∈Aa \in A. Thus, the range is {1,2,4,6}\{1, 2, 4, 6\}.

A.

All real numbers

B.

Non-negative real numbers

C.

Positive real numbers

D.

Non-positive real numbers
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| outputs the absolute value of xx, which is always non-negative. Therefore, the range is non-negative real numbers.

A.

[0,∞)[0, \infty)

B.

(−∞,0](-\infty, 0]

C.

(−∞,∞)(-\infty, \infty)

D.

[1,∞)[1, \infty)
Correct Answer: A

Solution:

The function f(x)=x−1f(x) = \sqrt{x - 1} is defined for x≥1x \geq 1. The smallest value of x−1\sqrt{x - 1} is 0, which occurs when x=1x = 1. As xx increases, x−1\sqrt{x - 1} can take any non-negative real value. Hence, the range is [0,∞)[0, \infty).

A.

3

B.

5

C.

4

D.

6
Correct Answer: B

Solution:

Since x=2x = 2 falls in the case x≥2x \geq 2, we use f(x)=2x+1f(x) = 2x + 1. Thus, f(2)=2(2)+1=5f(2) = 2(2) + 1 = 5.

A.

Reflexive only

B.

Symmetric only

C.

Transitive only

D.

Reflexive, Symmetric, and Transitive
Correct Answer: D

Solution:

(i) Reflexive: For any a∈Qa \in \mathbb{Q}, a−a=0∈Za - a = 0 \in \mathbb{Z}, so (a,a)∈R(a, a) \in R. (ii) Symmetric: If (a,b)∈R(a, b) \in R, then a−b∈Za - b \in \mathbb{Z} implies b−a∈Zb - a \in \mathbb{Z}, so (b,a)∈R(b, a) \in R. (iii) Transitive: If (a,b)∈R(a, b) \in R and (b,c)∈R(b, c) \in R, then a−b∈Za - b \in \mathbb{Z} and b−c∈Zb - c \in \mathbb{Z} imply a−c=(a−b)+(b−c)∈Za - c = (a - b) + (b - c) \in \mathbb{Z}, so (a,c)∈R(a, c) \in R.

A.

{1,2,3,4,6}\{1, 2, 3, 4, 6\}

B.

{2,4,6}\{2, 4, 6\}

C.

{1,2,4,6}\{1, 2, 4, 6\}

D.

{1,2,3,4}\{1, 2, 3, 4\}
Correct Answer: A

Solution:

The range of RR includes all elements bb in AA that are exactly divisible by some aa in AA. Since every element in AA is divisible by itself, the range is {1,2,3,4,6}\{1, 2, 3, 4, 6\}.

A.

6x - 2

B.

6x + 2

C.

3x^2 - 2

D.

3x^2 + 2x
Correct Answer: A

Solution:

The derivative of g(x)=3x2−2x+1g(x) = 3x^2 - 2x + 1 is g′(x)=ddx(3x2)−ddx(2x)+ddx(1)=6x−2g'(x) = \frac{d}{dx}(3x^2) - \frac{d}{dx}(2x) + \frac{d}{dx}(1) = 6x - 2.

A.

2x−22x - 2

B.

2x−12x - 1

C.

2x+12x + 1

D.

2x+32x + 3
Correct Answer: A

Solution:

To find (f∘g)(x)(f \circ g)(x), substitute g(x)g(x) into f(x)f(x): f(g(x))=f(2x−3)=(2x−3)+1=2x−2f(g(x)) = f(2x - 3) = (2x - 3) + 1 = 2x - 2.

A.

All real numbers except x=1x = 1 and x=4x = 4

B.

All real numbers

C.

All real numbers except x=−1x = -1 and x=−4x = -4

D.

All integers
Correct Answer: B

Solution:

The function f(x)=x2+5x+4f(x) = x^2 + 5x + 4 is a polynomial and is defined for all real numbers.

A.

(a,a)∈R(a, a) \in R for all a∈Na \in N

B.

(a,b)∈R(a, b) \in R implies (b,a)∈R(b, a) \in R

C.

(a,b)∈R(a, b) \in R and (b,c)∈R(b, c) \in R implies (a,c)∈R(a, c) \in R

D.

None of the above
Correct Answer: D

Solution:

For the relation R={(a,b):a=b2}R = \{(a, b) : a = b^2\}, it is not true that (a,a)∈R(a, a) \in R for all a∈Na \in N because aa must be a perfect square. Also, (a,b)∈R(a, b) \in R does not imply (b,a)∈R(b, a) \in R unless bb is also a perfect square, and the transitive property does not hold in general. Hence, none of the statements are true.

A.

2

B.

3

C.

2.7

D.

3.7
Correct Answer: A

Solution:

The greatest integer less than or equal to 2.7 is 2. Therefore, f(2.7)=2f(2.7) = 2.

A.

Reflexive only

B.

Symmetric only

C.

Transitive only

D.

Reflexive, Symmetric, and Transitive
Correct Answer: D

Solution:

The relation is reflexive because for any integer aa, a−a=0a - a = 0, which is even. It is symmetric because if a−ba - b is even, then b−ab - a is also even. It is transitive because if a−ba - b is even and b−cb - c is even, then a−c=(a−b)+(b−c)a - c = (a - b) + (b - c) is also even.

A.

-3

B.

-2

C.

-1

D.

0
Correct Answer: A

Solution:

The greatest integer function [x][x] returns the greatest integer less than or equal to xx. For x=−2.5x = -2.5, the greatest integer less than or equal to −2.5-2.5 is −3-3. Therefore, f(−2.5)=−3f(-2.5) = -3.

A.

x=1x = 1 and x=4x = 4

B.

x=−1x = -1 and x=−4x = -4

C.

x=0x = 0

D.

f(x)f(x) is defined for all real xx
Correct Answer: D

Solution:

The function f(x)=x2+5x+4f(x) = x^2 + 5x + 4 is a polynomial, which is defined for all real numbers.

A.

All real numbers except x=−1x = -1

B.

All real numbers

C.

All real numbers except x=1x = 1

D.

All real numbers except x=0x = 0
Correct Answer: A

Solution:

The function f(x)=1x+1f(x) = \frac{1}{x+1} is undefined when the denominator is zero. Therefore, x≠−1x \neq -1, and the domain is all real numbers except x=−1x = -1.

A.

All real numbers

B.

All non-negative real numbers

C.

All integers

D.

All positive real numbers
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| outputs the absolute value of xx. Therefore, it can only take non-negative values, meaning the range is all non-negative real numbers.

A.

0

B.

1

C.

5

D.

7
Correct Answer: C

Solution:

The function f(x)=∣x−2∣+∣x+3∣f(x) = |x - 2| + |x + 3| reaches its minimum value when xx is the midpoint of the points 2 and -3, which is x=2+(−3)2=−0.5x = \frac{2 + (-3)}{2} = -0.5. At this point, f(x)=∣(−0.5)−2∣+∣(−0.5)+3∣=2.5+2.5=5f(x) = |(-0.5) - 2| + |(-0.5) + 3| = 2.5 + 2.5 = 5.

A.

(2, 8)

B.

(3, 9)

C.

(5, 25)

D.

(7, 343)
Correct Answer: D

Solution:

The prime numbers less than 10 are 2, 3, 5, and 7. The cube of 7 is 343, making (7, 343) a correct element of the relation.

A.

All real numbers except x=1x = 1 and x=4x = 4

B.

All real numbers

C.

All real numbers except x=0x = 0

D.

All real numbers except x=−5x = -5
Correct Answer: A

Solution:

The function f(x)=x2+5x+4f(x) = x^2 + 5x + 4 is defined for all real numbers except where the denominator is zero, which occurs at x=1x = 1 and x=4x = 4.

A.

{5, 6, 7, 8}

B.

{0, 1, 2, 3}

C.

{1, 2, 3, 4}

D.

{6, 7, 8, 9}
Correct Answer: A

Solution:

For each xx in the set {0, 1, 2, 3}, compute y=x+5y = x + 5: y=5,6,7,8y = 5, 6, 7, 8. Thus, the range is {5, 6, 7, 8}.

A.

-3

B.

0

C.

3

D.

6
Correct Answer: A

Solution:

Substituting x=0x = 0 into f(x)=2x−3f(x) = 2x - 3 gives f(0)=2(0)−3=−3f(0) = 2(0) - 3 = -3.

A.

(−∞,∞)(-\infty, \infty)

B.

[0,∞)[0, \infty)

C.

(−∞,0](-\infty, 0]

D.

{0}\{0\}
Correct Answer: B

Solution:

The modulus function f(x)=∣x∣f(x) = |x| outputs non-negative values, so the range is [0,∞)[0, \infty).

A.

{1,2,3}\{1, 2, 3\}

B.

{0,1,2,3}\{0, 1, 2, 3\}

C.

{0,1,2}\{0, 1, 2\}

D.

{0,1,2,3,4}\{0, 1, 2, 3, 4\}
Correct Answer: A

Solution:

The domain of RR consists of natural numbers xx such that x<4x < 4. Therefore, the domain is {1,2,3}\{1, 2, 3\}.

A.

(1, 6)

B.

(2, 7)

C.

(3, 8)

D.

(4, 9)
Correct Answer: D

Solution:

The relation is defined for natural numbers less than 4. Thus, the valid pairs are (1, 6), (2, 7), and (3, 8). The pair (4, 9) is not valid because 4 is not less than 4.

A.

For all a∈Na \in \mathbb{N}, (a,a)∈R(a, a) \in R

B.

If (a,b)∈R(a, b) \in R, then (b,a)∈R(b, a) \in R

C.

If (a,b)∈R(a, b) \in R and (b,c)∈R(b, c) \in R, then (a,c)∈R(a, c) \in R

D.

None of the above
Correct Answer: D

Solution:

For the relation R={(a,b):a=b2}R = \{(a, b) : a = b^2\}, (a,a)∈R(a, a) \in R is false because aa is not necessarily a perfect square. (b,a)∈R(b, a) \in R is false because b2=ab^2 = a does not imply a2=ba^2 = b. The transitive property does not hold because if a=b2a = b^2 and b=c2b = c^2, it does not imply a=c4a = c^4. Therefore, none of the statements are true.

A.

-1

B.

0

C.

1

D.

2
Correct Answer: A

Solution:

Substitute x=0x = 0 into the function: f(0)=2(0)−1=−1f(0) = 2(0) - 1 = -1.

A.

5

B.

6

C.

4

D.

7
Correct Answer: A

Solution:

Substitute x=3x = 3 into the function: f(3)=2(3)−1=6−1=5f(3) = 2(3) - 1 = 6 - 1 = 5.

A.

All real numbers

B.

All positive real numbers

C.

All negative real numbers

D.

All integers
Correct Answer: A

Solution:

The function g(x)=2x−3g(x) = 2x - 3 is a linear function with a non-zero slope. Therefore, it can take any real value as xx varies over the real numbers, making the range all real numbers.

A.

x≥1x \geq 1

B.

x>1x > 1

C.

x≤1x \leq 1

D.

x<1x < 1
Correct Answer: A

Solution:

The function f(x)=x−1f(x) = \sqrt{x - 1} is defined for x−1≥0x - 1 \geq 0, which simplifies to x≥1x \geq 1. Therefore, the domain is x≥1x \geq 1.

A.

{6, 7, 8}

B.

{5, 6, 7}

C.

{4, 5, 6}

D.

{7, 8, 9}
Correct Answer: A

Solution:

The domain is {1,2,3}\{1, 2, 3\}. For x=1x = 1, y=6y = 6; for x=2x = 2, y=7y = 7; for x=3x = 3, y=8y = 8. Thus, the range is {6,7,8}\{6, 7, 8\}.

A.

(a,a)∈R(a, a) \in R for all a∈Na \in N

B.

(a,b)∈R(a, b) \in R implies (b,a)∈R(b, a) \in R

C.

(a,b)∈R(a, b) \in R and (b,c)∈R(b, c) \in R implies (a,c)∈R(a, c) \in R

D.

None of the above
Correct Answer: D

Solution:

For the relation R={(a,b):a=b2}R = \{(a, b) : a = b^2\}, none of the given statements are true for all natural numbers.

A.

(1, 6)

B.

(2, 7)

C.

(3, 8)

D.

(4, 9)
Correct Answer: D

Solution:

The relation RR includes pairs where xx is a natural number less than 4. Thus, (4, 9) is not included.

A.

3

B.

4

C.

5

D.

6
Correct Answer: C

Solution:

The function f(x)=x+1f(x) = x + 1 implies f(4)=4+1=5f(4) = 4 + 1 = 5.

A.

2x−22x - 2

B.

2x+12x + 1

C.

2x−32x - 3

D.

2x+32x + 3
Correct Answer: A

Solution:

The composition f(g(x))f(g(x)) is found by substituting g(x)g(x) into f(x)f(x). So, f(g(x))=f(2x−3)=(2x−3)+1=2x−2f(g(x)) = f(2x - 3) = (2x - 3) + 1 = 2x - 2.

A.

3

B.

5

C.

6

D.

4
Correct Answer: B

Solution:

For x=−2x = -2, f(−2)=1−(−2)=3f(-2) = 1 - (-2) = 3. For x=0x = 0, f(0)=0f(0) = 0. For x=3x = 3, f(3)=3+1=4f(3) = 3 + 1 = 4. Therefore, f(−2)+f(0)+f(3)=3+0+4=7f(-2) + f(0) + f(3) = 3 + 0 + 4 = 7.

A.

(2, 7)

B.

(3, 8)

C.

(4, 9)

D.

(5, 10)
Correct Answer: A

Solution:

For the pair (x,y)(x, y) to be in RR, yy must equal x+5x + 5 and xx must be less than 4. For (2,7)(2, 7), 7=2+57 = 2 + 5 and 2<42 < 4, so this pair is in RR.

A.

x=1x = 1 and x=4x = 4

B.

x=−1x = -1 and x=4x = 4

C.

x=0x = 0 and x=5x = 5

D.

x=2x = 2 and x=3x = 3
Correct Answer: A

Solution:

The function f(x)=x2−5x+4f(x) = x^2 - 5x + 4 can be factored as (x−1)(x−4)(x-1)(x-4). Setting f(x)=0f(x) = 0, we get x=1x = 1 and x=4x = 4.

A.

{5,6,7,8}\{5, 6, 7, 8\}

B.

{6,7,8,9}\{6, 7, 8, 9\}

C.

{7,8,9,10}\{7, 8, 9, 10\}

D.

{4,5,6,7}\{4, 5, 6, 7\}
Correct Answer: A

Solution:

For x=1,2,3x = 1, 2, 3, the values of yy are 6,7,86, 7, 8 respectively. Thus, the range is {6,7,8}\{6, 7, 8\}. However, since x<4x < 4, y=5y = 5 is also included when x=0x = 0. Therefore, the range is {5,6,7,8}\{5, 6, 7, 8\}.

A.

5

B.

7

C.

8

D.

9
Correct Answer: B

Solution:

Substituting x=4x = 4 into f(x)=2x−3f(x) = 2x - 3, we get f(4)=2(4)−3=8−3=5f(4) = 2(4) - 3 = 8 - 3 = 5.

True or False

Correct Answer: True

Solution:

The modulus function f(x)=∣x∣f(x) = |x| takes any real number xx and returns its absolute value, which is always defined for all real numbers.

Correct Answer: True

Solution:

The modulus function f(x)=∣x∣f(x) = |x| is defined for all real numbers xx because it simply returns the absolute value of xx, which is always a real number.

Correct Answer: False

Solution:

The cartesian product P×QP \times Q consists of ordered pairs where the first element is from PP and the second is from QQ. Q×PQ \times P reverses this order, so P×QP \times Q is not equal to Q×PQ \times P unless P=QP = Q and both are single-element sets.

Correct Answer: False

Solution:

A relation is a function if every element in the domain AA has a unique image in the codomain BB. Here, the element 22 in AA is associated with both 99 and 1111 in BB, violating the definition of a function.

Correct Answer: False

Solution:

The modulus function f(x)=∣x∣f(x) = |x| is not one-to-one because different inputs can produce the same output (e.g., f(−1)=f(1)=1f(-1) = f(1) = 1).

Correct Answer: True

Solution:

The Cartesian product A×BA \times B has 3×2=63 \times 2 = 6 ordered pairs, as each element of AA pairs with each element of BB.

Correct Answer: True

Solution:

For any integer aa, a−a=0a - a = 0 is an integer, so (a,a)∈R(a, a) \in R.

Correct Answer: True

Solution:

If (a,b)∈R(a, b) \in R, then a−ba - b is an integer, which implies b−ab - a is also an integer. Therefore, (b,a)∈R(b, a) \in R, making the relation symmetric.

Correct Answer: False

Solution:

The greatest integer function f(x)=[x]f(x) = [x] is not continuous at integer points because it has jump discontinuities at these points.

Correct Answer: True

Solution:

The function f(x)=⌊x⌋f(x) = \lfloor x \rfloor returns the greatest integer less than or equal to xx, hence it is called the greatest integer function.

Correct Answer: False

Solution:

The cartesian product P×QP \times Q is not equal to Q×PQ \times P because the order of elements in the ordered pairs matters.

Correct Answer: False

Solution:

The greatest integer function f(x)=[x]f(x) = [x] is not continuous because it has jump discontinuities at every integer value of xx.

Correct Answer: True

Solution:

The greatest integer function f(x)=[x]f(x) = [x] is discontinuous at integer values because it jumps from one integer value to the next without covering any intermediate values.

Correct Answer: True

Solution:

The relation is symmetric because if (a,b)∈R(a, b) \in R, then a−ba - b is an integer, which implies b−ab - a is also an integer, hence (b,a)∈R(b, a) \in R.

Correct Answer: True

Solution:

The modulus function f(x)=∣x∣f(x) = |x| returns xx for non-negative values of xx and −x-x for negative values of xx. Therefore, for x≥0x \geq 0, f(x)=xf(x) = x.

Correct Answer: True

Solution:

The Cartesian product P×QP \times Q contains 3×5=153 \times 5 = 15 ordered pairs, as there are 3 elements in PP and 5 elements in QQ.

Correct Answer: False

Solution:

The relation R={(a,b):a,b∈Z,a=b2}R = \{(a, b) : a, b \in \mathbb{Z}, a = b^2\} is not a function because a single value of bb can correspond to multiple values of aa (e.g., b=2b = 2 gives a=4a = 4 and b=−2b = -2 also gives a=4a = 4).

Correct Answer: False

Solution:

The relation is not a function because each xx can correspond to multiple yy values, violating the definition of a function.

Correct Answer: False

Solution:

The domain of the function f(x)=x2+5x+4f(x) = x^2 + 5x + 4 is all real numbers, as it is a polynomial function and defined for all x∈Rx \in \mathbb{R}.

Correct Answer: False

Solution:

For a relation to be reflexive, (a,a)(a, a) must be in RR for all aa. However, a=b2a = b^2 does not hold for all integers aa, hence RR is not reflexive.

Correct Answer: False

Solution:

A relation is symmetric if for every (a,b)∈R(a, b) \in R, (b,a)∈R(b, a) \in R. Here, if a=b2a = b^2, it does not imply b=a2b = a^2. Therefore, RR is not symmetric.

Correct Answer: True

Solution:

For non-negative values of xx, f(x)=∣x∣f(x) = |x| is equal to xx.

Correct Answer: True

Solution:

For any a∈Qa \in \mathbb{Q}, a−a=0∈Za - a = 0 \in \mathbb{Z}, so (a,a)∈R(a, a) \in R. Therefore, RR is reflexive.

Correct Answer: True

Solution:

A function is a relation where each element in the domain is associated with exactly one element in the range. Here, for each xx in the domain (1, 2, 3), there is a unique yy in the range, satisfying the condition y=x+5y = x + 5. Therefore, RR is a function.

Correct Answer: True

Solution:

The intersection B∩C={4}B \cap C = \{4\}, so A×(B∩C)={(1,4),(2,4),(3,4)}A \times (B \cap C) = \{(1, 4), (2, 4), (3, 4)\}.

Correct Answer: False

Solution:

The Cartesian product A×BA \times B consists of ordered pairs (a,b)(a, b) where a∈Aa \in A and b∈Bb \in B. B×AB \times A consists of ordered pairs (b,a)(b, a) where b∈Bb \in B and a∈Aa \in A. These are not the same unless A=BA = B and the order does not matter.

Correct Answer: False

Solution:

A relation is reflexive if (a,a)∈R(a, a) \in R for all a∈Na \in \mathbb{N}. In this case, (a,a)∈R(a, a) \in R only if a=a2a = a^2, which is not true for all natural numbers.

Correct Answer: True

Solution:

The domain of f(x)=x−1f(x) = \sqrt{x-1} is x≥1x \geq 1 because the expression under the square root must be non-negative.

Correct Answer: True

Solution:

The modulus function f(x)=∣x∣f(x) = |x| is continuous for all real numbers because it does not have any breaks, jumps, or holes in its graph.

Correct Answer: False

Solution:

The domain of the function f(x)=x−1f(x) = \sqrt{x-1} is x≥1x \geq 1, as the expression under the square root must be non-negative.

Correct Answer: False

Solution:

The Cartesian product A×BA \times B is not equal to B×AB \times A because the ordered pairs are reversed.

Correct Answer: False

Solution:

The function f(x)=x−1f(x) = \sqrt{x-1} is defined for x≥1x \geq 1, so it is not defined for all real numbers.

Correct Answer: False

Solution:

The greatest integer function f(x)=[x]f(x) = [x] is not continuous at integer points because it has jump discontinuities at these points.

Correct Answer: True

Solution:

A relation is reflexive if every element is related to itself. For RR, since a−a=0a - a = 0 and 00 is an integer, (a,a)∈R(a, a) \in R for all a∈Za \in \mathbb{Z}. Thus, RR is reflexive.

Correct Answer: False

Solution:

The relation RR is not a function because a single xx can be paired with multiple yy values, violating the definition of a function.

Correct Answer: True

Solution:

The modulus function f(x)=∣x∣f(x) = |x| is defined for every real number xx, as it returns the absolute value of xx.

Correct Answer: True

Solution:

The function f(x)=x+1f(x) = x + 1 is a linear function, which means it maps each real number xx to exactly one real number x+1x + 1.

Correct Answer: False

Solution:

The function f(x)=x−1f(x) = \sqrt{x-1} is defined only for x≥1x \geq 1, so its domain is [1,∞)[1, \infty).

Correct Answer: True

Solution:

A linear function is of the form f(x)=mx+cf(x) = mx + c. The function f(x)=x+1f(x) = x + 1 can be written as f(x)=1â‹…x+1f(x) = 1 \cdot x + 1, which is linear with slope m=1m = 1 and intercept c=1c = 1.

Correct Answer: True

Solution:

For negative values of xx, the modulus function f(x)=∣x∣f(x) = |x| is equal to −x-x.

Correct Answer: True

Solution:

For each xx in the set of natural numbers less than 4, there is a unique yy such that y=x+5y = x + 5. Therefore, RR is a function.

Correct Answer: True

Solution:

The modulus function f(x)=∣x∣f(x) = |x| returns the absolute value of xx, which is the definition of the modulus function.

Correct Answer: True

Solution:

The function f(x)=x2+5x+4f(x) = x^2 + 5x + 4 is undefined at x=4x = 4 and x=1x = 1 due to division by zero.

Correct Answer: True

Solution:

This relation is a function because each prime number less than 10 has a unique cube, hence there are no repeated first elements in the ordered pairs.

Correct Answer: True

Solution:

The greatest integer function f(x)=[x]f(x) = [x] is defined for all real numbers, as it assigns the greatest integer less than or equal to xx.

Correct Answer: False

Solution:

The cartesian product A×BA \times B consists of ordered pairs where the first element is from AA and the second is from BB. B×AB \times A reverses this order. Unless A=B=∅A = B = \emptyset, A×B≠B×AA \times B \neq B \times A.

Correct Answer: True

Solution:

The modulus function f(x)=∣x∣f(x) = |x| is defined for all real numbers xx, as it outputs the absolute value of xx.

Correct Answer: False

Solution:

The function f(x)=x−1f(x) = \sqrt{x-1} is defined only for x≥1x \geq 1, as the expression under the square root must be non-negative.

Correct Answer: False

Solution:

The Cartesian product P×QP \times Q is not equal to Q×PQ \times P because (a,r)≠(r,a)(a, r) \neq (r, a). They are different ordered pairs.

Correct Answer: True

Solution:

The greatest integer function, also known as the floor function, is represented graphically by horizontal line segments at integer values on the y-axis.