1. N: the set of all natural numbers

  2. Z:the set of all integers

  3. Q:the set of all rational numbers

  4. R:the set of real numbers

  5. Z+ : the set of positive integers

  6. Q+ : the set of positive rational numbers

  7. R+ : the set of positive real numbers.

  8. Given two sets A and B, if every element of A is also an element of B and if every element of B is also an element of A

  9. A set A is said to be a subset of a set B if every element of A is also an element of B. A ⊂ B.

  10. A ⊂ B and B ⊂ A ⇔ A = B

  11. every set A is a subset of itself, i.e., A ⊂ A. Since the empty set Φ has no elements, we agree to say that Φ is a subset of every set.

  12. Power Set P(A) : Consider the set {1, 2}. Let us write down all the subsets of the set {1, 2}. We know that Φ is a subset of every set . So, Φ is a subset of {1, 2}. We see that {1} and { 2 }are also subsets of {1, 2}. Also, we know that every set is a subset of itself. So, { 1, 2 } is a subset of {1, 2}. Thus, the set { 1, 2 } has, in all, four subsets, viz. Φ, { 1 }, { 2 } and { 1, 2 }. The set of all these subsets is called the power set of {1, 2}.

  13. The difference of the sets A and B in this order is the set of elements which belong to A but not to B. Symbolically, we write A – B and read as "A minus B".





  1. (A ∪ B)' = A' ∩ B' and ( A ∩ B )' = A' ∪ B'

  2. n (A ∪ B) = n (A) + n (B) – n (A ∪ B)

  3. n ( A ∪ B ∪ C ) = n (A) + n ( B ) + n ( C ) – n ( A ∩ B ) – n ( B ∩ C) – n ( A ∩ C ) + n ( A ∩ B ∩ C )

  4. A ∩ ( B ∪ C ) = ( A ∩ B ) ∪ ( A ∩ C )

  5. ( A ∩ B ) ∩ C = A ∩ ( B ∩ C )





  1. Relation A relation R from a set A to a set B is a subset of the cartesian product A * B obtained by describing a relationship between the first element x and the second element y of the ordered pairs in A * B.

  2. The image of an element x under a relation R is given by y, where (x, y) ∈ R

  3. The domain of R is the set of all first elements of the ordered pairs in a relation R.

  4. The range of the relation R is the set of all second elements of the ordered pairs in a relation R.

  5. Function A function f from a set A to a set B is a specific type of relation for which every element x of set A has one and only one image y in set B. We write f: A -> B, where f(x) = y.

  6. A is the domain and B is the codomain of f.

  7. The range of the function is the set of images.

  8. A real function has the set of real numbers or one of its subsets both as its domain and as its range.

  9. Two ordered pairs are equal, if and only if the corresponding first elements are equal and the second elements are also equal.

  10. If there are p elements in A and q elements in B, then there will be pq elements in A * B, i.e., if n(A) = p and n(B) = q, then n(A * B) = pq.

  11. The total number of relations that can be defined from a set A to a set B is the number of possible subsets of A * B. If n(A ) = p and n(B) = q, then n (A * B) = pq and the total number of relations is 2pq .





