Knowunity AI

Open the App

Subjects

Further MathsFurther Maths98 views·Updated May 23, 2026·8 pages

Understanding Complex Numbers for WJEC AS Further Pure

user profile picture
Ceri Thomas@cerithomas

Complex numbers expand our mathematical world by introducing the imaginary... Show more

1
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Fundamentals of Complex Numbers

The foundation of complex numbers is the imaginary number i, defined as √(-1), which means that i² = -1. A complex number takes the form a + bi, where a is the real part and b is the imaginary part. For example, 3 + 4i is a complex number with 3 as its real component and 4i as its imaginary component.

When working with powers of i, remember these patterns: i³ = -i and i⁴ = 1. Generally, odd powers result in either i or -i, while even powers give 1 or -1.

When solving quadratics that yield complex solutions, you can either factorise, complete the square, or use the quadratic formula. For example, to solve x² + 6x + 25 = 0 by completing the square: rewrite as x+3x + 3² - 9 + 25 = 0, which simplifies to x+3x + 3² + 16 = 0. Since the square equals -16, we get x = -3 ± 4i.

💡 Complex solutions to quadratic equations always come in conjugate pairs—if a + bi is a solution, then a - bi will also be a solution.

2
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Complex Conjugates and Argand Diagrams

The complex conjugate of z = a + bi is written as z̄ = a - bi. Conjugates are incredibly useful because when you multiply a complex number by its conjugate, you get a real number: a+bia + biabia - bi = a² + b².

This property helps simplify complex division problems by multiplying both numerator and denominator by the conjugate of the denominator. Also remember that a+ba + b + aba - b = 2a, which can help isolate real components.

Argand diagrams allow us to represent complex numbers visually on a coordinate plane. The real part corresponds to the x-axis, and the imaginary part to the y-axis. For instance, z₁ = 6 + 8i would be plotted at the point (6, 8), while z₂ = -2 + 4i would be at (-2, 4).

By plotting complex numbers this way, we transform algebraic expressions into geometric relationships, making many complex number operations easier to understand and visualize.

3
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Complex Numbers as Vectors

Complex numbers can be treated as vectors on the Argand diagram, with vector addition following the same rules as complex addition. When you add z₁ + z₂, you're effectively connecting the corresponding vectors head-to-tail.

The modulus of a complex number represents its length or magnitude as a vector. For z = a + bi, the modulus is calculated as |z| = √a2+b2a² + b², using the Pythagorean theorem. For example, if z = 7 + 24i, then |z| = √(7² + 24²) = 25.

Radian measure becomes important when we start looking at complex numbers in polar form. One radian is defined as the angle where the arc length equals the radius of the circle. This measurement system helps express complex numbers in terms of their angle and distance from the origin.

🔍 The vector interpretation of complex numbers creates a beautiful bridge between algebra and geometry, allowing us to solve problems in either domain.

4
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Arguments and Polar Form

The argument of a complex number is the angle measured anticlockwise from the positive x-axis to the vector representing the complex number. For quick reference: 360° = 2π, 180° = π, and 90° = π/2 radians.

To find the argument θ of a complex number z = x + iy, we use the formula tanθ = y/x (the ratio of imaginary to real parts). However, be careful with this approach as you need to consider which quadrant the complex number lies in.

A complex number can be written in two equivalent forms: the Cartesian form z = x + iy and the polar form z = rcosθ+isinθcosθ + isinθ, where r is the modulus. This polar representation becomes extremely useful when multiplying, dividing, or raising complex numbers to powers.

This connection between trigonometric functions and complex numbers reveals deep mathematical relationships that will become essential when you study advanced topics like Euler's formula.

5
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Operations in Polar Form

Converting between Cartesian and polar forms is straightforward. For example, with z = 3 + 4i, we find r = |z| = √(3² + 4²) = 5 and θ = tan⁻¹(4/3) ≈ 0.927 rad. Therefore, z = 5cos0.927+isin0.927cos0.927 + isin0.927.

