VIEW THIS AS

Auto mode follows the Route Engine until you choose a viewpoint.

YOU ARE HERE

ROUTE CHECK

CONNECTED TO

WHAT NEXT

Use the canonical route for this room, or HELP if you are unsure.

Technical Specification of IGCSE Mathematics in Full Almost Code

0. Meta Lock

SPEC.NAME = “IGCSE Mathematics”
SPEC.TYPE = “International secondary mathematics qualification family”
SPEC.CLASS = “Board-specific qualification, not globally singular”
SPEC.MAJOR_VARIANTS = {
  CAMBRIDGE_0580,
  CAMBRIDGE_0980,
  PEARSON_4MA1
}
SPEC.DEFAULT_REFERENCE_FOR_THIS_DOCUMENT = “CAMBRIDGE_0580”
SPEC.REASON = “Current official syllabus window is explicit and structurally complete for 2025–2027”
SPEC.BOUNDARY = “Do not assume all IGCSE Mathematics references mean the same board, grading scale, paper model, or topic partitioning.” (Cambridge International)


1. Qualification Identity

IGCSE.MATHEMATICS.CANONICAL_OBJECT = {
  purpose: “Develop mathematical ability as a key life skill and as a basis for further study”,
  delivery_mode: “Fully examined qualification”,
  assessment_model: “External written examinations”,
  content_mode: “Topic-organised mathematical curriculum”,
  tiering: “Present in major variants”
}

CAMBRIDGE_0580 = {
  board: “Cambridge International”,
  qualification_name: “Cambridge IGCSE Mathematics”,
  subject_code: “0580”,
  current_syllabus_window_seen: “2025–2027”
}

PEARSON_4MA1 = {
  board: “Pearson Edexcel”,
  qualification_name: “Pearson Edexcel International GCSE Mathematics A”,
  subject_code: “4MA1”,
  first_teaching: “2016”,
  first_external_assessment: “2018”
} ([Cambridge International][1])


2. Cambridge 0580 Official Baseline

CAMBRIDGE_0580.RUNTIME = {
  qualification_model: “Tiered”,
  tier_set: {CORE, EXTENDED},
  content_policy: “Extended contains Core plus additional content”,
  teaching_order_policy: “Subject content is organised by topic and is not presented in a teaching order”,
  calculator_policy: “Learners are expected to solve problems with and without calculator use, as appropriate”,
  course_design_policy: “Integrated course; both calculator and non-calculator capability are expected”
}


3. Cambridge 0580 Topic Topology

CAMBRIDGE_0580.TOPIC_GRAPH = [
  1:Number,
  2:Algebra_and_graphs,
  3:Coordinate_geometry,
  4:Geometry,
  5:Mensuration,
  6:Trigonometry,
  7:Transformations_and_vectors,
  8:Probability,
  9:Statistics
]

CAMBRIDGE_0580.CONTENT_ARCHITECTURE = {
  topic_count: 9,
  organisation_mode: “By topic”,
  progression_rule: “Core for lower tier route; Extended for higher tier route”,
  formula_policy: “Formula list provided in exam papers, but not all required formulas are given”,
  memory_requirement: “Some formulas must be known without being supplied”
}


4. Cambridge 0580 Assessment Topology

CAMBRIDGE_0580.ASSESSMENT = {
  candidate_components_total: 2,
  core.route = {
    papers: [Paper_1, Paper_3],
    eligibility_grades: “C to G”,
    content_basis: “Core subject content only”
  },
  extended.route = {
    papers: [Paper_2, Paper_4],
    eligibility_grades: “A* to E”,
    content_basis: “Extended subject content only”
  }
}

CAMBRIDGE_0580.PAPERS = {
  Paper_1: {tier:”Core”, calculator:”No”, duration:”1 hour 30 minutes”, marks:80, weighting:”50%”},
  Paper_3: {tier:”Core”, calculator:”Scientific calculator required”, duration:”1 hour 30 minutes”, marks:80, weighting:”50%”},
  Paper_2: {tier:”Extended”, calculator:”No”, duration:”2 hours”, marks:100, weighting:”50%”},
  Paper_4: {tier:”Extended”, calculator:”Scientific calculator required”, duration:”2 hours”, marks:100, weighting:”50%”}
}

CAMBRIDGE_0580.QUESTION_MODEL = {
  question_types: {structured, unstructured},
  completion_rule: “Candidates answer all questions”
} (Cambridge International)


5. Cambridge 0580 Assessment Objectives

