Knowunity AI

Open the App

Subjects

MathsMaths1,039 views·Updated May 23, 2026·20 pages

Comprehensive Vectors Revision Notes

user profile picture
GNisha@gnisha_fhdqlrplxiup

Vectors are mathematical objects that have both magnitude (size) and... Show more

1
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

Getting Started with Vectors

Think of vectors as arrows that tell you exactly where to go and how far to travel. Unlike regular numbers, vectors care about direction just as much as size.

You can name vectors using the start and end points like $\overline{AB}$ or with a single letter (usually bold or underlined). In component form, vectors look like (24)\binom{2}{4}, where the top number shows horizontal movement and the bottom shows vertical movement.

Adding and subtracting vectors works just like regular arithmetic - you simply combine the corresponding components. For example, (24)+(31)=(15)\binom{2}{4} + \binom{-3}{1} = \binom{-1}{5}. When multiplying by a scalar (a regular number), you multiply each component separately.

Key Point: Never try to simplify vectors like fractions - each component stays separate!

2
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

Magnitude and Position Vectors

The magnitude of a vector is its length, calculated using Pythagoras' theorem. For a 2D vector (24)\binom{2}{4}, the magnitude is 22+42=20=25\sqrt{2^2 + 4^2} = \sqrt{20} = 2\sqrt{5}. For 3D vectors, you just add the third component squared under the square root.

Position vectors tell you exactly where a point is located from the origin (0,0). If point P is at coordinates (x,y,z), then its position vector is OP=(x y z)\overrightarrow{OP} = \begin{pmatrix} x \ y \ z \end{pmatrix}.

Here's the crucial relationship: to find vector AB\overrightarrow{AB}, you calculate ba\underline{b} - \underline{a} (destination minus starting point). This works for any two points and is absolutely essential for exam questions.

Exam Tip: Remember that AB=ba\overrightarrow{AB} = \underline{b} - \underline{a} - this formula appears in virtually every vector question!

3
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

Working with Vector Examples

Let's see how these concepts work in practice. Given points A(-12, 4) and B(5, -2), you can write their position vectors as a=(12 4)\underline{a} = \begin{pmatrix} -12 \ 4 \end{pmatrix} and b=(5 2)\underline{b} = \begin{pmatrix} 5 \ -2 \end{pmatrix}.

To find AB\overrightarrow{AB}, you calculate ba=(5 2)(12 4)=(17 6)\underline{b} - \underline{a} = \begin{pmatrix} 5 \ -2 \end{pmatrix} - \begin{pmatrix} -12 \ 4 \end{pmatrix} = \begin{pmatrix} 17 \ -6 \end{pmatrix}.

When calculating magnitudes, be extra careful with negative numbers. For the vector (1 4 7)\begin{pmatrix} -1 \ -4 \ -7 \end{pmatrix}, the magnitude is (1)2+(4)2+(7)2=66\sqrt{(-1)^2 + (-4)^2 + (-7)^2} = \sqrt{66}. Notice how the negative signs disappear when you square each component.

Practice Makes Perfect: The more you practice these calculations, the more automatic they become on exam day!

4
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

Unit Vectors and Parallel Vectors

A unit vector is simply a vector with magnitude 1 - it shows pure direction without worrying about size. To create a unit vector from any vector, divide each component by the vector's magnitude.

For example, if u=(3 0 4)\mathbf{u} = \begin{pmatrix} 3 \ 0 \ 4 \end{pmatrix} has magnitude 5, then its unit vector is 15(3 0 4)=(3/5 0 4/5)\frac{1}{5}\begin{pmatrix} 3 \ 0 \ 4 \end{pmatrix} = \begin{pmatrix} 3/5 \ 0 \ 4/5 \end{pmatrix}.

Parallel vectors are multiples of each other. If u=kv\mathbf{u} = k\mathbf{v} where k is any number, then the vectors are parallel. When k is negative, they point in opposite directions but are still parallel.

Collinearity means points lie on a straight line. If AB=kBC\overrightarrow{AB} = k\overrightarrow{BC}, then points A, B, and C are collinear because the vectors are parallel and share point B.

Remember: Parallel vectors can point in opposite directions - the key is that one is a scalar multiple of the other!

5
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

Section Formula and Ratio Splitting

When a point divides a line segment in a specific ratio, you can find its position using the section formula: if Q divides AB in ratio m:n, then q=nm+na+mm+nbq = \frac{n}{m+n}a + \frac{m}{m+n}b.