When multiplying complex numbers in polar form, you multiply the moduli and add the arguments. If z₁ = r₁cosA+isinAcosA + isinA and z₂ = r₂cosB+isinBcosB + isinB, then z₁ × z₂ = r₁r₂cos(A+B)+isin(A+B)cos(A+B) + isin(A+B).

For division, divide the moduli and subtract the arguments: z₁/z₂ = r1/r2r₁/r₂cos(AB)+isin(AB)cos(A-B) + isin(A-B). Remember that cos(-θ) = cosθ and sin(-θ) = -sinθ when working with negative angles.

🌟 The polar form transforms complex multiplication and division from complicated algebraic operations into simple arithmetic with moduli and addition/subtraction of angles!

6
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Solving Complex Equations

To divide complex numbers, multiply both numerator and denominator by the conjugate of the denominator. For example, to find 3+5i3+5i/1+i1+i, multiply by 1i1-i/1i1-i: 3+5i3+5i/1+i1+i × 1i1-i/1i1-i = 33i+5i5i23-3i+5i-5i²/1i21-i² = 33i+5i+53-3i+5i+5/2 = 8+2i8+2i/2 = 4+i

Finding the square root of a complex number involves solving a system of equations. For √3+4i3+4i, we set a+bia+bi² = 3+4i and expand: a²+2abi-b² = 3+4i. Comparing real and imaginary parts gives us:

  • a²-b² = 3
  • 2ab = 4

From the second equation, a = 2/b. Substituting into the first: 2/b2/b²-b² = 3, which leads to b⁴+3b²-4 = 0. Factoring gives b2+4b²+4b21b²-1 = 0, so b = ±1.

When b = 1, we get a = 2, leading to one solution: 2+i.

💡 Always check your solutions by squaring them to verify they equal the original complex number!

7
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Completing Complex Solutions

When b = -1 from our equation in the previous page, we find a = -2, giving us the second solution: -2-i.

Therefore, the complete solution for √3+4i3+4i = ±2+i2+i. This means both 2+i and -2+i2+i are square roots of 3+4i. You can verify this by squaring each answer and checking that you get 3+4i.

This example demonstrates the process for finding square roots of complex numbers, which involves setting up and solving simultaneous equations. The technique requires careful algebraic manipulation and a good understanding of complex number properties.

Remember that complex numbers typically have two square roots, just as real numbers do. The only exception is zero, which has just one square root (zero itself).

8
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI Companion is a student-focused AI tool that offers more than just answers. Built on millions of Knowunity resources, it provides relevant information, personalised study plans, quizzes, and content directly in the chat, adapting to your individual learning journey.

Where can I download the Knowunity app?

You can download the app from Google Play Store and Apple App Store.

Is Knowunity really free of charge?

That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.

Most popular content: Complex Number

1

Most popular content in Further Maths

9
Further MathsFurther Maths

Complex Numbers & Matrices

Explore the fundamentals of complex numbers and matrices in this comprehensive study note. Topics include the square root of complex numbers, matrix transformations, determinants, and the properties of complex conjugates. Ideal for A Level Further Maths students looking to strengthen their understanding of these key concepts.

124,938134
Further MathsFurther Maths

Aqa gcse level 2 further maths notes

These aren’t notes on all the topics! But most of them are there :)

113479
Further MathsFurther Maths

Bivariate Data Analysis

Explore key concepts in bivariate data analysis, including hypothesis testing, correlation coefficients, and regression models. This summary covers significance levels, critical values, and the relationship between two variables, providing essential insights for WJEC AS Further Statistics. Ideal for students preparing for exams or seeking to understand statistical relationships.

12410
Further MathsFurther Maths

Matrix Operations & Transformations

Explore key concepts in matrix operations, including multiplication, determinants, inverses, and their applications in solving simultaneous equations and transformations. This summary covers essential properties and examples relevant for A-Level Further Mathematics (OCR/MEI).

1213511
MathsMaths

A-Level Maths 2022 Solutions

Explore detailed worked solutions for the A-Level Maths Paper 1 (2022). This resource covers key concepts such as differentiation, exponential functions, trigonometric equations, and area calculations, providing step-by-step explanations for each question. Ideal for students preparing for exams.

121,61558
Further MathsFurther Maths