CAMBRIDGE_0580.AO = {
  AO1: “Knowledge and understanding of mathematical techniques”,
  AO2: “Analyse, interpret and communicate mathematically”
}

CAMBRIDGE_0580.AO1.OPS = [
  recall_and_apply_mathematical_knowledge,
  carry_out_routine_procedures,
  use_notation_and_terminology,
  perform_calculations_with_and_without_calculator,
  process_and_present_information,
  estimate_approximate_and_convert_forms,
  use_measurement_systems,
  measure_and_draw_with_instruments,
  recognise_spatial_relationships_2D_3D
]

CAMBRIDGE_0580.AO2.OPS = [
  analyse_problem_and_choose_strategy,
  make_connections_between_areas_of_mathematics,
  recognise_patterns_and_generalise,
  make_logical_inferences_and_draw_conclusions,
  communicate_methods_and_results_clearly,
  interpret_and_change_representations
]

CAMBRIDGE_0580.AO_WEIGHTING = {
  Core: {AO1:”60–70%”, AO2:”30–40%”},
  Extended: {AO1:”40–50%”, AO2:”50–60%”}
}


6. Cambridge 0580 Candidate Routing Logic

CAMBRIDGE_0580.ROUTER = {
  if learner studies Core_content OR is expected_grade <= D: enter(Paper_1, Paper_3),   if learner studies Extended_content OR is expected_grade >= C: enter(Paper_2, Paper_4),
  calculator_split: {P1:false, P2:false, P3:true, P4:true},
  grade_window_split: {Core:”C–G”, Extended:”A*–E”}
}

CAMBRIDGE_0580.BOARD_NOTE = {
  separate_9_1_pathway_exists: true,
  separate_subject_code_for_9_1_pathway: “0980”,
  warning: “Do not collapse 0580 and 0980 into one specification object”
} (Cambridge International)


7. Cambridge 0580 Formula and Accuracy Model

CAMBRIDGE_0580.FORMULA_MODEL = {
  formula_list_in_paper: true,
  formula_list_location: “Page 2 of examination papers”,
  all_formulas_given: false,
  knowledge_of_unsupplied_formulas_required: true
}

CAMBRIDGE_0580.ACCURACY_MODEL = {
  default_non_exact_answers: “3 significant figures”,
  angles_default: “1 decimal place in degrees unless otherwise specified”,
  rounding_policy: “Avoid rounding until final answer when accuracy marks are involved”
} (Cambridge International)


8. Cambridge 0580 Minimal Subject Engine

CAMBRIDGE_0580.SUBJECT_ENGINE = {
  engine_1: “Number fluency”,
  engine_2: “Algebraic manipulation and graph interpretation”,
  engine_3: “Coordinate reasoning”,
  engine_4: “Geometric vocabulary and property control”,
  engine_5: “Mensuration and measurement”,
  engine_6: “Trigonometric modelling”,
  engine_7: “Transformation/vector spatial operations”,
  engine_8: “Probability reasoning”,
  engine_9: “Statistical representation and interpretation”
}

CAMBRIDGE_0580.RUNTIME_PRINCIPLE = “The qualification is not merely content recall; it is dual-mode mathematical execution under non-calculator and calculator conditions, with formal weight on both technique and mathematical interpretation/communication.”


9. Pearson 4MA1 Compatibility Layer

PEARSON_4MA1.RUNTIME = {
  qualification_model: “Linear”,
  tier_set: {FOUNDATION, HIGHER},
  papers_per_tier: 2,
  papers_same_series_requirement: true,
  paper_duration_each: “2 hours”,
  paper_marks_each: 100,
  paper_weight_each: “50%”,
  calculator_policy: “Calculator may be used”,
  formula_sheet_included: true
}

PEARSON_4MA1.CONTENT_PARTITION = [
  1:Numbers_and_the_number_system,
  2:Equations_formulae_and_identities,
  3:Sequences_functions_and_graphs,
  4:Geometry_and_trigonometry,
  5:Vectors_and_transformation_geometry,
  6:Statistics_and_probability
]

PEARSON_4MA1.GRADING = {
  Foundation:”5–1″,
  Higher:”9–4 with grade 3 allowed”
}

PEARSON_4MA1.AO_WEIGHTING = {
  AO1_number_and_algebra:”57–63%”,
  AO2_shape_space_measures:”22–28%”,
  AO3_handling_data:”12–18%”
} (Pearson Qualifications)


10. Cross-Board Abstraction Layer

