Engineering Mathematics I

Download as pdf or txt
Download as pdf or txt
You are on page 1of 70

CONTENTS

CHAPTER – 1 COMPLEX NUMBERS 2–4

CHAPTER – 2 DETERMINANT 5 – 11

CHAPTER – 3 MATRIX 12 – 14

CHAPTER – 4 PARTIAL FRACTIONS 15 – 18

CHAPTER – 5 BINOMIAL THEOREM 19 – 21

CO-ORDINATE GEOMETRY

CHAPTER – 6 STRAIGHT LINE 22 – 27

CHAPTER – 7 CIRCLE 28 – 30

TRIGONOMETRY

CHAPTER – 8 COMPOUND ANGLES 31 – 46

CHAPTER – 9 INVERSE TRIGONOMETRIC FUNCTIONS 47 – 51

CHAPTER – 10 PROPERTIES OF TRIANGLE 52 – 55

CHAPTER – 11 VECTORS 56 – 70

r ] r
2 Engineering Mathematics – I

CHAPTER – 1

COMPLEX NUMBERS
INTRODUCTION
We have the knowledge of integers, fractions and irrational number (all these constitute real numbers).
But if we try to solve the equation x2 + 1 = 0, we observe that these numbers are not adequate. Trying to
solve this equation, we arrive at x2 = –1 i.e. x = −1 .
Square of a positive real number is positive and that of a negative real is also positive. So there is no real
number whose square is negative. So we are to create a new kind of number. We define the square root of
a negative number as imaginary number' particularly −1 = i, the basic imaginary number.
Then −4 = 2i, −2 = 2 i and so on .
Imaginary numbers :
Taking i = −1 , we observe that
i2 = –1
i3 = –1.i = –i
i4 = 1
Since i4 = 1, i = i5 = i9 = i13 = ....... = i4n + 1, where n is an integer.
i2 = i6 = i10 = i14 = ....... = i4n + 2
i3 = i7 = i11 = i15 = ........ = i4n + 3
i4 = i8 = i12 = i16 = ......... = i4n.
COMPLEX NUMBERS
The numbers of the form a + ib where a and b are real numbers and i = −1 , are known as complex
numbers.
In complex number z = a + ib, the real numbers a and b are respectively know as real and imaginary parts
of z and we write :
Re(z) = a and Im (z) = b
Thus the set C of all complex numbers is given by C = {z : z = a + ib, where a, b ∈ R}
Purely real and purely imaginary numbers :
A complex number z is said to be
(i) Purely real, if Im (z) = 0
(ii) Purely imaginary, if Re (z) = 0
Thus, 2, –7, 3 etc are all purely real numbers.
−1
While2i, i 3 , i etc are purely imaginary.
2
Conjugate of a complex number :
The conjugate of a complex number 'z', denoted by z is the complex number obtained by changing the
sign of imaginary part of z.
d i d i
e.g. 2 + 3i = (2 – 3i); 3 + 5i = (3 – 5i),
6i = –6i; – 2i = 2i
Engineering Mathematics – I 3

Modulus of a complex number : If z = x + iy be a complex number, the modulus of z, written as | z | is


a real number x2 + y2 .
For z = 3 + 4i, | z | = 32 + 4 2 = 5.
Also | z | =| z | .
If z = x + iy, z = x − iy .

|z|= x 2 + y 2 , | z | = x 2 + ( − y) 2 = x 2 + y 2
SUM DIFFERENCE AND PRODUCT OF COMPLEX NUMBERS
For any complex number
z1 = (a + ib) and z2 = (c + id)
we define
(i) z1 + z2 = (a + ib) + (c + id) = [(a + c) + i (b + d)]
(ii) z1 – z2 = (a + ib) – (c + id) = [(a – c) + i (b – d)]
(iii) z1z2 = (a + ib)(c + id) = [(ac – bd) + i (ad + bc)]
CUBE ROOTS OF UNITY

Let 3 1 = x, then
x3 = 1 [on cubing both sides]
⇒ x3 – 1 = 0 ⇒ (x – 1) (x2 + x + 1) = 0
⇒ x–1=0 or x2 + x + 1 = 0
−1 ± 1 − 4
⇒ x=1 or x=
2
−1 ± i 3
⇒ x=1 or x=
2
−1 − i 3
∴ The cube roots of unity are 1, −1 + i 3 and
2 2
Clearly one of the cube roots of unity is real and the other two are complex.
Example – 1 : Express in the form a + ib
3 + 5i (1 + i) 2
(i) (ii)
2 − 3i 3−i
3 + 5i (3 + 5 i) (2 + 3i) 6 + 10 i + 9i + 15 i 2 −9 + 19i −9 19
Soln : (i) = (2 − 3i) (2 + 3i) = = = + i
2 − 3i 4 − 9i 2
13 13 13
(1 + i) 2 (1 + i 2 + 2i)(3 + i) 6i − 2i 2 6i + 2 1 3
(ii) = = = = + i
3−i ( 3 − i ) ( 3 + i ) 9−i 2
10 5 5
Example – 2 : Find the value of i17 + i20 – i13
Soln : i17 + i20 – i13 = i16 . i + i20 – i12 . i = (i2)8 . i + (i2)10 – (i2)6 . i
= (–1)8 i + (–1)10 – (–1)6 i = i + 1 – i = 1
Example – 3 : If 1, w, w2 are the cube roots of unity prove that
(a) (1 – w) (1 – w2) (1 – w4) (1 – w5) = 9
Soln: L.H.S. (1 – w) (1 – w2) (1 – w4) (1 – w5)
= (1 – w) (1 – w2) (1 – w3 . w) (1 – w3w2)
= (1 – w) (1 – w2) (1 – w) (1 – w2)
= (1 – w)2 (1 – w2)2 = [(1 – w) (1 – w2)]2
4 Engineering Mathematics – I

= [(1 – w – w2 + w3]2 = (2 – w – w2)2


= (2 + 1)2 = 32 = 9
Example – 4 : Find square roots of
(a) 3 + 4i
Soln : (a) Let x, y ∈ R, x + iy = 3 + 4i
x2 – y2 + i 2xy = 3 + 4i
Equating real and imaginary parts
x2 – y2 = 3 and 2xy = 4
(x2 + y2)2 = (x2 – y2)2 + 4x2y2 = 25
Hence x2 + y2 = ± 5, But since x2 + y2 is non-negative, we have
x2 + y2 = 5
x 2 – y2 = 3
2x2 = 8
i.e, x2 = 4, i.e, x = ± 2, y2 = 1 i.e., y = ± 1
Hence square roots of 3 + 4i = ± (2 + i)

Assignment

1. If w be the cube roots of unity, then prove that


(1 – w + w2)7 + (1 + w + w2)7 = 128
2. Find square roots of –5 + 12 −1

r ] r
Engineering Mathematics – I 5

CHAPTER – 2

DETERMINANT
INTRODUCTION :
The study of determinants was started by Leibnitz in the concluding portion of seventeenth century.
This was latter developed by many mathematician like Cramer, Lagrange, Laplace, Cauchy, Jocobi. Now
the determinants are used to study some of aspects of matrices.
Determinant : If the linear equations
a 1 x + b1 = 0
and a2x + b2 = 0
b1 b 2
have the same solution, then a = a
1 2
or a1b2 – a2b1 = 0
The expression (a1b2 – a2b1) is called a determinant and is denoted by symbol.
a1 b1
or by (a1b2) where a1, a2, b1 & b2 are called the elements of the determinant. The elements
a2 b2

in the horizontal direction from rows, and those in the vertical direction form columns. The determinant
a 1 b1
has two rows and two coloums. So it is called a determinant of the second order and it has 2!
a 2 b2
= 2 terms in its expansion of which one is positive and other is negative. The diagonal term, or the leading
term of the determinant is a1b2 whose sign is positive.
Again if the linear equations
a1x + b1y + c1 = 0 ................ (i)
a2x + b2y + c2 = 0 .................. (ii)
a3x + b3y + c3 = 0 .................. (iii)
have the same solutions, we have from the last two equations by cross-multiplication.
x y 1
= =
b 2 c 3 − b 3c 2 c 2 a 3 − c 3a 2 a 2 b 3 − a 3 b 2
b 2 c 3 − b 3c 2 c a −c a
or x = ,y= 2 3 3 2
a 2 b3 − a 3b 2 a 2 b 3 − a 3b 2
These values of x and y must satisfy the first equation. Hence a1(b2c3 – b3c2) + b1 (c2a3 – c3a2) + c1 (a2b3
– a3b2)
or a1b2c3 – a1b3c2 + a3 b1c2 – a2b1c3 + a2b3c1 – a3b2c1 is denoted by the symbol
a1 b1 c1
a2 b2 c2
or by (a1b2c3) and has three rows, and three columns. So it is called a determinant of
a3 b3 c3
the third order and it has 3! = 6 terms of which three terms are positive, and three terms are negative.
6 Engineering Mathematics – I

MINORS
Minors : The determinant obtained by suppressing the row and the column in which a particular element
occurs is called the minor of that element.
a1 b1 c1
Therefore, in the determinant a2 b2 c2
a3 b3 c3
b2 c2 a1 c1 a1 b1
the minor of a1 is , that of b2 is and that of c3 is and so on.
b3 c3 a3 c3 a2 b2
The minor of any element in a third order determinant is thus a second order determinant.
The minors of a1, b1, c1, a2, b2, c2, a3, b3, c3 are denoted by A1, B1, C1, A2, B2, C2, A3, B3, C3 respectively.
b2 c2 b1 c1 b1 c1
Hence A1 = , A2 = , A3 =
b3 c3 b3 c3 b2 c2

a2 c2 a1 c1 a1 c1
B1 = , B2 = , B3 =
a3 c3 a3 c3 a2 c2

a2 b2 a1 b1 a1 b1
C1 = , C2 = , C3 =
a3 b3 a3 b3 a2 b2
If D stands for the value of the determinant, then
D = a1A1 – b1B1 + c1C1 = a1A1 – a2A2 + a3A3
Cofactors : The cofactor of any element in a determinant is its coefficient in the expansion of the determinant.
It is therefore equal to the corresponding minor with a proper sign.
For calculation of the proper sign to be attached to the minor of the element, one has to consider (–1)i+j
and to multiply this sign with the minor of the element aij where i and j are respecively the row and the
column to which the element aij belongs.
Thus Cij = (–1)i+j Mij Where Cij and Mij are respectively the cofactor and the minor of the element aij.
The cofactor of any element is generally denoted by the corresponding capital letter.
a1 b1 c1
a2 b2 c2
Thus for the determinant D = , cofactor of a1 is
a3 b3 c3

b2 c2 a c a c c a
A1 = , that of b1 is B1 = (–1)1+2 2 2 = − 2 2 = 2 2
b3 c3 a 3 c3 a 3 c3 c3 a 3
a2 b2
that of c1 is C1 =
a3 b3
(The sign is (–1)1+3 = 1), and so on.
We see that minors and cofactors are either equal of differ in sign only.
With this notation the determinant may be expanded in the form,
a1 b1 c1
b2 c2 a2 c2 a2 b2
a2 b2 c2 = a1 − b1 + c1
= b3 c3 a3 c3 a3 b3
a3 b3 c3
Engineering Mathematics – I 7

= a1A1 + b1B1 + c1C1


Similarly we express = a2A2 + b2B2 + c2C2
=a3A3 + b3B3 + c3C3
By expanding with respect to the elements of the first column, we can write
a1 b1 c1
b2 c2 b 1 c1 b1 c1
a2 b2 c2 = a1 + a3
= b3 c3 – a2
a3 b3 c3 b3 c3 b2 c2

= a1A1 + a2A2 + a3A3


Similarly = b1B1 + b2B2 + b3B3
= c1C1 + c2C2 + c3C3
Thus the determinant can be expressed as the sum of the product of the elements of any row (or column)
and the corresponding cofactors of the respective elements of the same row (or column).
PROPERTIES OF DETERMINANT
I. The value of a determinant is unchanged if the rows are written as columns and columns as rows.
a1 b1
If the rows and coloums are interchanged in the determinant of 2nd order , the determinant
a2 b2

a1 a2
becoems
b1 b2
Each of the two = a1b2 – a2b1
a1 b1 a1 a2
∴ = = a 1 b 2 − a 2 b1
a2 b2 b1 b2
In the third order determinant
a1 b1 c1
∆ = a2 b2 c2
a3 b3 c3
if the rows and column are interchanged, it
a1 a2 a3
b1 b2 b3
becomes = D' (say)
c1 c2 c3
If D is expanded by taking the constituents of the first column and D' is expanded by taking the constituents
of the first row, then
b2 c2 b1 c1 b1 c1
∆ = a1 − a2 + a3
b3 c3 b3 c3 b2 c2

b2 b3 b1 b3 b1 b2
and ∆' = a 1 − a2 + a3
c2 c3 c1 c3 c1 c2
\ D = D' (since the value of determinant of 2nd orders is unchanged if rows and columns are interchanged).
II. If two adjacent rows and columns of the determinant are interchanged the sign of the determinant is
changed but its absolute value remains unaltered.
8 Engineering Mathematics – I

a1 b1 c1 a2 b2 c2
Let ∆ = a 2 b2 c 2 , ∆' = a1 b1 c1
a3 b3 c3 a3 b3 c3
D' has been obtained by interchanging the first and second rows of D
Expanding each determinant by the constituents of the first column.
b2 c2 b1 c1 b1 c1
∆ = a1 − a2 + a3
b3 c3 b3 c3 b2 c2

b1 c1 b2 c2 b2 c2
and D' = a 2 − a1 + a3
b3 c3 b3 c3 b1 c1

b2 c2 b1 c1 b1 c1
= −a1 + a2 − a3
b3 c3 b3 c3 b2 c2

LMsin ce b2 c2
+ b 2 c1 − c 2 b1 and
b1 c1 OP
+ b1c 2 − b 2 c1 = − ∆
N b1 c1 b2 c2 Q
In this way it can be proved that only the sign changes if any other two adjacent rows or columns are
interchanged.
III. If two rows or columns of a determinant are identical, the determinant vanishes.
a1 a1 c1
Let ∆ 2 = a 2 a2 c2
a3 a3 c3
The first two columns in the determinant are identical. If the first and second columns are interchanged,
then the resulting determinant becomes –D2 by II. But since these two columns are identical, the determinant
remains unaltered by the interchange.
\ D2 = -D2 or, 2D2 = 0
\ D2 = 0
IV. If each constitutent in any row or any column is multiplied by the same factor, then the determinant is
multiplied by that factor.
a 1 b 1 c1
a 2 b2 c2
Let D =
a 3 b3 c3
The determinant obtained when the constituents of the first row are multiplied by m is
ma 1 b1 c1
ma 2 b 2 c 2
= ma1A1 – ma2A2 + ma3A3
ma 3 b 3 c 3
= m [a1A1 – a2A2 + a3A3] = mD
V. If each constituent in any row or column consists of two or more terms, then the determinant can be
expressed as the sum of two or more than two other determinants in the determinant.
a1 b1 c1
a2 b2 c2
In the determinant
a3 b3 c3
Engineering Mathematics – I 9

Let a1 = t1 + m1 + n1, a2 = t2 + m2+ n2, a3 = t3 + m3 + n3


Then the given determinant
t 1 + m1 + n1 b1 c1
t 2 + m2 + n 2 b2 c2
=
t 3 + m3 + n 3 b3 c3
= (t1 + m1 + n1) A1 – (t2+ m2+ n2) A2 + (t3 + m3 + n3) A3
= (t1A1 – t2A2 + t3A3) + (m1A1 – m2A2 + m3A3) + (n1A1 – n2A2 + n3A3)
t1 b1 c1 m1 b1 c1 n1 b1 c1
= t2 b2 c 2 + m2 b2 c2 + n2 b2 c2
t3 b3 c3 m3 b3 c3 n3 b3 c3
It can be similarly proved that
a 1 + p1 b1 + q 1 c1 a1 b1 c1 a1 q1 c1 p1 b1 c1 p1 q1 c1
= a2 + p2 b2 + q 2 c2 = a2 b2 c2 + a 2 q2 c2 + p2 b2 c2 + p2 q2 c2
a3 + p3 b3 + q 3 c3 a3 b3 c3 a3 q3 c3 P3 b3 c3 p3 q3 c3
VI. If the constituents of any row (or column) be increased or decreased by any equimultiples of the
corresponding constituents of one or more of the other rows (or columns) the value of the determinant
remains unaltered.
a1 b1 c1
Let D = a 2 b2 c2
a3 b3 c3
The determinant obtained, when the constituents of first column are increased by l times the second
column m times the corresponding constituents of the third column is