Mastering Complex Numbers

Explore the fundamentals of complex numbers in this comprehensive guide tailored for A-Level Further Mathematics (MEI/OCR). Delve into Cartesian and polar forms, complex conjugates, modulus-argument representation, and De Moivre's Theorem. Perfect for exam preparation and enhancing your understanding of complex solutions and operations.

1234510
Further MathsFurther Maths

Circle Geometry Essentials

Explore key concepts of circle geometry, including the standard and expanded equations of circles, tangent lines, and the relationship between circle centers and points. This summary is ideal for GCSE Maths students looking to master circle theorems and equations.

111311
Further MathsFurther Maths

Mastering Permutations & Combinations

Explore the essential concepts of permutations and combinations with this comprehensive guide. Perfect for GCSE Further Maths and FSMQ, this resource covers key topics such as the multiplication rule, factorials, binomial coefficients, and practical examples to enhance your understanding. Ideal for students looking to excel in combinatorics and counting techniques.

123534
Further MathsFurther Maths

Solving Simultaneous Equations

Master the techniques for solving simultaneous equations with this comprehensive guide. This resource covers key methods such as substitution and elimination, providing step-by-step solutions to complex problems. Ideal for AQA Further Maths Level 2 students looking to enhance their algebra skills.

111737

Most popular content

9
SociologySociology

Sociology of Education Overview

Explore comprehensive A-Level Sociology notes on the education system, covering key theories, policies, and sociological perspectives. This resource includes insights on marketisation, gender roles, cultural deprivation, and educational inequalities, providing a thorough understanding of how education shapes social stratification and individual achievement. Ideal for exam preparation and in-depth study.

12102,3423,037
CriminologyCriminology

Criminology: Crime & Punishment Overview

Comprehensive mindmaps covering key concepts in the Crime and Punishment topic for WJEC Criminology Unit 4. This resource includes detailed insights into the Criminal Justice System, crime prevention strategies, sentencing models, and the roles of various agencies. Ideal for A-Level revision, ensuring you grasp essential theories and legislative processes to excel in your exams.

1254,8021,059
SociologySociology

Sociology of Families: Comprehensive Revision

Dive into an extensive overview of family dynamics, perspectives, and patterns in sociology. This resource covers key concepts such as family diversity, gender roles, marriage, and the impact of social policies on family structures. Perfect for A-Level Sociology students preparing for Paper 2.

1273,1922,304
English LiteratureEnglish Literature

An Inspector Calls: Character Insights

Explore in-depth analysis and key quotes for characters in J.B. Priestley's 'An Inspector Calls'. This resource covers Gerald Croft, Inspector Goole, Sheila Birling, Mrs. Birling, Eric Birling, and Eva Smith, focusing on themes of class, gender roles, and social responsibility. Ideal for students aiming for Grade 8 and above.

1025,220900
CriminologyCriminology

WJEC Unit 4 Criminology

Criminology unit 4 detailed revision note

127,115124
CriminologyCriminology

Criminology Theories Overview

Explore key criminology theories and their implications on crime and deviance. This comprehensive summary covers biological, psychological, and sociological perspectives, including labelling theory, right realism, and the impact of social campaigns on policy development. Ideal for A-Level criminology students seeking to understand the complexities of criminal behaviour and the factors influencing crime prevention strategies.

129,745211
English LiteratureEnglish Literature

Romeo and Juliet: Key themes

Key Romeo and Juliet themes and analysed quotes

106,615197
C
BiologyBiology

Cell Biology and Cell structure

cell structures

92,6310
English LiteratureEnglish Literature

Macbeth: Guilt and Ambition

Explore the complex themes of guilt and ambition in Shakespeare's 'Macbeth'. This analysis covers key characters, including Macbeth and Lady Macbeth, their moral dilemmas, and the tragic consequences of their ambition. Ideal for students studying character motivations, thematic elements, and the psychological impact of power. Includes insights on the natural order, manipulation, and the descent into madness.

918,798391

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user

Further MathsFurther Maths98 views·Updated May 23, 2026·8 pages

Understanding Complex Numbers for WJEC AS Further Pure