IGCSE_MATH.ABSTRACT_SPEC = {
  layer_1_identity: “International school mathematics qualification”,
  layer_2_content: {number, algebra, geometry, trigonometry, statistics, probability, graphs},
  layer_3_tiering: “Lower route and higher route”,
  layer_4_assessment: “Two externally assessed written papers per entry route”,
  layer_5_tooling: “With-calculator and/or without-calculator execution depending on board”,
  layer_6_output: “Grade-bearing signal for progression to higher mathematics or other study pathways”
}

IGCSE_MATH.NON_NEGOTIABLES = [
  symbolic_accuracy,
  numerical_fluency,
  graph_and_relation_control,
  shape_space_measure_reasoning,
  data_interpretation,
  problem_solving_under_exam_constraints
]


11. eduKateSG Implementation Layer

Interpretive extension, not an official board statement

EDUKATESG.IGCSE_MATH.RUNTIME = {
  phase_0: “Arithmetic stability”,
  phase_1: “Algebraic literacy”,
  phase_2: “Graph-geometry-trigonometry integration”,
  phase_3: “Exam execution, problem routing, and multi-topic transfer”
}

EDUKATESG.IGCSE_MATH.FAILURE_POINTS = [
  fraction_decimal_percentage instability,
  weak algebraic rearrangement,
  graph blindness,
  poor formula recall when formulas are not supplied,
  calculator dependence in non-calculator papers,
  non-calculator slowness,
  topic-island learning with poor transfer across domains,
  statistical misreading of tables/graphs,
  weak written communication of mathematical steps
]

EDUKATESG.IGCSE_MATH.REPAIR_STACK = [
  diagnose_tier_fit,
  stabilise_number_core,
  repair_algebra_engine,
  rebuild_graph_mapping,
  separate_noncalc_and_calc_training,
  drill_formula_memory_where_not_given,
  train_multi_step_structured_working,
  run_exam_simulations_under_board_rules
]

EDUKATESG.IGCSE_MATH.OPERATOR_RULE = “Do not teach IGCSE Mathematics as isolated chapters only; teach it as a paper-execution system with topic engines, transfer links, and calculator-mode discipline.”

This extension is my compression of the official structures above into a delivery/runtime model; it is not verbatim board language. The official basis for this compression is the topic-based content structure, tiering, assessment-objective split, paper model, and calculator/non-calculator architecture described in the Cambridge and Pearson specifications. (Cambridge International)


12. Final Canonical Lock

CANONICAL_LOCK = {
  statement_1: “IGCSE Mathematics is a board family, not a single monolithic global syllabus.”,
  statement_2: “For Cambridge 0580, the current official structure is a 9-topic, tiered, two-paper route with explicit non-calculator and calculator separation.”,
  statement_3: “For Pearson 4MA1, the qualification is linear, two papers per tier, calculator-allowed, with six content partitions and three assessment objectives.”,
  statement_4: “Any technical documentation that ignores board identity, tier route, calculator policy, and formula policy is incomplete.”
}


[1]: https://www.cambridgeinternational.org/programmes-and-qualifications/cambridge-igcse-mathematics-0580/
Cambridge IGCSE Mathematics (0580)

eduKateSG Learning System | Control Tower, Runtime, and Next Routes

This article is one node inside the wider eduKateSG Learning System.

At eduKateSG, we do not treat education as random tips, isolated tuition notes, or one-off exam hacks. We treat learning as a living runtime:

state -> diagnosis -> method -> practice -> correction -> repair -> transfer -> long-term growth

That is why each article is written to do more than answer one question. It should help the reader move into the next correct corridor inside the wider eduKateSG system: understand -> diagnose -> repair -> optimize -> transfer. Your uploaded spine clearly clusters around Education OS, Tuition OS, Civilisation OS, subject learning systems, runtime/control-tower pages, and real-world lattice connectors, so this footer compresses those routes into one reusable ending block.

Start Here

Learning Systems

Runtime and Deep Structure

Real-World Connectors

Subject Runtime Lane

How to Use eduKateSG

If you want the big picture -> start with Education OS and Civilisation OS
If you want subject mastery -> enter Mathematics, English, Vocabulary, or Additional Mathematics
If you want diagnosis and repair -> move into the CivOS Runtime and subject runtime pages
If you want real-life context -> connect learning back to Family OS, Bukit Timah OS, Punggol OS, and Singapore City OS

Why eduKateSG writes articles this way

eduKateSG is not only publishing content.
eduKateSG is building a connected control tower for human learning.

That means each article can function as:

  • a standalone answer,
  • a bridge into a wider system,
  • a diagnostic node,
  • a repair route,
  • and a next-step guide for students, parents, tutors, and AI readers.