a1 + lb1 + mc1 b1 c1 a1 b1 c1 l b1 b1 c1 mc1 b1 c1


a 2 + lb 2 + mc 2 b2 c2 = a 2 b2 c2 + lb 2 b2 c 2 + mc 2 b2 c 2 ( by v)
a 3 + lb 3 + mc 3 b3 c3 a3 b3 c3 lb 3 b3 c3 mc 3 b3 c3

a1 b1 c1 b1 b1 c1 c1 b1 c1
= a2 b2 c2 + l b 2 b2 c2 + m c2 b2 c 2 ( by iv)
a3 b3 c3 b3 b3 c3 c3 b3 c3

a1 b1 c1
a2 b2 c2 = ∆
=
a3 b3 c3

SOLUTIONS OF SIMULTANEOUS LINEAR EQUATIONS


Cramer's Rule :
A method is given below for solving three simultaneous linear equations in three unknowns. This method
may also be applied to solve ‘n’ equations in ‘n’ unknowns.
Consider the system of equations.
10 Engineering Mathematics – I

U|
a 1 x + b 1 y + c1 z = d 1
V|
a 2 x + b 2 y + c 2 z = d 2 ........(1)
a 3x + b3y + c3z = d 3W
Where the coefficients are real.
The coefficient of x, y, z as noted in equations (1) may be used to form the determinant.
a 1 b 1 c1
∆ = a 2 b2 c2
a 3 b3 c3
Which is called the determinant of the system.
∆1 ∆ ∆
If D ¹ 0, the solution of (1) is given by x = , y = 2 , z = 3 , where ∆ r ; r = 1, 2, 3 is the determinant
∆ ∆ ∆
obtained from D by replacing the rth column by d1, d2, d3.
5 −2 1
3 0 2
Example –1 : Find the value of
8 1 3
Solution : The value of the given determinant
0 2 3 2 3 0
=5 −2 +1
1 3 8 3 8 1
= 5 (0 – 2) – 2 (9 – 16) + 1 (3 – 0)
= – 10 + 14 + 3 = 7

a a2 a3
2 3
Example – 2. Prove that b b b = abc (a – b) (b – c) (c – a)
c c2 c3

a a2 a3
2
Solution : L.H.S. b b b3
c c2 c3

1 a a2
2
= abc 1 b b (Taking a, b, c, from R1, R2, R3)
1 c c2

0 a − b a 2 − b2
= abc 0 b − c b 2 − c 2 , replacing R1 by R1 – R2 and R2 by R2 – R3)
1 c c2

0 1 a+b
0 1 b+c
= abc ( a – b) (b – c) (Taking (a – b) & (b – c)
1 c c2 common from R1 & R2 respectively)
Engineering Mathematics – I 11

1 a+b
= abc (a – b) (b – c) = abc (a – b) (b – c) (c – a)
1 b+c

Assignment

1 2 1
2 1 3
1. Find minors & cofactors of the determinants
1 4 2
b+c a a
b c+a b = 4abc
2. Prove that
c c a+b
3. Prove that
1+ a 1 1
1 1+ b FG
1 1 1 IJ
1 1
1
1+ c
= abc 1 + + +
a b cH K
r ] r
12 Engineering Mathematics – I

CHAPTER – 3

MATRIX
MATRIX AND ITS ORDER
INTRODUCTION :
In modern engineering mathematics matrix theory is used in various areas. It has special relationship
with systems of linear equations which occour in many engineering processes.
A matrix is a reactangular array of numbers arranged in rows (horizontal lines) and columns (verti-
cal lines). If there are ‘m’ rows and ‘n’ Column’s in a matrix, it is called an ‘m’ by ‘n’ matrix or a matrix
of order m × n. The first letter in mxn denotes the number of rows and the second letter ‘n’ denotes the
number of columns. Generally the capital letters of the alphabet are used to denote matrices and the
actual matrix is enclosed in parantheses.

LM a 11 a12 a13 − − a1n OP


MM a 21 a 22 a 23 − − a 2n PP
Hence A = M
a
MM − −
31 a 32
−−
a 33
−−
− − a 3n
−− −−
PP
Na m1 am2 am3 − − a mn PQ
is a matrix of order m × n and ‘a’ij denotes the element in the ith row and jth column. For example a23 is
the element in the 2nd row and third column. Thus the matrix ‘A’ may be written as (aij) where i takes
values from 1 to m to represent row and j takes values from 1 to n to represent column.
If m = n, the matrix A is called a square matrix of order n × n (or simply n). Thus
LMa 11 a 12 −− a 1n OP
MMa 21 a 22 −− a 2n PP
−−
A= M
MM
a 31 a 32
−−
a 3n
PP
Na n1 a n2 − − − − a nn PQ
a 11 a 12 −− a 1n
a 21 a 22 −− a2n
is a square matrix of order n. The determinant of order n, a 31 a 32 −− a 3n
−−
a n1 a n 2 − − − − a nn
which is associated with the matrix ‘A’ is called the determinant of the matrix and is denoted by det A or
|A|.
TYPES OF MATRICES WITH EXAMPLES
(a) Row Matrix : A matrix of order 1 × n is called a row matrix. For example (1 2), (a b c) are row
matrices of order 1 × 2 and 1 × 3 respectively.
Engineering Mathematics – I 13

LM1OP La O
Column Matrix : A matrix of order m × 1 is called a column matrix. The matrices M P MN b PQ are column
2 ,
(b)
MN3PQ
matrices of order 3 × 1 and 2 × 1 respectively.
(c) Zero matrix : If all the elements of a matrix are zero it is called the zero matrix, (or null matrix) denoted
FG 0IJ , FG 0 0IJ are all zero matrices.
by (0). The zero matrix may be of any order. Thus (0), (0, 0),
H 0K H 0 0K
(d) Unit Matrix : The square matrix whose elements on its main diagonal (left top to right bottom) are 1's
and rest of its elements are 0's is called unit matrix. It is denoted by I and it may be of any order. Thus (1)
F1 I
FG 1 0IJ , G 0
0 0
JJ
H 0 1K GH 0
1 0
K
are unit matrices of order 1, 2, 3 respectively.
0 1
(e) Singular and non -singular matrices : A square matrix A is said to be singular if and only if its
determinant is zero and is said to be non-singular (or regular) if det A ≠ 0.
1 2 FG IJ
H K
For example 3 4 is a non singular matrix.

LM1 2 3 OP
and M PP
1 2 3 4 5
For
3 4
= 4 – 6 = –2 ≠ 0
MN5 6 7
is a singular matrix
Q
1 2 3
3 4 5
i.e. =0
5 6 7
Adjoint of a Matrix :
The adjoint of a matrix A is the transpose of the matrix obtained replacing each element aij in A by its
cofactor Aij. The adjoint of A is written as adj A. Thus if
F
a 11 a 12 a 13 I F
A 11 A 21 A 31 I
aGG a 22 a 23 JJ GG
A 12 A 22 A 32 JJ
H K H K
A = 21 then adj A =
a 31 a 32 a 33 A 13 A 23 A 33
LM2 −1OP
N1 3 Q
Example – 1 : Find inverse of the following matrices

LM
2 −1 OP
Soln : (i)
N
Given A = 1 3 , |A| = 7
Q
adj A
A–1 = , |A| ≠ 0
| A|
So it has inverse
Adj (A)
Minor of 2, M11 = 3, Cofactor of 2, C11 = 3
14 Engineering Mathematics – I

Minor of –1, M12 = 1, Cofactor of –1, C12 = –1


Minoir of 1, M21 = –1, Cofactor of 1, C21 = 1
Minor of 3, C22 = 2, Cofactor of 3, C22 = 2
LM 3 1OP
adj(A) =
N−1 2Q
L 3 1O LM 3 1 OP
adj A M P 7
= N −1 2 Q = M −1
7
PP
A–1 =
| A|
7
MN 7 2
7 Q
Assignment

LM OP
1 2 LM OP
3 2
1.
N Q
If A = 3 4 , B = 1 4
N Q
Calculate (i) AB (ii) BA
LM3 −2 3 OP
2. Find the inverse of the following : MM2 1 −1 PP
N4 −3 2 Q

r ] r
Engineering Mathematics – I 15

CHAPTER – 4
PARTIAL FRACTIONS
ALGEBRAIC FRACTIONS, PARTIAL FRACTIONS FROM A PROPER FRACTION
Polynomial :
An expression of the form a0xn + a1xn – 1 + a2xn – 2 + ..... + an, where n is a positive integer and a0, a1, a2 ....
an are real numbers and a0 ≠ 0 is called a polynomial of nth degree.
Rational Fraction :
The quotient of two polynomials f(x) and g(x) where g(x) ≠ 0 is called a rational fraction.
In this section we shall be taking functions which are quotients of two polynomial functions. Such
functions are called rational functions.
The functions given by algebric expression such as

4x3 − 5 x2 2x − 5 x3 + x + 1
, , 3 and etc are called rational functions. Here
( x − 2) .( x + 2) ( x + 1) ( x + 2) x − x + x − 1
3 2
x2 − 1
both the numerator and denominator are polynomial functions. There are three types of partial fractions.
1. Proper fraction.
2. Improper fraction
3. Mixed fraction.
1. Proper Fraction : If the degree of the numerator is less than the degree of the denominator, the fraction
1 2x x2
is called proper fraction for e.g. ( x + 1) ( x + 2) , 2 and etc.
x + 3x + 2 ( x − 1) ( x − 2) ( x − 3)
N0 < D0
RESOLVING A RATIONAL FUNCTION INTO PARTIAL FRACTIONS
Case – 1 : When the denominator contains non-repeated linear factors,
for each linear non-repeated factor px + q.
A
there is partial fraction of the form .
px + q

P( x) P( x)
If = ( p x + q )( p x + q )( p x + q ).......( p x + q ) is a proper fraction,
Q( x) 1 1 2 2 3 3 n n

P( x) A1 A2 A3 An
then = p x + q + p x + q + p x + q ..... + p x + q , where A1, A2, A3 ...... An are constants.
Q( x) 1 1 2 2 3 3 n n

x
Example – 1: Split into partial fractions
(x + 1)(x + 2)
16 Engineering Mathematics – I

x A B
Soln : Let ( x + 1) ( x + 2) = +
x +1 x+2
A ( x + 2) + B( x + 1)
=
( x + 1)( x + 2)
⇒ x = A(x + 2) + B(x + 1) ........... (i)
Putting x + 2 = 0 i.e. x = –2
–2 = A . 0 + B(–2 + 1)
⇒ –2 = –B
⇒ B=2
Again put x + 1 = 0
⇒ x = –1
⇒ –1 = A(–1 + 2) + B . 0
⇒ –1 = A ⇒ A = –1
Putting the values of A & B we get required partial fraction
x −1 2
( x + 1) ( x + 2) = x + 1 + x + 2
Case – 2: When the denominator contains repeated linear fractors, for a repeated factor like (px + q)r
of the denominator there exists the sum of r partial fractions of the form.
A1 A2 A3 Ar
+ 2 + 3 + ...... +
px + q ( px + q ) ( px + q ) ( px + q ) r
1
Example – 2 : Resolve into partial fractions, the function
(x − 1)(x + 1) 2
1 A B C
Soln : Let 2 = + +
( x − 1)( x + 1) x −1 x +1 ( x + 1) 2

A ( x + 1) 2 + B( x + 1)( x − 1) + C( x − 1)
=
( x + 1) 2 ( x − 1)
⇒ 1 = A(x + 1)2 + B(x + 1)(x – 1) + C(x – 1)
Putting x – 1 = 0 i.e. x = 1,
1 = A(1 + 1)2 ⇒ 4A = 1
1
⇒ A=
4
Putting x + 1 = 0 ⇒ x = –1
1
1 = C(–1 – 1) ⇒ –2C = 1 ⇒ C=–
2
2
Equating co-efficients of highest powers of x (i.e. x ) on both sides in equation
1 = A(x2 + 2x + 1) + B (x2 – 1) + C (x – 1)
we get 0=A+B
1
i.e A = –B i.e. B = –
4
Engineering Mathematics – I 17

Hence required partial fraction is given by


1
∴ ( x − 1)( x + 1) 2

1 1 1 1
= – –
4( x − 1) 4( x + 1) 2 ( x + 1)
2

Case – 3 : When the denominator contains non-repeated quadratic factors which cannot be factorised, For
each quadratic non-repeated factor ax2 + bx + c of the denominator, there exists a partial fraction of
Ax + B
the form
ax 2 + bx + c
1 Ax + B Cx + D
For example, = 2 + 2
( x + α ) ( x + β)
2 2
x +α x +β

1
and,
( x + a 1 ) ( x + a 2 ).....( x 2 + a n )
2 2

A1 x + B1 A 2 x + B2 A n x + Bn
= + 2 + .... +
x + a1
2
x + a2 x2 + a n

x
Example – 3 : Resolve into partial fractions
(x − 1) (x 2 + 1)

x A Bx + C
Soln : Let = + 2
( x − 1) ( x 2 + 1) x −1 x +1

A( x 2 + 1) + ( Bx + C) ( x − 1)
=
( x − 1)( x 2 + 1)
⇒ x = A(x2 + 1) + (Bx + C) (x – 1) .... (a)
Putting x – 1 = 0 i.e. x = 1 in (a)
1 = A(12 + 1) + (Bx + C) . 0
1
⇒ 2A = 1 ⇒ A=
2
Equating coefficients of highest powers of x on both side in (a)
x = Ax2 + A + Bx2 + Cx – Bx – C
0 = A + B ; Equating the coefficients of x2,
1 = C – B; Equating the coefficients of x.
1
i.e, A = –B i.e. B = –
2
C–B=1
1 1 1
C+ =1 ⇒ C=1– =
2 2 2
So its required partial fraction is given by
x 1 ( x − 1)
= –
( x − 1)( x + 1)
2
2( x − 1) 2( x 2 + 1)
18 Engineering Mathematics – I

Case – 4 : When the denominator contains repeated quadratic factors,


For each quadratic repeated factor (ax2 + bx + c)r of the denominator, there corresponds the sum of
r partial fractions of the form.
A 1x + B1 A 2 x + B2 A r x + Br
= + + ..... +
ax 2 + bx + c (ax + bx + c)
2 2
(ax 2 + bx + c) r
1 Ax + B Cx + D Ex + F
For example, 2 = + 2 + 2
( x + α)( x + β)
2 2
( x + α)
2
( x + β) ( x + β) 2
1 Ax + B Cx + D E
= 2 + 2 2 +
( x + α ) ( x − β)
2 2
x +α ( x + α) x−β

Assignment

Resolving into partial fractions


84 + 61x − x 2
1.
(3x + 1)(16 − x 2 )
x
2.
(1 + x)(1 + x 2 )

r ] r
Engineering Mathematics – I 19

CHAPTER – 5
BINOMIAL THEOREM
FACTORIAL NOTATION
Let n be a positive integer. Then the product of the numbers 1· 2 · 3 ........ (n – 1)n is called factorial n,
and is denoted by n ! or n !.
Thus n! = 1· 2 · 3 .......... (n – 1)n
Ex : 1! = 1
2! = 1.2 = 2
3! = 1. 2. 3 = 6
4! = 1. 2. 3. 4 = 24
5! = 1. 2. 3. 4. 5 = 120
Deduction : n! = n (n – 1) (n – 2) (n – 3) .. 3. 2. 1.
= n[(n – 1) (n – 2) (n – 3) ....... 3. 2. 1.]
= n[(n – 1)!]
Thus 5! = 5 × (4!), 3! = 3 × (2!) & 2! = 2 × (1!)
Factorial ‘n’ is the product of first 'n' natural numbers.
Example – 1 : Prove that :
n!
(i) n (n – 1) )(n – 2) ......... (n – r + 1) =
( n − r )!
Soln : (i) n (n – 1) (n – 2) ....... (n – r + 1)
n( n − 1)( n − 2).......( n − r + 1).( n − r )!
= ( n − r )!