For functions f : X -> R and g : X -> R, we have


  1. (f + g) (x) = f(x) + g(x), x ∈ X.

  2. (f – g) (x) = f (x) – g(x), x ∈ X.

  3. (f.g) (x) = f (x) .g (x), x ∈ X.

  4. (kf) (x) = k f (x) ), x ∈ X.

  5. (f/g)(x) = f(x) / g(x) , x ∈ X and g(x) ≠ 0





  1. If in a circle of radius r, an arc of length l subtends and angle of θ radians, then : l = r θ

  2. Radian measure = ( π / 180 ) * Degree measure

  3. Degree measure = ( 180 / π ) * Radian measure

  4. cos2x + sin2x = 1

  5. 1 + tan2x = sec2x

  6. 1 + cot2x = cosec2x

  7. cos (2nπ + x) = cos x

  8. sin (2nπ + x) = sin x

  9. sin (– x) = – sin x

  10. cos (– x) = cos x

  11. cos (x + y) = cos x cos y – sin x sin y

  12. cos (x – y) = cos x cos y + sin x sin y

  13. cos (π / 2 - x) = sin x

  14. sin (π / 2 - x) = cos x

  15. sin (x + y) = sin x cos y + cos x sin y

  16. sin (x – y) = sin x cos y – cos x sin y

  17. cos (π / 2 + x) = - sin x

  18. sin (π / 2 + x) = cos x

  19. cos (π – x) = – cos x

  20. sin (π – x) = sin x

  21. cos (π + x) = – cos x

  22. sin (π + x) = – sin x

  23. cos (2π – x) = cos x

  24. sin (2π – x) = – sin x

  25. If none of the angles x, y and (x ± y) is an odd multiple of (π /2) then

  26. trignometric formulae
  27. If none of the angles x, y and (x ± y) is a multiple of π, then

  28. trignometric formulae
  29. cos 2x = cos2x - sin2x = 2cos2x-1 = 1 - 2sin2x = (1-tan2x)/(1+tan2x)

  30. sin 2x = 2 sin x * cos x

  31. trignometric formulae
  32. tan x = tan y implies x = n*π + y, where n ∈ Z.





  1. A number of the form a + ib, where a and b are real numbers, is called a complex number, a is called the real part and b is called the imaginary part of the complex number.

  2. Let z1 = a + ib and z2 = c + id. Then
    z1 + z2 = (a + c) + i (b + d)
    z1 * z2 = (ac – bd) + i (ad + bc)

  3. For any non-zero complex number z = a + ib (a ≠ 0, b ≠ 0), there exists the complex number

    \frac{a}{a^2 + b^2} + i\frac{-b}{a^2 + b^2}
    denoted by
    \frac{1}{z} or z^{-1}
    called multiplicative inverse of z such that
    z * \frac{1}{z}=1

  4. For any integer k, $i^{4k}$ = 1 , $i^{4k+1}$ = i, $i^{4k+2}$ = -1, $i^{4k+3}$ = -i

  5. The conjugate of the complex number z = a + ib, denoted by z is given by z = a – ib.

  6. The polar form of the complex number z = x + iy is r (cosθ + i sinθ), where r = $\sqrt{x^2 + y^2}$ (the modulus of z) and cosθ = $\frac{x}{r}$ and sinθ = $\frac{y}{r}$. (θ is known as the argument of z. The value of θ, such that – π < θ ≤ π , is called the principal argument of z.

  7. A polynomial equation of n degree has n roots.

  8. The solutions of the quadratic equation ax2 + bx + c = 0; where a, b, c ∈ R and a ≠ 0 ; b2 – 4ac < 0 , are given by x = $\frac{-b\pm\sqrt{4ac - b^2*i}}{2a}$





  1. Two real numbers or two algebraic expressions related by the symbols <, >, ≤ or ≥ form an inequality.

  2. Equal numbers may be added to (or subtracted from ) both sides of an inequality.

  3. Both sides of an inequality can be multiplied (or divided ) by the same positive number. But when both sides are multiplied (or divided) by a negative number, then the inequality is reversed.

  4. The values of x, which make an inequality a true statement, are called solutions of the inequality

  5. To represent x < a (or x > a) on a number line, put a circle on the number a and dark line to the left (or right) of the number a.

  6. To represent x ≤ a (or x ≥ a) on a number line, put a dark circle on the number a and dark the line to the left (or right) of the number x.

  7. If an inequality is having ≤ or ≥ symbol, then the points on the line are also included in the solutions of the inequality and the graph of the inequality lies left (below) or right (above) of the graph of the equality represented by dark line that satisfies an arbitrary point in that part.

  8. If an inequality is having < or > symbol, then the points on the line are not included in the solutions of the inequality and the graph of the inequality lies to the left (below) or right (above) of the graph of the corresponding equality represented by dotted line that satisfies an arbitrary point in that part.

  9. The solution region of a system of inequalities is the region which satisfies all the given inequalities in the system simultaneously.





  1. Fundamental principle of counting If an event can occur in m different ways, following which another event can occur in n different ways, then the total number of occurrence of the events in the given order is m * n.

  2. The number of permutations of n different things taken r at a time, where repetition is not allowed, is denoted by nPr and is given by nPr = $\frac{n!}{(n-r)!}$ where 0 ≤ r ≤ n.

  3. n! = 1 * 2 * 3 * ...* n

  4. n! = n × (n – 1) !

  5. The number of permutations of n different things, taken r at a time, where repetition is allowed, is nr

  6. The number of permutations of n objects taken all at a time, where p1 objects are of first kind, P2 objects are of the second kind, ..., Pk objects are of the kth kind and rest, if any, are all different is $\frac{n!}{p_1! * p_2! * ... * p_k!}$

  7. The number of combinations of n different things taken r at a time, denoted by nCr is given by nCr = $\frac{n!}{r!(n-r)!}$, 0 ≤ r ≤ n.