Sa Maths 1a Formule
Sa Maths 1a Formule
Intermediate I year
Mathematics 1A IMP FORMULE
Functions
1.
Mathematical Induction
2.
Matrices
3.
Addition Of Vectors
4.
Product Of Vectors
5.
Trigonometric Ratios Upto Transformations
6.
Trigonometric Equations
7.
Inverse Trigonometric Functions
8.
Hyperbolic Functions
9.
Properties Of Triangles
10.
1
1.FUNCTIONS
1. Function: Let A and B be non- empty sets and f be a relation from A to B. If for each element a A
, there exists a unique b B such that ( a, b ) f , then f is called a function or mapping from A to B
(or A into B). It is denoted by f : A → B . The set A is called the domain of f and B is called the
co-domain of f.
2. IMAGE AND PRE-IMAGE: If f : A → B is a function and if f (a) = b , then b is called the image of
a under f or the f-image of a. The element a is called a pre-image or an inverse image of b under f and
is denoted by f −1 (b) .
3. RANGE: If f : A → B is a function, then f ( A) , the set of all f-images in A, is called the range of f.
f ( A) = f (a) / a A = b B / b = f (a) forsomea A
TYPES OF FUNCTIONS
4. ONE-ONE FUNCTION Or INJECTION: A function f : A → B is called an one-one function if
distinct elements of A have distinct f-image in B.
NOTE: f : A → B is an injection a1 , a2 A and a1 a2 implies that f (a1 ) f (a2 )
a1 , a2 A and f (a1 ) = f (a2 ) implies that a1 = a2 .
5. ONTO FUNCTION Or SURJECTION: A function f : A → B is called a surjection if the range of f is
equal to the co-domain of f.
NOTE: f : A → B is surjection range f = f ( A) = B ( co – domain )
for every b B there exists at least one a A
such that f (a) = b .
6. BIJECTION: if f : A → B is both an injection and a surjection then f is said to be a bijection or
one-to-one from A onto B.
NOTE: f : A → B is bijection f is both injection and surjection
(i) a1 , a2 A and f (a1 ) = f (a2 ) implies that a1 = a2
(ii) for every b B there exists at least one a A
such that f (a) = b .
7. Equality of Functions: Two functions f,g are said to be equal, f = g , if
(i) f,g have the same domain
(ii) a A, f (a) = g (a) ( i.e. the functional values are equal )
8. Constant Function: A function f : A → B is said to be a constant function, if the image of f
contains one and only one element. i.e. f ( x) = cx A .
2
11.Composite function: f : A → B, g : B → C , then the relation ( a, g ( f (a) ) ) / a A is called
composite of g with f and is denoted as gof .
12.Even and Odd functions:
(i) A function f is said to be an even function if f (− x) = f ( x) , x A
(ii) A function f is said to be an odd function if f (− x) = − f ( x) , x A
13.Hints to find the domains of real functions
(i) If the function is of the form f ( x) then its domain is x / f ( x) 0
2.Mathematical induction
1. Steps to prove a statement using the principle of finite mathematical induction:
(i) Basis of induction : Show that P (1) is true. (LHS of P (1) = RHS of P (1))
(ii) Inductive hypothesis : For k 1 , assume that p(k) is true
(iii) Inductive step : Show that P(k+1) is true on the basis of the inductive
hypothesis.
2. The sequence of A.P: The nth term tn of the Arithmetic Progression a, a+d, a+2d, …a, a+d, a+2d, … is
given by tn =,a+(n–1) d
n −1
3. The sequence of G.P: The nth term tn of the geometric progression a, ar, ar2, ar3, …, is tn = ar .
3
4. If Sn denotes the sum up to n terms of A.P.: a, a+d, a+2d, …a, a+d, a+2d, … then
n
sn = 2a + ( n − 1) d
2
5. 1 + 2 + 3 + ....... + n = n(n + 1)
2
n ( n + 1)( 2n + 1)
6. 1 + 2 + 3 + ..... + n =
2 2 2 2
6
n 2 ( n + 1)
2
7. 13 + 23 + 33 + ..... + n3 =
4
8. Sum of the first n odd natural numbers: 1 + 3 + 5.......... = n2
9. Sum of the first n even natural numbers: 2 + 4 + 6........... = n(n + 1)
3.MATRICES
▪ The horizontal lines of elements are said to constitute the rows of the matrix and the vertical
lines of elements are said to constitute the columns of the matrix.
▪ Matrices are generally enclosed by brackets like ( ) , , ,..........etc
▪
We denote matrices by capital letters A, B, C, ……..
1 5 7
C = 8 4 5
1 2 1 −3 5
Ex: A = [ ] B=[ ]
3 4 6 4 5
−1 5 3
2. Order of a matrix: A matrix having m rows and n columns is said to be of order m x n read as
m cross n (or) m by n.
Examples:
2 6
(i) A=[ ] is a matrix of order 2 x 2
3 −5
4
57 25
(ii) B = [14 35] is a matrix of order 3 x 2
68 48
2 1 6
(iii) C=[ ] is a matrix of order 2 x 3
4 85 6
1 2 3
(iv) D = [ 7 5 3] is a matrix of order 3 x 3
−2 5 9
3. Compact form of a matrix: In compact form the matrices are generally
TYPES OF MATRICES:
4. Square matrix: A matrix in which the number of rows is equal to the number of columns is
called a square matrix.
Examples:
(i) [3] is a square matrix of order 1
1 −1
(ii) [ ] is a square matrix of order 2
0 4
5 0 −1
(iii) [6 4 1 ] is a square matrix of order 3
2 3 0
5. Rectangular matrix: A matrix in which the number of rows is not equal to the number
of columns is called a rectangular matrix.
Examples:
5 3 1
(i) [ ] is a rectangular matrix of order 2 x 3
2 0 4
5 2
(ii) [1 4] is a rectangular matrix of order 3 x 2
5 8
6. Trace of a matrix: The sum of the elements of the principal diagonal of a square matrix A is
called the trace of the matrix A. and it is denoted by Tr (A).
1 3 −5
Ex: If A = [2 −1 5 ], then Tr (A) = 1 + (-1 ) + 1 = 1.
2 0 1
7. Diagonal matrix: If each non diagonal element of a square matrix is equal to zero then
the matrix is called a diagonal matrix.
5
4 0 0
1 0
Ex: [ ], [0 −5 0] are diagonal matrices
0 3
0 0 2
8. Scalar matrix: If each non-diagonal element of a square matrix is zero and all diagonal
element are equal to each other, then it is called a scalar matrix.
−1 0 0
Ex: [2 0], [ 0 −1 0 ] are scalar matrices
0 2
0 0 −1
9. Unit matrix or Identity matrix: If each non diagonal element of a square matrix is equal to
zero and each diagonal element is equal to one then that matrix is called a unit matrix or identity
matrix.
0 0 0 0 0
Ex: O2 = , O3 = [ 0 0 0] are null matrices
0 0 0 0 0
11.Row matrix and Column matrix: A matrix with only one row is called a Row matrix (or row
vector) and matrix with only one column is called a Column matrix (or column vector).
Ex:
(i) [1 3 5] is a row matrix of order 1 x 3
8
(ii) [6] is a column matrix of order 3 x 1
9
Examples:
6
5 2 3
1 2
(i) [ ], [0 14 6] are upper triangular matrices
0 3
0 0 5
4 0 0
1 0
(ii) [ ], [2 5 0] are lower triangular matrices
2 3
7 9 5
13.Equality of matrices: Matrices A and B are said to be equal, if A and B are of same order and
the corresponding elements of A and B are the same
14.Sum of two matrices: Let A and B be matrices of same order, then the sum of A and B, denoted
by A+B, is defined as the matrix of the same order in which each element is the sum of the
corresponding elements of A and B
15.Properties of Addition of matrices:
16.Scalar multiple of a matrix: Let A be a matrix of order mxn and k be a scalar (i.e., real complex
number), then the mxn matrix obtained by multiplying each element of A by K, is called a scalar
multiple of A and it is denoted by kA.
17.Multiplication of matrices: We say that matrices A and B are Conformable for multiplication
19.Additive inverse of A is -A
1 1
Ex: If A = [1 −5 2], then 𝐴′ = [−5 6] .
1 6 4
2 4
22.Properties of transpose of matrices: For any two matrices A, B of SUITABLE orders,
we have
i) (A’)’ = A
ii) (kA)’ = kA’
8
a11 a12 a13
23.Minor of an element: Consider a square matrix a21 a22
a23
a a33
31 a32
The minor of an element in this matrix is defined as the determinant of the 2x2 matrix, obtained after
deleting the row and column in which the element is present.
24.Cofactor of an element: The cofactor of an element in the ith row and the jth column of a
3x3 matrix is defined as its minor multiplied by (-1 )i+j .
Ex:
2 −1 4
(i) Find the minors of -1 and 3 in the matrix [ 0 −2 5].
−3 1 3
0 5
Sol) Minor of -1 is | | = 0.3 – (-3).5 = 15
−3 3
2 −1
Minor of 3 is | | = 2.(-2) – 0.(-1) = -4
0 −2
−1 0 5
(ii) Find the cofactors of the elements 2, -5 in the matrix [ 1 2 −2] .
−4 −5 3
−1 5
i.e. (−1)2+2 | | = (-1).3 – (-4).5 = -3 + 20 = 17
−4 3
−1 5
Cofactor of -5 is (−1)3+2 | | = - [(−1). (−2) − 1.5]
−4 3
= - ( 2-5 ) = 3
25.Singular and Non-singular matrices:
A square matrix A is said to be singular if det A = 0.
A square matrix A is said to be non – singular if det A ≠ 0.
Note:
(i) The rank of a null matrix is zero
(ii) If A is a non-zero matrix of order 3, then the rank of A is
a) 1 if every 2x2 sub matrix is singular.
b) 2 if A is singular and at least one of its 2x2 sub matrices is non-singular.
c) 3 if A is non –singular.
33.Elementary Transformations: The following transformations are known as elementary
transformations on a matrix.
(iii)Addition to the elements of a row (or column), the corresponding elements of another row (or
column) multiplied by any non-zero number.
a2x+b2y+c2z = d2
a3x+b3y+c3z = d3 has
(i) a unique solution if rank(A) = rank [ AD] = 3.
(ii) infinitely many solutions if rank (A) = rank [AD] < 3.
(iii) no solution if rank (A) rank [AD].
36.Homogeneous system of equations
a1x+b1y+c1z = d1
a2x+b2y+c2z = d2
a3x+b3y+c3z = d3 has
(i) Trivial solution x = y =z =0 only if rank (A) = 3.
10
(ii) infinitely many non-trivial solutions if rank (A) < 3.
38.Properties of determinants:
(i) If each element of a row (or column) of a square matrix is zero
then the determinant of that matrix is zero
(ii) If two rows (or columns) of a square matrix are interchanged, then the sign of the determinant
changes.
(iii) If each element of a row (or column) of a square matrix is multiplied by a number K, then the
determinant of the matrix obtained is k times the determinant of the given matrix.
(iv) If A is square matrix of order 3 and k is a scalar, then | | = k3| |
(v) If two rows (or columns) of a square matrix are identical, then the determinant of that matrix
is zero
(vi) If the corresponding elements of two rows (or columns) of a square matrix are in the same
ratio, then the determinant of that matrix is zero.
(vii) IF each element in a row (or column) of a square matrix is the sum of two numbers, then its
determinant can be expressed as the sum of the determinants of two square matrices.
(viii) If each element of a row (or column) of a square matrix is multiplied by k and added to the
corresponding element of another row (or column) of the matrix, then the determinant of the
resultantly matrix is equal to the determinant of the given matrix.
(ix) The sum of the product of the elements of a row (or column) with the cofactors of the
corresponding elements of another row (or column) of a square matrix is zero.
(x) If the elements of a square matrix are polynomials in x and its determinant is zero when x =
a then x – a is a factor of the determinant of the matrix
(xiv) If A is a triangular matrix (upper or lower), then the determinant of A is the product of the
diagonal elements.
11
4.Addition Of Vectors
1. Vector: A line segment with a specified magnitude and direction is called a vector
2. Zero vector: The zero vector, denoted by 0, is the collection of PP, where P is any point in the
space
3. Position vector (PV): Consider a three dimensional rectangular coordinate system OX, OY, OZ
and a point P in the space having coordinates (x,y,z) with respect to the origin O(0,0,0) . Then the
vector OP Having O and P as its initial and terminal points respectively, is called the position vector
of the point P with respect O. This is denoted by r
4. Unit vector: A vector whose magnitude is unity ( i.e. 1 unit ) is called a unit vector. It is
represented by e
The unit vector in the direction of a given vector a is denoted by 𝑎̂.
𝑎
5. The unit vector in the direction of the non-zero vector a is 𝑎̂ = |𝑎|
.
a+b
6. The unit vector in the direction of the sum of the vectors a and b is .
a+b
7. Equal vectors: Two vectors a and b are said to be equal and written as a = b, if they have same
magnitude and direction, regardless of the positions of their initial points
8. Collinear vectors: Two or more vectors are said to be collinear, if they are parallel to the same
line, irrespective of their magnitudes and direction. Such vectors have the same support or parallel
support
9. Like and Unlike vectors: Two vectors are called like or unlike vectors according they have the
same direction or opposite direction
10. Negative of a vector: Let a be a vector. The vector having the same magnitude as a but having
the opposite direction is called the negative vector of a and is denoted by -a
Note: if a = AB then -a = AB
11. Coplanar vectors & non-coplanar vectors: vectors whose supports are in the same plane or
parallel the same plane are called coplanar vectors. Vectors which are not coplanar are called non-
coplanar vectors
5.Product of vectors
Scalar product or Dot product:
1. a.b = a b cos
a.b
2. cos =
a b
3. a.b = b.a
4. a.a = a 2 = a
2
5. a.b = 0
13
6. i. j = 0, j.k = 0, k.i = 0
7. i.i = 1, j. j = 1, k.k = 1
8. If a = a1i + a2 j + a3k , b = bi1 + b2 j + b3k then a.b = a1a2 + bb
1 2 + c1c2
(a.b)a
9. Projection vector of b on a is 2
a
a.b
10.Length of Projection vector of b on a is
a
(a.b)a
11.Component of b perpendicular to a is b − 2
a
Vector product or Cross product:
12. a b = a b sin nˆ
ab ab
13. sin = ; nˆ =
a b ab
ab
14.A vector of magnitude K perpendicular to both a and b is k
ab
15. a b b a but a b = −b a
16. a a = 0
17.a, b are parallel a b = 0
18. i i = 0, j j = 0, k k = 0
19. i j = k , j k = i, k i = j
i j k
20.If a = a1i + a2 j + a3k , b = bi1 + b2 j + b3k are two vectors then a b = a1 a2 a3
b1 b2 b3
21.Area of the parallelogram with adjacent sides a, b is a b
1
22.Area of the parallelogram with diagonals d1, d2 is d d
2 1 2
1
23.Area of the quadrilateral with diagonals AC, BD is AC BD
2
1
24.Area of ∆𝐴𝐵𝐶 is AB AC .
2
25.The vector equation of the plane in the normal form is r.nˆ = p , where n̂ is the unit normal from the
origin to the plane and p is the perpendicular distance from the origin to the plane
26.The vector equation of the plane passing through the point A(a) and perpendicular to n is
(r − a).n = 0 .
n1.n2
27.The angle 𝜃 between the planes r.n1 = p1 and r.n2 = p2 is = cos−1 .
n1 n2
28.The scalar triple product of the vectors a, b, c is (a b).c or a.(b c) and it is denoted by a, b, c .
29.The volume of the parallelepiped whose coterminous edges a, b, c is a, b, c
14
a1 a2 a3
30.If a = a1i + a2 j + a3k , b = b1i + b2 j + b3k , c = c1i + c2 j + c3k then a, b, c = b1 b2 b3 .
c1 c2 c3
1
31.The volume of the tetrahedron with a, b, c as its coterminous edges is V = a, b, c
6
1
32.The volume of the tetrahedron ABCD is V = ABACAD
6
33.Three vectors a, b, c are coplanar a, b, c = 0
34.Three vectors a, b, c are non-coplanar a, b, c 0
a − c.b d
35.The shortest distance between the skew lines r = a + tb and r = c + sd is .
bd
36. (a b) c = (a.c)b − (b.c)a
37. a (b c) = (a.c)b − (a.b)c
38.The scalar product of four vectors a, b, c, d is (a b).(c d ) = (a.c)(b.d ) − (b.c)(a.d ) .
39.The vector equation of the plane passing through the point A(a) and parallel to the non collinear
vectors b and c is r b c = a b c
40.The vector equation of the plane passing through the point A(a), B(b) and parallel to the vector c is
r b c + r c a = a b c
41.The vector equation of the plane passing through three non collinear points A(a), B(b), C(c) is
r b c + r c a + r a b = a b c
42.The vector equation of the plane containing the line r = a + tb, t R and perpendicular to the plane
r.c = q is r b c = a b c .
In a right angled triangle, 𝜽 is the accute angle, then we define the six trigonometric ratios of 𝜽
as follows
15
Relations between trigonometric ratios
1 1
1. sin = ;cos ec = ;sin cos ec = 1
cos ec sin
1 1
2. cos = ;sec = ;cos sec = 1
sec cos
1 1
3. tan = ;cot = ; tan cot = 1
cot tan
sin cos
4. tan = ;cot =
cos sin
1 1
5. cos ec − cot = ;cos ec + cot = ;(cos ec − cot )(cos ec + cot ) = 1
cos ec + cot cos ec − cot
1 1
6. sec − tan = ;sec + tan = ;(sec − tan )(sec + tan ) = 1
sec + tan sec − tan
7. sin 2 + cos2 = 1
(i) sin 2 = 1 − cos2
(ii) sin = 1 − cos2
(iii) cos2 = 1 − sin 2
(iv) cos = 1 − sin 2
8. cos ec2 − cot 2 = 1
(i) cos ec2 = 1 + cot 2
16
(ii) cos ec = 1 + cot 2
(iii) cot 2 = cos ec2 −1
(iv) cot = cos ec2 −1
9. sec2 − tan 2 = 1
(i) sec2 = 1 + tan 2
(ii) sec = 1 + tan 2
(iii) tan 2 = sec2 − 1
(iv) tan = sec2 −1
Note :
1. In Q1 , all the six trigonometric ratios are positive
2. In Q2 , sin ,cosec are positive and the other ratios are negative
3. In Q3 , tan ,cot are positive and the other ratios are negative
4. In Q4 , cos ,sec are positive and the other ratios are negative
17
Note :
• For even angles (180,360) , there no change in trigonometric ratios.
• For an odd angles (90, 270) , the change in the trigonometric ratio is as indicated
below.
sin cos ,tan cot ,sec cosec
18
1. Periodic Function:
Any non-constant function f : R → R is said to be periodic, if there exists a real number p 0 such
that f ( x + p) = f ( x) for each x R . The least positive value of p with this property is called the
period of f
19
3 −1
24. sin15 = cos 75 =
2 2
3 +1
25. cos15 = sin 75 =
2 2
26. tan15 = cot 75 = 2 − 3
27. cot15 = tan 75 = 2 + 3
3 +1
28. sin105 = sin 75 =
2 2
( 3 − 1)
29. cos105 = − cos 75 = −
2 2
30. tan105 = − tan 75 = −(2 + 3)
31. cot105 = − cot 75 = −(2 − 3)
5 −1
32. sin18 = cos 72 =
4
10 + 2 5
33. cos18 = sin 72 =
4
10 − 2 5
34. sin 36 = cos54 =
4
5 +1
35. cos 36 = sin 54 =
4
1 − tan cos − sin
36. tan( − ) = =
4 1 + tan cos + sin
1 + tan cos + sin
37. tan( + ) = =
4 1 − tan cos − sin
38.Multiple and Sub multiple angles:
If A is an angle then the integral multiples 2A,3A,4A, …….. are multiple angles of A. and the
1 1 1
multiples of A by fractions like , , ,........ are called sub multiple angles of A
2 3 4
S.No Multiple angles Sub multiple angles
1. sin 2 A = 2sin A cos A sin A = 2sin
A
cos
A
2 tan A 2 2
=
1 + tan 2 A 2 tan
A
= 2
2 A
1 + tan
2
2. cos 2 A = cos2 A − sin 2 A A
cos A = cos2 − sin 2
A
2cos2 A − 1 2 2
A
1 − 2sin 2 A = 2 cos2 − 1
2
1 − tan 2 A
A
1 + tan 2 A = 1 − 2sin 2
2
20
A
1 − tan 2
= 2
A
1 + tan 2
2
3. cot 2 A − 1 A
cot 2 − 1
cot 2 A =
2 cot cot A = 2
2 cot A
2
4. Tan2 A =
2 tan A
2 tan
A
1 − tan 2 A TanA = 2
A
1 − tan 2
2
5. sin3A = 3sin A − 4sin3 A A
sin A = 3sin − 4sin 3
A
3 3
6. cos3A = 4cos3 A − 3cos A A
cos A = 4cos3 − 3cos
A
3 3
7. 3 tan A − tan 3 A A
3tan − tan 3
A
tan 3 A =
1 − 3 tan 2 A tan A = 3 3
2 A
1 − 3tan
3
8. 3cot A − cot 3 A A
3cot − cot 3
A
cot 3 A =
1 − 3cot 2 A cot A = 3 3
A
1 − 3cot 2
3
9. 1 − cos 2 A A 1 − cos A A 1 − cos A
sin A = sin = sin 2 =
2 2 2 2 2
1 − cos 2 A
sin 2 A =
2
21
42. 2sin A sin B = cos( A − B) − cos( A + B)
C+D C−D
43. sin C + sin D = 2sin cos
2 2
C+D C−D
44. sin C − sin D = 2 cos sin
2 2
C+D C−D
45. cos C + cos D = 2 cos cos
2 2
C+D C−D C + D D −C
46. cos C − cos D = −2sin sin = 2sin sin .
2 2 2 2
7.TRIGONOMEREIC EQUATIONS
Trigonometric Equation:
An equation consisting of the trigonometric functions of a variable R is called a Trigonometric
Equation.
Examples:
1
(i) sin =
2
(ii) Tan = 3
2
1. sin = 0 = n , n Z
2. cos = 0 = (2n + 1) , n Z
2
22
3. tan = 0 = n , n Z
6. tan = tan = n + , n Z
7. sin 2 = sin 2 = n , n Z
8. cos2 = cos2 = n , n Z
9. tan 2 = tan 2 = n , n Z
4. sin −1 (− x) = − sin −1 x
5. cos−1 (− x) = − cos−1 x
6. tan −1 (− x) = − tan −1 x
7. cot −1 (− x) = − cot −1 x
8. sin −1 x + cos−1 x =
2
9. tan −1 x + cot −1 x =
2
10. sec−1 x + cos ec −1 x =
2
1
11. sin −1 x = cos ec −1
x
23
1
12. cos −1 x = sec−1
x
1
13. cot −1 x = tan −1 if x 0
x
1
14. cot −1 x = + tan −1 if x 0
x
x+ y
Tan-1 , ifxy 1
1 − xy
x+ y
+ , ifxy 1, x 0, x 0
−1 −1
17. tan x + tan y = tan −1
1 − xy
tan −1 x + y − , ifxy 1, x 0, x 0
1 − xy
x− y
18. tan −1 x − tan −1 y = tan − 1
1 + xy
19. 2sin −1 x = sin −1 (2 x 1 − x2 )
20. 2cos−1 x = cos −1 ( 2 x 2 − 1)
9.Hyperbolic functions
e x − e− x
1. sinh x =
2
e + e− x
x
2. cosh x =
2
e − e− x
x
3. tanh x = x − x
e +e
1
4. cos echx = x − x
e −e
24
1
5. sech x =
e + e− x
x
e x + e− x
6. coth x = x − x
e −e
(
7. sinh −1 x = log x + x 2 + 1 )
8. cosh −1 x = log ( x + x −1)
2
1+ x
9. tanh −1 x = log
1
2 1 − x
x +1
10. coth −1 x = log
1
2 x − 1
1 + 1 − x2
11. sech −1 x = log
x
1 1 + x2
12. cos ec h −1 x = log
x
13. sinh 2 x = 2sinh x cosh x
14. cosh 2x = cosh 2 x + sinh 2 x
Hyperbolic Identities:
15. cosh 2 x − sinh 2 x = 1
16. sech 2 x + tanh 2 x = 1
17. coth 2 x − cos ec h 2 x = 1
10.Properties of triangles
a+b+c
1. S = 2S = a + b + c , S is the perimeter of ABC and a, b, c are sides if a ABC
2
2. = s(s − a)(s − b)(s − c) , is the Area of the triangle
abc abc
3. = R= , R is the circum-radius
4R 4
1 1 1
4. = bc sin A = ca sin B = ab sin C , A, B, C are angles of a triangle
2 2 2
5. = 2R sin A sin B sin C
2
25
a 2 + b2 − c 2
cos C = c 2 = a 2 + b 2 − 2ab cos C
2ab
9. Projection rules: a = b cos C + c cos B; b = c cos A + a cos C; c = a cos B + b cos A
10. Tangent rule or Napiers analogy:
A− B a −b C
tan = cot
2 a+b 2
B −C b−c A
tan = cot
2 b+c 2
C − A c−a B
tan = cot
2 c+a 2
Half-angle formulae:
A ( s − a)( s − b)
11. sin =
2 bc
B ( s − c)(s − a)
12. sin =
2 ca
C ( s − a)( s − b)
13. sin =
2 ab
A s( s − a)
14. cos =
2 bc
B s ( s − b)
15. cos =
2 ca
C s( s − c)
16. cos =
2 ab
A ( s − b)( s − c) (s − b)(s − c)
17. tan = = =
2 s( s − a) s( s − a)
B ( s − c)( s − a) ( S − c)( S − a)
18. tan = = =
2 s ( s − b) S ( S − b)
C ( s − a)( s − b) ( S − a)( S − b)
19. tan = = =
2 s ( s − c) S ( S − c)
A s(s − a) B S ( S − b) C S ( S − c)
20. cot = , C ot = , C ot =
2 2 2
2
21. Sin A = S ( S − a)( S − b)( S − c)
bc
2
22. Sin B = S ( S − a)( S − b)( S − c)
ca
2
23. Sin C = S ( S − a)( S − b)( S − c)
ab
24. In circle: The circle that touches the three sides of ABC internally is called the Incircle
or inscribed circle of the triangle. The centre and radius of this incircle are called incentre and
inradius, denoted by I and r respectively.
26
25. In centre: The point of concurrence of the internal bisectors of a triangle is called the
Incentre of ABC .
26. Excircle: The circle that touches the sides BC internally and other two sides AB and AC
externally, is called the excircle or escribed circle opposite to angle A.
27. Excentre: The centre and radius of the circle opposite to angle A are called excentre and
exradius denoted by I1 and r1 respectively. Similarly r2 , r2 and I 2 , I3 .
A B C
28. r = = 4 R sin sin sin
s 2 2 2
A B C
29. r1 = = 4 R sin cos cos
s−a 2 2 2
A B C
30. r2 = = 4 R cos sin cos
s −b 2 2 2
A B C
31. r3 = = 4 R cos cos sin
s−c 2 2 2
1 1 1 1
32. = + + .
r r1 r2 r3
27