n!
[Multiplying Nr and Dr by (n – r)!] =
( n − r )!

PERMUTATIONS
The different arrangements which can be made out of a given number of things by taking some or all
at a time, are called permutations.
Example – 1: All permutations, on arrangements made with the letters a, b, c by taking two at a time are :
ab, ba, ac, ca, bc, cb.
Example – 2: All permutations made with the letters a, b, c taking all of at a time are : abc, acb, bac, bca,
cab, cba.
Notations : Let r and n be positive integers. Such that 1 ≤ r ≤ n
Then the number of different permutations of n dissimilar things, taken r at a time is denoted by P(n,
r) or nPr.
n!
P(n, r) = n (n – 1) (n – 2) ...... (n – r + 1) =
( n − r )!
Note 2 : The number of all permutations of n different things taken all at a time is given by p(n, n) =
n!
20 Engineering Mathematics – I

n! n!
( n − r )! ⇒
We have P(n, r) = P (n, n) = [Putting r = n]
0!
n!
⇒ n! = [Q P(n, n) = n!]
0!
n!
⇒ 0! = = 1, We are now bound to define 0! = 1,
n!
Each of the different groups of selections which can be formed by taking some or all of numbers of
objects, irrespective of their arrangements is called a combination.
Suppose we want to select two out of three persons A, B and C. We may choose AB or BC or AC.
Clearly, AB and BA represent the same selection or group but they give rise to different arrangements.
Clearly in a group or selection, the orders in which the objects are arranged is immaterial.
Example – 1 : The different combinations formed of three letters a, b, c taken two at a time are ab, bc, ac.
Example – 2 : The only combination that can be formed of three letters a, b, c taken all at a time is abc.
Example – 3 : Various groups of two out of four persons A, B, C Dare : AB, AC, AD, BC, BD, CD.
BINOMIAL THEOREM
The sum of two quantities a and b (i.e a + b) is called a binomial. Raising it to different powers, we get
(a + b)0 = 1, (a + b)1 = a + b,
(a + b)2 = a2 + 2ab + b2
(a + b)3 = a3 + 3a2b + 3ab2 + b3
(a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4
(a + b)5 = a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5
Observe the presence of the co-effieicnts of these expansions in the successive rows of the following
triangular arrangement.
Binomial Theorem for positive integral index :
Theorem : If x and y are real numbers, then for all n ∈ N,
(x + y)n = C(n, 0) xn + C(n, 1) xn – 1y + C(n, 2) xn – 2 y2 + ..... +C (n, r) xn–r yr +.....+ C(n, n) yn
n
i.e, (x + y)n = ∑C(n, r) x
r =0
n–r
yr

Deduction from Binomial Theorem :


(i) Replacing y by –y, we get :
(x – y)n = C(n, 0) xn – C(n, 1) xn – 1 y + C(n, 2) xn – 2 y2 + ...... + (–1)n C(n, n) yn
n

i.e, (x – y)n = ∑ (−1) .C (n, r ) x


r=0
r n −r
yr

SOME OBSERVATIONS IN A BINOMIAL EXPANSION


(i) The expansion of (x + a)n contains (n + 1) terms
(ii) Since C(n, r) = C(n, n – r), It follows that C(n, 0) = C(n, n), C(n, 1) = C(n, n – 1) and so on.
So the coefficient of the terms equidistant form the beginning and the end in a binomial expansion,
are equal.
(iii) Middle Terms in a Binomial Expansion :
Since the expansion of (x + a)n contains (n + 1) terms, so
Engineering Mathematics – I 21

FG 1 n + 1IJ th

(a)
H2 K terms is the middle term, when n is even.

1 1 LM OP th
(b)
2
(n + 1)th term and
2
( n + 1) + 1
N Q terms are the two middle terms when n is odd.

General term in a binomial expansion :


In a binomial expansion, the (r + 1)th term, i.e., tr + 1 is taken as the general term.
(i) In the expansion of (x + y)n, we have tr + 1 = C(n, r)xn – r yr;
(ii) In the expansion of (x – y)n, we have tr + 1 = (–1)r C(n, r) xn - r yr ;
(iii) In the expansion of (1 + x)n, we have tr + 1 = C(n, r) xr,
(iv) In the expansion of (1 – x)n, we have tr + 1 = (–1)r C(n, r) xr.
Example –1 : Find the middle terms in the following :

FG 2x 1 IJ 7

H −
K
2
x
Soln : The number of terms in the expansion is 8. Hence there are two middle terms
i.e. 4th and 5th terms.
F 1I
= (–1) C(7, 3) (2x ) . G J
3

4th term = t4 = t3 + 1 3
H xK
2 4

= –35 × 16 × x8 × x–3 = – 560 x5

F 1I
= (–1) C(7, 4) (2x ) . G J
4

5th term = t5 = t4 + 1 4
H xK
2 3

= 35 × 8 × x6 × x–4 = 280 x2

Assignment

F 1I
1.Find the coefficients of x in the expansion of G x − J
11
5
H xK
FG x 1 IJ 12

H + 2
K
2
2. Find the term independent of x in the expansion of
x

r ] r
22 Engineering Mathematics – I

CO-ORDINATE GEOMETRY

CHAPTER – 6

STRAIGHT LINE
CO-ORDINATE SYSTEM
We represent each point in a plane by means of an ordered pair of real numbers, called co-ordinates. The
branch of mathematics in which geometrical problems are solved through algebra by using the co-ordinate
system, is known as co-ordinate geometry or analytical geometry.
Rectangular co-ordinate Axes
Let X'OX and YOY' be two mutually perpendicular lines
(called co-ordinate axes), intersecting at the point O.
(Fig.1).We call the point O, the origin, the horizontal line
X'OX, the x-axis and the vertical line YOY', the y-axis.
We fix up a convenient unit of length and starting from the
origin as zero, mark. distances on x-axis as well as y-axis.
The distance measured along OX and OY are taken as
positive while those along OX' and OY' are considered
negative. (Fig.– 1)
Cartesian co-ordinates of a point
Let X'OX and YOY' be the co-ordinate axes and let P be a
point in the Euclidean plane (Fig.2). From P draw
PM ⊥ X'OX.
Let OM = x and PM = y, Then the ordered pair (x, y)
represents the cartesian co-ordinates of P and we denote
the point by P(x, y). The number x is called the x-co-ordinate
or abscissa of the point P, while y is known as its y-co-
ordinate or ordinate.
Thus, for a given point the abscissa and the ordinate are the
distances of the given point from y- axis and x-axis (Fig.– 2)
respectively.
Quadrants
The co-ordinate axes X'OX and Y'OY divide the plane in to four
regions, called quadrants.
The regions XOY, YOX', X'OY' and Y'OX are known as the first,
the second, the third and the fourth quadrant respectively. (Fig.3)
In accordance with the convention of signs defined above for a
point (x, y) in different quadrants we have
1st quadrant : x > 0 and y > 0
2nd quadrant : x < 0 and y > 0
3rd quadrant : x < 0 and y < 0
(Fig.– 3)
4th quadrant : x > 0 and y < 0
Engineering Mathematics – I 23

DISTANCE BETWEEN TWO GIVEN POINTS


The distance between any two points in the plane is the length of the line segment joining them.
The distance between two points P(x1, y1) and Q(x2, y2) is given by

| PQ | = n(x 2 − x 1 ) 2 + (y 2 − y 1 ) 2 s
Proof : Let X'OX and YOY' be the co-ordinate axes (Fig.4). Let
P(x1, y1) and Q(x2, y2) be the two given points in the plane.
From P and Q draw perpendicular PM and QN respectively on
the x-axis. Also draw PR ⊥ QN.
Then, OM = x1, ON = x2
PM = y1 & QN = y2
∴ PR = MN = ON – OM = x2 – x1
and QR = QN – RN = QN – PM = y2 – y1
Now from right angled triangle PQR,
we have PQ2 = PR2 + QR2 [by Pythagoras theorem] (Fig.– 4)
= (x2 – x1)2 + (y2 – y1)2

∴ |PQ| = n( x 2 − x1 ) 2 + ( y 2 − y1 ) 2 s
Cor : The distance of a point P(x, y) from the origin O (0, 0) is
= bx − 0g + by − 0g
2 2
= x2 + y2
Area of a triangle :
Let ABC be a given triangle whose vertices are A(x1, y1),
B(x2, y2) and C(x3, y3). From the vertices A, B and C draw
perpendiculars AL, BM and CN respectively on x-axis.
(Fig.5).
Then, ML = x1 – x2; LN = x3 – x1 and MN = x3 – x2
∴ Area of ∆ ABC
= area of trapezium ALMB + area of trapezium ALNC
– area of trapezium BMNC (Fig.– 5)
1 1
= (AL + BM) . ML + (AL + CN) . LN
2 2
1
– (MB + CN) . MN
2
1 1 1
= (y1 + y2) (x1 – x2) + (y1 + y3) (x3 – x1) – (y + y3) (x3 – x2)
2 2 2 2
1
= [x y + x1y2 – x2y1 – x2y2 + x3y1 + x3y3 – x1y1 – x1y3 – x3y2 – x3y3 + x2y2 + x2y3]
2 1 1
1
= [x y – x y + x3y1 – x1y3 – x3y2 + x2y3]
2 1 2 2 1
1
= [x (y – y ) + x2(y3 – y1) + x3 (y1 – y2)]
2 1 2 3
24 Engineering Mathematics – I

In determinant form, we may write


x1 y1 1
1 x2 y2 1
Area of ∆ ABC =
2 x y3 1
3

Condition for collinearity of Three points :


Three points A(x1, y1), B (x2, y2) and C(x3, y3) are colliner, i.e. lie on the same straight line, if the area of
∆ ABC is zero. So the required condition for A, B, C to be collinear is that
1
[x (y – y ) + x2(y3 – y1) + x3 (y1 – y2)] = 0
2 1 2 3
⇒ x1(y2 – y3) + x2(y3 – y1) + x3 (y1 – y2) = 0
Formula for Internal Divisions :
The co-ordinates of a point P which divides the line joining A(x1, y1) and B(x2, y2) internally in the
ratio m : n are given by
mx 2 + nx1 my 2 + ny1
x= , y=
m+n m+n
Example – 1 : In what ratio does the point (3, –2) divide the line segment joining the points (1, 4) and (–
3, 16) :
Solution : Let the point C (3, –2) divide the segment joining A(1, 4) and B (–3, 16) in the ratio
K: 1
FG
−3k + 1 16 k + 4 IJ
The co-ordinates of ‘C’ are H
k +1
,
k +1 K
But we are given that the point C is (3, –2)
−3k + 1
∴ We have =3
k +1
or –3k + 1 = 3k + 3
or –6k = 2
1
∴ k=–
3
∴ C divides AB in the ratio 1 : 3 externally.
SLOPE OF A LINE
Angle of Inclination : The angle of inclination or simply the inclination of a line is
the angle θ made by the line with positive direction of x-axis, measured from
it in anticlock wise direction (Fig. 6).
Slope or gradient of a line : If θ is the inclination of a line, then the value of tan θ
is called the slope of the line and is denoted by m.
CONDITIONS OF PARALLELISM AND PERPENDICULARITY
(Fig.– 6)
1. Two lines are parallel if and only if their slopes are equal.
2. Two lines with slope m1 and m2 are perpendicular if and only if m1m2 = –1
FG
y 2 − y1 IJ
3. The slope of a line passing through two given points (x1, y1) and (x2, y2) is given by m = x − x
2 H
1 K
4. The equation of a line with slope m and making an intercept 'c' on y-axis is given by y = mx + c.
Engineering Mathematics – I 25

Proof : Let AB be the given line with inclination θ so that tan θ = m. Let it intersect the y-axis at C so that
OC = c. (Fig.7)
Let it intersect the x-axis at A.
Let P(x, y) be any point on the line.
Draw PL perpendicular to x-axis and CM ⊥ PL
Clearly, ∠ MCP = ∠ OAC = θ
CM = OL = x ;
and PM = PL – ML = PL – OC = y – c
Now, from rt. angled ∆ PMC
(Fig.– 7)
PM y−c
We get tan θ = or m =
CM x
or y = mx + c, which is required equation of the line.
5. The equation of a line with slope m and passing through a point (x1, y1) is given by (y – y1)
= m(x – x1)
6. The equation of a line through two given points (x1, y1) and (x2, y2) is given by
y 2 − y1
y – y1 = x − x . (x – x1)
2 1

7. The equation of a straight line which makes intercepts of length ‘a’ and ‘b’ on x-axis and y-axis
x y
respectively, is + =1
a b
Proof : Let AB be a given line meeting the x-axis and y-axis at A and B respectively (Fig.8).
Let OA = a and OB = b
Then the co-ordinates of A, B are A(a, 0) and B(0, b)
∴ The equation of the line joining A & B is
b−0
(y – 0) = (x – a)
0−a
−b
⇒ y= (x – a)
a
y −x
⇒ = +1
b a (Fig.– 8)
x y
⇒ + =1
a b
8. Let P be the length of perpendicular from the origin to a given line and α be the angle made by
this perpendicular with the positive direction of x-axis. Then the equation of the line is given by
x cos a + y sin a = P

(Fig.– 9)
26 Engineering Mathematics – I

Conditions for two lines to be coincident, parallel, perpendicular or Intersect :


Two lines a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0 are
a1 b1 c1
(i) conicident, if a = b = c ;
2 2 2
a1 b1 c1
(ii) Parallel if a = b ≠ c
2 2 2
(iii) Perpendicular, if a1a2 + b1b2 = 0 ;
(iv) Intersecting, if they are neither coincident nor parallel.
Example – 1 : Find the equation of the line which passes through the point (3, 4) and the sum of its
intercept on the axes is 14.
n
Sol : Let the intercept made by the line on x-axis be 'a' and 'y'- axis be 'b'
i.e. a + b = 14 i.e, b = 14 – a
∴ Equation of the line is given by
x y
+ = 1 ............... (i)
a 14 − a
As the point (3, 4) lies on it, we have
3 4
+ =1
a 14 − a
or 3(14 – a) + 4a = 14a – a2
or 42 – 3a + 4a = 14a – a2
or a2 – 13a + 42 = 0
or (a – 7) (a – 6) = 0
or a = 7 or a = 6
Putting these values of a in (i)
x y
+ = 1 or x + y = 7
7 7
x y
and + = 1 or 4x + 3y = 24
6 8
Example – 2 : Find the equation of the line passing through (–4, 2) and parallel to the line 4x – 3y = 0
Soln : Any line passing thorugh (–4, 2) whose equation is given by
(y – 2) = m (x + 4) .... (i)
and parallel to the given line 4x – 3y = 0
4
whose slope is y = x
3
4
Here 'm' =
3
It's equation is
4
(y – 2) = (x + 4)
3
(Fig.– 10)
3y – 6 = 4x + 16
or 4x – 3y + 22 = 0
Engineering Mathematics – I 27

Example – 3 : Find the equation of the line passing through the intersection of 2x – y – 1 = 0 and 3x – 4y
+ 6 = 0 and parallel to the line x + y – 2 = 0
n
Sol : Point of intersection of 2x – y – 1 = 0 and 3x – 4y + 6 = 0
FG −1 × 6 − (−4)(−1) , (−1) × 3 − 6(2) IJ
H 2(−4) − 3(−1) 2( −4) − 3(−1) K
F −6 − 4 , −3 − 12 IJ = FG −10 , −15IJ = (2, 3)
= GH
−8 + 3 −8 + 3 K H −5 −5 K
Any line parallel to the line x + y – 2 is given by x + y + k = 0.... (i)
Since the line passes through (2, 3) hence it satisfies the equation (i)
So, 2 + 3 + k = 0
⇒ k = –5
Now putting the value of k in equation (i), we get x + y – 5 = 0
∴ Equation of the line is x + y – 5 = 0

Assignment

