Mathematics Subjects

Explore our comprehensive range of mathematics subjects, each designed to build strong foundations and develop advanced problem-solving skills.

Filter Subjects

Mathematics

Core mathematics covering essential concepts and problem-solving techniques

Algebra & Functions

Equations, inequalities, and graphical representations

Topics Covered

Linear Equations Beginner

Solving equations of the form ax + b = c and representing them graphically

Quadratic Equations Intermediate

Solving equations of the form ax² + bx + c = 0 using factorization and formula

Simultaneous Equations Intermediate

Solving systems of linear and non-linear equations

Polynomial Functions Advanced

Working with higher-degree polynomials and their properties

Example Problem

Solve the quadratic equation: 2x² - 5x - 3 = 0

Step 1: Identify a = 2, b = -5, c = -3

Step 2: Use the quadratic formula: x = (-b ± √(b² - 4ac)) / 2a

Step 3: x = (5 ± √(25 + 24)) / 4

Step 4: x = (5 ± √49) / 4 = (5 ± 7) / 4

Solution: x = 3 or x = -0.5

Learning Outcomes

  • Solve linear, quadratic, and simultaneous equations confidently
  • Graph functions and interpret their key features
  • Apply algebraic techniques to solve real-world problems
  • Manipulate algebraic expressions and formulas effectively

Recommended Resources

  • Algebra Essentials

    Comprehensive guide to core algebraic concepts

  • Khan Academy

    Free online lessons and practice problems

  • Practice Worksheets

    Downloadable exercises with solutions

    Download PDF

Difficulty Level Selection

Geometry & Trigonometry

Shapes, angles, and trigonometric relationships

Topics Covered

Euclidean Geometry Beginner

Properties of 2D and 3D shapes, angles, and transformations

Trigonometric Ratios Intermediate

Understanding sine, cosine, tangent and their applications

Circle Theorems Intermediate

Angles in circles, tangents, and chord properties

Vectors & Transformations Advanced

Vector operations and geometric transformations

Example Problem

Find the area of a triangle with sides 5cm, 7cm, and 10cm.

Step 1: Use Heron's formula: Area = √(s(s-a)(s-b)(s-c))

Step 2: Calculate s = (a+b+c)/2 = (5+7+10)/2 = 11

Step 3: Area = √(11(11-5)(11-7)(11-10))

Step 4: Area = √(11 × 6 × 4 × 1) = √264

Solution: Area ≈ 16.25 cm²

Learning Outcomes

  • Apply geometric principles to solve problems involving shapes and angles
  • Use trigonometric ratios to find unknown sides and angles in triangles
  • Understand and apply circle theorems to geometric problems
  • Work with vectors and transformations in 2D and 3D space

Recommended Resources

  • Geometry Fundamentals

    Clear explanations of geometric concepts

  • GeoGebra

    Interactive geometry software for visualization

  • Trigonometry Cheat Sheet

    Quick reference guide for formulas

    Download PDF

Difficulty Level Selection

Calculus & Vectors

Differentiation, integration, and vector operations

Topics Covered

Differentiation Intermediate

Rules of differentiation, gradients, and rates of change

Integration Advanced

Definite and indefinite integrals, areas under curves

Vector Algebra Intermediate

Vector operations, dot and cross products

Applications Advanced

Optimization, kinematics, and area problems

Example Problem

Find the derivative of f(x) = 3x⁴ - 2x² + 5x - 7

Step 1: Apply the power rule: d/dx(xⁿ) = n·xⁿ⁻¹

Step 2: d/dx(3x⁴) = 3·4x³ = 12x³

Step 3: d/dx(-2x²) = -2·2x = -4x

Step 4: d/dx(5x) = 5

Step 5: d/dx(-7) = 0

Solution: f'(x) = 12x³ - 4x + 5

Learning Outcomes

  • Apply differentiation techniques to find rates of change and gradients
  • Use integration to calculate areas and solve differential equations
  • Perform operations with vectors in 2D and 3D space
  • Apply calculus to solve optimization and motion problems

Recommended Resources

  • Calculus Made Easy

    Step-by-step guide to calculus concepts

  • Desmos Calculator

    Online graphing tool for visualization

  • Calculus Formula Sheet

    Comprehensive reference for key formulas

    Download PDF

Difficulty Level Selection

Further Mathematics

Advanced mathematical concepts for higher-level study and university preparation

Complex Numbers

Understanding and working with numbers in the form a + bi

Topics Covered

Complex Arithmetic Intermediate

Addition, subtraction, multiplication, and division of complex numbers

Argand Diagrams Intermediate

Geometric representation of complex numbers

De Moivre's Theorem Advanced

Powers and roots of complex numbers

Complex Equations Advanced

Solving equations with complex coefficients and solutions

Example Problem

Express (3 + 4i)(2 - 5i) in the form a + bi.