user profile picture
Ceri Thomas@cerithomas

Complex numbers expand our mathematical world by introducing the imaginary unit i, where i² = -1. This powerful concept allows us to solve equations that have no real solutions and opens up fascinating new mathematical possibilities that connect algebra, geometry... Show more

1
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Fundamentals of Complex Numbers

The foundation of complex numbers is the imaginary number i, defined as √(-1), which means that i² = -1. A complex number takes the form a + bi, where a is the real part and b is the imaginary part. For example, 3 + 4i is a complex number with 3 as its real component and 4i as its imaginary component.

When working with powers of i, remember these patterns: i³ = -i and i⁴ = 1. Generally, odd powers result in either i or -i, while even powers give 1 or -1.

When solving quadratics that yield complex solutions, you can either factorise, complete the square, or use the quadratic formula. For example, to solve x² + 6x + 25 = 0 by completing the square: rewrite as x+3x + 3² - 9 + 25 = 0, which simplifies to x+3x + 3² + 16 = 0. Since the square equals -16, we get x = -3 ± 4i.

💡 Complex solutions to quadratic equations always come in conjugate pairs—if a + bi is a solution, then a - bi will also be a solution.

2
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Complex Conjugates and Argand Diagrams

The complex conjugate of z = a + bi is written as z̄ = a - bi. Conjugates are incredibly useful because when you multiply a complex number by its conjugate, you get a real number: a+bia + biabia - bi = a² + b².

This property helps simplify complex division problems by multiplying both numerator and denominator by the conjugate of the denominator. Also remember that a+ba + b + aba - b = 2a, which can help isolate real components.

Argand diagrams allow us to represent complex numbers visually on a coordinate plane. The real part corresponds to the x-axis, and the imaginary part to the y-axis. For instance, z₁ = 6 + 8i would be plotted at the point (6, 8), while z₂ = -2 + 4i would be at (-2, 4).

By plotting complex numbers this way, we transform algebraic expressions into geometric relationships, making many complex number operations easier to understand and visualize.

3
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Complex Numbers as Vectors

Complex numbers can be treated as vectors on the Argand diagram, with vector addition following the same rules as complex addition. When you add z₁ + z₂, you're effectively connecting the corresponding vectors head-to-tail.

The modulus of a complex number represents its length or magnitude as a vector. For z = a + bi, the modulus is calculated as |z| = √a2+b2a² + b², using the Pythagorean theorem. For example, if z = 7 + 24i, then |z| = √(7² + 24²) = 25.

Radian measure becomes important when we start looking at complex numbers in polar form. One radian is defined as the angle where the arc length equals the radius of the circle. This measurement system helps express complex numbers in terms of their angle and distance from the origin.

🔍 The vector interpretation of complex numbers creates a beautiful bridge between algebra and geometry, allowing us to solve problems in either domain.

4
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Arguments and Polar Form

The argument of a complex number is the angle measured anticlockwise from the positive x-axis to the vector representing the complex number. For quick reference: 360° = 2π, 180° = π, and 90° = π/2 radians.

To find the argument θ of a complex number z = x + iy, we use the formula tanθ = y/x (the ratio of imaginary to real parts). However, be careful with this approach as you need to consider which quadrant the complex number lies in.

A complex number can be written in two equivalent forms: the Cartesian form z = x + iy and the polar form z = rcosθ+isinθcosθ + isinθ, where r is the modulus. This polar representation becomes extremely useful when multiplying, dividing, or raising complex numbers to powers.

This connection between trigonometric functions and complex numbers reveals deep mathematical relationships that will become essential when you study advanced topics like Euler's formula.

5
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Operations in Polar Form

Converting between Cartesian and polar forms is straightforward. For example, with z = 3 + 4i, we find r = |z| = √(3² + 4²) = 5 and θ = tan⁻¹(4/3) ≈ 0.927 rad. Therefore, z = 5cos0.927+isin0.927cos0.927 + isin0.927.

When multiplying complex numbers in polar form, you multiply the moduli and add the arguments. If z₁ = r₁cosA+isinAcosA + isinA and z₂ = r₂cosB+isinBcosB + isinB, then z₁ × z₂ = r₁r₂cos(A+B)+isin(A+B)cos(A+B) + isin(A+B).

