Applied Math Formulae and Basic Concepts (XII)
Applied Math Formulae and Basic Concepts (XII)
(d) If an inlet pipe can fill a tank in 𝑥 hours and an outlet pipe can empty a tank in 𝑦
1 𝑦𝑥
hours (𝑥 > 𝑦), then time taken to empty the whole tank = 1 1 =
( − ) 𝑥−𝑦
𝑦 𝑥
(e) If two inlet pipes take 𝑥 and 𝑦 hours respectively to fill the tank and the third outlet
pipe takes 𝑧 hours to empty the tank and all three of them are opened together, then
1 𝑥𝑦𝑧
time taken to fill the whole tank = 1 1 1 =
(𝑥+𝑦−𝑧) 𝑦𝑧+𝑧𝑥−𝑥𝑦
8. Numerical Inequalities:
If 𝑎, 𝑏, 𝑐 are real numbers, then
(a) If 𝑎 > 𝑏 and 𝑏 > 𝑐 then 𝑎 > 𝑐
(b) If 𝑎 < 𝑏 and 𝑏 < 𝑐 then 𝑎 < 𝑐
(c) If 𝑎 > 𝑏 then 𝑎 + 𝑐 > 𝑏 + 𝑐
(d) If 𝑎 > 𝑏 then 𝑎 − 𝑐 > 𝑏 − 𝑐
(e) If 𝑎 > 𝑏 and 𝑝 > 0 then 𝑝𝑎 > 𝑝𝑏
𝑎 𝑏
(f) If 𝑎 > 𝑏 and 𝑝 > 0 then >
𝑝 𝑝
1 1
(g) If 𝑎 > 𝑏 then <
𝑎 𝑏
(h) If 𝑎, 𝑏 are positive real numbers such that 𝑎 < 𝑏 and if 𝑛 is any positive rational
1 1
number then (i) 𝑎𝑛 < 𝑏 𝑛 (ii) 𝑎−𝑛 > 𝑏 −𝑛 (iii) 𝑎𝑛 < 𝑏𝑛
(i) For any real number 𝑎, −|𝑎| ≤ 𝑎 ≤ |𝑎|
(j) Types of Intervals
➢ Closed Interval: 𝑎 ≤ 𝑥 ≤ 𝑏 written as [𝑎, 𝑏]
➢ Open Interval: 𝑎 < 𝑥 < 𝑏 written as (𝑎, 𝑏)
➢ Semi-closed or Semi-open Interval: 𝑎 < 𝑥 ≤ 𝑏 written as (𝑎, 𝑏] or 𝑎 ≤ 𝑥 < 𝑏
written as [𝑎, 𝑏)
➢ Set of real numbers 𝑥 satisfying 𝑥 < 𝑎 and 𝑥 > 𝑎 are written as (−∞, 𝑎) and
(𝑎, ∞) respectively.
➢ Set of real numbers 𝑥 satisfying 𝑥 ≤ 𝑎 and 𝑥 ≥ 𝑎 are written as (−∞, 𝑎] and
[𝑎, ∞) respectively.
➢ |𝑥| ≤ 𝑎 ⟹ −𝑎 ≤ 𝑥 ≤ 𝑎
➢ |𝑥| ≥ 𝑎 ⟹ 𝑥 ≤ −𝑎, 𝑥 ≥ 𝑎
UNIT – 2 (Algebra)
1. Types of Matrices
(a) Column Matrix: A matrix is said to be a column matrix if it has only one column.
(b) Row Matrix: A matrix is said to be a row matrix if it has only one row.
(c) Square Matrix: A matrix in which the number of rows are equal to the number of
columns, is said to be a square matrix.
(d) Diagonal Matrix: A square matrix is said to be a diagonal matrix if all its non
diagonal elements are zero.
(e) Scalar Matrix: A diagonal matrix is said to be a scalar matrix if its diagonal
elements are equal.
(f) Identity Matrix: A square matrix in which elements in the diagonal are all 1 and
rest are all zero.
(g) Zero Matrix: A matrix is said to be zero matrix or null matrix if all its elements are
zero.
2. Properties of Matrix addition:
(a) Commutative Law: If A and B are two matrices of same order, then A+B=B+A
(b) Associative Law: If A, B and C are matrices of same order, then
A+(B+C) = (A+B)+C
(c) Existence of additive identity: If A is any matrix and O be a zero matrix, then A +
O = O + A, O is called the additive identity
(d) Existence of additive inverse: For any matrix A, A + (-A) = (-A) + A = O. -A is
called the additive inverse of A.
3. Properties of scalar multiplication: If A and B are two matrices of the same order and
𝑘 and 𝑙 are scalars, then
(a) 𝑘 (𝐴 + 𝐵 ) = 𝑘𝐴 + 𝑘𝐵
(b) (𝑘 + 𝑙)𝐴 = 𝑘𝐴 + 𝑙𝐴
4. Properties of Matrix multiplication:
(a) Commutative Law: 𝐴𝐵 ≠ 𝐵𝐴 for any two matrices A and B
(b) Associative Law: For any three matrices A, B and C (𝐴𝐵 )𝐶 = 𝐴(𝐵𝐶)
(c) Distributive law: For any three matrices A, B and C (i) 𝐴(𝐵 + 𝐶 ) = 𝐴𝐵 + 𝐴𝐶 and
(ii) (𝐴 + 𝐵 )𝐶 = 𝐴𝐶 + 𝐵𝐶
(d) Existence of multiplicative identity: For any square matrix A, there exist an
identity matrix of same order such that 𝐴𝐼 = 𝐼𝐴 = 𝐴
5. Properties of transpose of the matrices: For any matrices A and B of suitable orders,
(a) (𝐴′ )′ = 𝐴
(b) (𝑘𝐴)′ = 𝑘𝐴′
(c) (−𝐴)′ = −𝐴′
(d) (𝐴 + 𝐵 )′ = 𝐴′ + 𝐵′
(e) (𝐴 − 𝐵 )′ = 𝐴′ − 𝐵′
(f) (𝐴𝐵 )′ = 𝐵′𝐴′
6. Symmetric and Skew Symmetric Matrices:
(a) Symmetric Matrix: A square matrix A is said to be symmetric if 𝐴′ = 𝐴
(b) Skew Symmetric Matrix: A square matrix A is said to be skew symmetric if 𝐴′ =
−𝐴. All the diagonal elements of a skew symmetric matrix are zero.
(c) Any square matrix can be expressed as the sum of a symmetric and a skew
1 1
symmetric matrix. 𝐴 = (𝐴 + 𝐴′ ) + (𝐴 − 𝐴′ ) for any square matrix 𝐴
2 2
7. If A and B are invertible matrices of same order then (𝐴𝐵)−1 = 𝐵 −1𝐴−1
8. Properties of Determinants:
(a) |𝐴′| = |𝐴|
(b) If any two rows (or columns) of a determinant are interchanged, then sign of
determinant changes.
(c) If any two rows (or columns) of a determinant are identical (all corresponding
elements are same), then value of determinant is zero.
9. Area of a triangle with vertices 𝐴(𝑥1 , 𝑦1 ), 𝐵 (𝑥2 , 𝑦2 ) and 𝐶 (𝑥3 , 𝑦3 ) is given by
𝑥 𝑦1 1
1 1
∆= |𝑥2 𝑦2 1|
2 𝑥 𝑦 1
3 3
Area of the triangle formed by three collinear points is zero.
10. Determinant of a matrix = sum of the product of elements of any row (or column) with
their corresponding cofactors.
11. If elements of a row (or column) are multiplied with cofactors of any other row (or
column), then their sum is zero.
12. 𝐴(𝑎𝑑𝑗𝐴) = (𝑎𝑑𝑗𝐴)𝐴 = |𝐴|𝐼
13. A square matrix A is said to be singular if |𝐴| = 0 and non-singular if |𝐴| ≠ 0
14. If A and B are non-singular matrices of the same order, then AB and BA are also non-
singular matrices of the same order.
15. |𝐴𝐵| = |𝐴||𝐵|
16. |𝐴𝑛 | = |𝐴|𝑛
17. |𝑘𝐴| = 𝑘 𝑛 |𝐴|
18. |𝑎𝑑𝑗𝐴| = |𝐴|𝑛−1
1
19. 𝐴−1 = | | 𝑎𝑑𝑗 𝐴
𝐴
20. (𝐴′ )−1 = (𝐴−1 )′
21. Consistent system A system of equations is said to be consistent if its solution (one or
more) exists.
22. Inconsistent system A system of equations is said to be inconsistent if its solution does
not exist.
23. If A is a non-singular matrix, then its inverse exists.
24. If A is a singular matrix, then |𝐴| = 0
In this case, we calculate (adj A) B.
If (𝑎𝑑𝑗 𝐴) 𝐵 ≠ 𝑂 , (𝑂 being zero matrix), then solution does not exist and the system
of equations is called inconsistent.
If (𝑎𝑑𝑗 𝐴) 𝐵 = 𝑂, then system may be either consistent or inconsistent according as
the system have either infinitely many solutions or no solution.
25. Consider the following system of linear equations in three variables 𝑥, 𝑦 and 𝑧
𝑎1𝑥 + 𝑏1 𝑦 + 𝑐1𝑧 = 𝑑1
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2𝑧 = 𝑑2
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3𝑧 = 𝑑3
If the system of equations has a solution, whether unique or not, then it is said to be
consistent.
If the system of equations has no solution, then it is said to be inconsistent.
If a system of equations has an infinite number of solutions, then it is said to be
dependent.
If 𝑑1 = 𝑑2 = 𝑑3 = 0, then it is said to be homogeneous otherwise it is called non-
homogeneous.
26. Solution of System of Linear Equations:
(a) Matrix Method:
If the system of two linear equations in two unknowns be
𝑎1 𝑥 + 𝑏1 𝑦 = 𝑐1
𝑎2 𝑥 + 𝑏2 𝑦 = 𝑐2
𝑎 𝑏1 𝑥 𝑐1
Let 𝐴 = [ 1 ] , 𝑋 = [ 𝑦] , 𝐵 = 𝑐
𝑎2 𝑏2 2
−1
Then 𝑋 = 𝐴 𝐵
If the system of three linear equations in three unknowns be
𝑎1𝑥 + 𝑏1𝑦 + 𝑐1 𝑧 = 𝑑1
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 𝑧 = 𝑑2
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 𝑧 = 𝑑3
𝑎1 𝑏1 𝑐1 𝑥 𝑑1
Let 𝐴 = [𝑎2 𝑏2 𝑐2] , 𝑋 = [𝑦] , 𝐵 = [𝑑2]
𝑎3 𝑏3 𝑐3 𝑧 𝑑3
−1
Then 𝑋 = 𝐴 𝐵
(b) Cramer’s Rule:
If the system of two linear equations in two unknowns be
𝑎1 𝑥 + 𝑏1 𝑦 = 𝑐1
𝑎2 𝑥 + 𝑏2 𝑦 = 𝑐2
𝑎 𝑏1 𝑐 𝑏1 𝑎1 𝑐1
If 𝐷 = | 1 | , 𝐷1 = | 1 | , 𝐷2 = |𝑎 𝑐 |,
𝑎2 𝑏2 𝑐2 𝑏2 2 2
𝐷1 𝐷2
Then 𝑥 = , 𝑦 =
𝐷 𝐷
If the system of three linear equations in three unknowns be
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1𝑧 = 𝑑1
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2𝑧 = 𝑑2
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3𝑧 = 𝑑3
𝑎1 𝑏1 𝑐1 𝑑1 𝑏1 𝑐1 𝑎1 𝑑1 𝑐1 𝑎1 𝑏1 𝑑1
If 𝐷 = |𝑎2 𝑏2 𝑐2| , 𝐷1 = |𝑑2 𝑏2 𝑐2| , 𝐷2 = |𝑎2 𝑑2 𝑐2| , 𝐷3 = |𝑎2 𝑏2 𝑑2 |
𝑎3 𝑏3 𝑐3 𝑑3 𝑏3 𝑐3 𝑎3 𝑑3 𝑐3 𝑎3 𝑏3 𝑑3
𝐷1 𝐷2 𝐷3
Then 𝑥 = , 𝑦 = , 𝑧 =
𝐷 𝐷 𝐷
UNIT – 3 (Calculus)
1. Differentiation:
𝑑
(a) (𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡) = 0
𝑑𝑥
𝑑
(b) (𝑥 𝑛 ) = 𝑛𝑥 𝑛−1
𝑑𝑥
𝑑
(c) (𝑠𝑖𝑛𝑥 ) = 𝑐𝑜𝑠𝑥
𝑑𝑥
𝑑
(d) (𝑐𝑜𝑠𝑥 ) = −𝑠𝑖𝑛𝑥
𝑑𝑥
𝑑
(e) (𝑡𝑎𝑛𝑥 ) = 𝑠𝑒𝑐 2𝑥
𝑑𝑥
𝑑
(f) (𝑐𝑜𝑠𝑒𝑐𝑥 ) = −𝑐𝑜𝑠𝑒𝑐𝑥 𝑐𝑜𝑡𝑥
𝑑𝑥
𝑑
(g) (𝑠𝑒𝑐𝑥 ) = 𝑠𝑒𝑐𝑥 𝑡𝑎𝑛𝑥
𝑑𝑥
𝑑
(h) (𝑐𝑜𝑡𝑥 ) = −𝑐𝑜𝑠𝑒𝑐 2𝑥
𝑑𝑥
𝑑
(i) (𝑒 𝑥 ) = 𝑒 𝑥
𝑑𝑥
𝑑 1
(j) (𝑙𝑜𝑔𝑥 ) =
𝑑𝑥 𝑥
𝑑 𝑥) 𝑥
(k) (𝑎 = 𝑎 𝑙𝑜𝑔𝑎
𝑑𝑥
(l) Derivative of the sum (or difference) of two function is the sum( or difference) of
the derivatives of the functions.
𝑑 𝑑 𝑑
[𝑓 (𝑥 ) ± 𝑔(𝑥 )] = 𝑓 (𝑥 ) ± 𝑔(𝑥)
𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑 𝑑 𝑑
Or [𝑢 ± 𝑣 ] = (𝑢) ± (𝑣)
𝑑𝑥 𝑑𝑥 𝑑𝑥
(m) Derivative of the product of two functions is given by the following product rule
𝑑 𝑑 𝑑
[𝑓 (𝑥 ). 𝑔(𝑥 )] = 𝑔(𝑥 ) 𝑓 (𝑥 ) + 𝑓 (𝑥 ). 𝑔(𝑥)
𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑 𝑑 𝑑
Or [𝑢. 𝑣 ] = 𝑔(𝑥 ) 𝑢 + 𝑓 (𝑥 ). 𝑣
𝑑𝑥 𝑑𝑥 𝑑𝑥
4. Integration:
𝑥 𝑛+1
(a) ∫ 𝑥 𝑛 𝑑𝑥 = +𝐶
𝑛+1
1
(b) ∫ 𝑑𝑥 = log|𝑥| + 𝐶
𝑥
𝑎𝑥
(c) ∫ 𝑎𝑥 𝑑𝑥 = +𝐶
log 𝑎
(d) ∫ 𝑒 𝑥 𝑑𝑥 = 𝑒 + 𝐶 𝑥
1 1
(e) ∫ 2 𝑑𝑥 = − + 𝐶
𝑥 𝑥
1
(f) ∫ 𝑑𝑥 = 2√𝑥 + 𝐶
√𝑥
1 1 𝑥−𝑎
(g) ∫ 𝑑𝑥 = log | |+𝐶
𝑥 2 −𝑎 2 2𝑎 𝑥+𝑎
1 1 𝑎+𝑥
(h) ∫ 𝑑𝑥 = log | |+𝐶
𝑎2 −𝑥2 2𝑎 𝑎−𝑥
1
(i) ∫ 2 2 𝑑𝑥 = log|𝑥 + √𝑥 2 − 𝑎2 | + 𝐶
√𝑥 −𝑎
1
(j) ∫ 2 2 𝑑𝑥 = log|𝑥 + √𝑥 2 + 𝑎2 | + 𝐶
√𝑥 +𝑎
𝑥 𝑎2
(k) ∫ √𝑥 2 − 𝑎2 𝑑𝑥 = √𝑥 2 − 𝑎2 − log|𝑥 + √𝑥 2 − 𝑎2 | + 𝐶
2 2
𝑥 𝑎2
(l) ∫ √𝑥 2 + 𝑎2 𝑑𝑥 = √𝑥 2 + 𝑎2 + log|𝑥 + √𝑥 2 + 𝑎2 | + 𝐶
2 2
(m) Integration by Parts:
𝑑𝑢
∫ 𝑢𝑣 𝑑𝑥 = 𝑢 ∫ 𝑣 𝑑𝑥 − ∫ {𝑑𝑥 ∫ 𝑣 𝑑𝑥} 𝑑𝑥
i.e. (first function) x (integral of second function) – integral of {(derivative of first
function) x (integral of second function)}
We can choose the first function as the function which comes first in the word
ILATE, where I stands for inverse trigonometric functions, L for logarithmic
functions, A for algebraic functions, T for trigonometric functions and E for
exponential function.
(n) ∫[𝑓 (𝑥 ) + 𝑓′(𝑥)]𝑒 𝑥 𝑑𝑥 = 𝑒 𝑥 𝑓(𝑥 ) + 𝐶
𝑃(𝑥)
(o) Integration by Partial fraction of Rational Function of the form
𝑄(𝑥)
If degree of 𝑃(𝑥 ) ≥ degree of𝑄(𝑥), then divide 𝑃(𝑥 ) by 𝑄 (𝑥 )
S. No. Form Partial Fraction
(i) 𝑝𝑥 + 𝑞 𝐴 𝐵
+
(𝑥 − 𝑎)(𝑥 − 𝑏) 𝑥−𝑎 𝑥−𝑏
(ii) 𝑝𝑥 + 𝑞 𝐴 𝐵
+
(𝑥 − 𝑎)2 𝑥 − 𝑎 (𝑥 − 𝑎)2
(iii) 𝑝𝑥 2 + 𝑞𝑥 + 𝑟 𝐴 𝐵 𝐶
+ +
(𝑥 − 𝑎)(𝑥 − 𝑏)(𝑥 − 𝑐) 𝑥−𝑎 𝑥−𝑏 𝑥−𝑐
(iv) 𝑝𝑥 2 + 𝑞𝑥 + 𝑟 𝐴 𝐵 𝐶
+ +
(𝑥 − 𝑎)2 (𝑥 − 𝑏) 𝑥 − 𝑎 (𝑥 − 𝑎)2 𝑥 − 𝑏
(v) 𝑝𝑥 2 + 𝑞𝑥 + 𝑟 𝐴 𝐵𝑥 + 𝐶
+ 2
(𝑥 − 𝑎)(𝑥 2 + 𝑏𝑥 + 𝑐) 𝑥 − 𝑎 𝑥 + 𝑏𝑥 + 𝑐
𝑑𝑥 𝑑𝑥
(p) For Integrals of the form ∫ 2 or ∫ use completing the square
𝑎𝑥 +𝑏𝑥+𝑐 √𝑎𝑥 2 +𝑏𝑥+𝑐
method and applying formulae (g) to (j) above
𝑝𝑥+𝑞 𝑝𝑥+𝑞
(q) For Integrals of the form ∫ 2 𝑑𝑥 or ∫ 𝑑𝑥, write
𝑎𝑥 +𝑏𝑥+𝑐 √𝑎𝑥 2 +𝑏𝑥+𝑐
𝑑
𝑝𝑥 + 𝑞 = 𝐴 (𝑎𝑥 2 + 𝑏𝑥 + 𝑐 ) + 𝐵 where A and B are determined by comparing
𝑑𝑥
coefficients on both sides.
(r) Properties of Indefinite Integral:
𝑑
(i) ∫ 𝑓(𝑥) 𝑑𝑥 = 𝑓(𝑥)
𝑑𝑥
(ii) ∫ 𝑘𝑓 (𝑥 )𝑑𝑥 = 𝑘 ∫ 𝑓(𝑥) 𝑑𝑥
(iii) ∫[𝑓 (𝑥 ) + 𝑔(𝑥 )]𝑑𝑥 = ∫ 𝑓(𝑥) 𝑑𝑥 + ∫ 𝑔(𝑥) 𝑑𝑥
(iv) ∫[𝑓 (𝑥 ) − 𝑔(𝑥 )]𝑑𝑥 = ∫ 𝑓(𝑥) 𝑑𝑥 − ∫ 𝑔(𝑥) 𝑑𝑥
(𝑓(𝑥))𝑛+1
(s) ∫(𝑓 (𝑥 ))𝑛 𝑓 ′ (𝑥 )𝑑𝑥 = + 𝐶, 𝑛 ≠ −1
𝑛+1
𝑓′(𝑥)
(t) ∫ 𝑑𝑥 = log|𝑓(𝑥)| + 𝐶
𝑓(𝑥)
(u) Definite Integral and its properties: Let 𝑓 be a continuous function of 𝑥 defined
𝑑
on the closed interval [𝑎, 𝑏] and let 𝐹 be another function such that 𝐹 (𝑥 ) = 𝑓(𝑥)
𝑑𝑥
𝑏
for all 𝑥 in the domain of 𝑓, then ∫𝑎 𝑓 (𝑥 )𝑑𝑥 = 𝐹 (𝑏) − 𝐹(𝑎)
𝑏 𝑏
(i) ∫𝑎 𝑓(𝑥 )𝑑𝑥 = ∫𝑎 𝑓 (𝑡)𝑑𝑡
𝑏 𝑎
(ii) ∫𝑎 𝑓 (𝑥 )𝑑𝑥 = − ∫𝑏 𝑓 (𝑥 )𝑑𝑥
𝑏 𝑐 𝑏
(iii) ∫𝑎 𝑓 (𝑥 )𝑑𝑥 = ∫𝑎 𝑓 (𝑥 )𝑑𝑥 + ∫𝑐 𝑓 (𝑥 )𝑑𝑥 where 𝑎 < 𝑐 < 𝑏
𝑏 𝑏
(iv) ∫𝑎 𝑓 (𝑥 )𝑑𝑥 = ∫𝑎 𝑓 (𝑎 + 𝑏 − 𝑥 )𝑑𝑥
𝑎 𝑎
(v) ∫0 𝑓(𝑥 )𝑑𝑥 = ∫0 𝑓 (𝑎 − 𝑥 )𝑑𝑥
𝑎 𝑎
(vi) ∫−𝑎 𝑓 (𝑥 )𝑑𝑥 = 2 ∫0 𝑓 (𝑥 )𝑑𝑥 if 𝑓 (−𝑥 ) = 𝑓(𝑥) i.e, 𝑓 is an even function
0 if 𝑓 (−𝑥 ) = −𝑓(𝑥) i.e, 𝑓 is an odd function
2𝑎 𝑎
(vii) ∫0 𝑓 (𝑥 )𝑑𝑥 = 2 ∫0 𝑓(𝑥 )𝑑𝑥 if 𝑓 (2𝑎 − 𝑥 ) = 𝑓(𝑥)
0 if 𝑓 (2𝑎 − 𝑥 ) = −𝑓(𝑥) i.e, 𝑓 is an odd function
(v) Consumer Surplus is the gain made by consumers when they purchase an item
from the market at a lower price rather than the price they would have been willing
to pay for it.
𝑥
𝐶𝑆 = ∫0 0 𝐷 (𝑥 )𝑑𝑥 − 𝑥0 × 𝑝0 , 𝐷 (𝑥 ) is the demand
function
5. Differential Equations:
(a) Order and Degree of a differential equation – The order of a differential equation
is the order of the highest order derivative of the dependent variable with respect to
independent variable appearing in the equation. If each term involving derivatives
of a differential equation is a polynomial (or can be expressed as a polynomial) then
the highest exponent of the highest order derivative is called the degree of the
differential equation.
(b) General and Particular Solution – The solution which contains as many arbitrary
constants as the order of the differential equation is called the general solution of
the differential equation.
The solution free from arbitrary constants i.e., the solution obtained from the general
solution by giving particular values to the arbitrary constants is called a particular
solution of the differential equation. Thus a particular solution is free from
arbitrary constant.
(c) The formation of differential equation means to form a differential equation by
eliminating arbitrary constants from the given equation. The given equation is to be
differentiated with respect 𝑥 successively as many times as the number of arbitrary
constants.
(d) Solution of Differential Equation by Variable Separable – Differential equations
𝑑𝑦
of the type = 𝑓 (𝑥 )𝑔(𝑦), 𝑔(𝑦) ≠ 0 can be solved as
𝑑𝑥
𝑑𝑦
∫ = ∫ 𝑓 (𝑥 )𝑑𝑥 + 𝐶
𝑔(𝑦)
UNIT – 4 (Probability Distributions)
𝑋̅(𝑜𝑟 𝜇) = ∑ 𝑝𝑖 𝑥𝑖
𝑖=1
Variance of probability distribution is given by
𝑛 𝑛 2
𝑉𝑎𝑟 (𝑋)(𝑜𝑟 𝜎 2 ) = ∑ 𝑝𝑖 𝑥𝑖 2 − (∑ 𝑝𝑖 𝑥𝑖 )
𝑖=1 𝑖=1
𝑜𝑟 𝐸 (𝑋 2 ) − [𝐸 (𝑋)]2
𝑛 𝑛 2
(e) As 𝑥 increases numerically, 𝑓 (𝑥 )decreases rapidly and the maximum value of 𝑓(𝑥 )
occurs at 𝑥 = 𝜇
(f) The area under the normal curve is distributed as follows:
(i) 𝜇 ± 𝜎 covers 68.27% area i.e., 𝑃 (𝜇 − 𝜎 < 𝑥 < 𝜇 + 𝜎) = 0.6827
(ii) 𝜇 ± 2𝜎 covers 95.45% area i.e., 𝑃(𝜇 − 2𝜎 < 𝑥 < 𝜇 + 2𝜎) = 0.9545
(iii) 𝜇 ± 3𝜎 covers 99.73% area i.e., 𝑃 (𝜇 − 3𝜎 < 𝑥 < 𝜇 + 3𝜎) = 0.9973
(iv) 𝑥-axis is the tangent to the curve at 𝑥 = ±∞
𝑋−𝜇
Standard Normal Distribution – 𝑍 = is called Standard normal variable. The
𝜎
mean and standard deviation of the variable 𝑍 are 0 and 1 respectively. In terms of 𝑍,
the probability density function of 𝑥 reduces to
1 2
1
∅(𝑍) = . 𝑒 −2𝑍 , −∞ < 𝑍 < ∞,
√2𝜋
𝑍
𝑃 (0 ≤ 𝑍 ≤ 𝑍1 ) = ∫0 1 ∅(𝑍) 𝑑𝑍
Since the normal curve is symmetrical about mean and mean of standard normal variate
is 0, therefore the standard normal curve is symmetrical about the line 𝑍 = 0 and hence
0 ∞
Population Sample
Population is a large collection of Sample is a subset of the population. It
statistical individuals having same consists of members drawn from the
characteristic. population.
A population may be finite or infinite. Sample is finite.
A survey done on the total population is A survey done on a sample of the
precise and accurate. population is not very accurate.
Population focusses on the identification Sample focusses on drawing inference
of the characteristic. about the population.
Null hypothesis suggests that there is no significant difference between sample statistic
and the corresponding population parameter value or between two sample statistics. A
null hypothesis is denoted by 𝐻0 . For example, if we want to test whether the sample
with mean µ, may be regarded as drawn from the population having mean 𝜇, then we
set a null hypothesis (𝐻0 ) that difference between the population mean and sample mean
is negligible or not significant. Thus, our null hypothesis is 𝐻0 : 𝜇 = 𝜇0 (i.e. the mean
of the population = mean of the sample).
The rejection of the null hypothesis indicates that there is a significant difference
between the means and acceptance of null hypothesis indicates that the difference
between the means is not significant.
Alternative Hypothesis
Any hypothesis which contradicts the null hypothesis 𝐻0 is called alternative
hypothesis. It is denoted by 𝐻𝛼 . The two hypothesis 𝐻0 and 𝐻𝛼 are such that if one is
accepted, the other is rejected and vice-versa.
For example, if null hypothesis Ho is : 𝜇 = 𝜇0 , then alternative hypothesis may be
(i) 𝐻𝛼 : 𝜇 ≠ 𝜇0 (i.e., 𝜇 > 𝜇0 or 𝜇 < 𝜇0 )
(ii) 𝐻𝛼 : 𝜇 > 𝜇0
(iii) 𝐻𝛼 : 𝜇 < 𝜇0
(ii) In a right tailed test, the critical region at 𝛼 level of significance lies entirely in the
right tail of the sampling distribution of means.
(iii) In a left tailed test, the critical region at 𝛼 level of significance lies entirely in the
left tail of the sampling distribution of means.
13. t-Test
A t-test is a statistical test that is used to compare the means of two groups, which may
be related in certain features. It is often used hypothesis testing.
There are mainly two types of t-tests:
(i) One sample t-test
(ii) Two sample t-test
(iii) Paired t-test
𝑛1 𝑠1 2 +𝑛2 𝑠2 2
𝑆(combined standard deviation) = √
𝑛1 +𝑛2 −2
(a) Secular trend – Secular Trend, also briefly called trend is the basic tendency of a
series to grow or decline over a period of time. The concept of trend does not include
short-time oscillations, but it studies movements over a long time. Thus, secular
trend is a long-term trend and shows the direction of the series over a long period of
time. Data regarding National income, Capital formation, etc. are few examples of
secular trend.
Secular trend is of two types:
(i) Linear trend or straight-line trend
(ii) Non-Linear Trend or Parabolic trend
(b) Seasonal Variations – Seasonal variations are periodic patterns of movement in a
time series. Such variations are considered to be a type of cycle which completes
itself within a period of a year and then continues in repetition of this basic pattern.
Due to natural factors and man-made conventions, most businesses or economic
activities change in a systematic order during the seasons of the year.
For example, from the data of monthly sales of a soft drink company, we can observe
that the sales are very high during the months of May to September and less during
November to January and moderate during February to April.
There are two important features of seasonal variations:
(i) They occur year after year within a fixed period
(ii) They increase or decrease in the same proportion.
(c) Cyclical Variations – Many economic time series have a tendency to follow a cycle
considering the periods of;
(i) Prosperity
(ii) Decline
(iii) Depression
(iv) Recovery
The variations in a time series which operate themselves over a span of more than
one year are called cyclic variations. For example, rise and fall of share market.
(d) Irregular Variations – In a time series, the irregular variations are those variations
which cannot be predicted in advance. The irregular variations occur due to
unpredictable causes such as strikes, accidents, wars, natural calamities and outbreak
of pandemics etc.
Seasonal Variations and Cyclical variations are also known as short-time
oscillations.
(a) Freehand Curve Method or Graphic method – This is the simplest method of
measuring trend. In this method, the time series is plotted on a graph paper. If
{(𝑡𝑖 , 𝑥𝑖 ); 1,2, … , 𝑛} is the time series, then the values of time are plotted on 𝑥 −axis
and values of variable 𝑥 are plotted on 𝑦 −axis. These points are joined by straight
lines to obtain a graph of actual time series data. A smooth trend line (curve) is then
drawn through the plotted points such that it is almost in the middle of the original
points.
(b) Moving Average Method –
Case I: When the moving average period is odd
Let {(𝑡𝑖 , 𝑥𝑖 ); 1,2, … , 𝑛} be the given time series
Here 𝑥1 , 𝑥2 , … , 𝑥𝑛 are the values of the variable 𝑥 corresponding to the time periods
𝑡1, 𝑡2 , … , 𝑡𝑛 respectively.
Let 𝑚 be the period of moving average, where 𝑚 is an odd number. Then moving
averages of order 𝑚 are defined as
𝑥1 + 𝑥2 + … , +𝑥𝑚 𝑥2 + 𝑥3 + … , +𝑥𝑚+1
, , … . 𝑎𝑛𝑑 𝑠𝑜 𝑜𝑛
𝑚 𝑚
Thus 3 yearly moving averages will be
𝑥1 + 𝑥2 + 𝑥3 𝑥2 + 𝑥3 + 𝑥4
, , ….
3 3
5 yearly moving averages will be
𝑥1 + 𝑥2 + 𝑥3 + 𝑥4 + 𝑥5 𝑥2 + 𝑥3 + 𝑥4 + 𝑥5 + 𝑥6 𝑥3 + 𝑥4 + 𝑥5 + 𝑥6 + 𝑥7
, , ,…
5 5 5
7 yearly moving averages will be
𝑥1 + 𝑥2 + 𝑥3 + 𝑥4 + 𝑥5 + 𝑥6 + 𝑥7 𝑥2 + 𝑥3 + 𝑥4 + 𝑥5 + 𝑥6 + 𝑥7 + 𝑥8
, ,…
7 7
Case I: When the moving average period is even
If the period of the moving average is even, the moving totals and the moving
averages are placed in the centre of these values but they do not correspond to any
of the given time points. To synchronise them with the given data, centered moving
averages are computed by taking a two period averages of the moving averages and
are placed between the corresponding time points.
For example, if the period is 4 years, then the moving averages are:
𝑥1 + 𝑥2 + 𝑥3 + 𝑥4 𝑥2 + 𝑥3 + 𝑥4 + 𝑥5 𝑥3 + 𝑥4 + 𝑥5 + 𝑥6
, , ,…
4 4 4
These are placed against the middle of second and third, third and fourth time points
respectively and so on. Then the centered moving averages i.e.,
𝑥1 + 𝑥2 𝑥2 + 𝑥3 𝑥3 + 𝑥4
, , ,…
2 2 2
Are placed against 3rd , 4th , 5th ,…. time points.
(c) Method of Least Squares – This method determines the position of the trend lone
of the given time series. The trend line is called Line of Best Fit.
In this method, the trend is expressed in the form of a Mathematical expression in
terms of the time variable. By this method, a trend line is fitted to data in such a
manner that the following two conditions are satisfied:
(i) The sum of the deviations of 𝑦 from their corresponding trend value is zero
i.e., ∑(𝑦 − 𝑦𝑐 ) = 0
(ii) The sum of squares of the deviations of the values of 𝑦 from their corresponding
trend values is least i.e., ∑(𝑦 − 𝑦𝑐 )2 is least.
The straight-line trend is represented by the equation:
𝑦𝑐 = 𝑎 + 𝑏𝑥
Where 𝑦𝑐 =trend values of 𝑦, 𝑥 = deviation of time 𝑡 from origin and 𝑎 𝑎𝑛𝑑 𝑏 are
constants.
𝑎 is the 𝑦 −intercept or the computed trend value of the variable 𝑦 when 𝑥 = 0 and
𝑏 represents the slope of the trend line or the amount of change in variable 𝑦 that is
associated with a change of one unit in 𝑥 variable.
The values of 𝑎 and 𝑏 can be obtained by solving the two equations:
∑ 𝑦 = 𝑛𝑎 + 𝑏 ∑ 𝑥
∑ 𝑥𝑦 = 𝑎 ∑ 𝑥 + 𝑏 ∑ 𝑥 2
By the method of least squares, we can calculate straight line trend by two methods
(i) Direct method – This method is used when ∑ 𝑥 is not equal to zero
(ii) Short-cut Method – In this method, sum of the deviations must always be zero
i.e., ∑ 𝑥 = 0
1
(a) Flat Rate Method – 𝐸𝑀𝐼 = 𝑃 (𝑖 + )
𝑛
Where P = Principal amount
𝑖 = rate of interest per rupee per month
𝑛 = number of monthly instalments
𝑃𝑖(1+𝑖)𝑛 𝑃𝑖
(b) Reducing Balance Method – 𝐸𝑀𝐼 = or 𝐸𝑀𝐼 =
(1+𝑖)𝑛 −1 1−(1+𝑖)−𝑛
4. Amortization of Loans – Amortization refers to the process of paying off a loan
through a scheduled, pre-determined sequence of equal payments that includes
(a) Interest on the outstanding loan and
(b) Repayment of part of loan i.e., principal
𝐸𝑀𝐼[(1+𝑖)𝑛−𝑘+1−1]
Principal outstanding at the beginning of kth period =
𝑖(1+𝑖)𝑛−𝑘+1
𝐸𝑀𝐼[(1+𝑖)𝑛−𝑘+1−1]
Interest paid in kth payment =
(1+𝑖)𝑛−𝑘+1
Principal paid in kth payment = 𝐸𝑀𝐼 − Interest paid in kth period
Total Interest paid = 𝑛 × 𝐸𝑀𝐼 − 𝑃
5. Rate of Return – The rate of return is defined as the measure of gain or loss as a
percentage of investment over a certain time period.
There are two types of returns on investment
(a) Nominal rate of return
(b) Real rate of return
(a) Nominal rate of return – The rate of return earned on an investment before taking
into consideration the factors which affect the rate such as inflation, taxes, expenses,
deductions etc. is called nominal rate of return.
𝑉𝑓 −𝑉𝑖
Nominal rate of return = 𝑅 = × 100
𝑉𝑖
𝑉𝑓 =Final value of investment
𝑉𝑖 =Initial value of investment
(b) Real rate of Return – The actual rate of return earned on an investment after taking
into consideration the factors which affect the rate such as inflation, taxes, expenses
etc. is called the real rate of return.
Real rate of return = Nominal rate of return – Factors affecting the rate
6. Effective Rate of Return – Effective rate of return is the real rate of return obtained on
an investment, discounting all the factors affecting rate of return. The factors which
affect the rate of return are:
(a) Price at which the investment is made
(b) Nominal and Effective rate of interest
The effective rate of interest is defined as the rate which when compounded annually
gives the same amount of interest as a nominal rate compounded several times each
year.
If the nominal rate is 𝑟% compounded 𝑘 times in a year, then the effective rate of
interest 𝑟 is given by
𝑟 𝑘
𝑟𝑒 = (1 + ) −1
100𝑘
7. Compound Annual Growth Rate (CAGR) – CAGR refers to the mean annual growth
of the investment over a specific duration.
1
𝑉𝑓 𝑛
𝑖 = ( ) −1
𝑉𝑖
Where 𝑖 =compounded annual growth rate (CAGR) in %,
𝑉𝑓 =final value of investment,
𝑉𝑖 =initial value of investment
8. Depreciation – The actual decrease in the fair/monetary value of an asset due to use,
wear and tear, maintenance etc. is called depreciation.
Straight Line or Linear depreciation method –
𝐶−𝑆
Annual depreciation of the asset = 𝐷 =
𝑛
Where 𝐶 =original value/cost of the asset
𝑆 =scrap value of the asset
𝑛 =Useful life of the asset
𝐷
Depreciation Rate = × 100
𝐶−𝑆
Prepared By:
Mr. Ashish
kushwaha