Step 1: Use FOIL method: (3 + 4i)(2 - 5i) = 3(2) + 3(-5i) + 4i(2) + 4i(-5i)

Step 2: = 6 - 15i + 8i - 20i²

Step 3: Since i² = -1, we have: 6 - 15i + 8i - 20(-1)

Step 4: = 6 - 15i + 8i + 20

Solution: = 26 - 7i

Learning Outcomes

  • Perform arithmetic operations with complex numbers
  • Represent complex numbers geometrically on the Argand diagram
  • Apply De Moivre's theorem to find powers and roots
  • Solve equations with complex solutions

Recommended Resources

  • Complex Analysis

    Comprehensive guide to complex numbers

  • Complex Visualizer

    Interactive tool for visualizing complex numbers

  • Past Exam Papers

    Practice with previous exam questions

    Download PDF

University Preparation

Complex numbers are essential for many university courses, including:

  • Electrical Engineering
  • Physics
  • Pure Mathematics

Differential Equations

Equations involving derivatives and their solutions

Topics Covered

First-Order ODEs Intermediate

Separable and linear first-order differential equations

Second-Order ODEs Advanced

Homogeneous and non-homogeneous equations with constant coefficients

Applications Advanced

Modeling real-world phenomena with differential equations

Solution Methods Advanced

Analytical and numerical approaches to solving DEs

Example Problem

Solve the differential equation: dy/dx = 2x + y with initial condition y(0) = 1

Step 1: Rearrange to standard form: dy/dx - y = 2x

Step 2: Identify as a first-order linear equation

Step 3: Use integrating factor method with e^(-∫dx) = e^(-x)

Step 4: Multiply both sides: e^(-x)dy/dx - e^(-x)y = 2xe^(-x)

Step 5: Recognize left side as derivative of product: d/dx(e^(-x)y) = 2xe^(-x)

Step 6: Integrate: e^(-x)y = ∫2xe^(-x)dx = -2xe^(-x) - 2e^(-x) + C

Step 7: Solve for y: y = -2x - 2 + Ce^x

Step 8: Apply initial condition y(0) = 1: 1 = -2(0) - 2 + C(1)

Step 9: Solve for C: C = 3

Solution: y = -2x - 2 + 3e^x

Learning Outcomes

  • Solve first-order differential equations using appropriate methods
  • Apply techniques for solving second-order differential equations
  • Model real-world problems using differential equations
  • Interpret solutions in the context of applied problems

Recommended Resources

  • Differential Equations

    Comprehensive textbook with examples

  • ODE Solver

    Online tool for solving and visualizing DEs

  • Practice Problems

    Collection of problems with detailed solutions

    Download PDF

University Preparation

Differential equations are fundamental in:

  • Engineering disciplines
  • Physics and applied mathematics
  • Economics and finance modeling

Matrices & Linear Algebra

Matrix operations, determinants, and linear transformations

Topics Covered

Matrix Operations Intermediate

Addition, subtraction, multiplication, and inversion of matrices

Determinants Intermediate

Calculating and applying determinants

Eigenvalues & Eigenvectors Advanced

Finding and applying eigenvalues and eigenvectors

Linear Transformations Advanced

Representing and composing transformations using matrices

Example Problem

Find the determinant of the matrix:

A = [ 3 1 2 ]

[ 4 -2 5 ]

[ 1 0 3 ]

Step 1: Use the formula for 3×3 determinant:

det(A) = a₁₁(a₂₂a₃₃ - a₂₃a₃₂) - a₁₂(a₂₁a₃₃ - a₂₃a₃₁) + a₁₃(a₂₁a₃₂ - a₂₂a₃₁)

Step 2: Substitute values:

det(A) = 3[(-2)(3) - (5)(0)] - 1[(4)(3) - (5)(1)] + 2[(4)(0) - (-2)(1)]

Step 3: Simplify:

det(A) = 3(-6) - 1(12 - 5) + 2(0 + 2)

Step 4: Calculate:

det(A) = -18 - 7 + 4 = -21

Solution: det(A) = -21

Learning Outcomes

  • Perform operations with matrices of various dimensions
  • Calculate determinants and understand their geometric interpretation
  • Find eigenvalues and eigenvectors of square matrices
  • Apply matrices to represent and solve systems of linear equations

Recommended Resources

  • Linear Algebra and Its Applications

    Standard reference text for linear algebra

  • Matrix Calculator

    Online tool for matrix operations

  • Linear Algebra Cheat Sheet

    Quick reference for formulas and concepts

    Download PDF

University Preparation

Linear algebra is crucial for:

  • Computer Science (graphics, AI, machine learning)
  • Engineering (structural analysis, control systems)
  • Data Science and Statistics

Statistics

Data analysis, probability theory, and statistical inference

Probability & Distributions

Fundamentals of probability theory and statistical distributions

Topics Covered

Basic Probability Beginner

Probability laws, conditional probability, and independence

Discrete Distributions Intermediate