For division, divide the moduli and subtract the arguments: z₁/z₂ = r1/r2r₁/r₂cos(AB)+isin(AB)cos(A-B) + isin(A-B). Remember that cos(-θ) = cosθ and sin(-θ) = -sinθ when working with negative angles.

🌟 The polar form transforms complex multiplication and division from complicated algebraic operations into simple arithmetic with moduli and addition/subtraction of angles!

6
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Solving Complex Equations

To divide complex numbers, multiply both numerator and denominator by the conjugate of the denominator. For example, to find 3+5i3+5i/1+i1+i, multiply by 1i1-i/1i1-i: 3+5i3+5i/1+i1+i × 1i1-i/1i1-i = 33i+5i5i23-3i+5i-5i²/1i21-i² = 33i+5i+53-3i+5i+5/2 = 8+2i8+2i/2 = 4+i

Finding the square root of a complex number involves solving a system of equations. For √3+4i3+4i, we set a+bia+bi² = 3+4i and expand: a²+2abi-b² = 3+4i. Comparing real and imaginary parts gives us:

  • a²-b² = 3
  • 2ab = 4

From the second equation, a = 2/b. Substituting into the first: 2/b2/b²-b² = 3, which leads to b⁴+3b²-4 = 0. Factoring gives b2+4b²+4b21b²-1 = 0, so b = ±1.

When b = 1, we get a = 2, leading to one solution: 2+i.

💡 Always check your solutions by squaring them to verify they equal the original complex number!

7
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Completing Complex Solutions

When b = -1 from our equation in the previous page, we find a = -2, giving us the second solution: -2-i.

Therefore, the complete solution for √3+4i3+4i = ±2+i2+i. This means both 2+i and -2+i2+i are square roots of 3+4i. You can verify this by squaring each answer and checking that you get 3+4i.

This example demonstrates the process for finding square roots of complex numbers, which involves setting up and solving simultaneous equations. The technique requires careful algebraic manipulation and a good understanding of complex number properties.

Remember that complex numbers typically have two square roots, just as real numbers do. The only exception is zero, which has just one square root (zero itself).

8
of 8
-1= i
where i is an imaginary number
real
imaginary
3+41
-i
odd indices
ior-i
even indices
1 or-1
solving quadratics
either factorise, compl

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI Companion is a student-focused AI tool that offers more than just answers. Built on millions of Knowunity resources, it provides relevant information, personalised study plans, quizzes, and content directly in the chat, adapting to your individual learning journey.

Where can I download the Knowunity app?

You can download the app from Google Play Store and Apple App Store.

Is Knowunity really free of charge?

That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.

Most popular content: Complex Number

1

Most popular content in Further Maths

9
Further MathsFurther Maths

Complex Numbers & Matrices

Explore the fundamentals of complex numbers and matrices in this comprehensive study note. Topics include the square root of complex numbers, matrix transformations, determinants, and the properties of complex conjugates. Ideal for A Level Further Maths students looking to strengthen their understanding of these key concepts.

124,938134
Further MathsFurther Maths

Aqa gcse level 2 further maths notes

These aren’t notes on all the topics! But most of them are there :)

113479
Further MathsFurther Maths

Bivariate Data Analysis

Explore key concepts in bivariate data analysis, including hypothesis testing, correlation coefficients, and regression models. This summary covers significance levels, critical values, and the relationship between two variables, providing essential insights for WJEC AS Further Statistics. Ideal for students preparing for exams or seeking to understand statistical relationships.

12410
Further MathsFurther Maths

Matrix Operations & Transformations

Explore key concepts in matrix operations, including multiplication, determinants, inverses, and their applications in solving simultaneous equations and transformations. This summary covers essential properties and examples relevant for A-Level Further Mathematics (OCR/MEI).

1213511
MathsMaths

A-Level Maths 2022 Solutions

Explore detailed worked solutions for the A-Level Maths Paper 1 (2022). This resource covers key concepts such as differentiation, exponential functions, trigonometric equations, and area calculations, providing step-by-step explanations for each question. Ideal for students preparing for exams.