1. Find the equation of a line parallel to 2x + 4y – 9 = 0 and passing through the point (–2, 4)
2. Find the co-ordinates of the foot of the perpendicular from the point (2, 3) on the line 3x – 4y + 7 = 0
3. Find the equation of the line through the point of intersection of 3x + 4y – 7 = 0 and x – y + 2 = 0 and
which is parallel to the line 5x – y + 11 = 0

r ] r
28 Engineering Mathematics – I

CHAPTER – 7

CIRCLE

A circle is the locus of a point which moves in a plane in such a way that it’s distance from a fixed point is
always constant.
The fixed point is called the centre of the circle and the constant distance is called its radius.
Equation of a circle (Standard form)
Let C(h, k) be the centre of a circle with radius ‘r’ and let P (x, y)
be any point on the circle (Fig.1).
Then CP = r Þ CP2 = r 2
Þ (x – h)2 + (y – k)2 = r2
Which is required equation of the circle.
Cor. The equation of a circle with the centre at the origin and (Fig.– 1)
radius r, is x2 + y2 = r2 (Fig.2).
Proof : Let O (0, 0) be the centre and r be the radius of a circle and let P
(x, y) be any point on the circle.
Then OP = r Þ OP2 = r2
Þ (x – 0)2 + (y – 0)2 = r2
Þ x2 + y2 = r2
Example – 1. Find the equation of a circle with centre (–3, 2) and radius 7.
Soln : The required equation of the circle is (Fig.– 2)
[x – (–3)]2 + (y – 2)2 = 72
or (x + 3)2 + (y – 2)2 = 49
or x2 + y2 + 6x – 4y – 36 = 0
Example – 2. Find the equation of a circle whose centre is (2, –1) and which passes through (3, 6)
Soln : Since the point P (3, 6) lies on the circle, its distance from the centre C (2, –1) is therefore equal to
the radius of the circle.

\ Radius = CP = b3 − 2g + b6 + 1g
2 2
= 50
So, the required equation of the circle is
(x – 2)2 + (y + 1)2 = 50
or x2 + y2 – 4x + 2y – 45 = 0
Example – 3. Find the equation of a circle with centre (h, k) and
touching the x-axis (Fig.3).
n
Sol : Clearly, the radius of the circle = CM = r = k
So, the required equation
(x– h)2 + (y – k)2 = k2
or x2 + y2 – 2hx – 2ky + h2 = 0 (Fig.– 3)
Engineering Mathematics – I 29

Example – 4. Find the equation of a circle with centre (h,k) and


touching y-axis(Fig.4).
n
Sol : Clearly, the radius of the circle = CM = r = h
So, the required equation is (x – h)2 + (y – k)2 = h2
or x2 + y2 – 2hx – 2ky + k2 = 0
Example – 5. Find the equation of a circle with centre (h,k) and
(Fig.– 4)
touching both the axes (Fig.5).
n
Sol : Clearly, radius, CM = CN = r
i.e. h = k = r (say)
\ the equation of the circle is (x – r)2 + (y – r)2 = r2
or x2 + y2 – 2r (x + y) + r2 = 0
GENERAL EQUATION OF A CIRCLE
Theorem : The general equation of a circle is of the form x2 + y2 + 2gx + 2fy + c = 0 (Fig.– 5)
And, every such equation represents a circle.
Proof : The standard equation of a circle with centre (h, k) and radius r is given by
(x – h)2 + (y – k)2 = r2
Or x2 + y2 – 2hx – 2ky + (h2 + k2 – r2) = 0
This is of the form
x2 + y2 + 2gx + 2fy + c = 0
Where h = –g,k = –f and c = (h2 + k2 – r2)
Conversely, let x2 + y2 + 2gx + 2fy + c = 0 be the given condition.
Then, x2 + y2 + 2gx + 2fy + c = 0
Þ (x2 + 2gx + g2) + (y2 + 2fy + f2) = (g2 + f 2 – c)

e j
2
Þ (x + g)2 + (y + f)2 = g2 + f 2 − c
2
Þ [x – (–g)]2 + [y – (–f)]2 = g2 + f 2 − c
Þ (x – h)2 + (y – k)2 = r2
Where h = – g, k = –f and r = g 2 + f 2 − c
This shows that the given equation represents a circle with centre (–g, –f) and radius.
= g 2 + f 2 − c , provided g2 + f2 > c.

EQUATION OF A CIRCLE WITH GIVEN END POINTS OF A DIAMETER


Theorem : The equation of a circle described on the line joining the points A(x1, y1) and B (x2, y1) as a diameter,
is (x – x1)(x – x2) + (y – y1) (y – y2) = 0
Proof : Let A (x1, y1) and B (x2, y2) be the end point of a diameter of the given circle and let P (x, y) be any
point on the circle (Fig.6).
Since the angle in a semi-circle is a right angle, we have ÐAPB = 90°
LM OP
y − y1
N Q
Now slope of AP = x − x
1

Fy−y I
And, slope of BP = G x − x J
H K
2

2
Since AP ^ BP, we have (Fig.– 6)
30 Engineering Mathematics – I

FG y − y IJ FG y − y IJ = − 1
H x − x KH x − x K
1 2

1 1

Or (x – x1)(x – x2) + (y – y1)(y – y2) = 0


Example – 1. Find the equation of a circle whose end points of diameter are (3, 4) and (–
3, –4)
n
Sol . : The required equation of the circle is (x – 3) (x + 3) + (y – 4) (y + 4) = 0
i.e. x2 – 9 + y2 – 16 = 0
or x2 + y2 = 25
Example – 2. Find the centre and radius of the circle.
x2 + y2 – 6x + 4y – 36 = 0
Soln. : Comparing the equation with
x2 + y2 + 2gx + 2fy + c = 0
We get 2g = –6, 2f = 4 and c = –36
or g = –3, f = 2 and c = –36
\ Centre of the circle is (–g, –f), i.e. (3, –2)
And radius of the circle.
= g 2 + f 2 − c = 9 + 4 + 36 = 7

Assignment

1. Find the centre and radius of each of the following circles


x2 + y2 + x – y – 4 = 0
2. Find the equation of the circle whose centre is (–2, 3) and passing through origin
4. Find the equation of the circle having centre at (1, 4) and passing through (–2, 1).
4. Find the equation of the circle passing through the points (1, 3) (2, –1) and (–1, 1).

r ] r
Engineering Mathematics – I 31

TRIGONOMETRY

CHAPTER – 8

COMPOUND ANGLES
INTRODUCTION :
The word Trigonometry is derived from Greek words ‘‘Trigonos’’ and metrons means measurement of
angles in a triangle. This subject was originally devecpaed to solve geometric problems involving trigangles.
The Hindu mathematicians Aryabhatta, Varahmira, Bramhaguptu and Bhaskar have lot of contaribution to
trigonometry . Besides Hindu mathematicians ancient-Greek and Arwric mathematicians also contributed a lot
to this subject. Trigonometry is used in many are as such as science of seismology, designing electrical circuits,
analysing musical tones and studying the occurance of sun spots.
Trigonometric Functions :
Let q be the meausre of any angle measured in radians in counter clockmise sense as show in Fig (1).
Let P(x, y) be any point an the terminal side of angle q. The distance of P from Y )
y x y ( x ,y
P
O is OP = r = x 2 + y 2 . the functions defined by sinq = , cosq = , tanq = r
r r x
X′ X

θ
...(1) are called sine, cosine and tangent functions respectirely. These are called O
trigonometric functions. It followrs from (1) that sin2q + cos2q = 1. Other trigonomatric
functions such as cosecant, secant and cotangent functions are defined as cosecq Fig. – 1
Y′
r x
= , secq = r , cotq = .
y x y
SIGN OF T-RATIOS :
The student may remember the signs of t-ratios in different quadrant with the help of the diagram
Y
sin all
X′ X
O
tan co s

Y′
The sign of paricular t-ratio in any quadrant can be remembered by the word ‘‘all-sin-tan-cos’’ or ‘‘add
sugar to coffee’’. What ever is written in a particular quadrant along with its reciprocal is +ve and the rest are
negetive.
32 Engineering Mathematics – I

Table giving the values of trigonometrical Ratios of angles 0º, 30°, 45º, 60º & 90º

q 0º 30º 45º 60º 90º

1 1 3
sinq 0 1
2 2 2

3 1 1
cosq 1 0
2 2 2

1
tanq 0 1 3 ¥
3

RELATED ANGLES :
Definitions : Two angles are said to be complementary angles if their sum is 90° and each angle is said
to be the complement of the other.
Two angles are said to be supplementary if their sum is 180° and each angles is said to be the supplement
of the other.
To Find the T-Ratios of angle (–q) in terms of q :
Let OX be the initial line. Let OP be the position of the radius vector after tracing an angle q in the
anticlockwise sense which we take as positive sense. (Fig. 2)
Let OP' be the position of the radius vector after tracing (q) in the clockwise sense, which we take as
negative sense. So ∠ P' OX will be taken as –q. Join PP'. Let it meet OX at M.
Now D OPM ≡ D P'OM, ∠ P' OM = −θ
OP' = OP, P'M = – PM
P' M − PM
Now sin (–q) = = = –sin q
OP' OP
OM OM
cos (–q) = = = cos q
OP' OP
P' M − PM
tan (–q) = = = –tan q
OM OM
OP' OP
cosec (–q) = = = –cosec q Fig. – 2
P' M − PM
OP' OP
sec (–q) = = = sec q
OM OM
OM OM
cot (–q) = = = –cot q
P' M − PM
To find the T-Ratios of angle (90° – q) in terms of q.
Let OPM be a right angled triangle with ∠ POM = 90°, ∠ OMP = θ ,
∠ OPM = 90°− θ . (Fig. 3)
OM
∴ sin (90° – q) = = cos q ⇒ cosec (90° – q) = sec q
PM
OP Fig. – 3
cos (90° – q) = = sin q ⇒ sec (90° – q) = cosec q
PM
Engineering Mathematics – I 33

OM
tan (90° – q) = = cot q ⇒ cot (90° – q) = tan q
OP
To find the T-Ratios of angle (90° + q) in terms of q.
Let ∠ POX = θ and ∠ P' OX = 90°+ θ . Draw PM and P'M' perpendiculars to the X-axis(Fig. 4)
Now D POM ≅ D P'OM'
∴ P'M' = OM and OM' = –PM
P' M' OM
Now sin (90° + q) = = = cos q
OP' OP
OM' − PM
cos (90° + q) = = = –sin q
OP' OP
P' M' OM
tan (90° + q) = = = –cot q
OM' − PM
Similarly cosec (90° + q) = sec q Fig. – 4
sec (90° + q) = – cosec q
and cot (90° + q) = – tan q
To Find the T-Ratios of angle (180° – q) in terms of q.
Let OX be the initial line. Let OP be the position of the radius vector after tracing an angle XOP = q
To obtain the angle 180° – q let the radius vector start from OX and after revolving through 180° come to
the position OX'. Let it revolve back through an angle q in the clockwise direction and come to the
position OP' so that the angle X'OP' is equal in magnitude but opposite in sign to the angle XOP. The
angle XOP' is 180° – q. (Fig.5)
Draw P'M' and PM perpendicular to X'OX.
Now D POM ≡ D P'OM'.
∴ OM' = –OM and P'M' = PM
P' M ' PM
Now sin (180° – q) = = = sin q
OP' OP
OM' OM
cos (180° – q) = =− = –cos q
OP' OP
P' M ' PM
tan (180° – q) = = = –tan q Fig. – 5
OM' − OM
Similarly cosec (180° – q) = cosec q
sec (180° – q) = –sec q
and cot (180° – q) = – cot q
To Find the T-Ratios of angle (180° + q) in terms of q.
Let ∠ POX = θ and ∠ P' OX = 90°+ θ .(Fig. 6)
Now D POM ≡ D P'OM'.
∴ OM' = –OM and P'M' = –PM
P' M' − PM
Now sin (180° + q) = = = –sin q
OP' OP
OM' OM
cos (180° + q) = =− = –cos q
OP' OP
P' M' − PM
tan (180° + q) = = = tan q Fig. – 6
OM' − OM
34 Engineering Mathematics – I

Similarly cosec (180° + q) = cosec q


sec (180° + q) = –sec q
and cot (180° + q) = cot q.
To Find the T-Ratios of angles (270° ± q) in terms of q.
The trigonometrical ratios of 270° – q and 270° + q in terms of those of q, can be deduced from the above
articles. For example
sin (270° – q) = sin [180° + (90° – q)]
= –sin (90° – q) = – cos q
cos (270° – q) = cos [180° + (90° – q)]
= – cos (90° – q) = – sin q
Similarly sin (270° + q) = sin [180° + (90° + q)]
= –sin (90° + q) = – cos q
cos (270° + q) = cos [180° + (90° + q)]
= – cos (90° + q) = – (–sin q) = sin q
To Find the T-Ratios of angles (360° ± q) in terms of q.
We have seen that if n is any integer, the angle n. 360° ± q is represented by the same position of the
radius vector as the angle ± q . Hence the trigonometrical ratios of 360° ± q are the same as those of ± q.
Thus sin (n. 360° + q) = sin q
cos (n. 360° + q) = cos q
sin (n. 360° – q) = sin (–q) = – sin q
and cos (n. 360° – q) = cos (–q) = cos q.
Examples :
cos (–720° – q) = cos (–2 × 360° – q) = cos (–q) = cos q
and tan (1440° + q) = tan (4 × 360° + q) = tan q
In general when is any integer, n Î Z
(1) sin (np + q) = (–1)n sinq
(2) cos (np + q) = (–1)n cosq
(3) tan (np + q) = tanq when n is odd integer
 nπ  n −1
(4) sin  + θ  = ( −1) 2 cos θ
 z 

 nπ  n +1
(5) cos  + θ  = ( −1) 2 sin θ
 z 

 nπ 
(6) tan  + θ  = cot θ
 z 
EVEN FUNCTION :
A function f(x) is said to be an even function of x, if f(x) satisfies the relation f(–x) = f(x).
Ex. cosx, secx, and all even powers of x i.e, x2, x4, x6...... are even function.
ODD FUNCTION :
A function f(x) is said to be an odd function of x, if f(x) satisfies the relation f(–x) = – f(x).
Ex. sinx, cosec x, tan x, cot x and all odd powers of x i.e, x3, x5, x7...... are odd function.
Engineering Mathematics – I 35

−12
Example : Find the values of sinq and tanq if cosq = and q lies in the third quadrant.
13
Solution : We have sin2q + cos2q = 1
⇒ sin θ = 1 − cos 2 θ
In third quadrant sinq is negetive, therefore
2
 −12  −5
sin θ = − 1 − cos θ = − 1 −  13  = 3
2
 

sin θ −5 13 5
Now tan θ = = × =
cos θ 13 −12 12
Example : Find the values of
(i) tan (–900º) (ii) sin 1230º
Solution : (i) tan (–900º) = –tan 900º = – tan (10 × 90º + 0º) = – tan0º = 0
1
(ii) sin (1230º) = sin (6 × 180º + 150º) = sin 150º = sin (180º – 30º) = sin 30º =
2
Example : Show that
cos(90º +è).sec( −è).tan(180º − è)
= −1 = −sinè × secè × − tanè = −1
sec(360º −è).sin(180º +è) .cot(90º −è) secè × − sinè × tanè
cos(90º +θ).sec(−θ). tan(180º −θ) − sin θ× sec θ × − tan θ
Solution : sec(360º −θ).sin(180º +θ) .cot(90º −θ) = = −1
sec θ × − sin θ × tan θ

ASSIGNMENT
1. Find the value of cos1º.cos2º..... cos 100º
π 3π 5π 7π 9π
2. Evaluale : tan ⋅ tan ⋅ tan ⋅ tan ⋅ tan ⋅
20 20 20 20 20

r ] r
36 Engineering Mathematics – I

COMPOUND, MULTIPLE AND SUB-MULTIPLE ANGLES