Binomial, Poisson, and geometric distributions

Continuous Distributions Intermediate

Normal, exponential, and uniform distributions

Sampling Distributions Advanced

Central limit theorem and sampling theory

Example Problem

A fair coin is tossed 8 times. What is the probability of getting exactly 5 heads?

Step 1: This is a binomial probability problem with n = 8 trials, k = 5 successes, and p = 0.5 probability of success

Step 2: Use the binomial probability formula: P(X = k) = (n choose k) × p^k × (1-p)^(n-k)

Step 3: Calculate (8 choose 5) = 8!/(5!(8-5)!) = 8!/(5!3!) = 56

Step 4: P(X = 5) = 56 × (0.5)^5 × (0.5)^3

Step 5: P(X = 5) = 56 × (0.5)^8 = 56 × 0.00390625 = 0.21875

Solution: The probability is 0.21875 or approximately 21.9%

Learning Outcomes

  • Apply probability laws to calculate probabilities of events
  • Identify and work with appropriate probability distributions
  • Calculate probabilities using standard statistical distributions
  • Understand and apply the central limit theorem

Recommended Resources

  • Introduction to Probability

    Comprehensive guide to probability theory

  • StatKey

    Interactive tool for exploring distributions

  • Probability Distribution Tables

    Reference tables for common distributions

    Download PDF

Real-World Applications

Probability and distributions are used in:

  • Finance (risk assessment, option pricing)
  • Insurance (actuarial science)
  • Quality control in manufacturing

Hypothesis Testing

Statistical inference and decision-making based on data

Topics Covered

Null & Alternative Hypotheses Beginner

Formulating and interpreting statistical hypotheses

t-tests & z-tests Intermediate

Testing means and proportions

Chi-Square Tests Intermediate

Testing for independence and goodness of fit

ANOVA Advanced

Analysis of variance for comparing multiple groups

Example Problem

A company claims that its new process reduces the mean production time to less than 25 minutes. A sample of 36 production times has a mean of 23.5 minutes with a standard deviation of 4.2 minutes. Test this claim at the 5% significance level.

Step 1: Set up hypotheses: H₀: μ ≥ 25, H₁: μ < 25

Step 2: Calculate the test statistic: z = (x̄ - μ₀)/(σ/√n)

Step 3: z = (23.5 - 25)/(4.2/√36) = -1.5/0.7 = -2.14

Step 4: For α = 0.05 in a one-tailed test, the critical value is -1.645

Step 5: Since -2.14 < -1.645, we reject the null hypothesis

Conclusion: There is sufficient evidence to support the claim that the new process reduces the mean production time to less than 25 minutes.

Learning Outcomes

  • Formulate appropriate null and alternative hypotheses
  • Select and conduct appropriate statistical tests
  • Interpret p-values and make decisions based on statistical evidence
  • Understand Type I and Type II errors in hypothesis testing

Recommended Resources

  • Statistical Inference

    Comprehensive guide to hypothesis testing

  • StatCrunch

    Online statistical software for data analysis

  • Statistical Tables

    Critical values for various statistical tests

    Download PDF

Statistical Software

Recommended tools for statistical analysis:

  • R (free, powerful statistical programming)
  • SPSS (user-friendly interface)
  • Excel (basic statistical functions)

Regression Analysis

Modeling relationships between variables

Topics Covered

Simple Linear Regression Intermediate

Modeling the relationship between two variables

Multiple Regression Advanced

Models with multiple predictor variables

Correlation Analysis Intermediate

Measuring the strength of relationships

Model Diagnostics Advanced

Assessing model assumptions and fit

Example Problem

A researcher collected data on hours studied (x) and exam scores (y) for 10 students:

Hours Studied (x) Exam Score (y)
165
270
375
480
585

Find the linear regression equation and predict the exam score for a student who studies 6 hours.

Step 1: Calculate the means: x̄ = 3, ȳ = 75

Step 2: Calculate the slope: b = Σ(x-x̄)(y-ȳ)/Σ(x-x̄)² = 50/10 = 5

Step 3: Calculate the y-intercept: a = ȳ - b·x̄ = 75 - 5(3) = 60

Step 4: The regression equation is: y = 60 + 5x

Step 5: For x = 6: y = 60 + 5(6) = 90

Solution: The predicted exam score for a student who studies 6 hours is 90.

Learning Outcomes

  • Develop and interpret simple linear regression models
  • Calculate and interpret correlation coefficients
  • Understand the principles of multiple regression
  • Assess model fit and make predictions using regression models

Recommended Resources

  • Applied Regression Analysis

    Comprehensive guide to regression methods

  • Regression Visualizer

    Interactive tool for exploring regression models

  • Practice Datasets

    Real-world data for regression analysis

    Download CSV

Data Analysis Tools

Recommended tools for regression analysis:

  • Python with Scikit-learn and StatsModels
  • R with lm() and related packages
  • Excel Data Analysis ToolPak
>