eduKateSG.LearningSystem.Footer.v1.0

TITLE: eduKateSG Learning System | Control Tower / Runtime / Next Routes

FUNCTION:
This article is one node inside the wider eduKateSG Learning System.
Its job is not only to explain one topic, but to help the reader enter the next correct corridor.

CORE_RUNTIME:
reader_state -> understanding -> diagnosis -> correction -> repair -> optimisation -> transfer -> long_term_growth

CORE_IDEA:
eduKateSG does not treat education as random tips, isolated tuition notes, or one-off exam hacks.
eduKateSG treats learning as a connected runtime across student, parent, tutor, school, family, subject, and civilisation layers.

PRIMARY_ROUTES:
1. First Principles
   - Education OS
   - Tuition OS
   - Civilisation OS
   - How Civilization Works
   - CivOS Runtime Control Tower

2. Subject Systems
   - Mathematics Learning System
   - English Learning System
   - Vocabulary Learning System
   - Additional Mathematics

3. Runtime / Diagnostics / Repair
   - CivOS Runtime Control Tower
   - MathOS Runtime Control Tower
   - MathOS Failure Atlas
   - MathOS Recovery Corridors
   - Human Regenerative Lattice
   - Civilisation Lattice

4. Real-World Connectors
   - Family OS
   - Bukit Timah OS
   - Punggol OS
   - Singapore City OS

READER_CORRIDORS:
IF need == "big picture"
THEN route_to = Education OS + Civilisation OS + How Civilization Works

IF need == "subject mastery"
THEN route_to = Mathematics + English + Vocabulary + Additional Mathematics

IF need == "diagnosis and repair"
THEN route_to = CivOS Runtime + subject runtime pages + failure atlas + recovery corridors

IF need == "real life context"
THEN route_to = Family OS + Bukit Timah OS + Punggol OS + Singapore City OS

CLICKABLE_LINKS:
Education OS:
Education OS | How Education Works — The Regenerative Machine Behind Learning
Tuition OS:
Tuition OS (eduKateOS / CivOS)
Civilisation OS:
Civilisation OS
How Civilization Works:
Civilisation: How Civilisation Actually Works
CivOS Runtime Control Tower:
CivOS Runtime / Control Tower (Compiled Master Spec)
Mathematics Learning System:
The eduKate Mathematics Learning System™
English Learning System:
Learning English System: FENCE™ by eduKateSG
Vocabulary Learning System:
eduKate Vocabulary Learning System
Additional Mathematics 101:
Additional Mathematics 101 (Everything You Need to Know)
Human Regenerative Lattice:
eRCP | Human Regenerative Lattice (HRL)
Civilisation Lattice:
The Operator Physics Keystone
Family OS:
Family OS (Level 0 root node)
Bukit Timah OS:
Bukit Timah OS
Punggol OS:
Punggol OS
Singapore City OS:
Singapore City OS
MathOS Runtime Control Tower:
MathOS Runtime Control Tower v0.1 (Install • Sensors • Fences • Recovery • Directories)
MathOS Failure Atlas:
MathOS Failure Atlas v0.1 (30 Collapse Patterns + Sensors + Truncate/Stitch/Retest)
MathOS Recovery Corridors:
MathOS Recovery Corridors Directory (P0→P3) — Entry Conditions, Steps, Retests, Exit Gates
SHORT_PUBLIC_FOOTER: This article is part of the wider eduKateSG Learning System. At eduKateSG, learning is treated as a connected runtime: understanding -> diagnosis -> correction -> repair -> optimisation -> transfer -> long-term growth. Start here: Education OS
Education OS | How Education Works — The Regenerative Machine Behind Learning
Tuition OS
Tuition OS (eduKateOS / CivOS)
Civilisation OS
Civilisation OS
CivOS Runtime Control Tower
CivOS Runtime / Control Tower (Compiled Master Spec)
Mathematics Learning System
The eduKate Mathematics Learning System™
English Learning System
Learning English System: FENCE™ by eduKateSG
Vocabulary Learning System
eduKate Vocabulary Learning System
Family OS
Family OS (Level 0 root node)
Singapore City OS
Singapore City OS
CLOSING_LINE: A strong article does not end at explanation. A strong article helps the reader enter the next correct corridor. TAGS: eduKateSG Learning System Control Tower Runtime Education OS Tuition OS Civilisation OS Mathematics English Vocabulary Family OS Singapore City OS
A young woman in a white suit and skirt is standing in a bright room, smiling and making an 'okay' gesture with her hand. A notebook and pen are placed on the table nearby.