121,61558
Further MathsFurther Maths

Mastering Complex Numbers

Explore the fundamentals of complex numbers in this comprehensive guide tailored for A-Level Further Mathematics (MEI/OCR). Delve into Cartesian and polar forms, complex conjugates, modulus-argument representation, and De Moivre's Theorem. Perfect for exam preparation and enhancing your understanding of complex solutions and operations.

1234510
Further MathsFurther Maths

Circle Geometry Essentials

Explore key concepts of circle geometry, including the standard and expanded equations of circles, tangent lines, and the relationship between circle centers and points. This summary is ideal for GCSE Maths students looking to master circle theorems and equations.

111311
Further MathsFurther Maths

Mastering Permutations & Combinations

Explore the essential concepts of permutations and combinations with this comprehensive guide. Perfect for GCSE Further Maths and FSMQ, this resource covers key topics such as the multiplication rule, factorials, binomial coefficients, and practical examples to enhance your understanding. Ideal for students looking to excel in combinatorics and counting techniques.

123534
Further MathsFurther Maths

Solving Simultaneous Equations

Master the techniques for solving simultaneous equations with this comprehensive guide. This resource covers key methods such as substitution and elimination, providing step-by-step solutions to complex problems. Ideal for AQA Further Maths Level 2 students looking to enhance their algebra skills.

111737

Most popular content

9
SociologySociology

Sociology of Education Overview

Explore comprehensive A-Level Sociology notes on the education system, covering key theories, policies, and sociological perspectives. This resource includes insights on marketisation, gender roles, cultural deprivation, and educational inequalities, providing a thorough understanding of how education shapes social stratification and individual achievement. Ideal for exam preparation and in-depth study.

12102,3423,037
CriminologyCriminology

Criminology: Crime & Punishment Overview

Comprehensive mindmaps covering key concepts in the Crime and Punishment topic for WJEC Criminology Unit 4. This resource includes detailed insights into the Criminal Justice System, crime prevention strategies, sentencing models, and the roles of various agencies. Ideal for A-Level revision, ensuring you grasp essential theories and legislative processes to excel in your exams.

1254,8021,059
SociologySociology

Sociology of Families: Comprehensive Revision

Dive into an extensive overview of family dynamics, perspectives, and patterns in sociology. This resource covers key concepts such as family diversity, gender roles, marriage, and the impact of social policies on family structures. Perfect for A-Level Sociology students preparing for Paper 2.

1273,1922,304
English LiteratureEnglish Literature

An Inspector Calls: Character Insights

Explore in-depth analysis and key quotes for characters in J.B. Priestley's 'An Inspector Calls'. This resource covers Gerald Croft, Inspector Goole, Sheila Birling, Mrs. Birling, Eric Birling, and Eva Smith, focusing on themes of class, gender roles, and social responsibility. Ideal for students aiming for Grade 8 and above.

1025,220900
CriminologyCriminology

WJEC Unit 4 Criminology

Criminology unit 4 detailed revision note

127,115124
CriminologyCriminology

Criminology Theories Overview

Explore key criminology theories and their implications on crime and deviance. This comprehensive summary covers biological, psychological, and sociological perspectives, including labelling theory, right realism, and the impact of social campaigns on policy development. Ideal for A-Level criminology students seeking to understand the complexities of criminal behaviour and the factors influencing crime prevention strategies.

129,745211
English LiteratureEnglish Literature

Romeo and Juliet: Key themes

Key Romeo and Juliet themes and analysed quotes

106,615197
C
BiologyBiology

Cell Biology and Cell structure

cell structures

92,6310
English LiteratureEnglish Literature

Macbeth: Guilt and Ambition

Explore the complex themes of guilt and ambition in Shakespeare's 'Macbeth'. This analysis covers key characters, including Macbeth and Lady Macbeth, their moral dilemmas, and the tragic consequences of their ambition. Ideal for students studying character motivations, thematic elements, and the psychological impact of power. Includes insights on the natural order, manipulation, and the descent into madness.

918,798391

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user