Past JEE Main Entrance Paper

Overview

Cartesian products of sets

Definition : Given two non-empty sets A and B, the set of all ordered pairs \((x, y)\), where \(x \in A\) and \(y \in B\) is called Cartesian product of \(A\) and \(B\); symbolically, we write
\(
A \times B =\{(x, y) \mid x \in A \text { and } y \in B \}
\)
\(
\begin{array}{ll}
\text { If } & A =\{1,2,3\} \text { and } B =\{4,5\}, \text { then } \\
& A \times B =\{(1,4),(2,4),(3,4),(1,5),(2,5),(3,5)\} \\
\text { and } & B \times A =\{(4,1),(4,2),(4,3),(5,1),(5,2),(5,3)\}
\end{array}
\)

  • Two ordered pairs are equal, if and only if the corresponding first elements are equal and the second elements are also equal, i.e. \((x, y)=(u, v)\) if and only if \(x=\) \(u, y=v\).
  • If \(n( A )=p\) and \(n( B )=q\), then \(n( A \times B )=p \times q\).
  • \(A \times A \times A =\{(a, b, c): a, b, c \in A \}\). Here \((a, b, c)\) is called an ordered triplet.

Relations

A Relation \(R\) from a non-empty set \(A\) to a non empty set \(B\) is a subset of the Cartesian product set \(A \times B\). The subset is derived by describing a relationship between the first element and the second element of the ordered pairs in \(A \times B\).

The set of all first elements in a relation \(R\), is called the domain of the relation \(R\), and the set of all second elements called images, is called the range of \(R\).

For example, the set \(R =\left\{(1,2),(-2,3),\left(\frac{1}{2}, 3\right)\right\}\) is a relation; the domain of \(R=\left\{1,-2, \frac{1}{2}\right\}\) and the range of \(R=\{2,3\}\).

  • A relation may be represented either by the Roster form or by the set builder form, or by an arrow diagram which is a visual representation of a relation.
  • If \(n( A )=p, n( B )=q\); then the \(n( A \times B )=p q\) and the total number of possible relations from the set \(A\) to set \(B =2^{p q}\).

Functions

A relation \(f\) from a set \(A\) to a set \(B\) is said to be function if every element of set \(A\) has one and only one image in set \(B\). In other words, a function \(f\) is a relation such that no two pairs in the relation has the same first element.

The notation \(f: X \rightarrow Y\) means that \(f\) is a function from \(X\) to \(Y \text { where } X\) is called the domain of \(f\) and \(Y\) is called the co-domain of \(f\). Given an element \(x \in X\), there is a unique element \(y\) in \(Y\) that is related to \(x\). The unique element \(y\) to which \(f\) relates \(x\) is denoted by \(f(x)\) and is called \(f\) of \(x\), or the value of \(f\) at \(x\), or the image of \(x\) under \(f\).

The set of all values of \(f(x)\) taken together is called the range of \(f\) or image of \(X\) under \(f\). Symbolically.
\(
\text { range of } f=\{y \in Y \mid y=f(x) \text {, for some } x \text { in } X \}
\)

Definition : A function which has either \(R\) or one of its subsets as its range, is called a real valued function. Further, if its domain is also either \(R\) or a subset of \(R\), it is called a real function.

Some specific types of functions

Identity function:
The function \(f: R \rightarrow R\) defined by \(y=f(x)=x\) for each \(x \in R\) is called the identity function.
Domain of \(f= R\)
Range of \(f= R\)

Constant function:

The function \(f: R \rightarrow R\) defined by \(y=f(x)= C , x \in R\), where \(C\) is a constant \(\in R\), is a constant function.
\(
\begin{aligned}
& \text { Domain of } f= R \\
& \text { Range of } f=\{ C \}
\end{aligned}
\)

Polynomial function:

A function \(f: R \rightarrow R\) is said to be polynomial function if for each \(x\) in \(R , y=f(x)=a_0+a_1 x+a_2 x^2+\ldots+a_n x^n\), where \(n\) is a non-negative integer and \(a_0, a_1, a_2, \ldots, a_n \in R\).
The functions defined by \(f(x)=x^3-x^2+2\), and \(g(x)=x^4+\sqrt{2} x\) are some examples of polynomial functions, whereas the function \(h\) defined by \(h(x)=x^{\frac{2}{3}}+2 x\) is not a polynomial function because power of \(x\) is not a whole number.