When an angle formed as the algebric sum of two or more angles is called a compound angles.
Thus A + B and A + B + c are compound angles.
Addition Formulae
When an angle formed as the algebraical sum of two or more angles, it is called a compound angles.
Thus A + B and A + B + C are compound angles.
Addition Formula :
(i) sin (A + B) = sin A . cos B + cos A . sin B
(ii) cos (A + B) = cos A . cos B – sin A . sin B
tan A + tan B
(iii) tan (A + B) = 1 − tan A . tan B
Proof : Let the revolving line OM starting from the line OX make an
angle XOM = A and then further move to make.
∠ MON = B , so that ∠ XON = A + B (Fig. 7)
Let 'P' be any point on the line ON.
Draw PR ⊥ OX , PT ⊥ OM , TQ ⊥ PR and TS ⊥ OX
Then ∠ QPT = 90° – ∠ PTQ = ∠ QTO = ∠ XOM = A Fig. – 7
∴ We have from D OPR
RP QR + PQ TS + PQ
(i) sin (A + B) = = = ( Q QR = TS)
OP OP OP
TS PQ TS OT PQ PT
= + = . + .
OP OP OT OP PT OP
= sin A . cos B + cos A . sin B
OR OS − RS OS RS
(ii) cos (A + B) = = = −
OP OP OP OP
OS QT
= − [Q RS = QT]
OP OP
OS OT QT PT
= . − .
OT OP PT OP
= cos A . cos B – sin A . sin B
sin(A + B)
(iii) tan (A + B) =
cos(A + B)
sin A cos B + cos A sin B
= cos A cos B − sin A sin B)
(dividing numerator and denominator by cos A cos B)
sin A cos B cos A sin B
+
cos A cos B cos A cos B
= cos A cos B sin A sin B

cos A cos B cos A cos B
tan A + tan B
tan(A + B) = 1 − tan A . tan B
Engineering Mathematics – I 37

cos(A + B)
(iv) cot (A + B) =
sin(A + B)
cos A cos B − sin A sin B
= sin A cos B + cos A sin B
[dividing of numerator and denominator by sin A sin B]
cos A cos B
−1
sin A sin B
=
sin A cos B cos A sin B
+
sin A sin B sin A sin B
cot A . cot B − 1
cot (A + B) =
cot B + cot A
π
Cor : In the above formulae, replacing A by and B by x
2
We have
FG π + xIJ = sin π . cos x + cos π . sin x
(i) sin H2 K 2 2
= 1 . cos x + 0 . sin x = cos x
FG π + xIJ = cos π . cos x – sin π . sin x
(ii) cos H2 K 2 2
= 0 × cos x – 1 × sin x = – sin x

FG π + xIJ
F I H2 K
sin

(iii) tan GH + xJK =


π
Fπ I
cos x
cos G + xJ
= − sin x = –cot x
2
H2 K
(b) Difference Formulae :
(i) sin (A – B) = sin A . cos B – cos A . sin B
(ii) cos (A – B) = cos A . cos B + sin A . sin B
tan A − tan B
(iii) tan (A – B) = 1 + tan A . tan B

Proof : Let the reveolving line OM make an angle A with OX and then resolve back to make ∠ MON = B
so that ∠ XON = A – B. (Fig. 8) N
Let 'P' be any point on ON. Draw PR ⊥ OX ,
PT ⊥ OM , TS ⊥ OX , TQ ⊥ RP produced to Q. T Q
A M
Then ∠ TPQ = 90° − ∠ PTQ = ∠ QTM = A
Now from D OPR, we have
P
B
PR QR − QP TS − QP A
X
(i) Sin (A – B) = = =
OP OP OP O S R Fig. – 8
38 Engineering Mathematics – I

TS QP
= −
OP OP
TS OT OP PT
= . − .
OT OP PT OP
= sin A . cos B – cos A . sin B
OR OS + SR OS + TQ OS TQ
(ii) cos (A – B) = = = = +
OP OP OP OP QP
OS OT TQ PT
= . + .
OT OP PT OP
= cos A . cos B + sin A . sin B
sin (A − B) sin A.cos B − cos A.sin B
(iii) tan (A – B) = cos (A − B) = cos A cos B + sin A sin B

tan A − tan B
= 1 + tan A tan B

Dividing the numerator and the denominator by cos A. cos B.


cos (A − B)
(iv) cot (A – B) =
sin(A − B)
cos A.cos B + sin A.sin B
=
sin A.cos B − cos A.sin B
cot A .cot B + 1
=
cot B − cot A
dividing the numerator and denominator by sin A. sin B
We can also deduce substraction formulae from addition formulae in the following manner.
sin(A – B) = sin[A + (–B)]
= sin A . cos (–B) + cos A . sin (–B)
= sin A . cos B + cos A . sin B
cos(A – B) = cos[A + (–B)]
= cos A . cos (–B) – sin A . sin (–B)
= cos A . cos B + sin A . sin B
tan A + tan ( − B) tan A − tan B
tan(A – B) = tan[A + (–B)] = 1 − tan A . tan ( − B) = 1 + tan A . tan B
Example – 1 : Find the value of tan 75° and hence prove that tan 75° + cot 75° = 4

tan 45°+ tan 30°


Solution: tan 75° = tan(45° + 30°) = 1 − tan 45° tan 30°

1 3 +1
1+
3 3
= 1×1 =
1− 3 −1
3 3
3 +1
∴ tan 75° =
3 −1
Engineering Mathematics – I 39

3 −1 FG sin ce cot θ = 1 IJ
∴ cot 75° =
3 +1 H tan θ K

3 − 1 ( 3 + 1) + ( 3 − 1)
2 2
3 +1
tan 75° + cot 75° = + =
3 −1 3 +1 ( 3 + 1) ( 3 − 1)
3 +1+ 2 3 + 3 +1− 2 3
= [since (a + b) (a – b) = a2 – b2]
3−1
∴ tan 75° + cot 75° = 4
1 1 π
Example – 2 : If sin A = and sin B = show that A + B =
10 5 4
1
Solution: sin A =
10
1 10 − 1 9
cos A = 1 − sin 2 A = 1− = =
10 10 10
3
∴ cos A =
10
1
sin B =
5
, cos B = 1 − sin 2 B
1 5−1 4
= 1− = =
5 5 5
2
∴ cos B = 5
Sin(A + B) = sin A cos B + cos A sin B
1 2 3 1 2 3
= × + × = +
10 5 10 5 50 50
2+3 2+3
= =
50 5 2
5 1
∴ sin (A + B) = 5 2 = 2
sin (A + B) = sin 45°
π LM 180° OP
∴ A + B = 45° =
4 N
sin ce 45° =
4 Q
Transformation of Sums or Difference in to Products
(a) We have that
sin (A + B) + sin (A – B) = 2 sin A cos B ....(1)
sin (A + B) – sin (A – B) = 2 cos A sin B ....(2)
cos (A + B) – cos (A – B) = 2 cos A cos B ....(3)
cos (A – B) – cos (A + B) = 2 sin A sin B ....(4)
Let A + B = C and A – B = D
C+D C−D
Then A = and B =
2 2
40 Engineering Mathematics – I

Putting the value in formula (1), (2), (3) and (4) we get
C+D C−D
sin C + sin D = 2 sin cos .... (i)
2 2
C+D C−D
sin C – sin D = 2 cos sin .... (ii)
2 2
C+D C−D
cos C + cos D = 2 cos cos .... (iii)
2 2
C+D D−C
cos C – cos D = 2 sin sin .... (iv)
2 2
for practice it is more convenient to quote the formulae verbally as follows :
Sum of two sines = 2 sin (half sum) cos (half difference)
Difference of two sines = 2 cos (half sum) sin (half difference)
Sum of two cosines = 2 cos (half sum) cos (half difference)
Difference of two cosines = 2 sin (half sum) sin (half difference reversed)
D−C
[The student should carefully notice that the second factor of the right hand member of IV is sin ,
2
C−D
not sin ]
2
(b) To find the Trigonometrical ratios of Angle 2A in terms of those of A : sin 2A, cos 2A.
Since sin (A + B) = sin A cos B + cos A sin B
putting B = A
sin (A + A) = sin A cos A + cos A sin A
⇒ sin 2A = 2 sin A cos A ..... (i)
cos (A + B) = cos A cos B – sin A sin B
⇒ cos (A + A) = cos A cos A – sin A sin A
⇒ cos 2A = cos2A – sin2A ..... (ii)
2 2 2
Also cos 2A = 1 – sin A – sin A = 1 – 2 sin A ..... (iii)
2
So 2 sin A = 1 – cos 2A ..... (iv)
Also cos 2A = cos2A – (1 – cos2A) = 2 cos2A – 1 ..... (v)
or 2 cos2A = 1 + cos 2A ..... (vi)
(c) Formula for tan 2A
tan A + tan B
since tan (A + B) =
1 − tan A tan B
tan A + tan A
tan 2A = tan (A + A) =
1 − tan A tan A
2 tan A
=
1 − tan 2 A
Note this formula is not defined when tan2A = 1 i.e, tan A = ± 1
(d) To express sin 2A and cos 2A in terms of tan A
sin 2A = 2 sin A cos A
sin A
cos A 2 tan A 2 tan A
=2 1 = =
1 − tan 2 A
2
sec A
2
cos A
Engineering Mathematics – I 41

Also, cos 2A = cos2A – sin2A

sin 2 A
1−
cos A − sin A
2 2
cos2 A = 1 − tan A
2
= =
cos2 A + sin 2 A sin 2 A 1 + tan 2 A
1+
cos2 A
(dividing numerator and denominator by cos2A)
1 − tan 2 A
cos 2A =
1 + tan 2 A
(e) To find the Trigonometrical formulae of 3A
sin 3A = sin (2A + A)
= sin 2A cos A + cos 2A sin A
= 2 sin A cosA . cos A + (1 – 2 sin2A) sin A
= 2 sin A(1 – sin2A) + (1 – 2 sin2A) sin A
= 3 sin A – 4 sin3A
Again, cos 3A = cos (2A + A)
= cos 2A cos A – sin 2A sin A
= (2 cos2A – 1) cos A – 2 sin A cos A. sin A
= (2 cos2A – 1) cos A – 2 cos A (1 – cos2 A)
= 4 cos3A – 3 cos A
Also tan 3A = tan (2A + A)
tan 2A + tan A
= 1 − tan 2A tan A

2 tan A
+ tan A
1 − tan 2 A
= 2 tan A
1− .tan A
1 − tan 2 A
2 tan A + tan A (1 − tan 2 A )
=
1 − tan 2 A − 2 tan 2 A
3 tan A − tan 3 A 1
= , provided 3 tan2A ≠ 1 i.e, tan A ≠ ±
1 − 3 tan A
2
3
(f) Submultiple Angles :
To express trigonometric ratios of A in terms of ratios of A/2
sin 2q = 2 sin q cos q (true for all value of q)
A
Let 2q = A i.e. q =
2
A A
sin A = 2 sin cos .... (i)
2 2
cos 2q = cos2 q – sin2 q
A A
or cos A = cos2 – sin2 ..... (ii)
2 2
A A
cos A = 2 cos2 – 1 = 1 – 2 sin2 ..... (iii)
2 2
42 Engineering Mathematics – I

2 tan θ
Also, tan 2q =
1 − tan 2 θ
A
2 tan
tan A = 2 ..... (iv)
A
1 − tan 2
2
π
[Where A ≠ np + , (n ∈ I) and A ≠ (2n + 1) p]
2
A A A A
2 sin cos 2 sin cos
2 2 = 2 2
Again, sin A = A A
1 cos2 + sin 2
2 2
A
[dividing numerator and denomenator by cos2 )
2
A
2 tan
2
sin A =
2 A
1 + tan
2
[where A ≠ (2n + 1)p, n ∈ I]
A A A A
cos2 − sin 2 cos2 − sin 2
2 2 2 2
Similarly, cos A = = A A
1 cos 2
+ sin 2
2 2
A
Now dividing numerator and denominator by cos2 2

A
1 − tan 2
2 [where A ≠ (2n + 1)p, n ∈ I].
⇒ cos A =
A
1 + tan 2
2
Example –1 : Find the values of

(i) cos 22 (ii) sin 15º
2
A 1 + cos A
Solution : (i) We have c cos = , putting A = 45º
2 2

1
1º 1 + cos 45º 1+
cos 22 = 2 = 2 +1
2 2 =
2 2 2
(ii) sin 15º = sin (45º – 30º)
= sin 45º. cos30º – cos45º. sin 30º
1 3 1 1 3 −1
= ⋅ − ⋅ =
2 2 2 2 2 2
Engineering Mathematics – I 43

1
Example – 2: Prove that sinA.sin (60º – A).sin(60º + A) = sin3A
4
Solution : sinA.sin (60º – A) sin (60º + A)
= sin A. (sin260º – sin2A) [Q sin (A + B). sin (A – B) = sin2A – sin2B]
 3  2
 3  1
A = sin  − sin A =
2
= sin A   − sin
2
[3sinA – 4 sin3A]

 2    4  4
 
1
= sin 3 A
4
3
Example – 3: Prove that sin20º.sin40º.sin60º.sin80º =
16
Solution : sin 60º. sin 20º.sin40º. sin 80º
3
= [sin A. sin (60º – A). sin (60º +A)] where A = 20º
2
3 1 3 3 3 3
= ⋅ ⋅ sin 3 A = ⋅ sin 60 = ⋅ =
2 4 8 8 2 16
Example – 4: If A + B + C = p and cos A = cos B . cos C show that tan B + tan C = tan A
Solution : L.H.S. = tan B + tan C
sin B sin C sin B . cos C + cos B . sin C
= + =
cos B cos C cos B . cos C
sin ( B + C) sin ( π − A ) sin A
= = = = tan A = R.H.S. (Proved)
cos B . cos C cos B . cos C cos A
Examples – 5: Prove the followings

(a) cot 7 = 6 + 3 + 2 + 2
2

(b) tan 37 = 6 + 3 − 2 − 2
2
θ 1 + cos θ
Solution : (a) We know cot = (Choosing q = 15)
2 sin θ
1 1 + cos 15°
= cot 7 ° =
2 sin 15°

F 3 + 1I
1+ GH 2 2 JK 2 + 2 + 3 +1
= =
3 −1 3 −1
2 2

(2 2 + 3 + 1) ( 3 + 1) 2 6 + 2 2 + 3 + 3 +1+ 3
= =
( 3 − 1) ( 3 + 1) 3−1
2 6 +2 3+2 2 +4
= = 6 + 3+ 2 +2
2
44 Engineering Mathematics – I

θ sin θ 1 − cos θ
(b) We know tan = = sin θ (Choosing q = 75º)
2 1 + cos θ

1° 1 − cos 75° 1 − cos(90°−15° )


tan 37 = =
sin(90°−15° )
2 sin 75°

F 3 − 1I
1 − sin 15°
1− GH 2 2 JK
= 2 2 − 3 +1
= cos 15° 3 +1 =
3 +1
2 2

(2 2 − 3 + 1) ( 3 − 1)
= = 6 + 3− 2 −2
( 3 + 1) ( 3 − 1)
1 K −1 1
Example – 6: If sin A = K sin B, prove that tan (A – B) = tan (A + B)
2 K +1 2
Solution : Given sin A = K sin B
sin A K
⇒ sin B = 1
Using componendo & dividendo
sin A + sin B K +1
sin A − sin B = K − 1
A+B A−B
2 sin . cos
2 2 K +1
⇒ A+B A − B = K −1
2 cos . sin
2 2
A+B A−B K +1
⇒ tan . cot =
2 2 K −1
A+B K +1 A−B
⇒ tan = . tan
2 K −1 2
A−B K −1 A+B
⇒ tan = tan
2 K +1 2
∴ L.H.S. = R.H.S. (Proved)
β α cos α − e
Example – 7: If (1 – e) tan2 = (1 + e) tan2 , Prove that cos β =
2 2 1 − e cos α
β α
Solution : (1 – e) tan2 = (1 + e) tan2 (Given)
2 2
β 1 + e α
tan2 = tan2
2 1− e 2
L.H.S = cos b
β 1+ e α
1 − tan 2 1− tan 2
2 1− e 2
= =
2 β 1+ e α
1 + tan 1+ tan 2
2 1− e 2
Engineering Mathematics – I 45