However, there's an easier method that many students prefer. First, find vector AB\overrightarrow{AB}. Then calculate what fraction of this vector you need based on the ratio. Finally, add this to the starting position vector.

For example, if P divides AB in ratio 1:3, then P is 14\frac{1}{4} of the way from A to B. So AP=14AB\overrightarrow{AP} = \frac{1}{4}\overrightarrow{AB}, and you can find P's coordinates by adding this to A's position.

The key is understanding what the ratio actually means - if it's 1:3, then AP is 1 part while PB is 3 parts, making the total journey 4 parts.

Pro Tip: Draw a simple diagram to visualise the ratio - it makes the calculation much clearer!

6
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

i, j, k Components

The i, j, k notation is just another way to write vectors using unit vectors in each direction. Here, i points along the x-axis, j along the y-axis, and k along the z-axis.

Converting between notations is straightforward: $2i + 5j - 3kbecomes becomes \begin{pmatrix} 2 \ 5 \ -3 \end{pmatrix},andviceversa.Ifacomponentismissing(likein, and vice versa. If a component is missing (like in 5i - 2k$), it means that component is zero.

All the same rules apply - you can add, subtract, and multiply these vectors exactly as before. For instance, (2i+j4k)(3i+2j+k)=5ij5k(2i + j - 4k) - (-3i + 2j + k) = 5i - j - 5k.

When calculating magnitudes, convert to component form first, then use the standard formula. The notation might look different, but the mathematics stays exactly the same.

Flexibility: Being comfortable with both notations gives you options for tackling exam questions in whatever way feels clearest!

7
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both
8
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both
9
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both
10
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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 in Maths

9
MathsMaths

Comprehensive Maths Concepts

Explore essential mathematical concepts including powers, geometry, statistics, and probability. This resource features 65 pages of detailed explanations, diagrams, and examples to enhance your understanding of topics such as right triangles, volume calculations, and data representation. Ideal for students seeking to strengthen their numeracy skills and grasp complex mathematical principles.

1079,7556,318
MathsMaths

GCSE Maths (Higher) // Revision Guide

The only GCSE maths (higher) revision guide you need to get a grade 9! Contains every topic, each with all potential question types and their solutions.

102,33054
M
MathsMaths

Medium Level alerbra

Master challenging maths concepts with this medium level flashcard set designed for grade 7/8 students. Strengthen your problem-solving skills and boost your confidence in maths!

75533
MathsMaths

Comprehensive Maths Concepts

Explore essential mathematical concepts including polynomial theorems, logarithmic properties, trigonometric functions, and integration techniques. This resource covers everything from solving inequalities to understanding exponential functions, providing a solid foundation for A-level mathematics. Ideal for students aiming for top grades.

1221,9901,818
M
MathsMaths

Mastering Maths: Essential Concepts for Grade 10

Boost your math skills with this comprehensive flashcard set covering key concepts for grade 10. Perfect for exam preparation and building a strong foundation in mathematics.

104261
M
MathsMaths

Mastering Medium-Level Maths: Essential Flashcards for Grade 11 Students

Boost your Maths skills with this comprehensive set of flashcards designed specifically for Grade 11 students. Covering medium-level topics, these cards will help you ace your exams and build a solid foundation for advanced Maths.

118823
MathsMaths

Comprehensive Maths Concepts

Explore essential higher mathematics concepts including calculus, trigonometry, polynomials, and vector analysis. This summary covers key topics such as differentiation, integration, quadratic equations, and the properties of circles, providing a solid foundation for exam preparation. Ideal for students seeking a concise yet thorough review of advanced mathematical principles.

S51,93757
P
MathsMaths

Percentage,fractions and decimals

how well do you know percentages,fractions and decimals

72703
M
MathsMaths

maths SOHCAHTOA

Trigonometric ratios SOHCAHTOA for calculating angles and sides in right-angled triangles.

111740

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,3893,038
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,8131,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,2392,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,231901
CriminologyCriminology

WJEC Unit 4 Criminology

Criminology unit 4 detailed revision note

127,120124
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,746211
English LiteratureEnglish Literature

Romeo and Juliet: Key themes

Key Romeo and Juliet themes and analysed quotes

106,619197
C
BiologyBiology

Cell Biology and Cell structure

cell structures

92,6560
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,818392

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

MathsMaths1,039 views·Updated May 23, 2026·20 pages

Comprehensive Vectors Revision Notes

user profile picture
GNisha@gnisha_fhdqlrplxiup

Vectors are mathematical objects that have both magnitude (size) and direction, making them essential for describing movement, forces, and positions in space. This guide will take you through everything from basic vector operations to more complex concepts like unit vectors... Show more

1
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

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

Getting Started with Vectors

Think of vectors as arrows that tell you exactly where to go and how far to travel. Unlike regular numbers, vectors care about direction just as much as size.

You can name vectors using the start and end points like $\overline{AB}$ or with a single letter (usually bold or underlined). In component form, vectors look like (24)\binom{2}{4}, where the top number shows horizontal movement and the bottom shows vertical movement.

Adding and subtracting vectors works just like regular arithmetic - you simply combine the corresponding components. For example, (24)+(31)=(15)\binom{2}{4} + \binom{-3}{1} = \binom{-1}{5}. When multiplying by a scalar (a regular number), you multiply each component separately.

Key Point: Never try to simplify vectors like fractions - each component stays separate!

2
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

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

Magnitude and Position Vectors

The magnitude of a vector is its length, calculated using Pythagoras' theorem. For a 2D vector (24)\binom{2}{4}, the magnitude is 22+42=20=25\sqrt{2^2 + 4^2} = \sqrt{20} = 2\sqrt{5}. For 3D vectors, you just add the third component squared under the square root.

Position vectors tell you exactly where a point is located from the origin (0,0). If point P is at coordinates (x,y,z), then its position vector is OP=(x y z)\overrightarrow{OP} = \begin{pmatrix} x \ y \ z \end{pmatrix}.

Here's the crucial relationship: to find vector AB\overrightarrow{AB}, you calculate ba\underline{b} - \underline{a} (destination minus starting point). This works for any two points and is absolutely essential for exam questions.

Exam Tip: Remember that AB=ba\overrightarrow{AB} = \underline{b} - \underline{a} - this formula appears in virtually every vector question!

3
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

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

Working with Vector Examples

Let's see how these concepts work in practice. Given points A(-12, 4) and B(5, -2), you can write their position vectors as a=(12 4)\underline{a} = \begin{pmatrix} -12 \ 4 \end{pmatrix} and b=(5 2)\underline{b} = \begin{pmatrix} 5 \ -2 \end{pmatrix}.

To find AB\overrightarrow{AB}, you calculate ba=(5 2)(12 4)=(17 6)\underline{b} - \underline{a} = \begin{pmatrix} 5 \ -2 \end{pmatrix} - \begin{pmatrix} -12 \ 4 \end{pmatrix} = \begin{pmatrix} 17 \ -6 \end{pmatrix}.

When calculating magnitudes, be extra careful with negative numbers. For the vector (1 4 7)\begin{pmatrix} -1 \ -4 \ -7 \end{pmatrix}, the magnitude is (1)2+(4)2+(7)2=66\sqrt{(-1)^2 + (-4)^2 + (-7)^2} = \sqrt{66}. Notice how the negative signs disappear when you square each component.

Practice Makes Perfect: The more you practice these calculations, the more automatic they become on exam day!

4
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

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

Unit Vectors and Parallel Vectors

A unit vector is simply a vector with magnitude 1 - it shows pure direction without worrying about size. To create a unit vector from any vector, divide each component by the vector's magnitude.

For example, if u=(3 0 4)\mathbf{u} = \begin{pmatrix} 3 \ 0 \ 4 \end{pmatrix} has magnitude 5, then its unit vector is 15(3 0 4)=(3/5 0 4/5)\frac{1}{5}\begin{pmatrix} 3 \ 0 \ 4 \end{pmatrix} = \begin{pmatrix} 3/5 \ 0 \ 4/5 \end{pmatrix}.

Parallel vectors are multiples of each other. If u=kv\mathbf{u} = k\mathbf{v} where k is any number, then the vectors are parallel. When k is negative, they point in opposite directions but are still parallel.

Collinearity means points lie on a straight line. If AB=kBC\overrightarrow{AB} = k\overrightarrow{BC}, then points A, B, and C are collinear because the vectors are parallel and share point B.

Remember: Parallel vectors can point in opposite directions - the key is that one is a scalar multiple of the other!

5
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

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

Section Formula and Ratio Splitting

When a point divides a line segment in a specific ratio, you can find its position using the section formula: if Q divides AB in ratio m:n, then q=nm+na+mm+nbq = \frac{n}{m+n}a + \frac{m}{m+n}b.

However, there's an easier method that many students prefer. First, find vector AB\overrightarrow{AB}. Then calculate what fraction of this vector you need based on the ratio. Finally, add this to the starting position vector.

For example, if P divides AB in ratio 1:3, then P is 14\frac{1}{4} of the way from A to B. So AP=14AB\overrightarrow{AP} = \frac{1}{4}\overrightarrow{AB}, and you can find P's coordinates by adding this to A's position.

The key is understanding what the ratio actually means - if it's 1:3, then AP is 1 part while PB is 3 parts, making the total journey 4 parts.

Pro Tip: Draw a simple diagram to visualise the ratio - it makes the calculation much clearer!

6
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

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

i, j, k Components

The i, j, k notation is just another way to write vectors using unit vectors in each direction. Here, i points along the x-axis, j along the y-axis, and k along the z-axis.

Converting between notations is straightforward: $2i + 5j - 3kbecomes becomes \begin{pmatrix} 2 \ 5 \ -3 \end{pmatrix},andviceversa.Ifacomponentismissing(likein, and vice versa. If a component is missing (like in 5i - 2k$), it means that component is zero.

All the same rules apply - you can add, subtract, and multiply these vectors exactly as before. For instance, (2i+j4k)(3i+2j+k)=5ij5k(2i + j - 4k) - (-3i + 2j + k) = 5i - j - 5k.

When calculating magnitudes, convert to component form first, then use the standard formula. The notation might look different, but the mathematics stays exactly the same.

Flexibility: Being comfortable with both notations gives you options for tackling exam questions in whatever way feels clearest!

7
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

  • Access to all documents
  • Improve your grades
  • Join milions of students
8
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

  • Access to all documents
  • Improve your grades
  • Join milions of students
9
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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

  • Access to all documents
  • Improve your grades
  • Join milions of students
10
of 10
# HIGHER MATHS

Vectors

Notes with Examples

Mr Miscandlon
Gw13miscandlondavid@glow.sch.uk # Recap on National 5 Vectors

A vector has both

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 in Maths

9
MathsMaths

Comprehensive Maths Concepts

Explore essential mathematical concepts including powers, geometry, statistics, and probability. This resource features 65 pages of detailed explanations, diagrams, and examples to enhance your understanding of topics such as right triangles, volume calculations, and data representation. Ideal for students seeking to strengthen their numeracy skills and grasp complex mathematical principles.

1079,7556,318
MathsMaths

GCSE Maths (Higher) // Revision Guide

The only GCSE maths (higher) revision guide you need to get a grade 9! Contains every topic, each with all potential question types and their solutions.

102,33054
M
MathsMaths

Medium Level alerbra

Master challenging maths concepts with this medium level flashcard set designed for grade 7/8 students. Strengthen your problem-solving skills and boost your confidence in maths!

75533
MathsMaths

Comprehensive Maths Concepts

Explore essential mathematical concepts including polynomial theorems, logarithmic properties, trigonometric functions, and integration techniques. This resource covers everything from solving inequalities to understanding exponential functions, providing a solid foundation for A-level mathematics. Ideal for students aiming for top grades.

1221,9901,818
M
MathsMaths

Mastering Maths: Essential Concepts for Grade 10

Boost your math skills with this comprehensive flashcard set covering key concepts for grade 10. Perfect for exam preparation and building a strong foundation in mathematics.

104261
M
MathsMaths

Mastering Medium-Level Maths: Essential Flashcards for Grade 11 Students

Boost your Maths skills with this comprehensive set of flashcards designed specifically for Grade 11 students. Covering medium-level topics, these cards will help you ace your exams and build a solid foundation for advanced Maths.

118823
MathsMaths

Comprehensive Maths Concepts

Explore essential higher mathematics concepts including calculus, trigonometry, polynomials, and vector analysis. This summary covers key topics such as differentiation, integration, quadratic equations, and the properties of circles, providing a solid foundation for exam preparation. Ideal for students seeking a concise yet thorough review of advanced mathematical principles.

S51,93757
P
MathsMaths

Percentage,fractions and decimals

how well do you know percentages,fractions and decimals

72703
M
MathsMaths

maths SOHCAHTOA

Trigonometric ratios SOHCAHTOA for calculating angles and sides in right-angled triangles.

111740

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,3893,038
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,8131,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,2392,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,231901
CriminologyCriminology

WJEC Unit 4 Criminology

Criminology unit 4 detailed revision note

127,120124
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,746211
English LiteratureEnglish Literature

Romeo and Juliet: Key themes

Key Romeo and Juliet themes and analysed quotes

106,619197
C
BiologyBiology

Cell Biology and Cell structure

cell structures

92,6560
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,818392

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