Rational function:

These are the real functions of the type \(\frac{f(x)}{g(x)}\), where \(f(x)\) and \(g(x)\) are polynomial functions of \(x\) defined in a domain, where \(g(x) \neq 0\). For example \(f: R -\{-2\} \rightarrow R\) defined by \(f(x)=\frac{x+1}{x+2}, \forall x \in R -\{-2\}\) is a rational function.

The Modulus function:

The real function \(f: R \rightarrow R\) defined by \(f(x)=|x|=\)
\(
\left\{\begin{array}{l}
x, x \geq 0 \\
-x, x<0
\end{array}\right.
\)
\(\forall x \in R\) is called the modulus function.
Domain of \(f= R\)
Range of \(f= R ^{+} \cup\{0\}\)

Signum function:

The real function \(f: R \rightarrow R\) defined by
\(
f(x)=\left\{\begin{array}{c}
\frac{|x|}{x}, x \neq 0 \\
0, x=0
\end{array}=\left\{\begin{array}{rll}
1, & \text { if } & x>0 \\
0, & \text { if } & x=0 \\
-1, & \text { if } & x<0
\end{array}\right.\right.
\)
is called the signum function. Domain of \(f= R\), Range of \(f=\{1,0,-1\}\)

Greatest integer function:

The real function \(f: R \rightarrow R\) defined by \(f(x)=[x], x \in R\) assumes the value of the greatest integer less than or equal to \(x\), is called the greatest integer function.
Thus
\(
\begin{aligned}
f(x)= & {[x]=-1 \text { for }-1 \leq x<0 } \\
f(x)= & {[x]=0 \text { for } 0 \leq x<1 } \\
& {[x]=1 \text { for } 1 \leq x<2 } \\
& {[x]=2 \text { for } 2 \leq x<3 \text { and so on } }
\end{aligned}
\)

Algebra of real functions

Addition of two real functions:

Let \(f: X \rightarrow R\) and \(g: X \rightarrow R\) be any two real functions, where \(X \in R\). Then we define \((f+g): X \rightarrow R\) by \((f+g)(x)=f(x)+g(x)\), for all \(x \in X\).

Subtraction of a real function from another

Let \(f: X \rightarrow R\) and \(g: X \rightarrow R\) be any two real functions, where \(X \subseteq R\). Then, we define \((f-g): X \rightarrow R\) by \((f-g)(x)=f(x)-g(x)\), for all \(x \in X\).

Multiplication by a Scalar

Let \(f: X \rightarrow R\) be a real function and \(\alpha\) be any scalar belonging to \(R\). Then the product \(\alpha f\) is function from \(X\) to \(R\) defined by \((\alpha f)(x)=\alpha f(x), x \in X\).

Multiplication of two real functions

Let \(f: X \rightarrow R\) and \(g: x \rightarrow R\) be any two real functions, where \(X \subseteq R\). Then product of these two functions i.e. \(f g: X \rightarrow R\) is defined by \((f g)(x)=f(x) g(x) \forall x \in X\).

Quotient of two real function

Let \(f\) and \(g\) be two real functions defined from \(X \rightarrow R\). The quotient of \(f\) by \(g\) denoted by \(\frac{f}{g}\) is a function defined from \(X \rightarrow R\) as \(\left(\frac{f}{g}\right)(x)=\frac{f(x)}{g(x)}\), provided \(g(x) \neq 0, x \in X\)

Note: Domain of sum function \(f+g\), difference function \(f-g\) and product
function \(f g\).
\(=\left\{x: x \in D _f \cap D _g\right\}\)
where \(D _f=\) Domain of function \(f\)
\(D _g=\) Domain of function \(g\)
Domain of quotient function \(\frac{f}{g}\)
\(=\left\{x: x \in D _f \cap D _g\right.\) and \(\left.g(x) \neq 0\right\}\)

You cannot copy content of this page