FG IJ
α FG α IJ
1 − e − tan
α
− e tan
2 2 α H
1 − tan 2
2K H
− e 1 + tan 2
2 K
= 2 2 =
FG αIJ FG α IJ
α
1 − e + tan 2 + e tan 2
2
α
2
H
1 + tan 2
2 K H
− e 1 − tan 2
2 K
α α
1 − tan 2 1 + tan 2
2 −e 2
2 α 2 α
1 + tan 1 + tan
2 2
=
2 α 2 α
1 + tan 1 − tan
2 −e 2
α α
1 + tan 2 1 + tan 2
2 2
cos α − e
= 1 − e cos α = R.H.S (Proved)
Example – 8: If A + B + C = p, then Prove the following
(i) sin 2A + sin 2B + sin 2C = 4 sin A. sin B. sin C
Solution : L.H.S. = sin 2A + sin 2B + sin 2C
= 2 sin (A + B) . cos (A – B) + 2 sin C. cos C
= 2 sin (p – C) . cos (A – B) + 2 sin C . cos C
= 2 sin C . cos (A – B) + 2 sin C. cos C
= 2 sin C [cos (A – B) + cos C]
= 2 sin C [cos (A – B) – cos (A + B)]
= 2 sin C . 2 sin A . sin B
= 4 sin A . sin B . sin C R.H.S. (Proved)
(ii) sin 2A + sin 2B – sin 2C = 4 cos A . cos B. sin C
Solution : L.H.S. = sin 2A + sin 2B – sin 2C
= 2 sin (A + B) . cos (A – B) – 2 sin C. cos C
= 2 sin (p – C) . cos (A – B) – 2 sin C. cos C
= 2 sin C. cos (A – B) – 2 sin C. cos C
= 2 sin C [cos (A – B) – cos {p – (A + B)}]
= 2 sin C {cos (A – B) + cos (A + B)}
RS A − B+ A + B A − B−A − B UV
T
= 2 sin C 2 cos
2
. cos
2 W
= 4 sin C. cos A. cos B.
A B C
(iii) sin A + sin B – sin C = 4 sin sin cos
2 2 2
Solution : L.H.S. = sin A + sin B – sin C
A+B A−B C C
= 2 sin . cos – 2 sin . cos
2 2 2 2
C A−B C C
= 2 cos . cos – 2 sin . cos
2 2 2 2
46 Engineering Mathematics – I

CRS A−B
− sin
C UV
= 2 cos
2 T
cos
2 2 W
C R F π A + BIJ UV
= 2 cos Scos − sin G −
A−B
2 T 2 H 2 2 KW
C R A + BU
= 2 cos Scos V
A−B
− cos
2 T 2 2 W

R| F A − B + A + B I F A − B − A + B I U|
C S( −2) sinG 2 2 J . sinG 2 2 J
= 2 cos
2 |
G
G J
J G
G JJ V|
|T H K H K |W
2 2

C A F BI
= –4 cos . sin . sin GH − JK
2 2 2
C A B
= 4 cos . sin . sin = R.H.S (Proved)
2 2 2

ASSIGNMENT
1 1
1. If tan α = , tan β = , then find the value of (a + b)
2 3
cos15º + sin15º
2. Find the value of
cos15º − sin15º
1 1
3. Prove that − = cot 2 A
tan 3 A − tan A cot 3 A − cot A
4. If A + B = 45º, show that (1 + tanA) (1+ tanB) = 2
β α
5. If (1 – e) tan
2
= (1 + e) tan 2
2 2
cos α − e
Prove that cosb =
1 − e cos α
6. If A + B + C = p, prove that
cos2A + cos2B + cos 2C + 1 + 4 cos A.cosB.cosC = 0

r ] r
Engineering Mathematics – I 47

CHAPTER – 9

INVERSE TRIGONOMETRIC FUNCTIONS

INVERSE FUNCTION :
If f : A ® B be a bijective function or one to one onto function from set A to the set B. As the function is
1 – 1, every element of A is associated with a unique element of B. As the function is onto, there is no element
of B which in not associated with any element of A. Now if we consider a function g from B to A, we have for
f Î B there is unique x Î A. This g is called inverse function of f and is denoted by f–1.

1 a a 1
2 b b 2
3 c c 3

INVERSE TRIGONOMETRIC FUNCTION :


We know the equation x = siny means that y is the angle whose sine value is x then we have y = sin–1x
similarly y = cos–1x if x = cosy and y = tan–1x is x = tan y etc.
The function sin–1x, cos–1x, tan–1x, sec–1x, cosec–1x, cot–1x are called inverse trigonometric function.
* Properties of inverse trigonometric function.
I. Self adjusting property :
(i) sin–1 (sinq) = q
(ii) cos–1(cosq) = q
(iii) tan–1 (tanq) = q
Proof:
(i) Let sinq = x, then q = sin–1x
\ sin–1 (sinq) = sin–1x = q
proofs of (ii) * (iii) as above.
II. Reciprocal Property :
1
(i) cosec–1 = sin–1x
x
1
(ii) sec–1 = cos–1x
x
1
(iii) cot–1 = tan–1x
x
48 Engineering Mathematics – I

Proof :
1
(i) Let x = sinq then cosecq =
x
1
so that q = sin–1x & q = cosec–1
x
1
\ sin–1x = cosec–1
x
(ii) and (iii) may be proved similarly
III. Conversion property :
−1 −1 x
sin–1x = cos 1 − x = tan
2
(i)
1 − x2

1 − x2
(ii) cos–1x sin −1 1 − x 2 = tan −1
x
Proof:
(i) Let q = sin–1x so that sin q = x
Now cos θ = 1 − sin 2 θ = 1 − x 2
i.e., θ = cos −1 1 − x 2
sin θ x
Also tan θ = =
cos θ 1 − x2
x
⇒ θ = tan −1
1 − x2
x
Thus we have θ = sin −1 x = cos −1 1 − x 2 = tan −1
1 − x2
Theorem – 1 : Prove that
π
(i) sin–1x + cos–1x =
2
π
(ii) tan–1x + cot–1x =
2
π
(iii) sec–1x + cosec–1x =
2
Proof :
(i) Let sin–1x = q, then
FGπ IJ
x = sin q = cos H2
−θ
K
π π
⇒ cos–1x = − θ = – sin–1 x
2 2
π
⇒ sin–1x + cos–1x =
2
(ii) and (iii) can be proved similarly.
Engineering Mathematics – I 49

Theorem – 2 : If xy < 1, then


FG x + y IJ
tan–1x + tan–1 y = tan–1
H 1 − xy K
Proof : Let tan–1x = q1 and tan–1 y = q2
Then
tan q1 = x and tan q2 = y
tan θ1 + tan θ 2 x+y
⇒ tan (q1 + q2) = =
1 − tan θ1 tan θ 2 1 − xy

x+y FG IJ
⇒ q1 + q2 = tan–1 1 − xy H K
x+y FG IJ
⇒ tan–1 x + tan–1 y = tan–1 1 − xy H K
x−y FG IJ
Theorem – 3 : tan–1x – tan–1 y = tan–1
1 + xy H K
Proof : Let tan–1x = q, and tan–1y = q2
⇒ tan q1 = x and tan q2 = y
tan θ1 − tan θ2 x−y
⇒ tan(q1 – q2) = 1 + tan θ , tan θ = 1 + xy
1 2

x−y LM OP
⇒ q1 – q2 = tan–1 1 + xy
N Q
LM x − y OP
⇒ tan–1x – tan–1y = tan–1
N1 + xy Q
Note : tan–1 + tan–1 y + tan–1z
FG x + y + z − xyz IJ
= tan–1
H 1 − xy − yz − zx K
Theorem – 4 : Prove that :
2 sin–1x = sin–1 2 x 1 − x
2
(i)
(ii) 2 cos–1x = cos–1(2x2 – 1)
Proof :
(i) Let sin–1x = q, Then, x = sin q

∴ sin 2q = 2 sin q cos q = 2 sin q. 1 − sin 2 θ

= 2x 1 − x 2

⇒ 2q = sin–1 2 x 1 − x ⇒ 2 sin–1x = sin–1 2 x 1 − x


2 2

(ii) Let cos–1x = q Then, x = cos q


∴ cos 2q = (2 cos2 q – 1) = 2x2 – 1
⇒ 2q = cos–1(2x2 – 1)
⇒ 2 cos–1x = cos–1 (2x2 – 1)
50 Engineering Mathematics – I

Theorem – 5 : Prove that

sin–1 x + sin–1 y = sin–1 x 1 − y + y 1 − x


2 2
(i)

(ii) cos–1x + cos–1y = cos–1 xy − (1 − x )(1 − y )


2 2

(iii) sin–1x – sin–1 y = sin–1 x 1 − y − y 1 − x


2 2

(iv) cos–1x – cos–1y = cos–1 xy + (1 − x )(1 − y )


2 2

Proof :
(i) Let sin–1x = q1, and sin–1y = q2, Then
sin q1 = x and sin q2 = y
∴ sin (q1 + q2) = sin q1 cos q2 + cos q1 sin q2
= sin θ1 1 − sin 2 θ 2 + (1 − sin 2 θ1 ) sin θ2

= x 1 − y2 + y 1 − x2

⇒ q1 + q2 = sin–1[x 1 − y + y 1 − x 2 ]
2

⇒ sin–1x + sin–1y = sin–1[x 1 − y + y 1 − x 2 ]


2

The other results may be proved similarly.


Example – 1 : If cos–1x + cos–1y + cos–1z = p
then prove that x2 + y2 + z2 + 2xyz = 1
Solution : Given cos–1x + cos–1y + cos–1z = p
cos–1x + cos–1y = p – cos–1z
cos–1 (xy – 1 − x 2 1 − y 2 ) = (p – cos–1z)

xy – 1 − x 2 1 − y 2 = cos (p – cos–1z)

⇒ xy – 1 − x 2 1 − y 2 = –cos (cos–1z) = –z
⇒ xy + z = 1 − x 2 1 − y 2
⇒ (xy + z)2 = (1 – x2) (1 – y2) = 1 – x2 – y2 + x2y2
⇒ x2y2 + z2 + 2xyz = 1 – x2 – y2 + x2y2
⇒ x2 + y2 + z2 + 2xyz = 1 (Proved)
3
Example – 2 : Find the value of cos tan–1 cot cos-1
2
3 3
Solution : cos–1= q ⇒ cos q =
2 2
π 3 π
⇒ q= ⇒ cos–1 =
6 2 6
3 π
∴ cos tan–1 cot cos–1 = cos tan–1 cot
2 6
LM
= cos tan–1 3 Q tan −1 3 =
π OP π 1
= cos =
N 3 Q 3 2
Engineering Mathematics – I 51

1 1 31
Example – 3 : Prove that 2 tan–1 + tan–1 = tan–1 .
2 7 17
1 1
Solution : L.H.S 2 tan–1 + tan–1
2 7
1 1 1 FGQ2 tan 1 1 1 IJ
H K
−1
= tan–1 + tan –1 + tan–1 = tan −1 + tan −1
2 2 7 2 2 2
1 1
1 +
= tan –1
+ tan–1 2 7
2 1 1
1− ×
2 7
LMQ tan −1 x + tan −1 y = tan −1
x+y OP
N 1 − xy Q
9
1 1 9
= tan–1 + tan–1 14 = tan–1 + tan–1
2 13 2 13
14
1 9 31
+ 31
= tan–1 2 13 = tan–1 26 = tan–1 = R.H.S. (Proved)
1 9 17 17
1− ×
2 13 26
41 π
Example – 4 : Prove that cot–1 9 + cosec–1 =
4 4
41
Solution : L.H.S. = cot–19 + cosec–1
4

1 4 LMQ cos ec −1 41
= tan −1
4 OP
= tan–1
9
+ tan–1
5 N 4 5 Q
1 4 5 + 36 41
+
= tan–1 9 5 = tan–1 45 = tan–1 45
1 4 45 − 4 41
1− .
9 5 45 45
π
= tan–1 1 = R.H.S. (Proved)
4
ASSIGNMENT
1. Find the value of tan–11 + tan–12 + tan–13
2. If sin–1x + sin–1y + sin–1z = p. Show that
x. 1 − x 2 + y 1 − y 2 + z 1 − z 2 = 2 xyz

−1 x 5 π
3. If s sin + cos ec −1 = . Find the value of x.
5 4 2

r ] r
52 Engineering Mathematics – I

CHAPTER – 10

PROPERTIES OF TRIANGLE

Introduction :
In any triangle ABC, the angles of a triangle are deroted by the capital letters A, B, C. The sides BC, CA
and AB opposite to the angles A, B, C are respectively denoted by a, b & c. The six elements are not independent
but connected by the relation.
(i) A + B + C = p
(ii) S = a + b + c
(iii) a + b + c ; b + c > a; c + a > b

In addition to these relations, the elements are of triangle are connected by some trigorometric relations.
Sine formula :
In any triangle ABC, the sides are proportional to the sines of the opposite angles, i.e,
a b c
sin A = sin B = sin C
Case – I : Let the triangle ABC be acute angled. AD is perpendicular to BC (Fig.1).
AD
sin B = , AD = b sin C; similarly AD = c sin B
c
∴ b sin C = c sin B
b c
sin B = ...... (1)
sin C
In the similar manner, we can prove that
b a
sin B = sin A ....... (2)
from eqution (1) and (2)
a b c
sin A = sin B = sin C Fig. – 1
Case –II : Let the triangle ABC be right angled triangle (Fig.2),
∠ C = 90°
sin C = 1
a b
sin A = , sin B =
c c
a b c c
sin A = sin B = = sin C Fig. – 2
1
Engineering Mathematics – I 53

Case –III : Let the triangle ABC be an obtuse angle such that ∠ C > 90° (Fig.3)
AD
In D ABD, sin B =
c
AD = c sin B
AD
In D ACD, sin (p – c) =
b
AD = b sin C
b sin C = c sin B
b c
=
sin B sin C Fig. – 3
b a
Similarly sin B = sin A

a b c
sin A = sin B = sin C Hence proved
Cosine Formula :
In any triangle ABC to find the cosine of an angle in terms of the sides
(i) Let A be an acute angle, draw BD perpendicular
to AC (Fig.4).
Then geometry we have
BC2 = AB2 + AC2 – 2AC . AD
AD
= AB2 + AC2 – 2AC . AB .
AB
or a2 = b2 + c2 – 2bc cos A
b2 + c2 − a 2
∴ cos A = 2 bc
Fig. – 4

(ii) Let A be an obtuse angle, Draw perpendicular BD from B to CA produced.


Then from geometry, we have (Fig.5)
BC2 = AB2 + AC2 + 2AC . AD
or a2 = b2 + c2 + 2 b.c. cos (180° – A)
or a2 = b2 + c2 – 2bc cos A
b2 + c2 − a 2
∴ cos A =
2 bc
Fig. – 5
(iii) Let A be right angle (Fig. 6)
Then from geometry,
a2 = b2 + c2 as ÐA = 90°
a2 = b2 + c2 – 2bc cos A
∴ cos A = cos 90° = 0
b2 + c2 − a 2
cos A =
2 bc
Similarly it may be shown that Fig. – 6
a 2 + c2 − b2 a 2 + b2 − c2
cos B = and cos C =
2ac 2ab
54 Engineering Mathematics – I

(C) Projection formula :


In any triangle ABC, rieve there
In (Fig.7 (i)) a = b cos C + c cos B

Fig.7(i) Fig.7 (ii)


BC = BD + DC or a = c cos B + b cos C
In Fig.7 (ii)
BC = BC – CD
BD
But = cos B or BD = BA cos B = C cos B
BA
CD
and = cos(180º −C) = − cos C
CA
BC = BD – CD
a = c cos B – (–b cos C) = C cos B + b cos C
Fig.7(iii)
BC = BD Fig.7(iii)
BD
But = cos B
BA
or BD = BA cos B = C cos B
a = C cos B + 0 = C cos B + b cos c ( ∴ cos C = cos 90º = 0)
Similarly b = C cos A + a cos C
C = a cos B + b cos A
Area of a triangle (Herons formula) ;
The area of a triangle in given by = s(s − a) (s − b) (s − c)
where 2s = a + b + c is the perimeter of the triangle.
More Formulae
A (s − b) (s − c) B (s − c) (s − a)
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)


