1. Empty relation is the relation R in X given by R = φ ⊂ X × X.

  2. Universal relation is the relation R in X given by R = X × X.

  3. Reflexive relation R in X is a relation with (a, a) ∈ R ∀ a ∈ X.

  4. Symmetric relation R in X is a relation satisfying (a, b) ∈ R implies (b, a) ∈ R.

  5. Transitive relation R in X is a relation satisfying (a, b) ∈ R and (b, c) ∈ R implies that (a, c) ∈ R

  6. Equivalence relation R in X is a relation which is reflexive, symmetric and transitive.

  7. Equivalence class [a] containing a ∈ X for an equivalence relation R in X is the subset of X containing all elements b related to a.

  8. A function f : X → Y is one-one (or injective) if

  9. f (x1) = f (x22) ⇒ x1 = x2 ∀ x1, x2 ∈ X.

  10. A function f : X → Y is onto (or surjective) if given any y ∈ Y, ∃ x ∈ X such that f (x) = y.

  11. A function f : X → Y is one-one and onto (or bijective), if f is both one-one and onto.

  12. The composition of functions f : A → B and g : B → C is the function gof : A → C given by gof (x) = g(f (x)) ∀ x ∈ A

  13. A function f : X → Y is invertible if ∃ g : Y → X such that gof = IX and fog = IY

  14. A function f : X → Y is invertible if and only if f is one-one and onto.

  15. Given a finite set X, a function f : X → X is one-one (respectively onto) if and only if f is onto (respectively one-one). This is the characteristic property of a finite set. This is not true for infinite set

  16. A binary operation ∗ on a set A is a function ∗ from A × A to A.

  17. n element e ∈ X is the identity element for binary operation ∗ : X × X → X, if a ∗ e = a = e ∗ a ∀ a ∈ X.

  18. An element a ∈ X is invertible for binary operation ∗ : X × X → X, if there exists b ∈ X such that a ∗ b = e = b ∗ a where, e is the identity for the binary operation ∗. The element b is called inverse of a and is denoted by a-1

  19. An operation ∗ on X is commutative if a ∗ b = b ∗ a ∀ a, b in X.

  20. An operation ∗ on X is associative if (a ∗ b) ∗ c = a ∗ (b ∗ c) ∀ a, b, c in X







  1. The domains and ranges (principal value branches) of inverse trigonometric functions are given in the following table:

  2. NCERT 12 Trignometry
  3. sin-1x should not be confused with (sin x)-1. In fact, (sin x)-1 = $\frac{1}{sin x}$ and similarly for other trigonometric functions.

  4. The value of an inverse trigonometric functions which lies in its principal value branch is called the principal value of that inverse trigonometric functions.

  5. y = sin-1 x ⇒ x = sin y

  6. x = sin y ⇒ y = sin-1 x

  7. sin (sin-1 x) = x

  8. sin -1(sin x) = x

  9. sin-1 $\frac{1}{x}$ = cosec-1 x

  10. cos-1 (-x) = π - cos-1 (x)

  11. cos-1 $\frac{1}{x}$ = sec-1 x

  12. cot-1 (-x) = π - cot-1 (x)

  13. tan-1 $\frac{1}{x}$ = cot-1 x

  14. sec-1 (-x) = π - sec-1 (x)

  15. sin-1 (-x) = - sin-1x

  16. tan-1 (-x) = - tan-1x

  17. tan-1 (x) + cot-1 (x) = $\frac{\pi}{2}$

  18. cosec-1 (-x) = - cosec-1x

  19. sin-1 (x) + cos-1 (x) = $\frac{\pi}{2}$

  20. cosec-1 (x) + sec-1 (x) = $\frac{\pi}{2}$

  21. tan-1 (x) + tan-1 (y) = tan-1 $\frac{x+y}{1-xy}$

  22. 2tan-1 (x) = tan-1 $\frac{2x}{1-x^2}$

  23. tan-1 (x) - tan-1 (y) = tan-1 $\frac{x-y}{1+xy}$

  24. 2tan-1 (x) = sin-1 $\frac{2x}{1+x^2}$ = cos-1 $\frac{2x}{1+x^2}$







  1. A matrix is an ordered rectangular array of numbers or functions.

  2. A matrix having m rows and n columns is called a matrix of order m × n.

  3. [Aij] m * 1 is a column matrix.

  4. [Aij] 1 * n is a row matrix.

  5. An m × n matrix is a square matrix if m = n.

  6. A = [Aij] m * m is a diagonal matrix if Aij = 0 when i ≠ j

  7. A = [aij]n * n is a scalar matrix if a ij = 0, when i ≠ j, a = k, (k is some constant), when i = j.

  8. A = [aij]n * n is an identity matrix, if aij = 1, when i = j, aij = 0, when i ≠ j.

  9. A zero matrix has all its elements as zero.

  10. A = [aij] = [bij] = B if (i) A and B are of same order, (ii) [aij] = [bij] for all possible values of i and j.

  11. kA = k[aij]m * n = [k(aij)]m * n

  12. – A = (–1)A

  13. A – B = A + (–1) B

  14. A + B = B + A

  15. (A + B) + C = A + (B + C), where A, B and C are of same order.

  16. k(A + B) = kA + kB, where A and B are of same order, k is constant.

  17. (k + l ) A = kA + lA, where k and l are constant.

  18. A = [aij]m * n and B = [bjk]n * p then C = AB = [cik]m * p where [cik] = $\sum_{j=1}^{n} a_{ij} b_{jk}$

  19. (i) A(BC) = (AB)C, (ii) A(B + C) = AB + AC, (iii) (A + B)C = AC + BC

  20. If A = [aij]m × n, then A′ or AT = [a ji ]n × m

  21. (i) (A′)′ = A, (ii) (kA)′ = kA′, (iii) (A + B)′ = A′ + B′, (iv) (AB)′ = B′A′

  22. A is a symmetric matrix if A′ = A.

  23. A is a skew symmetric matrix if A′ = – A.

  24. Any square matrix can be represented as the sum of a symmetric and a skew symmetric matrix.

  25. If A and B are two square matrices such that AB = BA = I, then B is the inverse matrix of A and is denoted by A-1 and A is the inverse of B.

  26. Inverse of a square matrix, if it exists, is unique.

  27. Elementary operations of a matrix are as follows:
    (i) Ri ↔ Rj OR Ci ↔ Cj
    (ii) Ri ↔ kRi OR Ci ↔ kCi
    (iii) Ri ↔ Ri + kRj OR Ci ↔ Ci + kCj







  1. Determinant of a matrix A = $[a_{11}]_{1*1}$ is given by $|a_{11}| = a_{11}$

  2. Determinant of a matrix A = $\begin{bmatrix}a_{11} & a_{12} \\a_{21} & a_{22} \end{bmatrix}$ is given by |A| = $a_{11} * a_{22} - a_{12} * a_{21}$

  3. determinant
  4. For any square matrix A, the |A| satisfy following properties:

    1. |A'| = | A|, where A' = transpose of A.

    2. If we interchange any two rows (or columns), then sign of determinant changes.

    3. If any two rows or any two columns are identical or proportional, then value of determinant is zero.

    4. If we multiply each element of a row or a column of a determinant by constant k, then value of determinant is multiplied by k.

    5. Multiplying a determinant by k means multiply elements of only one row (or one column) by k.

    6. If A = [aij]3 * 3, then | k . A | = k3|A|

    7. If elements of a row or a column in a determinant can be expressed as sum of two or more elements, then the given determinant can be expressed as sum of two or more determinants.

    8. If to each element of a row or a column of a determinant the equimultiples of corresponding elements of other rows or columns are added, then value of determinant remains same.

  5. Area of a triangle with vertices (xi, yi) , (xj, yj) and (xk, yk) is given by

  6. determinant
  7. Minor of an element aij of the determinant of matrix A is the determinant obtained by deleting i th row and j th column and denoted by Mij

  8. Cofactor of $a_{ij}$ is given by $A_{ij}$ = $(-1)^{i+j}M_{ij}$

  9. Value of determinant of a matrix A is obtained by sum of product of elements of a row (or a column) with corresponding cofactors. For example, $|A| = a_{11}A_{11} + a_{12}A_{12} + a_{13}A_{13} $

  10. If elements of one row (or column) are multiplied with cofactors of elements of any other row (or column), then their sum is zero. For example, $|A| = a_{11}A_{11} + a_{12}A_{12} + a_{13}A_{13} = 0$

  11. In below image $A_{ij}$ is co-factor of $a_{ij}$

  12. determinant
  13. A (adj A) = (adj A) A = | A| I, where A is square matrix of order n

  14. A square matrix A is said to be singular or non-singular according as | A| = 0 or | A| ≠ 0.

  15. If AB = BA = I, where B is square matrix, then B is called inverse of A. Also A -1 = B or B -1 = A and hence (A -1 ) -1 = A.

  16. A square matrix A has inverse if and only if A is non-singular.

  17. A-1 = $\frac{1}{|A|} (adj A)$

  18. determinant
  19. Unique solution of equation AX = B is given by X = A -1 B, where |A| ≠ 0

  20. A system of equation is consistent or inconsistent according as its solution exists or not.

  21. For a square matrix A in matrix equation AX = B

    1. | A| ≠ 0, there exists unique solution

    2. | A| = 0 and (adj A) B ≠ 0, then there exists no solution

    3. | A| = 0 and (adj A) B = 0, then system may or may not be consistent.