Applied Maths Formula Ch. - 01
Applied Maths Formula Ch. - 01
ALGEBRIC FORMULA
(𝑎 + 𝑏)2 = 𝑎2 + 2𝑎𝑏 + 𝑏2
(𝑎 − 𝑏)2 = 𝑎2 − 2𝑎𝑏 + 𝑏2
𝑖𝑓𝑎 + 𝑏 + 𝑐 = 0 ⇒ 𝑎3 + 𝑏3 + 𝑐 3 = 3𝑎𝑏𝑐
−𝑏 ± √𝑏2 − 4𝑎𝑐
𝑖𝑓 𝑎𝑥 2 + 𝑏𝑥 + 𝑐 = 0 ⇒ 𝑥 = ; ∀ (𝑏2 − 4𝑎𝑐) ≥ 0
2𝑎
INDICES FORMULA
𝑥𝑚
= 𝑥 𝑚−𝑛 ; 𝑥 𝑚 𝑥 𝑛 = 𝑥 𝑚+𝑛 ; 𝑖𝑓 𝑥 𝑚 = 𝑦 𝑚 𝑡ℎ𝑒𝑛 𝑥 = 𝑦, 𝑖𝑓 𝑥 𝑚 = 𝑥 𝑛 𝑡ℎ𝑒𝑛 𝑚 = 𝑛
𝑥𝑛
1
(𝑥 𝑚 )𝑛 = 𝑥 𝑚𝑛 ; 𝑥 0 = 1; 𝑥𝑚 = ;
𝑥 −𝑚
𝑚. 𝑚. 𝑚. 𝑚. 𝑚. 𝑚. 𝑚. 𝑚 … … … … … . 𝑚 = 𝑚 𝑛
m+m+m+m+m+m+m+……………… +m = mn
𝑛 𝑛
√𝑥 = 𝑥1/𝑛 ; √𝑥 𝑚 = 𝑥 𝑚/𝑛 ;
1
𝑥
√𝑥 = 𝑥 2 ; √𝑥
= √𝑥
LOGARITHM RULE
𝑙𝑜𝑔𝑥
log 𝑎 𝑥 = 𝑦 ⇒ 𝑥 = 𝑎 𝑦 ; log 𝑥 𝑥 = 1; log 𝑦 𝑥 = ;
𝑙𝑜𝑔𝑦
𝑥 1
log = 𝑙𝑜𝑔𝑥 − 𝑙𝑜𝑔𝑦 ; log 𝑚𝑛 𝑥 = log 𝑥
𝑦 𝑛 𝑚
1
𝑎𝑛 log𝑎 𝑥 = 𝑥 𝑛 ; log 𝑦 𝑥 =
log 𝑥 𝑦
𝑎log𝑚 𝑥 = 𝑥 log𝑚 𝑎
CHAPTER:- 1
NUMBERS, QUANTIFICATION AND NUMERICAL APPLICATIONS
Topic: Modulo Arithmetic
It is the arithmetic of remainders. So, it can also be expressed as “ a mod b = r”
Eg: when 14 is divided by 5, the remainders is 4. So, we can write “14 mod 5 = 4”
Cases Example Remainders (r)
a > 0, b > 0 17 mod 6 = 5 r>0
a < 0, b >0 - 17 mod 6 = 1 r>0
a > 0, b < 0 17 mod (-6) = 5 r>0
a < 0, b < 0 -17 mod (-6) = 1 r>0
a=b 17 mod 17 = 0 r=0
a<b 17 mod 34 = 17 r=a
Congruence Modulo
It is a way of saying that two integer numbers have the same remainder when divided by a (same)
positive integer number n.
𝒂 ≡ 𝒃 𝒎𝒐𝒅 𝒏 ⟹ 𝒂 − 𝒃 = 𝒌𝒏 ∀ 𝒌, 𝒏 ∈ 𝑰 ⟹ 𝒂 = 𝒃 + 𝒌𝒏
“In simpler terms, a and b belong to the same equivalence class when divided by n.
𝐸𝑔: 37 𝑚𝑜𝑑 5 = 2, 12 𝑚𝑜𝑑 5 = 2 𝑆𝑜, 37 ≡ 12 𝑚𝑜𝑑 5 ⟹ 37 − 12 = 5 × 5 ⟹ 𝑘 = 5
𝐸𝑔: (𝑖 ) 𝑓𝑖𝑛𝑑 𝑡ℎ𝑒 𝑠𝑒𝑡 𝑜𝑓 𝑣𝑎𝑙𝑢𝑒 𝑜𝑓 𝑥, 𝑖𝑓 𝑥 ≡ 14 𝑚𝑜𝑑 3
(𝑖𝑖 ) 𝑓𝑖𝑛𝑑 𝑡ℎ𝑒 𝑒𝑞𝑢𝑖𝑣𝑎𝑙𝑒𝑛𝑐𝑒 𝑐𝑙𝑎𝑠𝑠 𝑜𝑓 14 𝑚𝑜𝑑 3
𝑺𝒐𝒍𝒖𝒕𝒊𝒐𝒏: 𝑥 ≡ 14 𝑚𝑜𝑑 3 ⟹ 𝑥 − 14 = 3𝑘 ⟹ 𝑥 = 14 + 3𝑘
𝑘 ∈ {0, ±1, ±2, ±3, … … } ⟹
𝑥 = {14, 14 ± 3, 14 ± 6, 14 ± 9, … … . } ………….. 𝐴𝑛𝑠𝑤𝑒𝑟 (𝑖)
[14]3 = {14, 14 ± 3, 14 ± 6, 14 ± 9, … … . } ……………𝐴𝑛𝑠𝑤𝑒𝑟 (𝑖𝑖)
Property of Modulo Operator:
If the value of a is increased by a multiple of b (we can say kb, ∀ 𝑘 ∈ 𝐼), then
𝒂 𝒎𝒐𝒅 𝒃 = (𝒂 + 𝒌𝒃)𝒎𝒐𝒅 𝒃
𝑬𝒈. : 𝑖𝑓 𝑎 = 7, 𝑏 = 4 𝑡ℎ𝑒𝑛 𝑣𝑒𝑟𝑖𝑓𝑦 a mod b=(a + kb)mod b
7 mod 4 = (7 + 4k) mod 4 = 3 ∀ 𝑘 ∈ 𝐼
Properties of Addition in Modulo Arithmetic:
(i) if a + b = c, then a (mod n) + b (mod n) ≡ c (mod n)
(ii) (a + b)mod n = a (mod n) + b (mod n)
(iii) if a ≡ b (mod n), then (a + k)mod n = (b + k)mod n
(iv) if a ≡ b (mod n) … . (i) & 𝑐 ≡ 𝑑 (mod n) … . (ii) then (a + c) ≡ (b + d)mod n
(v) if a ≡ b (mod n), then − a ≡ −b (mod n)
(𝑎 − 𝑏)𝑚𝑜𝑑 𝑚 = 𝑟, 𝑖𝑓 𝑎 − 𝑏 ≥ 𝑚
(𝑖𝑖 ) 𝑎 −𝑚 𝑏 = {
(𝑎 − 𝑏)𝑚𝑜𝑑 𝑚 = (𝑎 − 𝑏), 𝑖𝑓 𝑎 − 𝑏 < 𝑚
(𝑎𝑏)𝑚𝑜𝑑 𝑚 = 𝑟, 𝑖𝑓 𝑎𝑏 ≥ 𝑚
(𝑖𝑖𝑖 ) 𝑎 ×𝑚 𝑏 = {
(𝑎𝑏)𝑚𝑜𝑑 𝑚 = (𝑎𝑏), 𝑖𝑓 𝑎𝑏 < 𝑚
…………………………………………..SPACE FOR KEY NOTES……………………………………
Formula – 2
“This formula is used to calculate the pure quantity of a liquid left after ‘n’ number of repeated
dilution.
𝑥 = 𝑢𝑛𝑖𝑡𝑠 𝑜𝑓 𝑙𝑖𝑞𝑢𝑖𝑑 𝑖𝑛 𝑣𝑒𝑠𝑠𝑒𝑙 𝑝𝑟𝑒𝑠𝑒𝑛𝑡, 𝑦 = 𝑢𝑛𝑖𝑡𝑠 𝑡𝑎𝑘𝑒𝑛 𝑜𝑢𝑡 𝑓𝑟𝑜𝑚 𝑣𝑒𝑠𝑠𝑒𝑙
𝑦 𝑛
𝐴𝑓𝑡𝑒𝑟 ′𝑛′ 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑟𝑒𝑝𝑒𝑎𝑡𝑒𝑑 𝑑𝑖𝑙𝑢𝑡𝑖𝑜𝑛 𝑡ℎ𝑒 𝑞𝑢𝑎𝑛𝑡𝑖𝑡𝑦 𝑜𝑓 𝑝𝑢𝑟𝑒 𝑙𝑖𝑞𝑢𝑒𝑑 = 𝑥 (1 − ) 𝑢𝑛𝑖𝑡𝑠.
𝑥
3. Suppose a boat can row at speed of x km/h in still water and speed of stream is y km/h. The
boat goes d km downstream in 𝒕𝟏 hours and covers the same distance d km upstream in 𝒕𝟐
hours, then
(𝑥 + 𝑦)(𝑥 − 𝑦) 𝑢𝑣
𝐴𝑣𝑒𝑟𝑎𝑔𝑒 𝑠𝑝𝑒𝑒𝑑 = 𝑜𝑟 𝐴𝑣𝑒𝑟𝑎𝑔𝑒 𝑠𝑝𝑒𝑒𝑑 =
𝑥 𝑥
4. If a boat takes t hours to row to a certain place d km apart and return back, then
𝑡(𝑥 2 − 𝑦 2 ) 𝑡𝑢𝑣
𝑑𝑖𝑠𝑡𝑎𝑛𝑐𝑒 𝑏𝑒𝑡𝑤𝑒𝑒𝑛 𝑡𝑤𝑜 𝑝𝑙𝑎𝑐𝑒 𝑑 = ( ) 𝑜𝑟 𝑑=
2𝑥 2𝑥
5. If a boat takes t hours more in going upstream than downstream for covering the same
distance d, then
𝑡(𝑥 2 − 𝑦 2 ) 𝑡𝑢𝑣
𝑑= 𝑜𝑟 𝑑 =
2𝑦 2𝑦
𝒅𝟏 𝒅𝟐 𝒅𝟏 𝒅𝟐
6. Total Time (𝒕) = + 𝒐𝒓 (𝒕) = +
𝒖 𝒗 𝒙+𝒚 𝒙−𝒚
1 𝑡ℎ
(ii) If a pipe can empty a tank in ‘n’ hours, then in 1 hour, it will empty (𝑛) part of the tank.
1 𝑡ℎ
Eg.: if a pipe takes 4 hours to empty a tank completely, then in 1 hour it will empty (4) part of the tank.
2.Two pipes A and B separately can fill a tank in x and y hours respectively. If the tank can be
filled completely when pipe A turned on for ‘a’ hours and pipe B turned on for ‘b’ hours, then
𝒂 𝒃
+ =𝟏
𝒙 𝒚
Remark: two pipes A and B separately can fill a tank in x and y hours respectively. If pipes A and B are
𝑚 𝑡ℎ
turned on for ‘a’ and pipe B turned on for ‘b’ hours respectively to fill ( 𝑛 ) part of the tank, then
𝒂 𝒃 𝒎
+ =
𝒙 𝒚 𝒏
3. Pipes A, B and C can fill a tank in x, y and z hours respectively. If all the three pipes taken
together fill the tank in ‘t’ hours, then
𝟏 𝟏 𝟏 𝟏
= + +
𝒕 𝒙 𝒚 𝒛
4. Pipe A and B can fill a tank in x and y hours respectively and pipe C can empty the full tank in z
hours. If all the pipes are opened together the tank is filled in n hours, then
𝟏 𝟏 𝟏 𝟏
= + −
𝒏 𝒙 𝒚 𝒛
5. Three pipes A, B & C can fill a tank in x, y and z hours respectively. If the tank can be filled
completely when pipes A, B and C are open for a, b & c hours respectively, then
𝒂 𝒃 𝒄
+ + =𝟏
𝒙 𝒚 𝒛
6. Two pipes A and B can fill a tank in x and y hours respectively. Pipe C can empty completely
filled tank in z hours. If pipes A, B & C opened for a, b & c hours respectively to make the tank
empty, then
𝒂 𝒃 𝒄
+ − =𝟎
𝒙 𝒚 𝒛
7. An inlet pipe A can fill a tank in x hours and outlet pipe B can empty the full tank in y hours. If on
opening both the pipes together,
(i) (x > y) the tank can be filled in z hours
𝟏 𝟏 𝟏
= −
𝒛 𝒙 𝒚
(ii) (x < y) the tank can be emptied in z hours
𝟏 𝟏 𝟏
= −
𝒛 𝒚 𝒙
8. Two inlet pipes A and B when opened together can fill a tank in n hours. If inlet pipe A alone
takes x hours more than n to fill the tank completely and inlet pipe B alone takes y hours more
than n to fill the tank completely. Then,
n = √𝑎𝑏.
1000𝑚3 = 1000 𝑙
Games:- A game is a structured form of play. Games are sometimes played only for enjoyment, or
sometimes for achievement or reward. Games can be played alone or in teams.
“Winning or losing a game is mainly based on points, goals or runs scored by a player or a team.”
A game of 100means that the person among the participants who scores 100 points first is the winner.
Suppose A and B are two participants in a game. A scores 100points while B scores only 70 points, then
we say that “A beat B by 30 points” or “ A can give B 30 points”.
𝑘𝑚 5 𝑚 𝑚 18
1 = & 1 = 𝑘𝑚/ℎ𝑟
ℎ𝑟 18 𝑠 𝑠 5
Some Useful Cases:-
1. If A can run x meter while B run y meter (x < y) in the same time. In a z meter race, find by
how much distance B beats A?
𝑥
𝐵 𝑏𝑒𝑎𝑡 𝐴 𝑖𝑛 𝑧 𝑚𝑒𝑡𝑒𝑟 𝑟𝑎𝑐𝑒 = 𝑧 (1 − ) 𝑚𝑒𝑡𝑒𝑟
𝑦
2. In a x meter race A covers a distance in 𝒕𝟏 time and B in 𝒕𝟐 time. Find by how much distance
A beats B?
𝑡2 − 𝑡1
( × 𝑥) 𝑚𝑒𝑡𝑒𝑟
𝑡2
3. In a x meter race A beat B by y meter or 𝒕𝟏 time. Find A’s time to cover the race course
𝑥𝑦
𝐴′ 𝑠 𝑡𝑖𝑚𝑒 𝑡𝑜 𝑐𝑜𝑣𝑒𝑟 𝑡ℎ𝑒 𝑟𝑎𝑐𝑒 = − 𝑡1
𝑡1
4. A runs n time as fast as B. if A gives B a start of x meter, how far must the goal on the race
course be so that A and B reach at the same time.
𝑙𝑒𝑡 𝑡ℎ𝑒 𝑡𝑜𝑡𝑎𝑙 𝑑𝑖𝑠𝑡𝑎𝑛𝑐𝑒 𝑦 𝑚𝑒𝑡𝑒𝑟. 𝑡ℎ𝑒𝑛 𝑦 = 𝑛(𝑦 − 𝑥)
5. A and B participants x meter race. A runs at the speed of 𝒚 m/s. A gives b a start of z meter and still
beat him by 𝒕𝟏 seconds. Find the speed of B.
𝒙−𝒛
𝒙 m/s
𝒕𝟏 +
𝒚
6. In a x meter race the ratio of the speed of two participants A and B is a: b respectively. If A has a
start of y meter, then find the distance by which A wins.
𝒃 𝒃 𝒃𝒚
𝑨 𝒃𝒆𝒂𝒕 𝑩 𝒃𝒚 [ 𝒙 − (𝒙 − 𝒚)] 𝒐𝒓 𝒙 (𝟏 − ) +
𝒂 𝒂 𝒂
7. In a x meter race A beat B by y meter and C by z meter. Find how much distance B will beat C in a
race of a meter.
𝑥−𝑧
×𝑎 ∀(𝑦 < 𝑧)
𝑥−𝑦
8. In a x meter race A can beat B by y meter and B can beat C by z meter. In the same race, find by
how much distance does A beat C
𝐴 𝐴 𝐵
= ×
𝐶 𝐵 𝐶
…………………………………………..SPACE FOR KEY NOTES……………………………………