cos = ,cos = cos =
2 bc 2 ca 2 ab
Area of a triangle in terms of sides (Heron's Formula)
1 1 A A
D= bc sin A = bc . 2 sin cos
2 2 2 2
(s − b)( b − c) s(s − a )
= bc
bc bc
D = s( s − a )(s − b)(s − c)
Engineering Mathematics – I 55

Example –1 : In any triangle ABC show that


a2 (sin2B – sin2C) + b2 (sin2C – sin2A) C2(sin2A – sin2B) = 0
a b c 1
Proof : We have = = =
sin A sin B sin C K
Þ sinA = ka, sinB = kb, sinC = kc
Now L.H.S
(k2a2 (b2 – c2) + k2b2 (c2 – a2) + k2c2 (a2 – b2)
= k2 {a2 (b2 – c2) + b2 (c2 – a2) + c2 (a2 – b2)}
= k2 – 0 = 0 R.H.S
Example –2 : If A : B : C = 1 : 2 : 3
Then show that sinA : sin B: sin C = 1 : 3 : 2
Proof : A : B: C = 1 : 2 : 3 (Given)
Þ A = K, B = 2K, C = 3K
π
A+B+C=pÞ6k=pÞk=
6
π π π
∴ Α= , B= , C=
6 3 2
π π π
\ sinA : sin B : sin C = sin = : sin = : sin =
6 3 2
1 3
= : :1 = 1: 3 : 2
2 2
B−C b+c A
Example – 3 : In any triangle ABC prove that cos = sin
2 a 2
b+c A
Proof: R.H.S sin
a 2
k sin B + k sin C A  a b c 
= : sin Q = = = k
k sin A 2  sin A sin B sin C 
B+C B−C
2sin .cos
sin B + sin C 2 2 .sin A
= =
sin A A A
2sin .cos
2 C
A B−C
cos ⋅ cos
= C 2  B+C A
A Q sin = cos 
cos  2 2
2
B−C
= cos
2
ASSIGNMENTS
cos A
1. In any triangle ABC, Prove that ∑ =2
sin B.sin C
2. Prove that If (a + b + c) (b + c – a) = 3bc, prove that Ð60º
b+c c+a a+b
3. If = = then sinA : sin B : sinC = 4 : 3 : 2
5 6 7
r ] r
56 Engineering Mathematics – I

CHAPTER – 11

VECTORS

Introduction :
At present vector methods are used in almost all branches of science such as Mechanics, Mathematics,
Engineering, physics and so on. Both the theory and complicated problems in these subjects can be discussed in
a simple manner with the help of vectors. It is a very useful tool in the hands of scientists.
Physical quantities are divided into two category scalar quantities and vector quantities. Those quantities
which have any magnitude and which and not related to any fixed direction scalars. Example of scalars are
mass volume density, work, temperature etc. Second kind of quantities are those which have both magnitude
and direction. Such quantities are vectors. Displacement, velocity, acceleration, momentum weight, force etc.
are examples of vector quantities.
Representation of vectors :
Vectors are represented by directed line segments such that the length of the line segment is the magnitude
of the vector and the direction of arrow marked at one end indicates the direction of vector. A vector denoted by
→
PQ , is determined by two points P, Q such that the direction of the vector is the length of the straight line PQ
→
and its direction is that from P to Q. The point P is called initial point of vector PQ and Q is called terminal
points.

→ → → → →
Note : The length (magnitude or modulus) of AB or a generally denoted my | AB | or | a | thus | a | = length

(magnitude or modulus ? or vector a )
Types of vectors :
(i) Zero vector or null vector : A vector whose initial so terminal points are coincident is called zero or
the null vector. The modulus of a null vector is zero.
(ii) Unit vector : A vector whose modulus in unity, is called a unit vector. The unit vector in the direction

of a vector a is denoted by â . Thus | â | = 1
(iii) Like and unlike vector : Vectors are said to be like when they have same sense of direction and unlike
when they have opposite directions.
(iv) Collinear or Parallel vector : Vectors having the same or parallel supports are called collinear vectors.
(v) Co-initial vectors: Vectors having the same initial point are called co-initial vector.
(vi) Co-planner vector : A system of vector and said to be co-planner in their supports are parallel to the
same plane.

(vii) Negative of a vector : The vector which has the same Magnitude as the vector a but opposite direction,
→ → → → → →
is called the negative of a and is denoted by – a . There if PQ = a then QP = − a .
Engineering Mathematics – I 57

Operations on Vectors
Addition of Vectors :
Tringle Law of Addition of Two Vectors :
The law states that if two vectors are represented by the two sides of a triangle, taken in order, then their sum
(or resultant) is represented by the third side of the triangle but in the reverse order.
→ → → →
Let a , b be the given vectors. Let the vector a be represented by the directed segment OA and the vector
→ → →
b be the directed segment AB so that the terminal point A of a is the initial

Fig. 1
→ → → →
point of b . Then the directed segment OB (i.e. OB ) represents the sum (or resultant ) or a and b and is
→ →
written as a + b (fig. 2)
→ → → → →
Thus, OB = OA + AB = a + b

Fig.2
→ →
Note : 1. The method of drawing a triangle in order to define the vector sum ( a + b ) is called triangle law
of addition of the vectors.
2. Since any side of a triangle is less than the sum of the other two sides.
→ → →
\ Modulus of OB is not equal to the sum of the modulus of OA and AB .
Parallelogram Law of Vectors
→ →
If two vectors a and b are represented by two adjacent sides of a parallelogram in magnitude and direction,
→ →
then their sum a + b is represented in magnitude and direction by the diagonal of the parallelogram through their
common initial point.
→ → → →
Let a and b are two non-collinear vectors, represented by OA and OB .
Then
→ → → → → → →
a + b = OA + OB = OA + AC = OC .(fig.3)

→ → → Fig. – 3
i.e. Their sum a + b is respesented by the diagonal OC of the parallelogram.
58 Engineering Mathematics – I

Polygon Law of addition of Vectors


→ → →
To add n vectors a , a , ........ a we choose O as an origin (fig.4) and draw.
1 2 n

Fig. – 4
→ → → → → →
OA 1 = a 1 , A 1A 2 = a 2 ,...... A n −1A n = a n
→ → →
\ a 1 + a 2 +.....+ a n
→ → →
= OA1 + A A 2 +.....+ A n A
1 −1 n
→ → → → → → →
= (OA1 + A A 2 ) + A A +.....+ A n A = OA + A A +.....+ A n A
1 2 3 −1 n 2 2 3 −1 n
→ → → →
= OA + A A +.....+ A n A = OA
3 3 4 −1 n n
→ → →
→
Hence the sum of vectors a1 , a 2 ...... a n is represented by OA . This method of vector addition is called
n
‘‘polygon law of addition of vectors.
Corollary : From the polygon law of addition of vectors, we have
→ → → → → →
OA1 + A 1A 2 + A 2 A 3 +.....+ A n −1A n = OA n = − A n O
→ → → → → →
OA 1 + A 1A 2 + A 2 A 3 +.....+ A n −1A n + A n O = A n O (Null vector)
\ The sum of vectors determined by the sides of any polygon taken in order is zero.
Properties of Vectors Addition
(1) Vector Addition is Commulative :
→ →
If a and b be any two vectors, then
→ → → →
a + b = b+ a → → → →
Proof : Let the vectors a and b be represented by the directed segments OA and AB respectively so that
(fig.4)
→ → → →
a = OA , b = AB
→ → → → → →
Now OB = OA + AB Þ OB = a + b
Complete the || gm OABC
→ → → → → →
Then OC = AB = b and CB = OA = a
→ → → → →
\ OB = OC + CB = b + a Fig.– 4
From (1) and (2) , we have
→ → → →
a + b = b+ a
2. Vector Addition is Associative.
→ → → → → → → → →
If a , b , c are any three vectors, then a + ( b + c ) = ( a + b ) + c .
Engineering Mathematics – I 59
→ → → → → →
Proof : Let the vectors a , b , c .be represented by the directed segments OA , AB , BC respectively; so
that (fig.5)
→ → → → → →
a = OA , b = AB , c = BC
→ → → → → →
Then a + ( b + c ) = OA +( AB + BC )
→ →
= OA + AC [D Law of addition]
→
= OC [D Law of addition]
→ → → →
\ a +( b + c )= OC ........(1)
→ → → → → →
Again, ( a + b )+ c =( OA + AB )+ BC Fig. – 5
→ →
= OB + BC [D Law of addition]
→
= OC [D Law of addition]
→ → → →
\ ( a + b )+ c = OC ........(2)
From (1) and (2), we get
→ → → → → →
a +( b + c ) = ( a + b )+ c
→ → →
Remarks : The sum of three vectors a , b , c is independent of the order in which they are added and is
→ → →
written as a + b + c .
(3) Existence of Additive Identity :
→ → → → →
For any vector a , a + O = a , where O is a null (zero) vector.
→ → → →
Proof : Let the vector a be represented by the directed segment OA ; so that a = OA .
→ →
Also let the Zero Vector O be represented by the directed segment AA ;
→ →
So that O = AA
→ → → →
Then a + O = OA + AA
→
= OA [By Triangle law of addition]

= a
→ → →
Thus, a + O = a
Note : In view of the above property, the null vector is called the additive identity.
Property 4 : Existence of Additive Inverse
→ →
For any vector a , there exists another vector – a such that
→ → →
a + (– a ) = O
→ → → →
Proof : Let OA = a , there exists another AO = – a
→ → → → → →
\ a +(– a ) = OA + AO = OO = O [By D Law]
60 Engineering Mathematics – I
→ →
Note : In view of the above property, the vector (– a ) is called the additive inverse of the vector a .
Substraction of Vectors :
→ → → → → →
If a and b are two given vectors, then the substraction of b from a (denoted by a – b ) is defined as
→ →
addition of – b to a .
→ → → →
i.e. a – b = a + (– b )
\ It is clear that
Multiplication of a Vector by a Scalar
→ → → →
If a is any given vector and m is any given scalar, then the product m a or a m of the vector a and the
scalar m is a vector whose

(i) Magnitude = |m| times that of the vector a .
→ →
In other words, m a = |m| ×| a |

= m × | a | if m ³ 0

= – m × | a | if m < 0

(ii) Support is same or parallel to that of the support of a
→ →
and (iii) Sense is same to that of a if m > 0 and opposite to that of a if m < 0.
Geometrical Representation :
→

Let the vector a be represented by the directed segment AB
Case I . Let m > 0. Choose a point C and AB on the same side of A as B such that
→ →
| AC | = m | AB |, (fig.6)

(m > 0)
Fig. – 6
→ →
Then the vector ma is represented by AC .
Case II : Let m<0. Choose a point C on AB on the side of A opposite so that of B such that, (fig.7)

Fig. –7
→ →
| AC | = m , | AB |
→ →
Then the vector ma is represented by AC .
Linearly Dependent and Independent Vectors

→ →
Two non-zero vectors a and b are said to be linearly dependent if there exists a scalar t (¹0), such that a

=tb


This can be the case if and only if the vectors a and b are parallel.


If the vectors a and b are not linear dependent they are said to be linearly independent and in this case


a and b are not parallel vectors.
→ → → →
→ →
Thus, if a = AB , b = BC , then a and b are linearly dependent if and only if A, B, C lie in a straight line;
othewise they are linearly independent.
Engineering Mathematics – I 61

Properties of Multiplication of a Vector by a Scalar


(I) Associative Law
→ → →
If a is any vector and m, n are any scalars, then m( na ) = mn ( a )
→ →
. . →
Proof : If any one or more of m, n or a are zero, then m( na ) = mn ( a )[ . Each side = 0 ]


While if m ¹ 0, n ¹ 0, a ¹ 0 , then the following four cases arise :
(i) m > 0, n < 0 (ii) m < 0, n > 0
(iii) m > 0, n >0 (iv) m < 0, n < 0
Case (I) : When m > 0, n < 0
→ →
Let a be represented by the directed line segment AB .(fig .8)

Fig. 8
→ →
Since n < 0, take a point C on AB on the side of A opposite to that of B such that AC represents na
→ →
i.e.| AC | = |n| | AB |
→ →
Since m > 0, take point D on AB on the same side of A as C such AD represents m ( na )
→ → →
i.e. | AD | = m | AC |=m|n| AB |......[1]
Again, since m > 0, n < 0, so that mn < 0; take a point D¢ on AB on the side of A opposite to that of B such that

AD¢ represents |mn| a .
→ → → →
. .
i.e.,| AD′ | = |mn| | AB | = |m|n|| AB | = m |n| | AB | [ . |m|= m as m > 0]
→ →
\ | AD′ | = m |n| | AB | ......(2)
From (1) and (2), we get
→ →
| AD′ | = | AD |
→ →
which shows that D and D′ coincide, proving that m ( na ) = (mn) a
Proceeding on the same lines, the other three cases can be similarly proved.

(2) Distributive Law : If m, n are any scalars and a is any vector, then
→ →

(m + n) a = ma + na


Proof : If a = 0 or m, n are both zero, then
→ → →

(m + n) a = ma + na [ . .. Each side = 0 ]
→ →
But if a ¹ 0 , the following three cases arise :
(1) m + n > 0 (2) m + n = 0 and
(3) m + n < 0
Case - I . Here m + n > 0
The following sub-cases arise :
(i) m > 0, n > 0 (ii) m>0,n<0
and (iii) m < 0, n > 0

→
Let a be represented by the directed segment AB .
62 Engineering Mathematics – I

→ →
Since m + n > 0, take a point C on AB on the same side of A as B such that AC represents (m + n) a .
(fig. 9)

Fig. – 9
→ →
i.e. | AC | = (m + n) | AB | ..........(1)
→ →
Sub-case, (i) Since m > 0 , take a point D on the same side of A as B such that AB represent ma .
→ →
i.e. | AD | = m | AB | ..........(2)
→ →
Again since n > 0, take a point D¢ on the same side of A as B such that AD′ represents na .
→ →
i.e. | AD′ | = n | AB | ..........(3)
→ → →
Thus, ma + na is represented by AC′ (where C′ is on the same side of A as B) such that
→ → →
| AC′ | = | AD | + | AD′ |
→ →
= m | AB | + n | AB | [From (2) and (3)]
→ →
Þ | AC′ | = (m + n) | AB | ..........(4)
→ →
. From (1) and
. . (4), | AC′ | = | AC | , which shows that C and C¢ coincide, proving that
→ →

(m + n) a = ma + na
The other sub-cases of case (1) may be similarly proved.
Proceeding in the same way, we can prove the result for case 2 and case 3 also.
case 2 and 3 also.
→ →
3. If a and b are any two vectors and m is a scalar, then
→ → →

m( a + b ) = ma + mb .(fig.10)
Fig. – 10
Position Vector of a Point
Let O be any point called the origin of reference or simple the origin. Let P be any other point.
→
Then OP is called the position vector of the point P relative to the
point O.
Hence, with the choice of O as the origin of reference, a vector can
be associated to every point P and conversely.(fig .11)
Fig. – 11
Representation of a vector in terms of the position vectors of its end points :
→ →
Let A and B be two given points and a , b the position vectors of A, B
respectively relative to a point O as the origin of reference; so that (fig. 12)
→ → → →
OA = a and OB = b
\ From DOAB
→ → →
OA + AB = OB [By D law of addition] Fig. – 12
Engineering Mathematics – I 63
→ → → → →
Þ AB = OB – OA = b – a
→
Note : AB = Position vector B – Position vector A.
SECTION FORMULA :
→ →
Statement . If a and b are the position vectors of two points A and B, then the point C which divides
AB in the ratio m : n, where m and n are positive real numbers, has the position vector.
→ →
→ n a+ mb
c=
m+n → →
Proof : Let O be the origin of reference and let a and b be the position vectors of the given points A and B
so that (fig.13)
→ → → →
OA = a , OB = b
Let C divide AB in the ratio m : n
AC m
\ = ...............(i)
CB n
m
Hence is positive or negative according as C divides AB internally or externally. Fig. – 13
n →
We have to express the position vector OC of the point C in terms of those of A and B.
We re-write (1) as, nAC = mCB.
→ → → →
And obtain the vector equality n AC = m CB . Expressing the vectors AC and CB in terms of the position
vectors of the end points, we obtain
→ → → →
n( OC – OA ) = m ( OB – OC )
→ → →
Þ (m + n) OC = n OA +m OB
→ → → →
n OA + mOB n a + m b
→
Þ OC = =
m+ n m+ n
Mid-point formula : If C is the mid-point of AB. then m : n = 1 : 1
→ →
1⋅ a + 1⋅ b →
\ The position vector of c is given by OC =
→ →
2
→ a+ b
i.e. OC =
2


Hence the position vector of the mid point of the join of two points with position vectors, a and b is
→ →
a+ b 1 → →
or ( OA + OB )
2 2
Example – 1 : Prove that
→ → → → → → → → → →
(i) |→ →
a + b | £ | a |+| b | (ii) |a | – |b | £ |a –b | (iii) | a – b | £ | a | + | b |
Solution : (i) When A, B, C are not -collinear, draw a DABC such that, (fig.14)
→ → → →
a = AB and b = BC
→ → →
Then a + b = AC [By Addition Law]
\ AC < AB + BC (As sum of two sides is greater than the third side)
Fig. – 14
64 Engineering Mathematics – I

→ → →
\ | AC | < | AB | + | BC |
→ → → →
| a + b |<| a |+| b | .......(1)
→ → → → → → →
[ Q AB = a , BC = b and AC = a + b ]
When A, B and C are collinear, then, (fig.15)
→ → → →
a = AB , b = BC
→ → →
a + b = AC

Fig.– 15
Q AC = AB + BC
→ → →
\ | AC | = | AB | + | BC |
→ → → →
Þ | a + b | = | a |+| b |
Combining (1) and (2), we get
→ → → →
| a + b | £ | a |+| b |
→ → → → → → →
(ii) | a | = | a – b + b |= |( a – b )+ b |...............(1)
→ → → → → →
But | ( a – b ) + b | £ | a – b |+| b |................(2)
From (1) and (2), we get
→ → → →
|a |£|a –b|+|b|
→ → → →
| a | –| b | £ | a – b |
→ → → → → →
(iii) | a – b |= | a + (– b )| £ | a | +| – b |
→ →
But |– b | = | b |
→ → → →
\ | a – b | £ | a | + | b |.
Example – 2: Prove by vector method that the lines segment joining the middle points of any two sides of a
triangle is parallel to the third side and equal to half of it.
Solution : Let ABC be a triangle in which D and E are the mid-points of AB and AC respectively.
(fig.16)
→ → → 1 → 1 →
DE = DA + AE = 2 BA + 2 AC
A
1 → → 1 →
= ( BA + AC ) =
2 2 BC
\ DE || BC D E

→ 1 → 1 → 1
Also, DE = | DE | = BC = | BC | = BC
2 2 2 B C
D
1 Fig. – 16
Hence DE || BC and DE = BC.
2
Engineering Mathematics – I 65

Components of a Vector in Two Dimensions Y


Let XOY be the co-ordinate plane let P(x, y) P (x, y)
N
be a point in this plane. Join P. Draw
PM ^ OX, and PN ^ OY.(fig.17)
Let $i and $j be unit vectors along OX and OY. X
→ → O M
Then OM = x $i and ON = y $j . Fig. – 17
→ → →
OM and ON are called the vector components of OP along x-axis and y - axis respectively.

Thus the component of OP along x- axis is a vector x, whose magnitude is | x | and whose direction is along
OX and OX¢ according as x is positive or negative.

And, the component of OP along y - axis is a vector y, whose magnitude is | y | and whose direction is along
OY or OY¢ according as y is positive or negative.
→ → → → →
OP = OM + MP = OM + ON = x $i + y $j
Thus the position vector of the point P(x, y) is x $i + y $j
OP = OM2 + MP2 = x2 + y2
2

Þ OP = x2 + y2

\ | OP | = x 2 + y 2
Y
Components of a vector along the co-ordinate axes.
Q B
Let A(x1,y1) and B (x2, y2) be any two points in XOY plane. (x2, y2)
Draw AD ^ OX, (fig.18)
P F
BE ^ OX AF ^ BE, AP ^ OY and BQ ^ OY A
(x1, y1)
Clearly AF = (x2 – x1)
and PQ = FB = (y2 – y1) X
O D E
Let $i and $j be unit vectors along x-axis and y-axis respectively.
→ Fig. –18
Then AF = (x2 – x1) $i
→ →
and PQ = FB = (y2 – y1) $j
→ → →
Clearly AB = AF + FB = (x2 – x1) $i + (y2 – y1) $j Z P (x, y, z)

Then component of AB along x - axis = (x2 – x1) $i

And component of AB along y - axis = (y2 – y1) $j
z z
→
Also | AB | = AB = AF2 + FB2 = ( x 2 − x1 ) 2 + ( y 2 − y1 ) 2
o y
Components of Vector in three dimensions : Y
x
Let OX, OY and OZ be three mutually perpendicular lines, x
taken as co-ordinate axis. Then the planes XOY, YOZ and ZOX
y
are respectively known as XY plane, YZ plane and ZX plane. X
(fig.19) Fig. –19
Let P be any point in space. Then the distances of P from YZ- plane. ZX – plane and XY - plane are respectively
called x-cordinate, y-cordinate and z-cordinate of P and we write P as P(x, y, z)
Position Vector of Point in space :
Let P(x, y, z) be a point in space with reference to three co-ordinate axes. OX, OY and OZ. Though P draw
planes parallel to yz-plane zx-plane and xy-plane meeting the axes OX, OY and OZ at A, B and C respectively.
The OA = x, OB = y and OC = z
66 Engineering Mathematics – I

Let $i , $j , k$ be unit vector along OX, OY and OZ respectively. (fig. 20)


→ → →
Then OA = x $i , OB = y $j , OC = z k$ Z
→ → → → → →
Now OP = QP + QP = ( OA + AQ ) + QP C

→ → → LM → → → →
OP
$
N
( OA + OB + OC ) QAQ = OB and QP = OC
Q R
k$ $j
P
= x $i + y j + z k$ $i Y
O B
Thus, the position vector of a point
A Q
$
P (x, y, z) is the vector (x $i + y j + z k$ ) X
Fig.–20
Now OP2 = OQ2 + QP2 = (OA2 + AQ2) + QP2
= (OA2 + OB2 + OC2) = x2 + y2 + z2
OP = x2 + y2 + z2
→
| OP | = OP = x2 + y2 + z2

$
If a = a1 $i + a2 j + a3 k$ ,

|a |= a 12 + a 22 + a 23
→
Components of Vector : If OP is the position vector of a point P(x, y, z) in space, then
→ $ $j $
OP = x i + y + z k

The vectors x $i , y $j , z k$ are called the components of OP along x - axis y - axis and z-axis respectively.

ASSIGNMENTS
1. Show that the there points A(2, –1, 3), B (4, 3, 1) and C (3, 1, 2) are co-llinear.
2. Prove by vector method that the medians of a triangle are concurrent.
→ → → →
3. Find a unit vector in the direction of ( a + b ) where a = ˆi + ˆj − kˆ & b = ˆi − ˆj + 3kˆ .
Scalar or Dot Product
Definition :
→ → → →
The scalar product of two vectors a and b with magnitude a and b respectively, denoted by a × b , is defined
→ →
as the scalar ab cos q , where q is the angle between of a and b such that 0 £ q £ p .
→ →
Thus a . b = ab cos q.

Geometrical Meaning of Scalar Product


As we see in above figure that (fig.21)
→ → →
|OM| = |OB| cos q = | b | cos q = projection of b on a
→ →
\ a.b= | a | (| b | cos q)
→ → →
= modulus of a × projection of b on a which gives,
→ →
→ → a⋅ b
projection of b on a = →
|a| Fig. – 21
Engineering Mathematics – I 67

Similarly , if we drop a perpendicular from A on OB such that N is the foot of the perpendicular,
then (fig.22)
→ →
ON = projection of a on b and ON = OA cos q
→ → → → →
= | a | cos q = Now a . b = | b | (| a | cos q)
→ → →
= magnitude of b × projection of a on b which gives that
→ →
→ → a⋅ b
projection of a on b = → Fig. – 22
| b|
Thus we can conclude that
(i) The dot product of two vectors is equal to the magnitude of one vector multiplied by the projection of
the other on it.
(ii) The (scalar) projection of one vector on another.
Dot product of vectors
=
Magnitude of the vector on which the projection is taken.
3. Commutative and distributive Properties of Scalar Product :
1. Scalar product of two vectors obeys commutative law i.e.,
→ → → →
a ⋅ b = b⋅ a
2. Scalar product obeys distributive law i.e.
→ → → → → → →
a⋅ ( b+ c ) = a⋅ b+ a⋅ c
Other properties of scalar product : Apart from commutative and distributive properties.
Scalar product has some ther properties as follow :
→ → →
1. a ⋅ a =| a |2 Þ $i ⋅ $i = $j ⋅ $j = k$ ⋅ k$ = 1
→ →
→ →
2. a . b = 0 Þ a is ^ to b .
Hence $i ⋅ $j = $j ⋅ k$ = k$ ⋅ $i = 0 and $j ⋅ $i = k$ ⋅ $j = $i ⋅ k$ = 0
3. Scalar product in terms of components :
→ →
If a = a1 $i +a2 $j +a3 k$ and b = b1 $i +b2 $j +b3 k$
→ →
then a . b = a1b1 + a2b2 + a3b3.
→ →


a⋅ b
4. Angle between two non-zero vectors a and b is given by cos q = = a$ ⋅ b$
ab
a 1b1 + a 2 b 2 + a 3 b 3
In terms of components cos q =
a 12 + a 22 + a 23 b12 + b 22 + b 23
→ → → →
→ → a⋅ b → → → a⋅ b
a , b$ and projection of b on a is

Projection of a on b is → →
| a | a$ . b
5. =
| b|
→ → → → → → → → → → → →
6. | a + b |2 = | a |2 + | b |2 +2 a . b or ( a + b )2 = a 2 + b 2 + 2 a . b
→ → → → → → → → → → → →
7. | a – b |2 = | a |2 + | b |2 – 2 a . b or ( a – b )2 = a 2 + b 2 – 2 a . b
→ → → → → → → → → → →

8. ( a + b ) . ( a – b ) = | a |2 – | b |2 or ( a + b ) . ( a – b ) = a 2 – b 2
68 Engineering Mathematics – I

→ → → →
Components of a Vector r along and perpendicular to a given Vector a in the Plane of a and r .
F a⋅ r I → →

The resolved part of r in the direction of a = GG



JJ a
→ →

H a⋅ a K → →

F r⋅ a I → →

The resolved part of r is perpendicular to a is GG JJ a →

H a⋅ a K → →

Example –1: Find the scalar and vector projections of i$ − $j − k$ on i$ + $j + 3k$


→ →
Solution : Given a = $i − $j − k$ and b = 3$i − $j − 3k$
→ →

Scalar projection of a on b = ⋅
a b → →


b

=
e$i − $j − k$ je3$i + $j + 3k$ j =
3−1− 3
=
−1
32 + 12 + 32 19 19
F a⋅ b I b → → →

Vector Projection of a on b = GG JJ ⋅
→ →

H |b | K |b | → →

=G
F −1 IJ ⋅ FG 3$i + j + 3k$ IJ
H 19 K H 3 + 1 + 3 K2 2 2

−1 F 3$i + $j + 3k$ I F 3 $i + $j + 3k$ I


= G 19 JK GH 19 19 19 JK
19 H
= −

ASSIGNMENTS
→ → → → → →
1. a , b, c are there rutually perpendicular vectors of the same magnitude prove that (a + b + c) is equally
→ → →
inclined in the vectors a , b & c .
→ → → →
2. Find the scalar and vector projection of a on b where a = ˆi − ˆj − kˆ and b = ˆi + ˆj + 3kˆ
→ →
3. Find the angle between the vector a = −ˆi + ˆj − 2kˆ & b = ˆi + 2ˆj − kˆ

Vector Product or Cross Product


→ → → → → → → →
The vector product of two vectors a and b denoted by a × b is defined as the vector a × b = | a | | b |
→ → → → →
sinq . n$ where n$ is the unit vector perpendicular to both a and b and q is the angle from a and b such that a

and b and n$ are the right handed system.
Angle between two vectors :
→ → → →
Let q be the angle between a and b . The a × b = (ab sinq) n$ ,
Engineering Mathematics – I 69
→ →
where | a | = a and b = b
→ →
\ | a × b | = (ab sinq) | n$ | = ab sinq
[ Q | n$ | = 1]
→ →
ab sinq = | a × b |
→ →
→ → | a × b|
sinq = | a × b | = → →
ab | a || b |
R|| a × b |U|
→ →

q = sin–1 S| V|
→ →
T | a || b | W
Unit vector perpendicular to two vectors :
→ → → →
Clearly ( a × b ) is a vector, perpendicular to each one of the vector a and b , so a unit vector n$ perpendicular
→ →
→ → a× b
to each one of the vector a and b is given by n$ = → →
| a × b|
Properties of vector product :
(i) Vector product is not commutative
→ → → →
i.e. a × b ¹ b × a
→ → → → → →
(ii) For any vecrors a and b i.e. ( a × b ) = – ( b × a )
→ → → → → →
(iii) For any scalar m prove that (m a ) × b Þ m( a × b ) = a × (m b )
→ → → → → → → → → →
(iv) For any vectors a , b , c present a × ( b + c ) = ( a × b ) + ( a × c )
→ → → → → → → → → →
(v) For any three vectors a , b , c a × ( b – c ) = ( a × b ) – ( a × c )
(vi) The vector product of two parallel or collinear vectors is zero.
→ → → →
(vii) For any vector a is a × a = 0
→ → → → → → → → →
(viii) If a × b = 0 , then a = 0 or b = 0 or a and b are the parallel or collinear.
→ →
(ix) If the vectors a and b are parallel (or collinear) then q = 0 or 180°, sinq = 0
Vector product of orthonomal Triad of unit vectors : Z
$ $
Vector products of unit vectors $i , j , k from k$
a right-handed system of mutually perpendicular vectors. (fig.23) k$ $j
$i × $j = k$ = – $j × $i
$j × k$ = $ = – k$ × j $i Y
i O $j $i
$k × $ = j = – $ × k$ X Fig.–23
i i
Geometrical Interpretation of Vector Product or Cross Product
→ → → →
Let OA = a and OB = b
→ → → →
Then a × b = (| a | | b | sin q) n$
→ → →
= | a |(| b | sin q) n$ = | a | |BM| n$
→ → →
Now | a × b | = | a | |BM|
→ →
= Area of the parallelogram with sides a and b . (fig 24) Fig. –24
70 Engineering Mathematics – I
→ → → →
Therefore, a × b is a vector whose magnitude is equal to area of the parallelogram with sides a and b .
1 → →
From this it can be concluded that Area of DABC = | AB × AC| .
2
Example – 1: Find the area of parallelogram whose adjacent sides are determined by the vectors.
→ →
a = $i + 2 $j + 3 k$ and b = 3 $i – 2 $j + k$
$i $j k$
→ → 1 2 3
Solution : We have a × b = = (8 $i – 10 $j + 4 k$ )
−3 −2 1
→ →
\ Required area = | a × b |
= 82 + ( −10) 2 + 4 2 = 180 = 6 5 sq. units
Example – 2: Find the area of a parallelogram whose diagonals are determined by the vectors.

a = 3 $i + $j – 2 k$ and b = $i – 3 $j + 4 k$

$i $j k$
→ → 3 1 −2
Solution : We have a × b = = (–2 $i – 14 $j – 10 k$ )
1 −3 4
1 → →
\ Required area = 2 | a × b |
1 1
= 2 ( −2) 2 + ( −14) 2 + ( −10) 2 = 2 300 = 5 3 sq. units.

ASSIGNMENTS
→ →
1. Find the area of the triangle whose adjacant sides are a = ˆi + 2ˆj + 3kˆ & b = −3iˆ − 2ˆj + kˆ
→ →
2. Find a unit vector perpendicular to both the vector a = 2iˆ + ˆj − kˆ & b = 3iˆ − ˆj + 3kˆ
→ →
3. Find the angle between the vectors a = 2iˆ − ˆj + 3kˆ & b = ˆi + 3jˆ + 2kˆ

r ] r

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy