π Welcome to Your First Term Revision!
This comprehensive revision covers all the topics from the First Term. Use this to:
- Review key concepts from each topic
- Practice with revision questions
- Prepare for your end-of-term examination
- Identify areas that need more attention
Topics Covered in First Term
| Week |
Topic |
Key Concepts |
| 1 |
Number Bases I |
Definition of number bases, binary, octal, decimal, hexadecimal; place value; conversion to base 10 |
| 2 |
Number Bases II |
Conversion from base 10 to other bases; addition, subtraction, multiplication in bases |
| 3 |
Modular Arithmetic |
Concept of modulo; congruence; addition, subtraction, multiplication in modulo |
| 4 |
Indices I |
Definition; laws of indices (multiplication, division, power of power, zero index) |
| 5 |
Indices II |
Negative indices; fractional indices; solving equations with indices |
| 6 |
Logarithms I |
Definition; conversion between exponential and logarithmic forms; laws of logarithms |
| 7 |
Logarithms II |
Characteristic and mantissa; calculations with logarithms; antilogarithms; solving equations |
| 8 |
Surds I |
Definition of surds; simplification; addition and subtraction of surds |
| 9 |
Surds II |
Multiplication and division of surds; rationalising the denominator; surd equations |
First Term Topics β Summary
Topic 1: Number Bases I β Summary
π Key Points:
- Number Base: A system for representing numbers using a set of digits.
- Common Bases: Binary (2), Octal (8), Decimal (10), Hexadecimal (16).
- Expanded Form: N = dβΓbβΏ + ... + dβΓbΒ² + dβΓbΒΉ + dβΓbβ°
- Conversion to Base 10: Use the expanded form method.
Topic 2: Number Bases II β Summary
π Key Points:
- Conversion from Base 10: Use the division method (read remainders bottom to top).
- Addition: Carry when sum β₯ base.
- Subtraction: Borrow when top digit < bottom digit.
- Multiplication: Use the base's multiplication table; carry when product β₯ base.
Topic 3: Modular Arithmetic β Summary
π Key Points:
- Modulus (m): The number that defines the range of values.
- Congruence: a β‘ b (mod m) if m divides (a β b).
- Addition: (a + b) mod m
- Subtraction: (a β b) mod m (if negative, add m).
- Multiplication: (a Γ b) mod m
Topic 4: Indices I β Summary
π Key Points:
- Definition: aβΏ = a Γ a Γ ... (n times).
- Law 1: aα΅ Γ aβΏ = aα΅βΊβΏ
- Law 2: aα΅ Γ· aβΏ = aα΅β»βΏ
- Law 3: (aα΅)βΏ = aα΅βΏ
- Law 4: aβ° = 1 (a β 0)
Topic 5: Indices II β Summary
π Key Points:
- Negative Index: aβ»βΏ = 1/aβΏ
- Fractional Index: aΒΉ/βΏ = βΏβa
- General Fractional: aα΅/βΏ = βΏβ(aα΅) = (βΏβa)α΅
- Solving Equations: Express both sides as powers of the same base, then equate indices.
Topic 6: Logarithms I β Summary
π Key Points:
- Definition: logβ b = c β aαΆ = b
- Product Law: logβ (xy) = logβ x + logβ y
- Quotient Law: logβ (x/y) = logβ x β logβ y
- Power Law: logβ (xβΏ) = n logβ x
- Change of Base: logβ x = log_b x / log_b a
Topic 7: Logarithms II β Summary
π Key Points:
- Characteristic: Integer part of log (digits β 1 for N β₯ 1; negative for N < 1).
- Mantissa: Decimal part (found from log tables).
- Calculations: Add logs for multiplication; subtract for division; multiply by power for powers; divide by root for roots.
- Antilog: antilog y = 10ΚΈ
Topic 8: Surds I β Summary
π Key Points:
- Definition: Irrational numbers expressed as roots (e.g., β2, β3).
- Simplification: β(aΓb) = βa Γ βb; find perfect square factors.
- Addition/Subtraction: Only similar surds can be added/subtracted.
- Conjugate: a + βb and a β βb
Topic 9: Surds II β Summary
π Key Points:
- Multiplication: βa Γ βb = β(ab)
- Division: βa Γ· βb = β(a/b)
- Rationalising: Multiply numerator and denominator by the conjugate.
- Solving Equations: Isolate the surd, square both sides, solve, check for extraneous solutions.
Key Formulas Summary
| Topic |
Formula |
Variables |
| Number Bases |
N = dβΓbβΏ + ... + dβΓbβ° |
b = base |
| Modular Arithmetic |
a β‘ b (mod m) if m|(aβb) |
m = modulus |
| Indices |
aα΅ Γ aβΏ = aα΅βΊβΏ |
a = base |
| Negative Index |
aβ»βΏ = 1/aβΏ |
n = positive integer |
| Fractional Index |
aΒΉ/βΏ = βΏβa |
n = root |
| Logarithms |
logβ b = c β aαΆ = b |
a = base |
| Log Product |
logβ (xy) = logβ x + logβ y |
a = base |
| Surds |
β(aΓb) = βa Γ βb |
a, b β₯ 0 |
Revision Questions
Test your understanding of all First Term topics:
Section A: Multiple Choice (Choose the correct option)
- Convert 1101β to base 10.
A) 11 B) 13 C) 15 D) 17
- Evaluate: 7 + 8 (mod 6)
A) 1 B) 2 C) 3 D) 4
- Simplify: 2Β³ Γ 2β΅
A) 2βΈ B) 2ΒΉβ΅ C) 2Β² D) 2β·
- What is logβ 8?
A) 2 B) 3 C) 4 D) 5
- Simplify: β12
A) 2β3 B) 3β2 C) 4β3 D) 2β6
- Which of the following is a surd?
A) β4 B) β9 C) β16 D) β2
- Evaluate: 5β»Β²
A) 25 B) 1/25 C) -25 D) -1/25
- What is the characteristic of logββ 4567?
A) 1 B) 2 C) 3 D) 4
- Convert 25ββ to binary.
A) 11001β B) 11010β C) 11100β D) 10101β
- Simplify: β8 + β18
A) 5β2 B) 4β2 C) 3β2 D) 2β2
Answers: 1-B, 2-C, 3-A, 4-B, 5-A, 6-D, 7-B, 8-C, 9-A, 10-A
Section B: Short Answer Questions
- Convert 101011β to base 10.
- Evaluate: 4 β 9 (mod 5).
- Simplify: (2Β³ Γ 2β΅) Γ· 2β΄.
- Evaluate: 27Β²/Β³.
- Simplify: logβ 16 + logβ 4.
- Simplify: β27 + β12.
- Rationalise: 1/β3.
- Solve: 2Λ£ = 64.
- Find the characteristic of logββ 0.0456.
- Expand: (β2 + β3)Β².
Section C: Calculation Questions
- Add: 101β + 111β.
- Subtract: 1101β β 101β.
- Solve: logβ x = 5.
- Calculate: 3β»Β² Γ 3β΄.
- Simplify: β12 Γ β3.
- Rationalise: 1/(2 β β3).
- Evaluate: logβ 32 β logβ 4.
- Solve: β(2x + 1) = 5.
- Simplify: 8β15 Γ· 2β3.
- Solve: logβ (2x + 1) = 2.
Answers to Section B
1. 101011β = 1Γ32 + 0Γ16 + 1Γ8 + 0Γ4 + 1Γ2 + 1Γ1 = 43ββ
2. 4 β 9 = β5; β5 + 5 = 0
3. (2Β³ Γ 2β΅) Γ· 2β΄ = 2βΈ Γ· 2β΄ = 2β΄
4. 27Β²/Β³ = (Β³β27)Β² = 3Β² = 9
5. logβ 16 + logβ 4 = 4 + 2 = 6
6. β27 = 3β3, β12 = 2β3, sum = 5β3
7. 1/β3 Γ β3/β3 = β3/3
8. 64 = 2βΆ, so x = 6
9. 0.0456 has 2 zeros β characteristic = β2
10. (β2)Β² + 2(β2)(β3) + (β3)Β² = 2 + 2β6 + 3 = 5 + 2β6
Answers to Section C
1. 101β + 111β = 1100β
2. 1101β β 101β = 1000β
3. 2β΅ = x β x = 32
4. 3β»Β² Γ 3β΄ = 3Β² = 9
5. β12 Γ β3 = β36 = 6
6. (2 + β3)/(4 β 3) = 2 + β3
7. logβ 32 β logβ 4 = 5 β 2 = 3
8. 2x + 1 = 25 β 2x = 24 β x = 12
9. 8β15 Γ· 2β3 = 4β5
10. 3Β² = 2x + 1 β 9 = 2x + 1 β x = 4
Examination Preparation Tips
π Tips for Success:
- Review all formulas β make a formula sheet and memorise them.
- Understand key definitions β be able to explain concepts in your own words.
- Practice calculations β work through all examples and assignment questions.
- Know your number bases β binary, octal, and hexadecimal conversions.
- Practice surd operations β simplification, rationalisation, and equations.
- Time management β allocate time for each section during the exam.
- Read questions carefully β identify what is being asked before answering.
Board Summary
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β SS1 MATHEMATICS β FIRST TERM REVISION β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β β
β WEEK 1-2: NUMBER BASES β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β’ Definition: System using a set of digits β
β β’ Common bases: Binary (2), Octal (8), Decimal (10), Hex (16) β
β β’ Conversions: Expanded form (to base 10), Division method (from base 10)β
β β’ Operations: Addition, subtraction, multiplication in bases β
β β
β WEEK 3: MODULAR ARITHMETIC β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β’ Modulus m defines the range β
β β’ Congruence: a β‘ b (mod m) if m divides (aβb) β
β β’ Operations: addition, subtraction, multiplication β
β β
β WEEK 4-5: INDICES β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β’ aα΅ Γ aβΏ = aα΅βΊβΏ, aα΅ Γ· aβΏ = aα΅β»βΏ, (aα΅)βΏ = aα΅βΏ β
β β’ aβ° = 1, aβ»βΏ = 1/aβΏ, aΒΉ/βΏ = βΏβa, aα΅/βΏ = βΏβ(aα΅) β
β β
β WEEK 6-7: LOGARITHMS β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β’ logβ b = c β aαΆ = b β
β β’ Product: logβ (xy) = logβ x + logβ y β
β β’ Quotient: logβ (x/y) = logβ x β logβ y β
β β’ Power: logβ (xβΏ) = n logβ x β
β β’ logβ a = 1, logβ 1 = 0 β
β β’ Characteristic + Mantissa β
β β
β WEEK 8-9: SURDS β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β’ β(aΓb) = βa Γ βb β
β β’ Only similar surds can be added/subtracted β
β β’ Rationalise by multiplying by conjugate β
β β’ Conjugate: a + bβx and a β bβx β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
Good luck with your examination!
Remember to stay calm, read all questions carefully, and show your working clearly. You've got this! πͺ