Relations and Functions

Ordered Pair
Cartesian Product
Relation
Function
Domain and Range
Real Valued Function
Algebra of Functions
Arrow Diagram
Set-Builder and Roster Method
Modulus and Signum Functions

Learning Objectives

Top

Learning Objectives

  • Understand the concept of an Ordered Pair and its significance in distinguishing between different pairings of elements.
  • Calculate the Cartesian Product of two sets and comprehend how it forms the basis for defining relations.
  • Define and identify a Relation as a subset of the Cartesian product, and describe how it represents a connection between elements of two sets.
  • Differentiate between a general relation and a Function, emphasizing the unique mapping of elements in the domain to elements in the codomain.
  • Identify the Domain and Range of a relation or function, and understand their roles in defining the scope of these mathematical concepts.
  • Explore Real Valued Functions and recognize their importance when the range is a subset of real numbers.
  • Perform operations within the Algebra of Functions, including addition, subtraction, multiplication, and division, and understand their application.
  • Use Arrow Diagrams to visually represent relations and functions, aiding in the comprehension of their structure.
  • Apply the Set-Builder and Roster Methods to represent relations, understanding the differences and uses of each method.
  • Analyze the Modulus and Signum Functions, understanding their definitions and graphical representations.

Revision Notes & Summary

Top

Chapter Notes

Ordered Pair

  • An ordered pair is a pair of elements grouped together in a specific order, typically represented as (a,b)(a, b). The order is crucial, as (a,b)(b,a)(a, b) \neq (b, a).

Cartesian Product

  • The Cartesian product of two sets AA and BB, denoted as A×BA \times B, is the set of all ordered pairs (a,b)(a, b) where aAa \in A and bBb \in B.
  • Example: If A={red, blue}A = \{ \text{red, blue} \} and B={b, c, s}B = \{ \text{b, c, s} \}, then A×B={(red, b),(red, c),(red, s),(blue, b),(blue, c),(blue, s)}A \times B = \{ (\text{red, b}), (\text{red, c}), (\text{red, s}), (\text{blue, b}), (\text{blue, c}), (\text{blue, s}) \}.

Relation

  • A relation from a set AA to a set BB is a subset of the Cartesian product A×BA \times B.
  • Domain: Set of all first elements of the ordered pairs.
  • Range: Set of all second elements of the ordered pairs.

Function

  • A function is a specific type of relation where each element in the domain (set AA) is associated with exactly one element in the codomain (set BB).
  • Notation: f:ABf: A \rightarrow B where f(a)=bf(a) = b.

Domain and Range

  • Domain: The set of all possible inputs (first elements) for a function or relation.
  • Range: The set of all possible outputs (second elements).

Real Valued Function

  • A real valued function is a function where the range is a subset of real numbers.

Algebra of Functions

  • Operations on functions include addition, subtraction, multiplication, and division, performed pointwise on their domains.

Arrow Diagram

  • An arrow diagram visually represents a relation, showing how elements from the domain are mapped to elements in the range.

Set-Builder and Roster Method

  • Set-Builder Method: Uses a rule to define a relation, e.g., R={(x,y):x2=y,xP,yQ}R = \{(x, y) : x^2 = y, x \in P, y \in Q\}.
  • Roster Method: Lists all ordered pairs explicitly, e.g., R={(9,3),(9,3),(4,2),(4,2),(25,5),(25,5)}R = \{(9, 3), (9, -3), (4, 2), (4, -2), (25, 5), (25, -5)\}.

Modulus and Signum Functions

  • Modulus Function: f(x)=xf(x) = |x|.
    • f(x)=xf(x) = x if x0x \geq 0.
    • f(x)=xf(x) = -x if x<0x < 0.
  • Signum Function: f(x)={1,x>00,x=01,x<0f(x) = \begin{cases} 1, & x > 0 \\ 0, & x = 0 \\ -1, & x < 0 \end{cases}.

Exam Tips & Common Mistakes

Top

Common Mistakes & Exam Tips

Ordered Pair

  • Mistake: Confusing the order of elements in an ordered pair.
    • Tip: Remember that (a,b)(a, b) is not the same as (b,a)(b, a). The order is crucial.

Cartesian Product

  • Mistake: Assuming A×BA \times B is the same as B×AB \times A.
    • Tip: The Cartesian product A×BA \times B consists of all ordered pairs (a,b)(a, b) where aAa \in A and bBb \in B. Always consider the order of sets.

Relation

  • Mistake: Misunderstanding that a relation is not necessarily a function.
    • Tip: A relation from AA to BB is a subset of A×BA \times B. Verify if each element in AA is related to one or more elements in BB.

Function

  • Mistake: Confusing functions with general relations.
    • Tip: A function requires every element in the domain to map to exactly one element in the codomain. Check for unique mappings.

Domain and Range

  • Mistake: Incorrectly identifying the domain and range of a function.
    • Tip: The domain is the set of all first elements, and the range is the set of all second elements in the ordered pairs.

Real Valued Function

  • Mistake: Forgetting that the range must be real numbers.
    • Tip: Ensure that the function outputs are real numbers and check the domain for any restrictions.

Algebra of Functions

  • Mistake: Incorrectly performing operations on functions.
    • Tip: When adding, subtracting, multiplying, or dividing functions, perform operations pointwise and be mindful of domains.

Arrow Diagram

  • Mistake: Misinterpreting the mapping in an arrow diagram.
    • Tip: Use arrow diagrams to visualize how each element in the domain maps to elements in the range. Ensure clarity in one-to-one or many-to-one mappings.

Set-Builder and Roster Method

  • Mistake: Confusing the two methods of representation.
    • Tip: Use the set-builder method for rules and the roster method for listing elements explicitly.

Modulus and Signum Functions

  • Mistake: Misapplying the definitions of modulus and signum functions.
    • Tip: The modulus function returns x|x|, and the signum function returns 11, 00, or 1-1 based on whether xx is positive, zero, or negative, respectively.
AI Learning Assistant
Top

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.

Practice Test – MCQs, True/False

Top

Multiple Choice Questions

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 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.

5

B.

6

C.

4

D.

7
Correct Answer: A

Solution:

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

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)=x25x+4f(x) = x^2 - 5x + 4 can be factored as (x1)(x4)(x-1)(x-4). Setting f(x)=0f(x) = 0, we get x=1x = 1 and x=4x = 4.

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.

(a,a)R(a, a) \in R for all aNa \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.

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.

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.

(a,a)R(a, a) \in R for all aNa \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 aNa \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.

R\mathbb{R}

B.

[0,)[0, \infty)

C.

(,)(-\infty, \infty)

D.

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

Solution:

The modulus function f(x)=xf(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.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.

x1x \geq 1

B.

x>1x > 1

C.

x1x \leq 1

D.

x<1x < 1
Correct Answer: A

Solution:

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

A.

The range is (,)(-\infty, \infty).

B.

The range is [0,)[0, \infty).

C.

The range is (,0](-\infty, 0].

D.

The range is [0,1][0, 1].
Correct Answer: B

Solution:

The modulus function f(x)=xf(x) = |x| outputs the absolute value of xx, which is always non-negative. Therefore, the range of f(x)f(x) is [0,)[0, \infty), as it includes all non-negative real numbers.

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.

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)=xf(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.

All real numbers

B.

y14y \geq -\frac{1}{4}

C.

y12y \geq -\frac{1}{2}

D.

y13y \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)214f(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 y14y \geq -\frac{1}{4}.

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.

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.

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.

R\mathbb{R}

B.

[0,)[0, \infty)

C.

(,0](-\infty, 0]

D.

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

Solution:

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

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.

-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.

[0,)[0, \infty)

B.

(,0](-\infty, 0]

C.

(,)(-\infty, \infty)

D.

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

Solution:

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

A.

For all aNa \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.

All real numbers

B.

All positive real numbers

C.

All negative real numbers

D.

All integers
Correct Answer: A

Solution:

The function g(x)=2x3g(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.

5

B.

7

C.

9

D.

10
Correct Answer: B

Solution:

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

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.

x1x \geq 1

B.

x>1x > 1

C.

x1x \leq 1

D.

x<1x < 1
Correct Answer: A

Solution:

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

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.

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.

0

B.

1

C.

2

D.

Undefined
Correct Answer: C

Solution:

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

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.

-3

B.

3

C.

0

D.

1
Correct Answer: B

Solution:

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

A.

3

B.

5

C.

4

D.

6
Correct Answer: B

Solution:

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

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.

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.

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 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)=1x2f(x) = \frac{1}{x-2} is undefined when x2=0x - 2 = 0, i.e., when x=2x = 2. Therefore, the domain is all real numbers except 2.

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)=xf(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.

5

D.

7
Correct Answer: C

Solution:

The function f(x)=x2+x+3f(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.

{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.

2x22x - 2

B.

2x12x - 1

C.

2x+12x + 1

D.

2x+32x + 3
Correct Answer: A

Solution:

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

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.

{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 aAa \in A. Thus, the range is {1,2,4,6}\{1, 2, 4, 6\}.

A.

x1x \geq 1

B.

x>1x > 1

C.

x0x \geq 0

D.

x>0x > 0
Correct Answer: A

Solution:

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

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)=xf(x) = |x| is non-negative real numbers because x|x| is always zero or positive.

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)=xf(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.

(,)(-\infty, \infty)

B.

[0,)[0, \infty)

C.

(,0](-\infty, 0]

D.

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

Solution:

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

A.

5

B.

-5

C.

0

D.

10
Correct Answer: A

Solution:

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

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.

(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.

The domain is x1x \geq 1.

B.

The domain is x>1x > 1.

C.

The domain is x1x \leq 1.

D.

The domain is all real numbers.
Correct Answer: A

Solution:

The function f(x)=x1f(x) = \sqrt{x-1} is defined only when the expression under the square root is non-negative. Therefore, x10x-1 \geq 0, which implies x1x \geq 1. Thus, the domain of the function is x1x \geq 1.

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.

-3

B.

0

C.

3

D.

6
Correct Answer: A

Solution:

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

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.

x1x \geq 1

B.

x>1x > 1

C.

x1x \leq 1

D.

x<1x < 1
Correct Answer: A

Solution:

The function f(x)=x1f(x) = \sqrt{x - 1} is defined for values of xx such that the expression under the square root is non-negative. Therefore, x10x - 1 \geq 0, which simplifies to x1x \geq 1.

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.

5

B.

7

C.

8

D.

9
Correct Answer: B

Solution:

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

A.

It is only defined for x0x \geq 0.

B.

It is defined for all real numbers.

C.

It is only defined for x<0x < 0.

D.

It is not defined for x=0x = 0.
Correct Answer: B

Solution:

The modulus function f(x)=xf(x) = |x| is defined for all real numbers xx. It returns xx for x0x \geq 0 and x-x for x<0x < 0. Therefore, it is defined for all real numbers.

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)=xf(x) = |x| outputs the absolute value of xx, which is always non-negative. Therefore, the range is non-negative real numbers.

A.

1

B.

2

C.

3

D.

4
Correct Answer: C

Solution:

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

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, x1x \neq -1, and the domain is all real numbers except x=1x = -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.

(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.

2

B.

3

C.

4

D.

5
Correct Answer: B

Solution:

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

A.

x=1x = 1

B.

x=4x = 4

C.

x=0x = 0

D.

x=5x = 5
Correct Answer: A

Solution:

The function f(x)=x25x+4x1f(x) = \frac{x^2 - 5x + 4}{x - 1} is undefined when the denominator is zero. Setting x1=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)=xf(x) = |x| returns the absolute value of xx. Therefore, f(5)=5=5f(-5) = |-5| = 5.

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.

Reflexive only

B.

Symmetric only

C.

Transitive only

D.

Reflexive, Symmetric, and Transitive
Correct Answer: D

Solution:

(i) Reflexive: For any aQa \in \mathbb{Q}, aa=0Za - a = 0 \in \mathbb{Z}, so (a,a)R(a, a) \in R. (ii) Symmetric: If (a,b)R(a, b) \in R, then abZa - b \in \mathbb{Z} implies baZb - 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 abZa - b \in \mathbb{Z} and bcZb - c \in \mathbb{Z} imply ac=(ab)+(bc)Za - c = (a - b) + (b - c) \in \mathbb{Z}, so (a,c)R(a, c) \in R.

A.

(,)(-\infty, \infty)

B.

[0,)[0, \infty)

C.

(,0](-\infty, 0]

D.

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

Solution:

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

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, aa=0a - a = 0, which is even. It is symmetric because if aba - b is even, then bab - a is also even. It is transitive because if aba - b is even and bcb - c is even, then ac=(ab)+(bc)a - c = (a - b) + (b - c) is also even.

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=63=3g(3) = 2(3) - 3 = 6 - 3 = 3. Therefore, g(f(2))=3g(f(2)) = 3.

A.

2x22x - 2

B.

2x+12x + 1

C.

2x32x - 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(2x3)=(2x3)+1=2x2f(g(x)) = f(2x - 3) = (2x - 3) + 1 = 2x - 2.

A.

6x - 2

B.

6x + 2

C.

3x^2 - 2

D.

3x^2 + 2x
Correct Answer: A

Solution:

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

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.

True or False

Correct Answer: True

Solution:

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

Correct Answer: True

Solution:

The modulus function f(x)=xf(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 modulus function f(x) = |x| is equal to x for non-negative values of x (x \geq 0) and equal to -x for negative values of x (x < 0). Therefore, it is not equal to x for all x \in \mathbb{R}.

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: 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: True

Solution:

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

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: 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 modulus function is defined as f(x)=xf(x) = |x|, which means for x0x \geq 0, f(x)=xf(x) = x, and for x<0x < 0, f(x)=xf(x) = -x. This definition matches the description provided.

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 function f(x)=x1f(x) = \sqrt{x-1} is defined only for x1x \geq 1, so its domain is [1,)[1, \infty).

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 RR is not a function because a single xx can be paired with multiple yy values, violating the definition of a function.

Correct Answer: False

Solution:

The modulus function f(x)=xf(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 modulus function f(x)=xf(x) = |x| is defined for all real numbers xx, as it outputs the absolute value of xx.

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: 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: True

Solution:

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

Correct Answer: True

Solution:

The modulus function f(x)=xf(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 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)=x1f(x) = \sqrt{x-1} is defined for x1x \geq 1, so it is not defined for all real numbers.

Correct Answer: True

Solution:

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

Correct Answer: True

Solution:

If (a,b)R(a, b) \in R, then aba - b is an integer, which implies bab - a is also an integer. Therefore, (b,a)R(b, a) \in R, making the relation symmetric.

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: True

Solution:

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

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 function f(x)=x1f(x) = \sqrt{x-1} is defined only for x1x \geq 1, as the expression under the square root must be non-negative.

Correct Answer: True

Solution:

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

Correct Answer: False

Solution:

The relation RR is defined such that a=b2a = b^2. For (a,a)(a, a) to be in RR, aa must equal a2a^2, which is only true for a=0a = 0 or a=1a = 1. Thus, (a,a)(a, a) is not in RR for all aNa \in \mathbb{N}.

Correct Answer: False

Solution:

A relation is reflexive if (a,a)R(a, a) \in R for all aNa \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 modulus function f(x)=xf(x) = |x| returns the absolute value of xx, which is the definition of the modulus function.

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 modulus function f(x)=xf(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 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:

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

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 xRx \in \mathbb{R}.

Correct Answer: True

Solution:

A relation is reflexive if for every element a in the set, (a,a) is in the relation. Since a - a = 0, which is an integer, (a,a) is in R for all a in \mathbb{Z}. Therefore, R is reflexive.

Correct Answer: False

Solution:

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

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: 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×BB×AA \times B \neq B \times A.

Correct Answer: False

Solution:

The relation R={(a,b):a,bZ,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 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 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: 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: 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: True

Solution:

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

Correct Answer: True

Solution:

The relation is symmetric because if (a,b)R(a, b) \in R, then aba - b is an integer, which implies bab - a is also an integer, hence (b,a)R(b, a) \in R.

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: False

Solution:

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

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)=xf(x) = \lfloor x \rfloor returns the greatest integer less than or equal to xx, hence it is called the greatest integer function.

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)=1x+1f(x) = 1 \cdot x + 1, which is linear with slope m=1m = 1 and intercept c=1c = 1.

Correct Answer: True

Solution:

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

Correct Answer: True

Solution:

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

CBSE notes, revision, important questions, MCQs, mock tests & result analytics