

Formulas in Pure Maths
Presentation
•
Mathematics, Other
•
12th Grade
•
Hard
KASSIA! LLTTF
Used 60+ times
FREE Resource
19 Slides • 0 Questions
1
Formulas in Pure Maths (M1)
Module 1

2
Table of Contents
Prepositional Logic : Slide 3
Real Number System : Slide 7
Binary operations : Slide 9
Surds : Slide 10
Summation Notation : Slide 11
Polynomials : Slide 12
Modulus Function : Slide 14
Cubic Equations : Slide 16
Functions : Slide 18
Logs : Slide 19
3
Prepositional Logic (Module 1)
* Conjunction (and) : ∧
* Disjunction (or) : ∨ (inclusive)
* Negation (not) : ∼
* Conditional (if ... then) : ⟶
* Biconditional (if and only if) : ↔
p→q
* Converse : q→p
* Inverse : ∼p→∼q
* Contrapositive : ∼q→p∼
4
Laws of the algebra of prepositions
* Idempotent Laws : p∨p≡p and p∧p≡p
* Associative Laws : (p∨q)∨r≡p∨(q∨r) and (p∧q)∧r≡p∧(q∧r)* Commutative Laws : p∨q≡q∨p and p∧q≡q∧p
* Distributive Laws : (p∨q)∧(p∨r)≡p∨(q∧r) and p∧(q∨r)≡(p∧q)∨(p∧r)
* Identity Laws : 1. P∨F≡P 2. P∨T≡T 3. P∧F≡F 4.P∧T≡P
* Complement Laws : p∨∼p≡T p∧∼p≡F ∼T≡F ∼F≡T
* Involution Laws : ∼∼p=p
* De Horgan's Laws : ∼(p∨q)≡∼p∧∼q ∼(p∧q)≡∼p∨∼q
5
6
FORMAT
7
Real Number System (Module 1)
N={natural numbers}={1,2,3,4..}
Z={intergers}={...−3,−2,−1,0,1,2,3..}
W={whole numbers}={0,1,2,3,...}
Q={rational nos.}={qp} where p and q are Z and q =0 .
Q ′={irrational nos.}
8
* Closure Property - a,b ∈R⟶ a +b∈R
* Associative Laws - a,b,c∈R→ (a+b)+c=a+(b+c) & (a×b)×c=a×(b×c)* Commutative Laws - a,b,c ∈R⟶ a×(b+c)=(a×b)+(a×c) & (a+b)×c=(a×c)+(b×c)
* Additive Identity - It's 0. a∈R →a +0 =0 +a=a
* Additive Inverse - a∈R & −a ∈R ⟶ a+ (−a) =−a+a =0
* Multiplicative Inverse - a∈R, a=0 → a×a−1=a−1×a=1 0 has no M.I. Eg. 2×21=1
* Multiplicative Identity - It's 1. a∈R⟶ 1×a=a×1=a
9
Binary Operations
* Commutative - x * y = y * x
* Associative - (aΔb)Δc =aΔ(bΔc)
* Closed under the operation - x * y ∈G for all x, y ∈G
* Distributive property - a * (bΔc)= (a * b) Δ (a * c) for all a,b,c ∈S . * is distributive over Δ
* Identity - e * x = x * e = x
10
Surds (Module 1)
* xy=x×y
* x×x=x
* yx=yx
* xy+2xy=3xy(+ and − like terms)
* Rationalizing (a+b)(a−b)=a2−b
* (x+y)2=(x+y)(x+y)=x+2yx+y2
11
Summation Notation (Module 1)
Standard Results
* If 'c' is a constant. r=1∑n c ⋅ f(r)=c⋅r=1∑n f(r)
* r=1∑nc=cn
* r=m∑n f(r)=r=1∑nf(r) −r=1∑m−1f(r)
* r=1∑nr=21n(n+1) r=1∑nr2=61n(n+1)(2n+1) r=1∑nr3=41n2(n+1)2
12
Polynomials (Module 1)
General :
an−bn=(a−b)(an−1+an−2b+an−3b2+....+a2bn−3+abn−2+bn−1)
1. a2−b2=(a−b)(a+b)
[ a2+b2 can't be factorized.]
2. a3−b3=(a−b)(a2+ab+b2) a3+b3=(a+b)(a2−ab+b2)
3. a4−b4=(a−b)(a3+a2b+ab2+b3)=(a−b)[a2(a+b)+b2(a+b)]=(a−b)(a+b)(a2+b2) a4+b4 cannot be factorized.
4. a5−b5=(a−b)(a4+a3b+a2b2+ab3+b4) a5+b5=(a+b)(a4−a3b+a2b2+ab3+b4)
5. a6−b6=(a−b)(a+b)(a2+ab+b2)(a2−ab+b2)
13
(a+b)3=a3+3a2b+3ab2+b3
(a+b)2=a2+2ab+b2 (a−b)2=a2−2ab+b2
14
Modulus Function (Module 1)
* Definition ∣x∣ ={x, x<0x, x≥0}
Properties :
(a) ∣xy∣ =∣x∣ ⋅∣y∣
(b) ∣∣∣∣yx∣∣∣∣ =∣y∣∣x∣, y=0
(c) ∣xn∣ =∣x∣n
(d) −∣x∣ ≤x≤∣x∣
(e) ∣x∣ =k⟺x=+k
(f) ∣x∣ ≤k⟺−k≤x≤k
(g) ∣x∣ ≥k⟺x≤−k or x≥k
(h) ∣x∣ ≤∣y∣⟺x2≤y2
(i) ∣x∣≥∣y∣⟺x2≥y2
(j) ∣x+y∣≤∣x∣+∣y∣ (the triangle inequality)
15
Solving inequalities
(a) ∣x∣<a ⟺−a<x<a
(b) ∣x∣>a⟺ x<−a or x>a
(c) ∣x∣≤a ⟺−a≤x≤a
(d) ∣x∣≥a ⟺x≤−a or x≥a
(e) ∣x∣<a ⟺x2<a2
(f) ∣x∣>a⟺ x2>a2
(g) ∣x∣≤a ⟺ x2≤a2
(h) ∣x∣≥a⟺ x2≥a2
16
Cubic Equations (Module 1)
ax3+bx2+cx+d=0
α+β+γ=a−b
αβ+βγ+γα=ac
αβγ=a−d
Short notation :
(a) ∑ α=α+β+γ (b) ∑αβ=αβ+βγ+γα
(c) ∑ a2=α2+β2+γ2 (d) ∑ α3=α3+β3+γ3
(e) ∑αβ(α+β)=αβ(α+β)+βγ(β+γ)+αγ(α+γ)
17
Important results :
(a) ∑α2=(∑α)2−2∑αβ
(b) ∑α3=(∑α)3−3∑α×∑αβ+αβγ
(c) ∑αβ(α+β)=∑α×∑αβ−3αβγ
(d) ∑α2β2=(∑αβ)2−2αβγ(∑α)
(e) ∑α4=(∑a2)2−2∑a2β2
18
Functions
[ ]−closed interval : uses ≤,≥
( )−open interval : uses <,>
[ ) or ( ]−Half−open : ≤,>or <,≥ etc
[x,+∞)or(+∞, x]− Infinite intervals : where x∈Z
* Range : the minimum and maximum y values of a function (given its domain)
* Vertical line test tells if a graphed function is a function
* Horizontal line test determines if a function is injective/one-to-one
19
Logs
* logaPQ=logaP+logaQ
* loga QP=logaP−logaQ* logaPn=nlogaP
* loga1=0
* logaa=1
* Change of Base
logab=logmalogmb
Formulas in Pure Maths (M1)
Module 1

Show answer
Auto Play
Slide 1 / 19
SLIDE
Similar Resources on Wayground
16 questions
Introduction to Exponential Functions
Presentation
•
11th Grade - University
16 questions
Matemática financeira - cálculo de porcentagem
Presentation
•
12th Grade
11 questions
KAIDAH PENCACAHAN
Presentation
•
12th Grade
13 questions
Ukuran Penyebaran Data
Presentation
•
12th Grade
14 questions
TRANSLASI DAN REFLEKSI
Presentation
•
12th Grade
15 questions
LỄ PHÁT ĐỘNG VÀ TỌA ĐÀM
Presentation
•
KG
14 questions
ATURAN HASIL BAGI TURUNAN FUNGSI TRIGONOMETRI
Presentation
•
12th Grade
17 questions
BAHASA MELAYU - TAHUN 6
Presentation
•
12th Grade
Popular Resources on Wayground
16 questions
Grade 3 Simulation Assessment 2
Quiz
•
3rd Grade
19 questions
HCS Grade 5 Simulation Assessment_1 2526sy
Quiz
•
5th Grade
10 questions
Cinco de Mayo Trivia Questions
Interactive video
•
3rd - 5th Grade
17 questions
HCS Grade 4 Simulation Assessment_2 2526sy
Quiz
•
4th Grade
24 questions
HCS Grade 5 Simulation Assessment_2 2526sy
Quiz
•
5th Grade
13 questions
Cinco de mayo
Interactive video
•
6th - 8th Grade
20 questions
Math Review
Quiz
•
3rd Grade
30 questions
GVMS House Trivia 2026
Quiz
•
6th - 8th Grade
Discover more resources for Mathematics
5 questions
A.EI.1-3 Quizizz Day 1
Quiz
•
9th - 12th Grade
5 questions
A.EI.1-3 Quizizz Day 2
Quiz
•
9th - 12th Grade
5 questions
A.EI.1-3 Quizizz Day 4
Quiz
•
9th - 12th Grade
5 questions
G.PC/DF Quizizz Day 2
Quiz
•
9th - 12th Grade
5 questions
A.F/ST Quizizz Day 5
Quiz
•
9th - 12th Grade
5 questions
G.PC/DF Quizizz Day 1
Quiz
•
9th - 12th Grade
5 questions
A.EI.1-3 Quizizz Day 3
Quiz
•
9th - 12th Grade
5 questions
G.TR.1-4 Quizizz Day 1
Quiz
•
9th - 12th Grade