Geometry
Geometry
Standard Notations
N : A set of all natural numbers.
W : A set of all whole numbers.
Z : A set of all integers.
Z+ / Z− : A set of all positive/negative integers.
Q : A set of all rational numbers.
Q+ / Q− : A set of all positive/negative rational numbers.
R : A set of all real numbers.
R+ / R− : A set of all positive/negative real numbers.
C : A set of all complex numbers.
Types of Sets
(i) Empty/Null/Void Set A set containing no element, it is denoted
by φ or { }.
2 Handbook of Mathematics
Power Set
The set formed by all the subsets of a given set A, is called power set of
A, denoted by P ( A).
Non-comparable Sets
For two sets A and B, if neither A ⊆ B nor B ⊆ A, then A and B are
called non-comparable sets.
Disjoint Sets
Two sets A and B are called disjoint, if A ∩ B = φ . i.e. they do not have
any common element.
Sets and Relations 3
Intervals as Subsets of R
(i) The set of real numbers x, such that a ≤ x ≤ b is called a closed
interval and denoted by [a , b] i.e. [a, b] = { x : x ∈ R , a ≤ x ≤ b}.
(ii) The set of real number x, such that a < x < b is called an open
interval and is denoted by ( a , b)
i.e. ( a , b) = { x : x ∈ R , a < x < b}
(iii) The sets [a , b) = { x : x ∈ R , a ≤ x < b} and
( a , b] = { x : x ∈ R , a < x ≤ b } are called semi-open or
semi-closed intervals.
Venn Diagram
In a Venn diagram, the universal set is represented by a rectangular
region and its subset is represented by circle or a closed geometrical
figure inside the rectangular region.
U
A
Operations on Sets
1. Union of Sets
The union of two sets A and B, denoted by A ∪ B, is the set of all those
elements which are either in A or in B or both in A and B.
A U
B
2. Intersection of Sets
The intersection of two sets A and B, denoted U
by A ∩ B, is the set of all those elements A
B
which are common to both A and B.
If A1 , A 2 ,... , A n is a finite family of sets, then
their intersection is denoted by
n
∩ Ai or A1 ∩ A 2 ∩ ... ∩ A n .
i =1
Laws of Intersection
For any three sets, A, B and C, we have
(i) A ∩ φ = φ (Identity law)
(ii) U ∩ A = A (Universal law)
(iii) A ∩ A = A (Idempotent law)
(iv) A ∩ B = B ∩ A (Commutative law)
(v) ( A ∩ B) ∩ C = A ∩ ( B ∩ C ) (Associative law)
(vi) A ∩ ( B ∪ C ) = ( A ∩ B) ∪ ( A ∩ C )
(intersection distributes over union)
(vii) A ∪ ( B ∩ C ) = ( A ∪ B) ∩ ( A ∪ C )
(union distributes over intersection)
3. Difference of Sets
For two sets A and B, the difference A − B is the set of all those
elements of A which do not belong to B.
A B U
Symmetric Difference
For two sets A and B, symmetric difference is the set ( A − B) ∪ ( B − A)
denoted by A ∆ B.
A U
B
A–B B–A
Sets and Relations 5
Laws of Difference of Sets
(a) For any two sets A and B, we have
(i) A − B = A ∩ B′ (ii) B − A = B ∩ A′
(iii) A − B ⊆ A (iv) B − A ⊆ B
(v) A − B = A ⇔ A ∩ B = φ
(vi) ( A − B) ∪ B = A ∪ B
(vii) ( A − B) ∩ B = φ
(viii) ( A − B) ∪ ( B − A) = ( A ∪ B) − ( A ∩ B)
(b) If A, B and C are any three sets, then
(i) A − ( B ∩ C ) = ( A − B) ∪ ( A − C )
(ii) A − ( B ∪ C ) = ( A − B) ∩ ( A − C )
(iii) A ∩ ( B − C ) = ( A ∩ B) − ( A ∩ C )
(iv) A ∩ ( B ∆ C ) = ( A ∩ B) ∆ ( A ∩ C )
Ordered Pair
An ordered pair consists of two objects or elements grouped in a
particular order.
Relation
If A and B are two non-empty sets, then a relation R from A to B is a
subset of A × B.
If R ⊆ A × B and ( a , b) ∈ R , then we say that a is related to b by the
relation R, written as aRb.
If R ⊆ A × A, then we simply say R is a relation on A.
8 Handbook of Mathematics
Representation of a Relation
(i) Roster form In this form, we represent the relation by the set
of all ordered pairs belongs to R.
e.g. Let R is a relation from set A = { −3, − 2, − 1, 1, 2, 3} to set
B = { 1, 4, 9, 10}, defined by aRb ⇔ a 2 = b,
Then, ( −3)2 = 9,( −2)2 = 4,( −1)2 = 1, ( 2)2 = 4,( 3)2 = 9.
Then, in roster form, R can be written as
R = {( −1, 1), ( − 2, 4), (1, 1),( 2, 4),( − 3, 9),( 3, 9)}
(ii) Set-builder form In this form, we represent the relation R
from set A to set B as
R = {( a , b) : a ∈ A, b ∈ B and the rule which relate the elements
of A and B}
e.g. Let R is a relation from set A = { 1, 2, 4, 5} to set
1 1 1
B = 1, , , such that
2 4 5
1 1 1
R = (1, 1), 2, 4, 5,
2 4 5
Then, in set-builder form, R can be written as
1
R = ( a , b) : a ∈ A, b ∈ B and b =
a
Note We cannot write every relation from set A to set B in set-builder form.
Types of Relations
(i) Empty or Void Relation As φ ⊂ A × A, for any set A, so φ is a
relation on A, called the empty or void relation.
(ii) Universal Relation Since, A × A ⊆ A × A , so A × A is a
relation on A, called the universal relation.
(iii) Identity Relation The relation I A = {( a , a ) : a ∈ A} is called
the identity relation on A.
(iv) Reflexive Relation A relation R on a set A is said to be
reflexive relation, if every element of A is related to itself.
Thus, ( a , a ) ∈ R , ∀ a ∈ A ⇒ R is reflexive.
Sets and Relations 9
(v) Symmetric Relation A relation R on a set A is said to be
symmetric relation iff ( a , b) ∈ R ⇒ ( b, a ) ∈ R , ∀ a , b ∈ A
i.e. a R b ⇒ bRa , ∀ a , b ∈ A
(vi) Transitive Relation A relation R on a set A is said to be
transitive relation, iff ( a , b) ∈ R and ( b, c) ∈ R
⇒ ( a , c) ∈ R , ∀ a , b, c ∈ A
Equivalence Relation
A relation R on a set A is said to be an equivalence relation, if it is
simultaneously reflexive, symmetric and transitive on A.
Equivalence Classes
Let R be an equivalence relation on A (≠ φ). Let a ∈ A .
Then, the equivalence class of a denoted by [a ] or ( a ) is defined as the
set of all those points of A which are related to a under the relation R.
Inverse Relation
If A and B are two non-empty sets and R be a relation from A to B,
then the inverse of R, denoted by R −1 , is a relation from B to A and is
defined by R −1 = {( b, a ) : ( a , b) ∈ R }.
Composition of Relation
Let R and S be two relations from sets A to B and B to C respectively,
then we can define relation SoR from A to C such that
( a , c) ∈ SoR ⇔ ∃ b ∈ B such that ( a , b) ∈ R and ( b, c) ∈ S .
This relation SoR is called the composition of R and S .
(i) RoS ≠ SoR (ii) (SoR )−1 = R −1oS −1 known as reversal rule.
Real Polynomial
Let a0 , a1 , a2 , K , an be real numbers and x is a real variable, then,
f ( x ) = a0 + a1x + a2x 2 + K + an x n is called a real polynomial of real
variable x with real coefficients.
Complex Polynomial
If a0 , a1 , a2 , K , an be complex numbers and x is a varying complex
number, then f ( x ) = a0 + a1x + a2x 2 + K + an − 1x n − 1 + an x n is called a
complex polynomial or a polynomial of complex variable x with complex
coefficients.
Degree of a Polynomial
A polynomial f ( x ) = a0 + a1x + a2x 2 + a3 x3 + K + an x n , real or complex
is a polynomial of degree n, if an ≠ 0.
Polynomial Equation
If f ( x ) is a polynomial, real or complex, then f ( x ) = 0 is called a
polynomial equation.
Quadratic Equation
A quadratic polynomial f ( x ) when equated to zero is called quadratic
equation.
i.e. ax 2 + bx + c = 0, where a , b, c ∈ R and a ≠ 0.
2. Direct Formula
Quadratic equation ax 2 + bx + c = 0 ( a ≠ 0) has two roots, given by
− b + b2 − 4ac − b − b2 − 4ac
α= ,β =
2a 2a
− b+ D − b− D
or α= ,β =
2a 2a
where, D = ∆ = b2 − 4ac is called discriminant of the equation.
Above formulas also known as Sridharacharya formula.
Nature of Roots
(i) Let quadratic equation be ax 2 + bx + c = 0, whose discriminant
is D.
Also, let a , b , c ∈ R and a ≠ 0. Then,
(a) D < 0 ⇒ Complex roots
(b) D > 0 ⇒ Real and distinct roots
b
(c) D = 0 ⇒ Real and equal roots as α = β = −
2a
48 Handbook of Mathematics
Note If a, b, c ∈ Q, a ≠ 0, then
(a) D > 0 and D is a perfect square.
⇒ Roots are unequal and rational.
(b) D > 0, a = 1; b, c ∈ I and D is a perfect square.
⇒ Roots are integral.
(c) D > 0 and D is not a perfect square.
⇒ Roots are irrational and unequal.
(ii) Conjugate Roots The irrational (complex) roots of a quadratic
equation, whose coefficients are rational (real) always occur in
conjugate pairs. Thus,
(a) if one root be α + iβ, then other root will be α − iβ.
(b) if one root be α + β , then other root will be α − β .
(iii) Let D1 and D2 are the discriminants of two quadratic equations.
(a) If D1 + D2 ≥ 0, then atleast one of D1 and D2 ≥ 0
Thus, if D1 < 0, then D2 > 0, if D2 < 0, then D1 > 0 or D1 and
D2 both can be non-negative (means positive or zero).
(b) If D1 + D2 < 0, then atleast one of D1 and D2 < 0
Thus, if D1 > 0, then D2 < 0, if D2 > 0, then D1 < 0 or D1 and
D2 both can be negative.
2. Cubic Equation
If α , β and γ are the roots of cubic equation ax3 + bx 2 + cx + d = 0.
b
Then, ∑ α =α +β + γ = −
a
c
∑ αβ = αβ + βγ + γα =
a
d
αβγ = −
a
3. Biquadratic Equation
If α , β , γ and δ are the roots of the biquadratic equation
ax 4 + bx3 + cx 2 + dx + e = 0, then
b
S1 = α + β + γ + δ = − ,
a
c c
S 2 = αβ + αγ + αδ + βγ + βδ + γδ = ( − 1)2 =
a a
c
or S 2 = (α + β )( γ + δ ) + αβ + γδ =
a
d d
S3 = αβγ + βγδ + γδα + αβδ = ( − 1)3 =−
a a
d
or S3 = αβ( γ + δ ) + γδ(α + β ) = −
a
e e
and S 4 = α ⋅ β ⋅ γ ⋅ δ = ( − 1)4 =
a a
50 Handbook of Mathematics
Symmetric Roots
If the roots of quadratic equation ax 2 + bx + c = 0 ( a ≠ 0) are α and β,
then
b2 − 4ac ± D
(i) (α − β ) = (α + β )2 − 4αβ = ± =
a a
b − 2ac
2
(ii) α 2 + β 2 = (α + β )2 − 2 αβ =
a2
b b2 − 4ac ±b D
(iii) α 2 − β 2 = (α + β ) (α + β )2 − 4αβ = ± 2
=
a a2
b( b − 3ac )
2
(iv) α3 + β3 = (α + β )3 − 3 αβ(α + β ) = −
a3
± ( b2 − ac) b2 − 4ac
(v) α3 − β3 = (α − β )3 + 3 αβ(α − β ) =
a3
2
b2 − 2ac 2c2
(vi) α 4 + β 4 = {(α + β )2 − 2 αβ } 2 − 2α 2β 2 = 2
− 2
a a
± b( b2 − 2ac) b2 − 4ac
(vii) α 4 − β 4 = (α 2 − β 2 ) (α 2 + β 2 ) =
a4
b − ac
2
(viii) α 2 + αβ + β 2 = (α + β )2 − αβ =
a2
α β α +β 2
(α + β ) − 2 αβ b2 − 2ac
2 2
(ix) + = = =
β α αβ αβ ac
bc
(x) α β + β α = αβ(α + β ) = − 2
2 2
a
2 2
α β α 4 + β 4 (α 2 + β 2 )2 − 2 α 2 β 2 b2D + 2a 2c2
(xi) + = = =
β α α2 β2 α2 β2 a 2c 2
3. Biquadratic Equation
If α , β , γ and δ are the roots of a biquadratic equation, then the
equation is
x 4 − S1x3 + S 2x 2 − S3 x + S 4 = 0
i.e. x 4 − (α + β + γ + δ )x3 + (αβ + βγ + γδ + αδ + βδ + αγ )x 2
− (αβγ + αβδ + βγδ + γδα )x + αβγδ = 0
By Cramer’s Rule
α2 α 1
= =
− c1 b1 a1 − c1 a1 b1
− c2 b2 a2 − c2 a2 b2
α2 α 1
or = =
b1c2 − b2c1 a2c1 − a1c2 a1b2 − a2b1
a2c1 − a1c2 b c − b2c1
∴ α= = 1 2 ,α ≠ 0
a1b2 − a2b1 a2c1 − a1c2
Hence, the condition for only one root common is
( c1a2 − c2a1 )2 = ( b1c2 − b2c1 )( a1b2 − a2b1 )
A x=b A C x=b
X X
O x=a O x=a B
Quadratic Expression
An expression of the form ax 2 + bx + c, where a , b, c ∈ R and a ≠ 0 is
called a quadratic expression in x.
1. Graph of a Quadratic Expression
We have,
y = ax 2 + bx + c = f ( x )
b
2
D
y = a x + −
2a 4a 2
2
D b
⇒ y+ = a x +
4a 2a
D b
Let y+ = Y and x + =X
4a 2a
Y
Y = a ⋅ X2 ⇒ X2 =
a
(i) The graph of the curve y = f ( x ) is parabolic.
b
(ii) The axis of parabola is X = 0 or x + = 0 i.e., parallel to
2a
Y-axis.
54 Handbook of Mathematics
X-axis
X-axis
a>0 D>0
b
(ii) For D = 0, parabola touch X-axis in one point, x = − .
2a
a<0 D=0
X-axis
X-axis
a>0 D=0
(iii) For D < 0, parabola does not cut X-axis (i.e. imaginary value
of x).
a<0 D<0
X-axis
X-axis
a>0 D<0
5. Intervals of Roots
In some problems, we want the roots of the equation ax 2 + bx + c = 0 to
lie in a given interval. For this we impose conditions on a , b and c.
b c
Since, a ≠ 0, we can take f ( x ) = x 2 + x + .
a a
(i) Both the roots are positive i.e., they lie in ( 0, ∞ ), iff roots are real,
the sum of the roots as well as the product of the roots is positive.
−b c
i.e. α +β = > 0 and αβ = > 0 with b2 − 4ac ≥ 0
a a
Similarly, both the roots are negative i.e. they lie in (− ∞, 0), iff
roots are real, the sum of the roots is negative and the product of
the roots is positive.
−b c
i.e. α +β = < 0 and αβ = > 0 with b2 − 4ac ≥ 0
a a
56 Handbook of Mathematics
(ii) Both the roots are greater than a given number k, iff the
following conditions are satisfied
−b
D ≥ 0, > k and af ( k) > 0
2a
–b/2a
X' X X' X
k (–b/2a) k
(iii) Both the roots are less than a given number k, iff the following
conditions are satisfied
−b
D ≥ 0, < k and af ( k) > 0
2a
(iv) Both the roots lie in a given interval ( k1 , k2 ), iff the following
conditions are satisfied
−b
D ≥ 0, k1 < < k2 and af ( k1 ) > 0, af ( k2 ) > 0
2a
or f ( k1 ) ⋅ f ( k2 ) > 0
(–b/2a)
X' X X' X
k1 (–b/2a) k2 k1 k2
(v) Exactly one of the roots lie in a given interval ( k1 , k2 ), iff D > 0 and
f ( k1 ) f ( k2 ) < 0.
k2 k1
X' X X' X
k1 k2
(vi) A given number k lies between the roots, iff af ( k) < 0 and D > 0.
k
X' X
Note The roots of the equation will be of opposite sign, iff 0 lies between the
roots.
⇒ af (0 ) < 0, D > 0
Theory of Equations and Inequations 57
Descarte’s Rule of Signs
The maximum number of positive real roots of a polynomial equation
f ( x ) = 0 is the number of changes of sign in f ( x ).
The maximum number of negative real roots of a polynomial equation
f ( x ) = 0 is the number of changes of sign in f ( − x ).
Lagrange’s Identity
If a1 , a2 , a3 , b1 , b2 , b3 ∈ R, then
( a12 + a22 + a32 )( b12 + b22 + b32 ) − ( a1b1 + a2b2 + a3 b3 )2
= ( a1b2 − a2b1 )2 + ( a2b3 − a3 b2 )2 + ( a3 b1 − a1b3 )2
Inequality
A statement involving the symbols >, <, ≤ or ≥ is called an inequality
or inequation.
Here, the symbols < (less than), > (greater than), ≤ (less than or equal
to) and ≥ (greater than or equal to) are known as symbol of
inequalities.
e.g. 5 < 7, x ≤ 2, x + y ≥ 11
Types of Inequalities
(i) Numerical inequality An inequality which does not involve
any variable is called a numerical inequality.
58 Handbook of Mathematics
Linear Inequality
An inequality is said to be linear, if the variable (s) occurs in first
degree only and there is no term involving the product of the variables.
e.g. ax + b ≤ 0, ax + by + c > 0, ax ≤ 4.
Open Interval
The set of all real numbers x, such that a < x < b, is called an open
interval and is denoted by (a, b) or ] a, b [.
Theory of Equations and Inequations 59
On the number line, ( a , b) may be represented as follows
a<x<b
−∞ ∞
a b
Solution of an Inequality
Any solution of an inequality is the value(s) of variable(s) which makes
it a true statement.
1. Addition or Subtraction
Some number may be added (or subtracted) to (from) both sides of an
inequality i.e. if a > b, then for any number c,
a + c > b + c or a − c > b − c
2. Multiplication or Division
Let a, b and c be three real numbers, such that a > b and c ≠ 0.
a b
(i) If c > 0, then > and ac > bc.
c c
a b
(ii) If a > b and c < 0, then < and ac < bc.
c c
Solution Set
The set of all solutions of an inequality is called the solution set of the
inequality.
Important Inequalities
1. Arithmetic, Geometric and Harmonic Mean Inequalities
a+b 2
(i) If a , b > 0, then ≥ ab ≥
2 (1 / a ) + (1 / b)
(ii) If ai > 0, where i = 1, 2, 3, K , n, then
a1 + a2 + K + an n
≥ ( a1 ⋅ a2 ⋅ ... ⋅ an )1/ n ≥
n 1 1 1
+ +K +
a1 a2 an
(iii) If a1 , a2 ,... , an are n positive real numbers and m1 , m2 ,... , mn are
n positive rational numbers, then
1
m1a1+ m2a2 +...+ mn an
≥ ( a1m1 ⋅ a2m 2 ⋅ . . . ⋅ anm n ) m1 + m 2 +... + m n
m1 + m2 +...+ mn
i.e. Weighted AM ≥ Weighted GM
Theory of Equations and Inequations 61
de
si
and takes the final position OB, we say
al
that angle AOB (written as ∠ AOB) has
in
rm
Te
been formed.
θ°
The amount of rotation from the initial side A
to the terminal side is called the measure O Initial side
(Vertex)
of the angle.
Te
rm
rm
Te
in
al
θ°
si
d
A
e
O Initial side B
(Positive angle) (Negative angle)
Measurement of Angles
There are three system for measuring the angles, which are given
below
1c
r P
l Length of arc
θ= = or l = r θ
r Radius
126 Handbook of Mathematics
Perpendicular
Hypotenuse AC
e
n us
Base AB
te
cos θ = =
o
,
yp
Hypotenuse AC
H
Perpendicular BC
tan θ = = , θ
Base AB A B
Base
1
cosec θ =
sin θ
1 cos θ 1
sec θ = , cot θ = =
cos θ sin θ tan θ
B'
Y'
arc AP θ l
Q∠AOP = radius OP = 1 = θ °, using θ = r
X' O X
–2π – 3π –π –π π π 3π
2π
2 2 2 2
–1 y=–1
(– π , –1 ) ( 3π , –1
)
2 2
Y'
(i) Domain = R (ii) Range = [−1, 1] (iii) Period = 2π
2. Graph of cos x
Y
y = cosx
(– 2π, 1) 1 (0, 1) (2π, 1)
y=1
D
X' O X
–2π – 3π −π –π π π 3π 2π
2 2 2 2
y = –1
(– π, –1) –1 (π, –1)
Y'
(i) Domain = R (ii) Range = [−1, 1] (iii) Period = 2π
128 Handbook of Mathematics
3. Graph of tan x
Y y = tanx
X' X
–π –π O π π π
–π
– 3π 2 4
3π
2 4 2 2
–1
Y'
π
(i) Domain = R ~ ( 2n + 1) , n ∈ I
2
(ii) Range = ( − ∞ , ∞ )
(iii) Period = π
4. Graph of cot x
Y
y = cotx
X' X
–2π – 3π –π –π O π π 3π 2π
2 2 2 2
Y'
(i) Domain = R ~ nπ , n ∈ I (ii) Range = ( − ∞ , ∞ ) (iii) Period = π
5. Graph of sec x
Y
y = sec x
(–2π, 1) (2π, 1)
y=1
1
X' X
–2π – 3π –π –π O π π 3π 2π
2 2 2 2
–1 y = –1
(–π, –1) (π, –1)
Y'
π
(i) Domain = R ~ ( 2n + 1) , n ∈ I
2
(ii) Range = ( − ∞ , − 1] ∪ [1, ∞ )
(iii) Period = 2π
Trigonometric Functions, Identities and Equations 129
6. Graph of cosec x
Y
y = cosec x
Y'
(i) Domain = R ~ nπ , n ∈ I
(ii) Range = ( −∞ , − 1] ∪ [1, ∞ )
(iii) Period = 2π
Note|sin θ | ≤ 1,|cos θ| ≤ 1,|sec θ| ≥ 1,|cosec θ| ≥ 1 for all values of θ, for which
the functions are defined.
tan θ 1 1
(sec2 θ − 1)
sin θ sin θ (1 − cos 2 θ) 2 2 cosec θ
(1 + tan θ) 1 + cot θ
sec θ
1 cot θ 1 (cosec2 θ − 1)
cos θ (1 − sin2 θ) cos θ (1 + cot2 θ)
(1 + tan2 θ) sec θ cosec θ
sin θ 1 1
(1 − cos 2 θ) tan θ (sec2 θ − 1)
tan θ (cosec2 θ − 1)
(1 − sin2 θ) cos θ cot θ
Handbook of Mathematics
Trigonometric Ratios of
Some Special Angles
1° 1°
Angle 7 15 ° 18 ° 22 36 °
2 2
sin θ 4− 2 − 6 3 −1 5 −1 1
2− 2
1
10 − 2 5
2 2 4 2 4
2 2
tan θ ( 3 − 2 )( 2 − 1 ) 2− 3 5 −1 2 −1 10 − 2 5
10 + 2 5 5+1
Transformation Formulae
(i) 2 sin A cos B =
sin ( A + B) + sin ( A − B)
(ii) 2 cos A sin B =
sin ( A + B) − sin ( A − B)
(iii) 2 cos A cos B =
cos ( A + B) + cos ( A − B)
(iv) 2 sin A sin B =
cos ( A − B) − cos ( A + B)
C + D C − D
(v) sin C + sin D = 2 sin cos
2 2
C + D C − D
(vi) sin C − sin D = 2 cos sin
2 2
C + D C − D
(vii) cos C + cos D = 2 cos cos
2 2
C + D C − D
(viii) cos C − cos D = − 2 sin sin
2 2
C + D D − C
= 2 sin sin
2 2
134 Handbook of Mathematics
A B C A B C
(viii) cot + cot + cot = cot cot cot
2 2 2 2 2 2
A B B C C A
(ix) tan tan + tan tan + tan tan = 1
2 2 2 2 2 2
Hyperbolic Functions
The hyperbolic functions sinh z , cosh z , tanh z , cosech z , sec h z , coth z
are angles of the circular functions, defined by removing is appearing
in the complex exponentials.
ex − e− x
(i) sinh x =
2
Trigonometric Functions, Identities and Equations 137
ex + e− x
(ii) cosh x =
2
sinh x ex − e− x
(iii) tanh x = =
cosh x ex + e− x
1 2
(iv) cosech x = =
sinh x ex − e− x
1 2
(v) sech x = =
cosh x ex + e− x
cosh x ex + e− x
(vi) coth x = =
sinh x ex − e− x
Identities
(i) cosh2 x − sinh2 x = 1
(ii) sech2 x + tanh2 x = 1
(iii) coth2 x − cosech2 x = 1
(iv) cosh2 x + sinh2 x = cosh 2x
x + y x − y
(iii) cosh x + cosh y = 2 cosh cosh
2 2
x + y x − y
(iv) cosh x − cosh y = 2 sinh sinh
2 2
(v) 2 sinh x cosh y = sinh ( x + y ) + sinh( x − y )
(vi) 2 cosh x sinh y = sinh ( x + y ) − sinh( x − y )
(vii) 2 cosh x cosh y = cosh ( x + y ) + cosh ( x − y )
(viii) 2 sinh x sinh y = cosh( x + y ) − cosh ( x − y )
Important Formulae
1. (i) sinh2 x − sinh2 y = sinh ( x + y )sinh ( x − y )
(ii) cosh2 x + sinh2 y = cosh( x + y ) cosh( x − y )
(iii) cosh2 x − cosh2 y = sinh ( x + y )sinh( x − y )
2. (i) sinix = i sinh x (ii) cos(ix ) = cosh x
(iii) tan(ix ) = i tanh x (iv) cot(ix ) = − i coth x
(v) sec(ix ) = sech x (vi) cosec (ix ) = − i cosech x
3. (i) sinh x = − i sin(ix ) (ii) cosh x = cos (ix )
(iii) tanh x = − i tan(ix ) (iv) coth x = i cot(ix )
(v) sech x = sec(ix ) (vi) cosech x = i cosec(ix )
Trigonometric Functions, Identities and Equations 139
Trigonometric Equations
An equation involving one or more trigonometrical ratios of unknown
angle is called a trigonometric equation.
b
c
B C
a
a+ b+ c
Semi-perimeter of the triangle is written as s = .
2
sin A sin B sin C 1
(i) Sine Rule = = = , where R is radius of the
a b c 2R
circumcircle of ∆ABC.
b2 + c2 − a 2 a 2 + c2 − b2
(ii) Cosine Rule cos A = , cos B =
2bc 2ac
a 2 + b2 − c2
and cosC =
2ab
(iii) Projection Rule a = b cos C + c cos B, b = c cos A + a cos C
and c = a cos B + b cos A
B−C b− c A
(iv) Napier’s Analogy tan = cot ,
2 b+ c 2
C− A c−a B A− B a− b C
tan = cot and tan = cot
2 c+a 2 2 a+b 2
142 Handbook of Mathematics
Trigonometrical Ratios of
Half of the Angles of Triangle
A ( s − b)( s − c) B ( s − c)( s − a )
(i) sin = , sin = ,
2 bc 2 ac
C ( s − a )( s − b)
sin =
2 ab
A s( s − a ) B s( s − b) C s( s − c)
(ii) cos = , cos = , cos =
2 bc 2 ac 2 ab
A ( s − b)( s − c) B ( s − a )( s − c)
(iii) tan = , tan =
2 s( s − a ) 2 s( s − b)
C ( s − a )( s − b)
tan =
2 s( s − c)
Area of a Triangle
Consider a triangle of side a , b and c.
1 1 1
(i) ∆ = bc sin A = ca sin B = ab sin C
2 2 2
c2 sin A sin B a 2 sin B sin C b2 sin C sin A
(ii) ∆ = = =
2 sin C 2 sin A 2 sin B
(iii) ∆ = s ( s − a ) ( s − b) ( s − c), its known as Heron’s formula.
a+ b+ c
where, s = [semi-perimeter of triangle]
2
abc
(iv) ∆ = = rs, where R and r are radii of the circumcircle and the
4R
incircle of ∆ABC, respectively.
Solutions of a Triangle
Elements of a Triangle
There are six elements of a triangle, in which three are its sides and
other three are its angle. If three elements of a triangle are given,
atleast one of which is its side, then other elements can be uniquely
calculated. This is called solving the triangle.
Solution of Triangles 143
1. Solutions of a Right Angled Triangle
Let ∆ABC be a given triangle with right angle at C, then
B
c
a
A C
b
(i) the solution when two sides are given
Given To be calculated
a, b a a
tan A = ; B = 90° − A, c =
b sin A
a, c a
sin A = ; B = 90° − A
c
b = c cos A or b = c2 − a2
(ii) the solution when one side and one acute angle are given
Given To be calculated
a, A a
B = 90° − A, b = a cot A, c =
sin A
c, A B = 90° − A, a = c sin A, b = c cot A
O R
B C
a b c abc
∴ R= = = =
2 sin A 2 sin B 2 sin C 4∆
2. Incircle
The circle touches the three sides of the triangle internally is called the
inscribed or the incircle of the triangle and its radius r is called the
inradius of circle.
A
r
B C
Solution of Triangles 145
∆ A
∴ r= = ( s − a ) tan
s 2
B C A B C
r = ( s − b) tan = ( s − c) tan = 4R sin sin sin
2 2 2 2 2
B C C A A B
a sin sin b sin sin c sin sin
and r= 2 2 = 2 2 = 2 2
A B C
cos cos cos
2 2 2
3. Escribed Circle
The circle touches BC and the two sides AB and AC produced of ∆ABC
externally is called the escribed circle opposite to A. Its radius is
denoted by r1.
B
r1
A
C
Similarly, r2 and r3 denote the radii of the escribed circles opposite to
angles B and C, respectively. Hence, r1 , r2 and r3 are called the exradius
of ∆ABC. Here,
B C
a cos cos
∆ A A B C 2 2
(i) r1 = = s tan = 4R sin cos cos =
s−a 2 2 2 2 cos
A
2
C A
b cos cos
∆ B B C A 2 2
(ii) r2 = = s tan = 4R sin cos cos =
s−b 2 2 2 2 cos
B
2
A B
c cos cos
∆ C C A B 2 2
(iii) r3 = = s tan = 4R sin cos cos =
s−c 2 2 2 2 cos
C
2
(iv) r1 + r2 + r3 = 4R + r
r r r
(v) r1 r2 + r2 r3 + r3r1 = 1 2 3
r
146 Handbook of Mathematics
F E
B D C
The ∆DEF formed by joining the feet of the altitudes is called the pedal
triangle.
(i) Distance of the orthocentre of the triangle from the angular
points are 2R cos A, 2R cos B, 2R cos C and its distances from the
sides are 2 R cos B cos C, 2 R cos C cos A, 2 R cos A cos B.
(ii) The length of medians AD, BE and CF of a ∆ABC are
1 1
AD = 2b2 + 2c2 − a 2 , BE = 2c2 + 2a 2 − b2
2 2
1
and CF = 2a 2 + 2b2 − c2
2
O A
D
R π π R
n n
r
B L C
a π
(i) Radius of circumcircle ( R ) = cos ec
2 n
a π
(ii) Radius of incircle (r ) = cot , where a is the length of a side of
2 n
polygon.
Solution of Triangles 147
(iii) The area of the polygon = n (Area of ∆ABC)
1 π
= na 2 cot
4 n
π n 2 2π
= nr 2 tan = R sin
n 2 n
α β
b
c
θ
B m C
D n
(a) (m + n) cotθ = m cotα − n cotβ
(b) (m + n) cotθ = n cotB − m cotC
13
Heights and
Distances
Height and distance is the important application of Trigonometry, in
which we measure the height and distance of different object as towers,
building etc.
Angle of Elevation
If O be the observer’s eye and OX be the horizontal line through O.
P
t
igh
fs
eo
Lin
O X
Horizontal line
If the object P is at higher level than eye, then ∠ POX is called the
angle of elevation.
Angle of Depression
If the object P is a lower level than O, then ∠ POX is called the angle
of depression.
O Horizontal line
X
θ
Lin
eo
fs
igh
t
Note P
(i) Angle of elevation and depression are always acute angle.
(ii) Angle of elevation of an object from an observer is same as angle of
depression of an observer from the object.
Heights and Distances 149
A α β
a B r C
α + β
(ii) If AB = CD , then x = y tan
2
A
y
α β
C E
x B
H sin(β − α )
(iii) h =
cos α sin β
h cot α
and H =
cot α − cot β
⇒ H = x cot α tan (α + β )
A
E α H
B
h β
D C
h cot β
(iv) H =
cot α
D
B
H
h
α β
A C
150 Handbook of Mathematics
BH
β x
D α
x C
α sin(α + β )
(vi) H =
sin (β − α )
C
α H
D B
β
a
E A
α β
B C
D d
a
14
Inverse Trigonometric
Functions
Inverse Function
If y = f ( x ) and x = g ( y ) are two functions such that f ( g ( y )) = y and
g ( f ( y )) = x, then f and y are said to be inverse of each other,
i.e. g = f −1. If y = f ( x ), then x = f −1( y ).
− π , π −3π , − π , π , 3π etc.
y = tan −1 x R
2 2 2 2 2 2
π π 3π
y = sec −1 x R − ( −1, 1) [ 0, π ] − [ −π , 0] − – , [ π , 2π ] − etc.
2 2 2
− π , π − {0} −3π , − π − {– π }, π , 3π − {π }
y = cosec −1 x R − ( −1, 1) 2 2 2 2 2 2
Y
5π
—–
2
2π
3π Y
—– y=cos–1 x
2
π π
π/2 y=x
π/2
−1 1
y = cos x X′ X
1
–1 0 π
–—
2
y=cos x
–π X′ π X
–1 0 1 π/2
3π
– —–
2
–2π Y′
5π
– —–
2
Y′
Y 2π Y y=tan x
π
3— y=x
2 π/2
π y=tan–1 x
π –π/2
y = tan −1 x — X′ X
–2 –1 2 0 π/2
X′ –1 0 1 2 X
π –π/2
–— 2
–π
Y′ Y′
Inverse Trigonometric Functions 153
Graph Graph
Function
(By interchanging axes) (By mirror image)
Y
2π Y
3π π
—
2
π/2
π 1 y=sec–1x
y = sec −1 π X′
x — –1 01 π/2 π X
X′ –2 –1 2
–1 0 1 2
X –1
–—π
2 y=sec x
–π Y′
Y′
Y
2π
Y y=cosec x
3π π/2
— y=x
2
1 y=cosec–1 x
π
π –π/2 –1
y = cosec −1 x — X′ X
2 0 1 π/2
–2 –1
X′ X
–1 0 1 2 –1
π π/2
–—
2
–π Y′
Y′
Y
2π
3π Y
—
2 π y=cot x y=x
π –1π
y=cot x —
−1
2
y = cot x π/2
–2 –1 X′ X
X′
–1 0 1 2
X 0 π/2
π
–—
2
–π Y′
Y′
Elementary Properties of
Inverse Trigonometric Functions
Property I
−π π
(i) sin−1 (sin θ ) = θ; θ ∈ ,
2 2
(ii) cos−1 (cos θ ) = θ ; θ ∈ [0, π ]
154 Handbook of Mathematics
π π
(iii) tan−1 (tan θ ) = θ; θ ∈ − ,
2 2
−1 π π
(iv) cosec ( cosec θ ) = θ ; θ ∈ − , , θ ≠ 0
2 2
−1 π
(v) sec (sec θ ) = θ; θ ∈ [0, π ], θ ≠
2
(vi) cot−1 (cot θ ) = θ; θ ∈( 0, π )
Property II
(i) sin (sin−1 x ) = x ; x ∈ [− 1, 1]
(ii) cos (cos−1 x ) = x ; x ∈ [− 1, 1]
(iii) tan (tan−1 x ) = x ; x ∈ R
(iv) cosec ( cosec−1x ) = x ; x ∈ ( − ∞ , − 1| ∪|1, ∞ )
(v) sec (sec−1 x ) = x ; x ∈ ( − ∞ , − 1| ∪|1, ∞ )
(vi) cot (cot−1 x ) = x ; x ∈ R
Property III
(i) sin−1 ( − x ) = − sin−1 x; x ∈ [−1, 1]
(ii) cos−1( − x ) = π − cos−1 x; x ∈ [−1, 1]
(iii) tan−1( − x ) = − tan−1 x; x ∈ R
(iv) cosec−1 ( − x ) = − cosec−1x; x ∈ ( − ∞ , − 1] ∪ [1, ∞ )
(v) sec−1 ( − x ) = π − sec−1 x; x ∈ ( − ∞ , − 1] ∪ [1, ∞ )
(vi) cot−1 ( − x ) = π − cot−1 x; x ∈ R
Property IV
1
(i) sin−1 = cosec−1x; x ∈ ( − ∞ , − 1] ∪ [1, ∞ )
x
1
(ii) cos−1 = sec−1 x ; x ∈ ( − ∞ , − 1] ∪ [1, ∞ )
x
−1
1 cot x ; if x > 0
(iii) tan−1 =
x − π + cot−1 x ; if x < 0
Property V
π
(i) sin−1 x + cos−1 x = ; x ∈ [− 1, 1]
2
π
(ii) tan−1 x + cot−1 x = ; x ∈ R
2
π
(iii) sec−1 x + cosec−1x = ; x ∈ ( − ∞ , − 1] ∪ [1, ∞ )
2
Inverse Trigonometric Functions 155
Property VI
−1
sin { x 1 − y + y 1 − x };
2 2
if − 1 ≤ x , y ≤ 1 and x + y ≤ 1 or
2 2
if xy < 0 and x + y > 1
2 2
−1
y = π − sin { x 1 − y + y 1 − x } ;
2 2
(i) sin−1 x + sin−1
if 0 < x , y ≤ 1 and x 2 + y 2 > 1
− π − sin−1 { x 1 − y 2 + y 1 − x 2 };
if − 1 ≤ x , y < 0 and x 2 + y 2 > 1
sin−1{ x 1 − y 2 − y 1 − x 2 };
if − 1 ≤ x , y ≤ 1 and x + y ≤ 1
2 2
or if xy > 0 and x 2 + y 2 > 1
−1
(ii) sin−1 x − sin−1 y = π − sin { x 1 − y − y 1 − x };
2 2
if 0 < x ≤ 1, − 1 ≤ y ≤ 0 and x 2 + y 2 > 1
− π − sin−1 { x 1 − y 2 − y 1 − x 2 };
if − 1 ≤ x < 0 , 0 < y ≤ 1 and x 2 + y 2 > 1
Property VII
(i) cos−1 x + cos−1 y
cos−1 { xy − 1 − x 2 1 − y 2 }; if − 1 ≤ x, y ≤ 1 and x + y ≥ 0
=
2π − cos−1{ xy − 1 − x 2 1 − y 2 }; if − 1 ≤ x, y ≤ 1 and x + y ≤ 0
(ii) cos−1 x − cos−1 y
cos−1{ xy + 1 − x 2 1 − y 2 }; if − 1 ≤ x , y ≤ 1 and x ≤ y
=
− cos−1{ xy + 1 − x 2 1 − y 2 }; if − 1 ≤ y ≤ 0, 0 < x ≤ 1 and x ≥ y
156 Handbook of Mathematics
Property VIII
(i) tan−1 x + tan−1 y
−1 x + y
tan ; if xy < 1
1 − xy
x+ y
= π + tan−1 ; if x > 0, y > 0 and xy > 1
1 − xy
−1 x + y
− π + tan 1 − xy ; if x < 0, y < 0 and xy > 1
−1 −1
(ii) tan x − tan y
−1 x − y
tan ; if xy > − 1
1 + xy
x− y
= π + tan−1 ; if x > 0, y < 0 and xy < − 1
1 + xy
−1 x − y
− π + tan ; if x < 0, y > 0 and xy < − 1
1 + xy
Property IX
x 1 − x2
(i) sin−1 x = cos−1 1 − x 2 = tan−1 = cot−1
1 − x2 x
1 1
= sec−1 = cosec−1 , x ∈( 0, 1)
1 − x2 x
1 − x2
(ii) cos−1 x = sin−1 1 − x 2 = tan−1
x
x
1
= cot−1 = sec−1
1− x 2 x
1
= cosec−1 , x ∈( 0, 1)
1 − x2
x 1 1
(iii) tan−1 x = sin−1 = cos−1 = cot−1
1 + x2 1 + x2 x
1 + x2
= cosec−1
x
= sec−1( 1 + x 2 ), x ∈ ( 0, ∞ )
Inverse Trigonometric Functions 157
Property X
−1 1 1
sin ( 2x 1 − x ); if − ≤ x≤
2
2 2
−1 −1 1
(i) 2 sin x = π − sin ( 2x 1 − x ); if
2
≤ x≤1
2
− π − sin−1( 2x 1 − x 2 ); if − 1 ≤ x ≤ − 1
2
cos−1 ( 2x 2 − 1); if 0 ≤ x ≤ 1
(ii) 2 cos−1 x = −1
2π − cos ( 2x − 1); if − 1 ≤ x ≤ 0
2
−1 2x
tan ; if − 1 < x < 1
1 − x2
2x
(iii) 2 tan−1 x = π + tan−1 ; if x > 1
1 − x2
−1 2x
− π + tan ; if x < − 1
1 − x2
Property XI
−1 1 1
sin ( 3x − 4x ); if − ≤ x ≤
3
2 2
−1
−1 1
(i) 3 sin x = π − sin ( 3x − 4x );3
if < x ≤ 1
2
− π − sin−1 ( 3x − 4x3 ); if − 1 ≤ x < − 1
2
−1 3 1
cos ( 4x − 3x ); if ≤ x ≤ 1
2
1 1
(ii) 3 cos−1 x = 2π − cos−1( 4x3 − 3x ); if − ≤ x ≤
2 2
2π + cos−1( 4x3 − 3x ); if − 1 ≤ x ≤ − 1
2
−1 3x − x
3
1 1
tan ; if − < x<
1 − 3x
2
3 3
3 x − x3
1
(iii) 3 tan−1 x = π + tan−1 ; if x >
1 − 3x
2
3
3x − x 3
1
− π + tan−1 ; if x < −
1 − 3 x 2
3
158 Handbook of Mathematics
Property XII
−1 2x
sin ; if − 1 ≤ x ≤ 1
1 + x2
2x
(i) 2 tan−1 x = π − sin−1 ; if x > 1
1 + x2
−1 2x
− π − sin ; if x < − 1
1 + x2
−1 1 − x
2
cos ; if 0 ≤ x < ∞
1 + x
2
−1
(ii) 2 tan x =
− cos−1 1 − x ;
2
if − ∞ < x < 0
1 + x
2
Coordinate Geometry
The branch of mathematics in which we study the position of any
object lying in a plane with the help of two mutually perpendicular
lines in the same plane, is called coordinate geometry.
Rectangular Axis
Let XOX ′ and YOY ′ be two fixed straight lines, which meet at right
angles at O. Then,
Y
P (x, y)
X' X
O
Y'
Quadrants
The X and Y-axes divide the coordinate plane into four parts, each part
is called a quadrant which is given below
Y
(–, +) (+, +)
II Quadrant I Quadrant
x < 0, y > 0 x > 0, y > 0
X' X
(–, –) (+, –)
III Quadrant IV Quadrant
x < 0, y < 0 x > 0, y < 0
Y'
Polar Coordinates
In ∆OPQ,
Y
P (x, y)
r
y
θ
X′ X
O x Q
Y′
x y
cosθ = and sinθ = ⇒ x = r cosθ and y = r sinθ
r r
y
where, r = x 2 + y 2 and θ = tan−1
x
The polar coordinate is represented by the symbol P (r , θ ).
Distance Formulae
(i) Distance between two points P ( x1 , y1 ) and Q ( x2 , y2 ), is
PQ = ( x2 − x1 )2 + ( y2 − y1 )2 .
(ii) If points are (r1 , θ1 ) and (r2 , θ 2 ), then distance between them is
r12 + r22 − 2 r1r2 cos(θ1 − θ 2 ).
162 Handbook of Mathematics
Section Formulae
(i) The coordinate of the point which divides the joint of ( x1 , y1 ) and
( x2 , y2 ) in the ratio m1 : m2 internally, is
m1x2 + m2x1 m1 y2 + m2 y1
,
m1 + m2 m1 + m2
A R C
(x1, y1) m1 m2 (x2, y2)
m x − m2x1 m1 y2 − m2 y1
and externally is 1 2 , .
m1 − m2 m1 − m2
(ii) X-axis divides the line segment joining ( x1 , y1 ) and ( x2 , y2 ) in the
ratio − y1 : y2.
Similarly, Y-axis divides the same line segment in the ratio
− x1 : x2.
x + x2 y1 + y2
(iii) Mid-point of the joint of ( x1 , y1 ) and ( x2 , y2 ) is 1 , .
2 2
(iv) Centroid of ∆ABC with vertices ( x1 , y1 ), ( x2 , y2 ) and ( x3 , y3 ), is
x1 + x2 + x3 y1 + y2 + y3
, .
3 3
(v) Circumcentre of ∆ABC with vertices A( x1 , y1 ), B ( x2 , y2 ) and
C( x3 , y3 ), is
x1 sin 2 A + x2 sin 2B + x3 sin 2C y1 sin 2 A + y2 sin 2B + y3 sin 2C
, .
sin 2 A + sin 2B + sin 2C sin 2 A + sin 2B + sin 2C
(vi) Incentre of ∆ ABC with vertices A ( x1 , y1 ), B ( x2 , y2 ) and C ( x3 , y3 )
and whose sides are a , b and c, is
ax1 + bx2 + cx3 ay1 + by2 + cy3
, .
a+ b+ c a+ b+ c
Rectangular Axis 163
(vii) Excentre of ∆ABC with vertices A ( x1 , y1 ), B ( x2 , y2 ), C ( x3 , y3 ) and
whose sides are a, b and c, is given by
− ax1 + bx2 + cx3 − ay1 + by2 + cy3
I1 = , ,
− a+ b+ c − a+ b+ c
ax − bx2 + cx3 ay1 − by2 + cy3
I2 = 1 ,
a− b+ c a− b+ c
ax + bx2 − cx3 ay1 + by2 − cy3
and I3 = 1 ,
a+ b− c a+ b− c
(viii) Orthocentre of ∆ABC with vertices A( x1 , y1 ), B ( x2 , y2 ) and
C( x3 , y3 ), is
x1 tan A + x2 tan B + x3 tan C y1 tan A + y2 tan B + y3 tan C
, .
tan A + tan B + tan C tan A + tan B + tan C
Area of Triangle/Quadrilateral
(i) Area of ∆ABC with vertices A( x1 , y1 ), B ( x2 , y2 ) and C( x3 , y3 ), is
A (x1, y1)
x1 y1 1
1 1 x1 − x3 x2 − x3
∆= x2 y2 1 =
2 2 y1 − y3 y2 − y3
x3 y3 1
These points A, B and C will be collinear, if ∆ = 0.
(ii) Area of the quadrilateral formed by joining the vertices
1 x1 − x3 x2 − x4
( x1 , y1 ), ( x2 , y2 ), ( x3 , y3 ) and ( x4 , y4 ) is .
2 y1 − y3 y2 − y4
X′ X
O
Y′ Y′
x = X + h, y = Y + k
Rotation of Axes
Let ( x , y ) be the coordinates of any point P referred to the old axes and
( X , Y ) be its coordinates referred to the new axes (after rotating the old
axes by angle θ). Then,
X = x cos θ + y sin θ and Y = y cos θ − x sin θ
Y
Y P X
θ
O M
θ
θ
X' X
O
Y'
X'
Y'
Note If origin is shifted to point (h, k) and system is also rotated by an angle θ
in anti-clockwise, then coordinate of new point P′ ( x ′ , y′ ) is obtained by
replacing
x ′ = h + x cos θ + y sin θ
and y′ = k − x sin θ + y cos θ
Rectangular Axis 165
Locus
The curve described by a point which moves under given condition(s) is
called its locus.
Equation of Locus
The equation of curve described by a point, which moves under given
conditions(s), is called the equation of locus.
16
Straight Line
A straight line is the locus of all those points which are collinear with
two given points.
General equation of a line is ax + by + c = 0
Note
l We can have one and only one line through a fixed point in a given direction.
(iv) Intercept Form The equation of a line which cuts off intercept
a and b respectively on the X and Y-axes is given by
x y
+ =1
a b
The general equation Ax + By + C = 0 can be converted into the
intercept form, as
x y
+ =1
− (C / A) − (C / B)
(v) Normal Form The equation of a straight line upon which the
length of the perpendicular from the origin is p and angle made
by this perpendicular to the X-axis is α, is given by
x cos α + y sin α = p
Y
B
C
p
α
X′ X
O A
Y′
X′ θ X
A x1 M L
Y′
Straight Line 169
Thus, the coordinates of any point on the line at a distance r from
the given point ( x1 , y1 ) are ( x1 + r cos θ , y1 + r sin θ ). If P is on the
right side of ( x1 , y1 ), then r is positive and if P is on the left side of
( x1 , y1 ), then r is negative.
Condition of Concurrency
Condition of concurrency for three given lines a1x + b1 y + c1 = 0,
a2x + b2 y + c2 = 0 and a3 x + b3 y + c3 = 0 is
a3 ( b1c2 − b2c1 ) + b3 ( c1a2 − a1c2 ) + c3 ( a1b2 − a2b1 ) = 0
a1 b1 c1
or a2 b2 c2 = 0
a3 b3 c3
1 + m2
Pair of Lines
General equation of second degree
ax 2 + 2hxy + by 2 + 2gx + 2 fy + c = 0.
It will represent a pair of straight line iff
abc + 2 fgh − af 2 − bg2 − ch 2 = 0
a h g
or h b f =0
g f c
Important Properties
(i) Let ax 2 + 2hxy + by 2 = 0 be an equation of pair of straight lines.
Then,
− h + h 2 − ab
(a) Slope of first line, m1 =
b
172 Handbook of Mathematics
− h − h 2 − ab
and slope of the second line, m2 =
b
2h Coefficient of xy
∴ m1 + m2 = − =−
b Coefficient of y 2
a Coefficient of x 2
and m1m2 = =
b Coefficient of y 2
Here, m1 and m2 are
(1) real and distinct, if h 2 > ab. (2) coincident, if h 2 = ab.
(3) imaginary, if h 2 < ab.
(b) Angle between the pair of lines is given by
2 h 2 − ab
tan θ =
|a + b|
(1) If lines are coincident, then h 2 = ab.
(2) If lines are perpendicular, then a + b = 0.
Note The angle between the lines represented by
ax 2 + 2 hxy + by 2 + 2 gx + 2 fy + c = 0
= angle between the lines represented by ax 2 + 2 hxy + by 2 = 0
(c) The joint equation of bisector of the angles between the lines
represented by the equation ax 2 + 2hxy + by 2 = 0 is
x 2 − y 2 xy
= ⇒ hx 2 − ( a − b) xy − hy 2 = 0.
a−b h
(d) The equation of the pair of lines through the origin and
perpendicular to the pair of lines given by ax 2 + 2hxy + by 2 = 0
is bx 2 − 2hxy + ay 2 = 0.
(ii) If the equation of a pair of straight lines is ax 2 + 2hxy + by 2 + 2gx
+ 2 fy + c = 0, then the point of intersection is given by
hf − bg gh − af
, .
ab − h 2 ab − h 2
(iii) The general equation ax 2 + 2hxy + by 2 + 2gx + 2 fy + c = 0 will
a h g
represent two parallel lines, if g2 − ac > 0 and = = and the
h b f
g2 − ac f 2 − bc
distance between them is 2 or 2 .
a ( a + b) b ( a + b)
(iv) The equation of the bisectors of the angles between the lines
represented by ax 2 + 2hxy + by 2 + 2gx + 2 fy + c = 0 are given by
Straight Line 173
( x − x1 )2 − ( y − y1 )2 ( x − x1 ) ( y − y1 )
= ,
a−b h
where, ( x1 , y1 ) is the point of intersection of the lines represented
by the given equation.
(v) Equation of the straight lines joining the origin to the points of
intersection of a second degree curve ax 2 + 2hxy + by 2 + 2gx +
2 fy + c = 0 and a straight line lx + my + n = 0 is
2
lx + my lx + my lx + my
ax 2 + 2hxy + by 2 + 2gx + 2 fy + c = 0.
−n −n −n
(ix) The area of the triangle formed by the lines y = m1x + c1 , y = m2 x + c2 and
y = m3 x + c3 is
1 ( c − c )2
∆ = Σ 1 2 .
2 m1 − m2
Cont...
174 Handbook of Mathematics
(x) Three given points A, B , C are collinear i.e. lie on the same straight line, if any
of the three points (say B) lie on the straight line joining the other two
points.
⇒ AB + BC = AC
(xi) Area of the triangle formed by the line ax + by + c = 0 with the coordinate
c2
axes is ∆ = .
2| ab |
(xii) The foot of the perpendicular(h , k ) from ( x1 , y1) to the line ax + by + c = 0 is
h − x1 k − y1 ( ax + by + c)
given by = = − 1 2 12 .
a b a +b
2c2
(xiii) Area of rhombus formed by ax ± by ± c = 0 is .
ab
(xiv) Area of the parallelogram formed by the lines
a1x + b1y + c1 = 0 , a2 x + b2 y + c2 = 0 , a1x + b1y + d1 = 0
and a2 x + b2 y + d2 = 0 is
( d1 − c1) ( d2 − c2 )
.
a1b2 − a2b1
(xv) (a) Foot of the perpendicular from ( a , b) on x − y = 0 is
a + b a + b
, .
2 2
(b) Foot of the perpendicular from ( a , b) on x + y = 0 is
a − b a − b
, .
2 2
(xvi) The image of the line a1x + b1y + c1 = 0 about the line ax + by + c = 0 is
2( aa1 + bb1) ( ax + by + c) = ( a2 + b2 ) ( a1x + b1y + c1).
(xvii) Given two vertices ( x1 , y1) and ( x2 , y2 ) of an equilateral ∆ABC, then its third
vertex is given by.
x1 + x2 ± 3 ( y1 − y2 ) y1 + y2 m 3 ( x1 − x2 )
,
2 2
(xviii) The equation of the straight line which passes through a given point ( x1 , y1)
and makes an angle α with the given straight line y = mx + c are
m ± tanα
( y − y1) = ( x − x1)
1 m m tanα
Cont...
Straight Line 175
Y
P(x1, y1)
y = mx + c
α
M α N
L θ1 θ2
X' θ X
O R S
Y'
(xix) The equation of the family of lines passing through the intersection of the
lines a1x + b1y + c1 = 0 and a2 x + b2 y + c2 = 0 is
( a1x + b1y + c1) + λ ( a2 x + b2 y + c2 ) = 0
where, λ is any real number.
(xx) Line ax + by + c = 0 divides the line joining the points ( x1 , y1) and ( x2 , y2 ) in
ax + by1 + c
the ratio λ : 1, then λ = − 1 .
ax2 + by2 + c
If λ is positive it divides internally and if λ is negative, then it divides
externally.
(xxi) Area of a polygon of n-sides with vertices A1( x1 , y1), A 2 ( x2 , y2 ) ,... , An ( x n , y n )
1 x y x y x yn
= 1 1 + 2 2 + ... + n
2 x2 y2 x3 y3 x1 y1
(xxii) Equation of the pair of lines through (α , β) and perpendicular to the pair of
lines ax 2 + 2hxy + by 2 = 0 is b ( x − α )2 − 2h ( x − α )( y − β) + a ( y − β)2 = 0.
17
Circles
Circle
Circle is defined as the locus of a point which moves in a plane such
that its distance from a fixed point in that plane is constant.
P (x, y)
r
C (0, 0)
The fixed point is called the centre and the constant distance is called
the radius.
X
O a
(ii) When the circle passes through the origin, then equation of the
circle is x 2 + y 2 − 2hx − 2ky = 0.
Y
C(h, k)
a
k
O h M X
Circles 177
(iii) When the circle touches the X-axis, the equation is
x 2 + y 2 − 2hx − 2ay + h 2 = 0.
Y
C (h, k)
a
O X
M
(iv) Equation of the circle, touches the Y-axis is
x 2 + y 2 − 2ax − 2ky + k2 = 0.
Y
C (h, k)
M a
X
O
M a C (a, a)
a
X
O
(vi) Equation of the circle passing through the origin and centre
lying on the X-axis is x 2 + y 2 − 2ax = 0.
Y
X' a
O X
C (a, 0)
Y'
178 Handbook of Mathematics
(vii) Equation of the circle passing through the origin and centre
lying on the Y-axis is x 2 + y 2 − 2ay = 0.
Y
C
(0, a)
X' X
O
Y'
(viii) Equation of the circle through the origin and cutting intercepts a
and b on the coordinate axes is x 2 + y 2 − ax − by = 0.
Y
b
C(h, k)
X' a X
(0, 0)
Y'
Equation of Tangent
A line which touch only one point of a circle.
1. Point Form
(i) The equation of the tangent at the point P ( x1 , y1 ) to a circle
x 2 + y 2 + 2gx + 2 fy + c = 0 is
xx1 + yy1 + g ( x + x1 ) + f ( y + y1 ) + c = 0
180 Handbook of Mathematics
2. Slope Form
(i) The equation of the tangent of slope m to the circle
x 2 + y 2 + 2gx + 2 fy + c = 0 are
y + f = m ( x + g) ± ( g2 + f 2 − c) (1 + m 2 )
(ii) The equation of the tangents of slope m to the circle
( x − a )2 + ( y − b)2 = r 2 are y − b = m ( x − a ) ± r 1 + m 2 and the
coordinates of the points of contact are
mr r
a ± ,bm .
1 + m2 1 + m 2
(iii) The equation of tangents of slope m to the circle x 2 + y 2 = r 2 are
y = mx ± r 1 + m 2 and the coordinates of the point of contact
are
rm r
± ,m .
1 + m2 1 + m 2
3. Parametric Form
The equation of the tangent to the circle ( x − a )2 + ( y − b)2 = r 2 at the
point ( a + r cos θ , b + r sin θ ) is ( x − a ) cos θ + ( y − b) sin θ = r.
Equation of Normal
A line which is perpendicular to the tangent is known as a normal.
1. Point Form
(i) The equation of normal at the point ( x1 , y1 ) to the circle
x 2 + y 2 + 2gx + 2 fy + c = 0 is
y +f
y − y1 = 1 ( x − x1 )
x1 + g
or ( y1 + f ) x − ( x1 + g) y + ( gy1 − fx1 ) = 0.
(ii) The equation of normal at the point ( x1 , y1 ) to the circle
x y
x 2 + y 2 = r 2 is = .
x1 y1
2. Slope Form
The equation of a normal of slope m to the circle x 2 + y 2 = r 2 is
my = − x ± r 1 + m 2 .
Circles 181
3. Parametric Form
The equation of normal to the circle x 2 + y 2 = r 2 at the point
(r cos θ , r sin θ ) is
x y
= or y = x tan θ.
r cos θ r sin θ
± mr m r
and the point of contacts are , .
1 + m2 1 + m2
(v) The line lx + my + n = 0 touches the circle x 2 + y 2 = r2 , if r2 ( l2 + m2 ) = n2 .
(vi) Tangent at the point P ( r cosθ , r sinθ) to the circle x 2 + y 2 = r2 is
x cosθ + y sinθ = r.
(vii) The point of intersection of the tangent at the points P(θ1) and Q(θ2 ) on
the circle x 2 + y 2 = r2 is given by
θ + θ θ + θ
r cos 1 2 r sin 1 2
2 2
x= and y = .
θ1 − θ2 θ1 − θ2
cos cos
2 2
(viii) A line intersect a given circle at two distinct real points, if the length of the
perpendicular from the centre is less than the radius of the circle.
(ix) Length of the intercept cut off from the line y = mx + c by the circle
a2 (1 + m2 ) − c2
x 2 + y 2 = a2 is 2
1 + m2
(x) If P is a point and C is the centre of a circle of radius r, then the maximum
and minimum distances of P from the circle are CP + r and |CP − r |
respectively.
(xi) Power of a point ( x1 , y1) with respect to the circle
x 2 + y 2 + 2gx + 2fy + c = 0 is x12 + y12 + 2gx1 + 2fy1 + c.
182 Handbook of Mathematics
Pair of Tangents
(i) The combined equation of the pair of tangents drawn from a
point P ( x1 , y1 ) to the circle x 2 + y 2 = r 2 is
Q
P O
(x1, y1)
R
(x + y − r
2 2 2
) ( x12 + y12 − r ) = ( xx1 + yy1 − r 2 )2
2
or SS1 = T 2
where, S = x 2 + y 2 − r 2 , S1 = x12 + y12 − r 2
and T = xx1 + yy1 − r 2
(ii) The length of the tangents from the point P ( x1 , y1 ) to the circle
x 2 + y 2 + 2gx + 2 fy + c = 0 is equal to
O M α C(x1, y1)
r 2x r 2y
(a) Coordinates of M 2 1 2 , 2 1 2
x1 + y1 x1 + y1
x12 + y12 − r 2
(b) AB = 2r
x12 + y12
Director Circle
The locus of the point of intersection of two perpendicular tangents to a
given circle is called a director circle. For circle x 2 + y 2 = r 2, the
equation of director circle is x 2 + y 2 = 2r 2.
R
P (x1, y1)
T (h, k) Q
184 Handbook of Mathematics
C1D r1
Clearly, = [externally]
C2D r2
C1T r1
and = [internally]
C2T r2
Length of direct common tangent
AB = A′ B′ = (C1C2 )2 − (r1 − r2 )2
Length of transverse common tangent
PQ = P ′Q ′ = (C1C2 )2 − (r1 + r2 )2
(ii) When two circles touch externally, three common tangents are
possible.
Condition, C1C2 = r1 + r2
Circles 185
A
B
r1
T r2 D
C1 C2
C1 C2 D
Common chord
(S1 – S2 = 0)
(iv) When two circles touch internally, one common tangent is
possible.
Condition, C1C2 =|r1 − r2|
r2
C1 C2
r1 Common tangent
S1 – S2 = 0
(v) When one circle contains another circle, no common tangent is
possible.
Condition, C1C2 <|r1 − r2|
C1 C2
186 Handbook of Mathematics
Orthogonal Circles
Two circles are said to be intersect orthogonally, if their angle of
intersection is a right angle.
If two circles
S1 ≡ x 2 + y 2 + 2g1x + 2 f1 y + c1 = 0 and
S 2 ≡ x 2 + y 2 + 2g2x + 2 f2 y + c2 = 0 are orthogonal, then
2g1g2 + 2 f1 f2 = c1 + c2
Common Chord
The chord joining the points of intersection of two given intersecting
circles is called common chord.
Common chord
Y M
P
c1
Q c2
X′ X
O
Y′
(i) If S1 = 0 and S 2 = 0 be two intersecting circles, such that
S1 ≡ x 2 + y 2 + 2g1x + 2 f1 y + c1 = 0
and S 2 ≡ x 2 + y 2 + 2g2x + 2 f2 y + c2 = 0,
then their common chord is given by S1 − S 2 = 0
(ii) If C1 , C2 denote the centre of the given intersecting circles, then
their common chord
PQ = 2 PM = 2 (C1P )2 − (C1M )2
(iii) If r1 and r2 be the radii of two orthogonally intersecting circles,
2 r1r2
then length of common chord is .
r12 + r22
Circles 187
Family of Circles
(i) The equation of a family of circles passing through the
intersection of a circle S = x 2 + y 2 + 2gx + 2 fy + c = 0 and line
L = lx + my + n = 0 is S + λL = 0
where, λ is any real number.
(ii) The equation of the family of circles passing through the point
A( x1 , y1 ) and B ( x2 , y2 ) is
x y 1
( x − x1 ) ( x − x2 ) + ( y − y1 ) ( y − y2 ) + λ x1 y1 1 = 0.
x2 y2 1
(iii) The equation of the family of circles touching the circle
S ≡ x 2 + y 2 + 2gx + 2 fy + c = 0 at point P ( x1 , y1 ) is
x 2 + y 2 + 2gx + 2 fy + c + λ [xx1 + yy1 + g( x + x1 ) + f ( y + y1 ) + c] = 0
or S + λL = 0, where L = 0 is the equation of the tangent to
S = 0 at ( x1 , y1 ) and λ ∈ R.
(iv) Any circle passing through the point of intersection of two circles
S1 and S 2 is S1 + λ S 2 = 0, (where λ ≠ − 1).
Radical Axis
The radical axis of two circles is the locus P (h, k)
of a point which moves in such a way
Radical axis
that the length of the tangents drawn
from it to the two circles are equal. A
system of circles in which every pair has
the same radical axis is called a coaxial Q R
system of circles. The equation of radical C1 C2
axis of two circles S1 = 0 and S 2 = 0 is
given by S1 − S 2 = 0.
(i) The radical axis of two circles is always perpendicular to the line
joining the centres of the circles.
(ii) The radical axes of three circles, whose centres are non-collinear
taken in pairs are concurrent.
(iii) The centre of the circle cutting two given circles orthogonally,
lies on their radical axis.
(iv) Radical Centre The point of intersection of radical axis of
three circles whose centre are non-collinear, taken in pairs, is
called their radical centre.
188 Handbook of Mathematics
Limiting Points
Limiting points of a system of coaxial circles are the centres of the
point circles belonging to the family.
Let equation of circle be x 2 + y 2 + 2gx + c = 0
∴ Radius of circle = g2 − c
For limiting point, r = 0
∴ g2 − c = 0 ⇒ g = ± c
Thus, limiting points of the given coaxial system as ( c , 0) and ( − c , 0).
C1 r r
C2
(– g, – f )
lx + my + n = 0
Diameter of a Circle
The locus of the middle points of a system of parallel chords of a circle
is called a diameter of the circle.
(i) The equation of the diameter bisecting parallel chords
y = mx + c of the circle x 2 + y 2 = a 2 is x + my = 0.
(ii) The diameter corresponding to a system of parallel chords of a
circle always passes through the centre of the circle and is
perpendicular to the parallel chords.
30
Statistics
Statistics is the Science of collection, organisation, presentation,
analysis and interpretation of the numerical data.
Useful Terms
1. Primary and Secondary Data The data collected by the
investigator himself is known as the primary data, while the
data which are not originally collected but rather obtained from
some sources is known as secondary data.
2. Variable or Variate A characteristics that varies in
magnitude from observation to observation. e.g. weight, height,
income, age, etc are variables.
3. Grouped and Ungrouped Data The data which is organised
into several groups is called grouped data where as ungrouped
data is present in original form, i.e. it is just a list of numbers.
4. Class-Intervals The groups which used to condense the data
are called classes or class-intervals.
5. Limit of the Class The starting and ending values of each
class are called Lower and Upper limits, respectively.
6. Class Size or Class Width The difference between upper and
lower boundary of a class is called size of the class.
7. Class Marks The class marks of a class is given by
Lower limit + Upper limit
.
2
8. Frequency The number of times an observation occurs in the
given data, is called the frequency of the observation.
9. Frequency Distribution It is a tabular summary of data
showing the frequency of observations.
10. Discrete Frequency Distribution A frequency distribution
is called a discrete frequency distribution, if data are presented
in such a way that exact value of the data are clearly shown.
Statistics 321
11. Continuous Frequency Distribution A frequency
distribution in which data are arranged in classes (or groups)
which are not exactly measurable.
12. Cumulative Frequency Distribution In this type of
distribution, the frequencies of each class intervals are added
successively from top to bottom or from bottom to top.
A cumulative frequency distribution is of two types
(i) Less than cummulative frequency distribution In
this frequencies are added successively from top to bottom
and we represent the cumulative number of observation less
than or equal to the class frequency to which it relates.
(ii) More than cummulative frequency distribution In
this frequencies are added successively from bottom to top
and we represent the cummulative number of observation
greater than or equal to the class frequency to which it
relates.
Graphical Representation of
Frequency Distributions
(i) Bar Diagrams In bar diagrams, only the length of the bars
are taken into consideration. To draw a bar diagram, we first
mark equal lengths for the different classes on the horizontal
axis, i.e. on X-axis.
On each of these lengths on the horizontal axis, we erect
(vertical) a rectangle whose heights are proportional to the
frequency of the class.
Y
40
30
Frequency
Bikes
Cars
20
Scooters
Bus
10
0 X
Registered vehicles
20
10
0 X
10 20 30 40 50 60
Class interval
If however the classes are of unequal width, then the height of
the rectangles will be proportional to the ratio of the frequencies
to the width of the classes.
(iii) Pie Diagrams Pie diagrams are used to represent a relative
frequency distribution. A pie diagram consists of a circle divided
into as many sectors as there are classes in a frequency
distribution. The area of each sector is proportional to the
relative frequency of the class.
Now, we make angles at the centre proportional to the relative
frequencies. And in order to get the angles of the desired sectors,
we divide 360° in the proportion of the various relative
frequencies, i.e.
Frequency
Central angle = × 360°
Total frequency
Cars
120° Bus
60°
105° 75° rs
te
Bikes oo
Sc
14 D
12
Number of students
10
8 B
C
6
4 E G
F
2
A H
0 X
25.5 30.5 35.5 40.5 45.5 50.5 55.5 60.5 65.5
Weights (in kg)
60 60
‘More than’ ogive
50 50
Cumulative frequency
Cumulative frequency
30 30
20 20
10 10
O O
10 20 30 40 50 60 70 80 90 100 10 20 30 40 50 60 70 80 90 100
Upper limits Lower limits
1. Arithmetic Mean
The arithmetic mean (or simple mean) of a set of observations is
obtained by dividing the sum of the values of observations by the
number of observations.
(i) Arithmetic Mean for Unclassified (Ungrouped or Raw)
Data If there are n observations, x1 , x2 , x3 , K , xn , then their
arithmetic mean
n
x1 + x2 + K + xn
∑ xi
i =1
A or x = =
n n
(ii) Arithmetic Mean for Discrete Frequency Distribution
or Ungrouped Frequency Distribution Let f1 , f2 , K , fn
be corresponding frequencies of x1 , x2 ,. .. , xn . Then, arithmetic
mean
n
x1 f1 + x2 f2 + K + xn fn
∑ xi fi
i =1
A= =
f1 + f2 + K + fn n
∑ fi
i =1
n 1A 1 + n 2A 2 + K + n r A r ∑ ni A i
i =1
A= =
n1 + n 2 +K + n r r
∑ ni
i =1
2. Geometric Mean
(i) If x1 , x2 ,... , xn be n positive observations, then their geometric
mean is defined as
G = n x1 x2 K xn
log x1 + log x2 + K + log xn
or G = antilog
n
326 Handbook of Mathematics
f1 + f2 + ... + fn
∑ fi
i =1
HM = =
f1 f f n
f
+ 2 + ...+ n
x1 x2 xn
∑ xi
i =1 i
4. Median
The median of a distribution is the value of the middle observation,
when the observations are arranged in ascending or descending order.
Quartiles
The median divides the distribution in two equal parts. Similarly, quartiles
divide the distribution in four equal parts.
Q1 Q2 = Md Q3
5. Mode
The mode ( M O ) of a distribution is the value at the point about which
the observations tend to be most heavily concentrated. It is generally
the value of the variable which appears to occur most frequently in the
distribution.
Measure of Dispersion
The degree to which numerical data tend to spread about an average
value is called the dispersion of the data. The four measure of
dispersion are
1. Range 2. Mean deviation
3. Standard deviation 4. Root mean square deviation
330 Handbook of Mathematics
1. Range
The difference between the highest and the lowest observation of a
data is called its range.
i.e. Range = X max − X min
X max − X min
∴ The coefficient of range =
X max + X min
It is widely used in statistical series relating to quality control in
production.
(i) Inter quartile range = Q3 − Q1
Q3 − Q1
(ii) Semi-inter quartile range (Quartile deviation) =
2
Q3 − Q1
and coefficient of quartile deviation =
Q3 + Q1
2. Mean Deviation (MD)
The arithmetic mean of the absolute deviations of the values of the
variable from a measure of their average (mean, median, mode) is
called Mean Deviation (MD). It is denoted by δ.
n
∑ |xi − x|
i =1
(i) For simple (raw) distribution δ =
n
where, n = number of terms, x = A or M d or MO
n
∑ fi |xi − x|
i =1
(ii) For unclassified frequency distribution δ = n
∑ fi
n i =1
∑ fi |xi − x|
i =1
(iii) For classified distribution δ = n
∑ fi
i =1
S=
∑ ( x − A′ )2 , where A′ = assumed mean
n
(ii) For frequency distribution
S=
∑ f ( x − A′ )2
∑f
Note If A′ = A (mean), then S = σ
(ii) σ 2 + A2 =
∑ f x2 .
∑f
∑x
2
Correlation
The tendency of simultaneous variation between two variables is called
correlation (or covariation). It denotes the degree of inter-dependence
between variables.
Types of Correlation
1. Perfect Correlation
If the two variables vary in such a manner that their ratio is always
constant, then the correlation is said to be perfect.
2. Positive or Direct Correlation
If an increase or decrease in one variable corresponds to an increase or
decrease in the other, then the correlation is said to be positive.
3. Negative or Indirect Correlation
If an increase or decrease in one variable corresponds to a decrease or
increase in the other, then correlation is said to be negative.
334 Handbook of Mathematics
Covariance
Let ( xi , yi ), i = 1, 2, 3, K , n be a bivariate distribution, where
x1 , x2 ,K , xn are the values of variable x and y1 , y2 , K , yn those of y,
then the cov ( x , y ) is given by
n
1
(i) cov ( x , y ) =
n
∑ ( xi − x )( yi − y )
i =1
n ∑ xi ∑ yi
∑ xi yi − i =1
n
i =1
i =1
=
2 2
n n
∑ xi ∑ yi
n
n
∑ xi − i =1 ∑ yi − i =1
2 2
i =1 n i =1 n
n n n
n ∑ xi yi − ∑ xi ∑ yi
i =1 i =1 i =1
=
2 2
n n n n
n ∑ xi − ∑ xi n ∑ yi − ∑ yi
2 2
i =1 i =1 i =1 i =1
Statistics 335
Properties of Correlation
(i) − 1 ≤ r ≤ 1
(ii) If r = 1, then coefficient of correlation is perfectly positive.
(iii) If r = − 1, then correlation is perfectly negative.
(iv) The coefficient of correlation is independent of the change of
origin and scale.
(v) Correlation coefficient has no unit and it is a pure number.
(vi) If − 1 < r < 1, it indicates the degree of linear relationship
between x and y, whereas its sign tells about the direction of
relationship.
(vii) If x and y are two independent variables, then r = 0
(viii) If r = 0, x and y are said to be uncorrelated. It does not imply
that the two variates are independent.
(ix) If x and y are random variables and a , b, c and d are any
numbers such that a ≠ 0, c ≠ 0, then
|ac|
r( ax + b, cy + d ) = r( x , y ).
ac
(x) Probable Error and Standard Error If r is the
correlation coefficient in a sample of n pairs of observations,
1 − r2
then it standard error is given by .
n
And the probable error of correlation coefficient is given by
1 − r2
( 0.6745) .
n
Regression
Regression helps to estimate or predict the unknown value of one
variable from the known values of the other related variables.
Lines of Regression
A line of regression is the straight line which gives the best fit in the
least square sense to the given sets of data.
Regression Analysis
Regression Equation Regression equations are the algebraic
formulation of regression lines.
(i) Line of regression of y on x is
σy
y− y =r (x − x )
σx
Statistics 337
(ii) Line of regression of x on y is
σ
x − x = r x ( y − y)
σy
(iii) Angle between two regression lines is given by
1 − r 2 σ x σ y 1 − r2
θ = tan−1 2 = tan−1
2
r σ x + σ y bxy + byx
π
(a) If r = 0, i.e. θ = , then two regression lines are
2
perpendicular to each other.
(b) If r = 1 or − 1, i.e. θ = 0, then two regression lines coincide.
31
Mathematical
Reasoning
In mathematical language, there are two kinds of reasoning—inductive
and deductive. Here, we will discuss some fundamentals of deductive
reasoning.
Statement (Proposition)
A statement is an assertive sentence which is either true or false but
not both. Statements are denoted by the small letters i.e. p, q , r ... etc.
e.g. p : A triangle has four sides.
Note
(i) A true statement is known as a valid statement and a false statement
is known as an invalid statement.
(ii) Imperative, exclamatory, interrogative, optative sentences are not
statements.
1. Simple Statement
A statement which cannot be broken into two or more statements is
called a simple statement.
e.g. p : 2 is a real number.
2. Open Statement
A sentence which contains one or more variable such that when certain
values are given to the variable it becomes a statement, is called an
open statement.
e.g. p : ‘He is a great man’ is an open statement because in this
statement, he can be replaced by any person.
36
Elementary Algebra
Polynomial
An expression of the form a0x n + a1x n −1 + a2x n − 2 +...+ an −1x + an ,
where a0 , a1 ,... , an are real numbers and n is a non-negative integer, is
called a polynomial in the variable x. Polynomial in the variable x are
usually denoted by f ( x ), g ( x ) and h( x ) etc.
Thus, f ( x ) = a0x n + a1x n −1 + a2x n − 2 + ... + an −1x + an .
(i) If a0 ≠ 0, then n is called the degree of the polynomial f ( x ); it is
written as deg f ( x ) = n.
(ii) a0x n , a1x n −1 , a2x n − 2 ,... , an −1x, an are called the terms of the
polynomial f ( x ); an is called the constant term.
(iii) a0 , a1 , a2 ,... , an −1 , an are called the coefficients of the polynomial
f ( x ).
(iv) If a0 ≠ 0, then a0x n is called the leading term and a0 is called
the leading coefficient of the polynomial.
(v) If all the coefficients a0 , a1 , a2 ,... , an −1 , an are zero, then f ( x ) is
called a zero polynomial. It is denoted by the symbol 0. The
degree of the zero polynomial is never defined.
Degree of a Polynomial
(i) In One Variable The highest power of the variable is called
the degree of the polynomial.
(ii) In Two Variables The sum of the powers of the variables in
each term is obtained and the highest sum, so obtained is the
degree of that polynomial.
Types of Polynomials
(i) Constant Polynomial A polynomial having degree zero.
(ii) Linear Polynomial A polynomial having degree one.
(iii) Quadratic Polynomial A polynomial having degree two.
(iv) Cubic Polynomial A polynomial having degree three.
(v) Biquadratic Polynomial A polynomial having degree four.
Elementary Algebra 399
Fundamental Operations on Polynomial
(i) Addition of Polynomials To calculate the addition of two
or more polynomials, we collect different groups of like powers
together and add the coefficients of like terms.
(ii) Subtraction of Polynomials To find the subtraction of two
or more polynomials, we collect different groups of like powers
together and subtract the coefficient of like terms.
(iii) Multiplication of Polynomials Two polynomials can be
multiplied by applying distributive law and simplifying the like
terms.
(iv) Division of Polynomials When a polynomial p ( x ) is
divided by a polynomial q( x ) ≠ 0, we get two polynomials g( x ) and
r( x ) such that
p ( x ) = q( x )g( x ) + r( x )
Factorisation of Polynomials
(i) ( x − a )2 = x 2 − 2xa + a 2
(ii) ( x + a )2 = x 2 + 2xa + a 2
(iii) ( x + a )3 = x3 + 3x 2a + 3a 2x + a3
(iv) ( x − a )3 = x3 − 3x 2a + 3a 2x − a3
(v) ( x + y + z )2 = x 2 + y 2 + z 2 + 2xy + 2 yz + 2zx
(vi) ( w + x + y + z )2 = w2 + x 2 + y 2 + z 2 + 2w( x + y + z )
+ 2x( y + z ) + 2 yz
(vii) a + b + c − 3abc = ( a + b + c) ⋅ ( a + b + c − ab − bc − ca )
3 3 3 2 2 2
(viii) If a + b + c = 0 ⇒ a3 + b3 + c3 = 3abc
Value of a Polynomial f ( x ) at x = α
Let f ( x ) = a0x n + a1x n −1 + a2x n − 2 +...+ an be a polynomial in x and α be
a real number, then the real number
a0α n + a1α n −1 + a2α n − 2 +...+ an is called the value of f ( x ) at x = α.
Thus, if f ( x ) is a polynomial in x and α is a real number, then the value
obtained by replacing x by α in f(x) is called the value of f ( x ) at x = α. It
is denoted by f(α ).
Remainder Theorem
If p ( x ) is a polynomial in x of degree ≥ 1 and a be any real number such
that, if p ( x ) is divided by a polynomial of the form ( x − a ), then the
remainder is p ( a ).
Factor Theorem
If p ( x ) is a polynomial in x of degree ≥ 1 and a be any real number such
that p ( a ) = 0, then ( x − a ) is a factor of p ( x ).
Zeroes/Roots of a Polynomial
A real number α is a zero of the polynomial p ( x ), if and only if f(α ) = 0.
If p ( x ) is a polynomial of order n, such that
p ( x ) = a0x + a1x n − 1 + a2x n − 2 + K + an − 1x + an = 0,
where a0 , a1 , a2 , K , an ∈ R and p ( x ) have roots α1 , α 2 , α3 , K , α n , then
(i) Sum of roots
a
α1 + α 2 + K + α n = ( − 1)1 1
a0
402 Handbook of Mathematics
HCF of Monomials
To find the HCF of two or more monomials, we multiply the HCF of
the numerical coefficients of the monomials by the highest power of
each of the letters common to both the polynomials.
LCM of Monomials
To find the LCM of two monomials, we multiply the LCM of the
numerical coefficient of the monomials by all the factors raised to the
highest power which it has in either of the given polynomials.
Elementary Algebra 403
Important Points to be Remembered
Product of polynomials
(i) LCM of two polynomials =
HCF of polynomials
Product of polynomials
(ii) HCF of two polynomials =
LCM of polynomials
(iii) For any two polynomials p ( x ) and q( x );
p ( x ) × q ( x ) = [HCF of p( x ) and q ( x )] × [LCM of p ( x ) and q( x )]
Linear Equations
(i) Equation A statement of equality of two algebraic expressions
involving two or more unknown variable, is called equation.
(ii) Linear Equation An equation involving the variables in
maximum of order 1 is called a linear equation. Graph of linear
equation is a straight line.
Linear equation in one variable is of the form ax + b = 0.
Linear equation in two variables is of the form ax + by + c = 0.
(iii) Solution of an Equation A particular set of values of the
variables, which when substituted for the variables in the
equation makes the two sides of the equation equal, is called the
solution of an equation.
(iv) Simultaneous Linear Equation A set of linear equation in
two variables is said to form a system of simultaneous linear
equation, if both equations have same solution.
(v) Consistency of Simultaneous Linear Equation If a
system of simultaneous linear equation has atleast one solution,
then the system of linear equation is called consistent.
(vi) Inconsistency of Simultaneous Linear Equation If a
system of simultaneous linear equation has no solution, then
the system of linear equation is called inconsistent.
3. Cross-multiplication Method
Step I Consider the system of simultaneous linear equations, in
two variables x and y.
i.e. a1x + b1 y + c1 = 0
and a2x + b2 y + c2 = 0
Elementary Algebra 405
Step II Now, cross-multiply the terms, according to the arrow,
given below.
b1 c1 c1 a1 a1 b1
b2 c2 c2 a2 a2 b2
Step III Now, find the value of x and y according to the following
relation
x y 1
= =
b1c2 − b2c1 c1a2 − c2a1 a1b2 − a2b1
which gives
b1c2 − b2c1
x=
a1b2 − a2b1
c1a2 − c2a1
and y=
a1b2 − a2b1
4. Graphical Method
When we draw the graph of each of the two equations, we have the
following possibilities.
(a) If two lines intersect at one point, then it has a unique solution
and point of intersection gives the solution.
(b) If two lines are parallel, then it has no solution.
(c) If two lines are coincide, then it has infinite solutions.
Rational Expression
f(x)
If f ( x ) and g( x ) are two polynomials and g( x ) ≠ 0, then quotient is
g( x )
called a rational expression.
Every polynomial is a rational expression but every rational expression
f(x)
is not a polynomial. is said to be in lowest form, if f ( x ) and g( x )
g( x )
have no common factor.
Types of Logarithms
1. Natural (or Napier) Logarithms The logarithm with base ‘ e ’
( e = 2 .718) is called natural logarithms.
e.g. loge x , loge 25 etc.
Note The another way of loge x can be represented as ln.
2. Common (or Brigg’s) Logarithms The logarithm with base 10 is
called common logarithm.
e.g. log10 x , log10 75 etc.
Note In a logarithmic expression when the base is not mentioned,
it is taken as 10.
Note In place of −1 or −2 etc., we use 1 (one bar) and 2 (two bar) etc.
Properties of Logarithms
(i) A negative number can never be expressed as the power of 10,
mantissa should always be kept positive. Hence, whenever
characteristic is negative, minus sign is placed above the
characteristic and not to its left to show that the mantissa is
always positive.
(ii) Mantissa of the logarithm of all the numbers having same digits
in the same order will be the same, irrespective of the position of
the decimal point.
Anti logarithm
The positive number a is called the anti logarithm of a number b, if a is
anti logarithm of b, then we write a = antilog b.
So, a = antilog b ⇔ log a = b.
0<b<1
(1, 0) (1, 0)
X' X X' X
O O
Y' Y'
38
Geometry
Point
A fine dot on paper or a location on plane is called point. Point has no
length, breadth or thickness.
Line
A line is defined as a line of points that extends infinitely in both
directions.
P Q
Line Segment
A line segment is a part of line that is bounded by two distinct end
points and contains every point on the line between its end points.
A B
Ray
If a line segment is extended to unlimited length on one of the end
points, then it is called a ray.
A B
Angle
If two rays are drawn in different directions from y
a common initial point, then they are said to form Ra
an angle. Angle
O
(i) An angle of 90° is a right angle and an Ray
angle less than 90° is an acute angle.
(ii) An angle between 90° and 180° is an obtuse angle.
(iii) An angle between 180° and 360° is a reflex angle.
Geometry 411
(iv) The sum of all angles on one side of a straight line AB at a point
O by any number of lines joining the line AB at O is 180°.
(v) When any number of straight lines joining at a point, then the
sum of all the angles around that point is 360° which is called as
complete angle.
(vi) Two angles whose sum is 90° are said to be complementary to
each other and two angles whose sum is 180° are said to be
supplementary to each other.
Intersecting Lines
When two straight lines intersect each other, then vertically opposite
angles are equal.
l2
1
2 O 4
3
l1
i.e. ∠ 1 = ∠ 3, ∠ 2 = ∠ 4
Parallel Lines
When a straight line XY cuts two parallel lines l1 and l2 as shown in
the figure, the line XY is called the transversal line.
X
2 1
l2
3 4
6 5
l1
7 8
Y
The following are the relationships between various angles that are
formed.
(i) Alternate angles are equal.
i. e. ∠ 1 = ∠ 7,∠ 2 = ∠ 8, [alternate exterior angles]
∠ 3 = ∠ 5 and ∠ 4 = ∠ 6. [alternate interior angles]
(ii) Corresponding angles are equal.
i. e. ∠ 1 = ∠ 5, ∠ 2 = ∠ 6, ∠ 3 = ∠ 7 and ∠ 4 = ∠ 8.
(iii) Sum of interior angles on the same side of the transversal line is
equal to 180°.
i. e. ∠ 3 + ∠ 6 = 180° and ∠4 + ∠5 = 180°
This is also known as cointerior angles.
412 Handbook of Mathematics
Triangles
A figure bounded by three line segments in a plane is called a triangle.
It has three vertices, three sides and three angles.
A
B C
60°
60° 60°
B C
i.e. AB = BC = AC
or ∠A = ∠B = ∠C = 60°
Y Z
(v) Side opposite to the greatest angle is the longest side and
vice-versa.
Also, side oppest to the smallest angle is the smallest side and
vice-versa.
(vi) If the sides are arranged in the ascending order of their
measurement, then the angles opposite to the side ( in the same
order) will also be in ascending order ( i. e. greater angles has
greater side opposite to it). If the sides are arranged in descending
order of their measurement, then the angles opposite to the side
in the same order will also be in descending order
( i. e. smaller angle has smaller side opposite to it).
(vii) There can be only one right angle or only one obtuse angle in any
triangle.
F r r E
I
r
B D C
The circle drawn with incentre as centre and touches all three sides on
the inside is called incircle. The point of intersection of two external
angle bisectors and one internal angle bisector is called an excentre.
Any triangle has three excentres, one opposite to each vertex.
3. Orthocentre
The perpendicular is drawn from a vertex to the opposite side is called
an altitude. The three altitudes meet at a point is called orthocentre.
A
B C
4. Centroid
Median is the line joining the mid-point of a side to the opposite
vertex. The three medians of a triangle meet at a point is called the
centroid G. Centroid divides the median in the ratio 2 : 1.
A
E
F G
C
B D
Geometry 415
Important Points about Centres of Triangles
(i) In a right angled triangle, the vertex where the right angle is
formed ( i. e. the vertex opposite to the hypotenuse) is the
orthocentre.
(ii) In an obtuse angled triangle, the orthocentre lies outside the
triangle.
(iii) Centroid divides each of the medians in the ratio 2 : 1, the part of
the median towards the vertex being twice in length to the part
towards the side.
(iv) In a right angled triangle, the length of the median drawn to the
hypotenuse is equal to half the hypotenuse. This median is also
the circumradius and the mid-point of the hypotenuse is the
circumcentre. In an obtuse angled triangle, the circumcentre
lies outside the triangle.
(v) In an isosceles triangle, centroid, orthocentre, circumcentre
and incentre all lie on the median to the base.
(vi) In an equilateral triangle, centroid, orthocentre, circumcentre
and incentre all coincide.
(vii) The ratio of circumradius and inradius of an equilateral triangle
is 2 : 1.
Congruency of Triangles
Two triangles that are identical in all respects are said to be congruent
and it is denoted by the symbol ≅. In two congruent triangles,
(i) the corresponding sides are equal.
(ii) the corresponding angles are equal.
Two triangles will be congruent, if atleast one of the following
conditions is satisfied.
(i) Three sides of one triangle are respectively equal to the three
sides of the second triangle. (SSS)
(ii) Two sides and the included angle of one triangle are respectively
equal to two sides and the included angle of the second triangle.
(SAS)
(iii) Two angles and the included side of a triangle are respectively
equal to two angles and the corresponding side of the second
triangle. (ASA) or (AAS)
(iv) Two right angled triangles are congruent, if the hypotenuse and
one side of one triangle are respectively equal to the hypotenuse
and one side of the second right angled triangle. (RHS)
416 Handbook of Mathematics
Similarity of Triangles
Two triangles are said to be similar, if they are alike in shape only and
it is denoted by the symbol (~). The corresponding angles of two similar
triangles are equal but the corresponding sides are only in proportional
but not equal. Two triangles are similar, if
(i) the three angles of one triangle are respectively equal to the
three angles of the second triangle. (AAA) or (AA)
(ii) two sides of one triangle are proportional to two sides of the
other and the included angles are equal. (SAS)
(iii) the corresponding sides of two triangles are in the same ratio,
then triangles are similar. (SSS)
90°
C B
B D C
3. If D and E divide AB and AC in the ratio m : n respectively, then
m
DE = BC.
m+n
4. Mid-point Theorem The line segment A
joining mid-points of two sides of a triangle
is parallel to the third side and equal to
half of it. D E
1
i.e. BC|| DE and DE = BC B C
2
Geometry 417
5. In ∆ABC, if D and E are the points on AB and AC, respectively
AD AE
such that DE is parallel to BC, then = .
AB AC
6. In ∆ABC, if AD is the median from A to side BC meeting BC at
its mid-point D, then 2 ( AD 2 + BD 2 ) = AB2 + AC 2. This is called
the Apollonius theorem.
7. The ratio of areas of two similar triangles is equal to the ratio of
the squares of any two corresponding sides.
8. The areas of two similar triangles are in the ratio of the squares
of corresponding altitudes.
9. The areas of two similar triangles are in the ratio of the squares
of the corresponding medians.
10. The areas of two similar triangles are in the ratio of the squares
of the corresponding angle bisector segments.
11. If the areas of two similar triangles are equal, then the triangle
are congruent and vice-versa.
Quadrilaterals
A plane closed figured bounded by four segments is called
quadrilateral.
A
B D
Parallelogram
A quadrilateral having opposite sides are A B
parallel is called a parallelogram. In a
parallelogram,
(i) opposite sides are equal.
(ii) opposite angles are equal. D C
E
(iii) each diagonal divides the
parallelogram into two congruent triangles.
(iv) sum of any two adjacent angles is 180°.
(v) the diagonals bisect each other.
Rhombus
A parallelogram is a rhombus in which every pair of adjacent sides are
equal (all four sides of a rhombus are equal).
A B
D C
E
Rectangle
A parallelogram is a rectangle in which each of the angles is equal to
90°. The diagonals of a rectangle are equal.
A B
90°
D C
D C
Hence, the diagonals are equal and they bisect at right angles.
Trapezium
If one pair of opposite sides of a quadrilateral are parallel, then it is
called a trapezium.
D A
P Q
C E F B
Polygon
Any figure bounded by three or more line segments is called a polygon.
A regular polygon is one in which all sides are equal and all angles are
equal. A regular polygon can be inscribed in a circle.
The name of polygons with three, four, five, six, seven, eight, nine and
ten sides are respectively triangle, quadrilateral, pentagon, hexagon,
heptagon, octagon, nonagon and decagon.
Convex Polygon
In a convex polygon, a line segment between two points on the
boundary never goes outside the polygon.
D
F G
E C
A B
Concave Polygon
In a concave polygon, a line segment between two points on the
boundary goes outside the polygon.
Or
In concave polygon atleast one of the interior angle is more than 180°.
D
E F C
G
A
D B
A P C
6. Tangent A line that touches the circle at only one point is called
a tangent to the circle (RR ′ is a tangent touching the circle at R).
P Y
90° A X
R
O
Q
Y'
R'
422 Handbook of Mathematics
Com
m
tang on
ent
D
O
B
A
C
(i) Angles in the same segment are equal. In the figure,
∠AXB = ∠AYB.
(ii) The angle subtended by an arc at the centre is double the angle
subtended by the arc in the remaining part of the circle. In the
figure, ∠AOB = 2 × ∠AXB = 2 × ∠AYB.
D B
P A T
424 Handbook of Mathematics
E F
B C
B D C
Triangle
For any triangle having sides a, b and c, then A
Perimeter = a + b + c = 2 s b
c
1 h
Area = Base × Height = ( a × h )
2
B a C
or Area = s( s − a )( s − b)( s − c), it is called
Heron’s formula.
a+ b+ c
where, s = = semi-perimeter of the triangle.
2
Perimeter = b + d + h d
h
1
Area = ( b × h )
2
C
B b
Hypotenuse = d = h 2 + b2
(ii) Equilateral Triangle A
Perimeter = 3a
a a
3
Altitude = Height ( h ) = a h
2
3 2 B a C
Area = a
4
426 Handbook of Mathematics
Perimeter = 2a + 2a
b
Hypotenuse (b) = 2a a
1 2
Area = a
2 B C
a
B
(vii) Obtuse Angled Triangle
Perimeter = a + b + c
c h
2 a
bh h c − a − b
2 2 2
Area = = a2 −
2 2 2b A
b C
D
Quadrilateral
Perimeter = AB + BC + CD + DA A
h1 h2
1
Area = ( h1 + h2 )BD
2 B
C
Mensuration 427
Different Types of Quadrilaterals
(i) Rectangle A l D
Let l = length, b = breadth
Perimeter = 2( l + b)
b b
Area = l × b
Diagonal, AC = BD = l 2 + b2
B l C
1 1 1
Area = ( AC )( BD ) = ( AC )2 = ( BD )2 D a C
2 2 2
A D
(iv) Parallelogram
d1
Perimeter = 2( a + b) h
d2
b
Area = a × h
Also, d12 + d22 = 2( a 2 + b2 ) or B a C
Area = 2 s( s − a )( s − b)( s − d )
a+ b+ d
where, s =
2
(v) Rhombus
Perimeter of rhombus = 4a A a D
d1
Area of rhombus = a × h d2
a h a
1
Area of rhombus = d1 d2
2
B a C
Also, d12 + d22 = 4a 2
428 Handbook of Mathematics
(vi) Trapezium A a B
Let a and b are the length of the
parallel sides and h = height h
1
Area = ( a + b) × h D b C
2
Area of trapezium, when the lengths A a B
of parallel and non-parallel sides are
given c h d
a+b
= s( s − k)( s − c)( s − d ) D b
C
k
k+ c+ d
where, k = ( b − a ) and s =
2
Perpendicular distance (h) between the two parallel sides
2
= s( s − k)( s − c)( s − d )
k
(vii) Trapezoid
D
A
h1 h2
B C
a b c
( h1 + h2 )b + ah1 + ch2
Area =
2
A trapezoid can also be divided into two triangles. The area of
each of these triangles is calculated and the result added to find
the area of trapezoid.
Circle
Let radius of circle = r, diameter = d r
Perimeter = 2πr = πd (Q d = 2 r) O
Area = πr 2
(i) Semi-circle
36
Perimeter = ( π + 2)r = πr + d = r
7 r
1
Area = πr 2 A O B
2
Mensuration 429
(ii) Quarter Circle
π B
Perimeter = + 2 r
2
r
1
Area = πr 2 O A
4
(iii) Sector of a Circle
2πr A
Length of the arc AB = θ r
360°
θ
2πrθ O r
Perimeter of the sector AOB = 2r + B
360°
πr 2
Area of the sector AOB = θ
360°
1
Area of the sector AOB = × arc AB × r
2
(iv) Segment of a Circle
A
Minor
segment
θ
B
O
Major
segment
r 2 θπ
Area of minor segment = − sin θ
2 180°
r 2 ( 360° − θ )n
Area of major segment = + sin θ
2 180°
Concentric Circles
Perimeter = 2π (r1 + r2) r2
Area of the shaded region r1
= π (r22 − r12 )
= π (r2 + r1 )(r2 − r1 )
430 Handbook of Mathematics