Knowunity AI

Open the App

Subjects

MathsMaths320 views·Updated May 24, 2026·18 pages

Understanding Straight Lines

user profile picture
GNisha@gnisha_fhdqlrplxiup

Straight lines are everywhere in maths, from finding distances to... Show more

1
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Getting Started with Straight Lines

This is your complete toolkit for tackling straight line problems in Higher Maths. You'll learn how to calculate distances, find gradients, and work with different forms of line equations.

These skills build on each other, so mastering the basics like the distance formula will make everything else much easier. The examples show you exactly how to apply each concept step-by-step.

Remember: Each formula has a specific purpose, but they often work together to solve complex problems.

2
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Distance Formula

Ever wondered how to measure the exact distance between any two points on a graph? The distance formula uses Pythagoras' theorem to give you the answer every time.

The formula is: D = √(x2x1)2+(y2y1)2(x₂ - x₁)² + (y₂ - y₁)². Simply substitute your coordinate values and calculate. For example, the distance between (3,6) and (2,1) is √[(3-2)² + (6-1)²] = √26.

You can use this to prove special triangles too. An isosceles triangle has two equal sides - just calculate all three distances and see which ones match. For right-angled triangles, check if the longest side squared equals the sum of the other two sides squared.

Pro tip: Always check your arithmetic carefully - one small mistake with negatives can throw off your entire answer.

3
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Midpoints and Right-Angled Triangles

Finding the midpoint of any line is surprisingly straightforward. Just add the x-coordinates together and divide by 2, then do the same for the y-coordinates: x1+x2x₁+x₂/2, y1+y2y₁+y₂/2.

To prove a triangle is right-angled, calculate all three side lengths using the distance formula. Then check if the longest side squared equals the sum of the other two sides squared - that's Pythagoras' theorem in action.

The right angle is always opposite the longest side (the hypotenuse). So if side RC is longest, then the right angle must be at vertex H.

Key insight: The midpoint formula is like finding the average position between two points.

4
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Finding Gradients

The gradient tells you how steep a line is and which direction it slopes. When your equation is in the form y = mx + c, the gradient is simply the number in front of x (the coefficient).

Sometimes you'll need to rearrange first. For 3x + 4y - 5 = 0, rearrange to get y = -¾x + 5/4, so the gradient is -¾. Remember: positive gradients slope upwards, negative gradients slope downwards.

If you've got two points instead of an equation, use m = y2y1y₂ - y₁/x2x1x₂ - x₁. This formula calculates the change in y divided by the change in x - basically how much the line rises for every step across.

Watch out: Always be careful with negative signs when substituting coordinates into the gradient formula.

5
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Angles and Line Equations

Here's something brilliant: the gradient equals tan θ, where θ is the angle the line makes with the positive x-axis. This connection between trigonometry and straight lines opens up loads of problem-solving possibilities.

To find the angle, calculate the gradient first, then use θ = tan⁻¹(gradient). For instance, if your gradient is 3, then θ = tan⁻¹(3) = 71.6°.

You can work backwards too! If you know a line passes through (1,2) at 135° to the x-axis, then gradient = tan(135°) = -1. Now use y - b = mxax - a to get the full equation: y = -x + 3.

Remember: The angle is always measured from the positive x-axis in an anticlockwise direction.

6
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Perpendicular Lines

Perpendicular lines meet at right angles, and their gradients have a special relationship: m₁ × m₂ = -1. This means if one line has gradient 3, a perpendicular line must have gradient -⅓.

To find a perpendicular line, first work out the original gradient, then flip it and change the sign. Use this new gradient with the point-slope form y - b = mxax - a to get your equation.

You can prove triangles are right-angled using this too. Calculate all three gradients between vertices, then check if any pair multiply to give -1. Those sides are perpendicular, creating your right angle.

Quick check: Perpendicular gradients are negative reciprocals - they flip and change sign.

7
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Three Forms of Line Equations

Every straight line can be written in three different ways, and you need to know them all. y = mx + c is the most common, y - b = mxax - a uses a specific point, and Ax + By + C = 0 is the general form.

Converting between forms is crucial for different types of problems. To get from y = ⅔x - 5 to general form, multiply everything by 3 to clear fractions, then rearrange: -2x + 3y + 15 = 0.

Finding perpendicular gradients from general form requires an extra step. First rearrange to y = mx + c form to spot the gradient, then apply the perpendicular rule multiplyby1andflipmultiply by -1 and flip.

Study tip: Practice converting between all three forms - exams often test this skill.

8
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Points of Intersection

A point of intersection is where two lines cross, and both coordinates must satisfy both equations simultaneously. This is just solving simultaneous equations with a fancy name.

Set the equations equal to each other when both are in y = form. For y = 2x - 1 and y = -3x + 9, you get 2x - 1 = -3x + 9. Solve to find x = 2, then substitute back to find y = 5.

With different forms, rearrange first or use substitution. The key is getting both equations to have matching terms you can eliminate.

Double-check: Always substitute your answer back into both original equations to verify it works.

9
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Proving Collinearity

Three or more points are collinear if they all lie on the same straight line. To prove this, show that the gradients between consecutive points are identical.

Calculate gradients for AB and BC using the standard formula. If they're equal, the lines are parallel. But since they share point B, they must actually be the same line - so A, B, and C are collinear.

You can also find ratios along the line by calculating distances. If AB = 2√5 and BC = 7√5, then A divides BC in the ratio 2:7.

Key phrase: Always state that the lines "are parallel and share a common point" to prove collinearity.

10
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

Testing Points on Lines

To check if a point lies on a line, substitute the point's coordinates into the line's equation. If you get zero forequationsintheformAx+By+C=0for equations in the form Ax + By + C = 0, the point lies exactly on the line.

If your result is positive or negative instead of zero, the point lies above or below the line respectively. For example, substituting (4,0) into -2x + 5y + 3 = 0 gives -5, so point F lies below the line.

This technique is super useful for checking your work or solving problems about regions above and below lines.

Quick test: Zero means on the line, positive/negative means above/below (depending on the equation's form).

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: Equation of a Line

2

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,8071,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

MathsMaths320 views·Updated May 24, 2026·18 pages

Understanding Straight Lines

user profile picture
GNisha@gnisha_fhdqlrplxiup

Straight lines are everywhere in maths, from finding distances to figuring out where lines meet. This guide breaks down all the essential formulas and techniques you'll need to master straight line geometry for Higher Maths.

1
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Getting Started with Straight Lines

This is your complete toolkit for tackling straight line problems in Higher Maths. You'll learn how to calculate distances, find gradients, and work with different forms of line equations.

These skills build on each other, so mastering the basics like the distance formula will make everything else much easier. The examples show you exactly how to apply each concept step-by-step.

Remember: Each formula has a specific purpose, but they often work together to solve complex problems.

2
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Distance Formula

Ever wondered how to measure the exact distance between any two points on a graph? The distance formula uses Pythagoras' theorem to give you the answer every time.

The formula is: D = √(x2x1)2+(y2y1)2(x₂ - x₁)² + (y₂ - y₁)². Simply substitute your coordinate values and calculate. For example, the distance between (3,6) and (2,1) is √[(3-2)² + (6-1)²] = √26.

You can use this to prove special triangles too. An isosceles triangle has two equal sides - just calculate all three distances and see which ones match. For right-angled triangles, check if the longest side squared equals the sum of the other two sides squared.

Pro tip: Always check your arithmetic carefully - one small mistake with negatives can throw off your entire answer.

3
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Midpoints and Right-Angled Triangles

Finding the midpoint of any line is surprisingly straightforward. Just add the x-coordinates together and divide by 2, then do the same for the y-coordinates: x1+x2x₁+x₂/2, y1+y2y₁+y₂/2.

To prove a triangle is right-angled, calculate all three side lengths using the distance formula. Then check if the longest side squared equals the sum of the other two sides squared - that's Pythagoras' theorem in action.

The right angle is always opposite the longest side (the hypotenuse). So if side RC is longest, then the right angle must be at vertex H.

Key insight: The midpoint formula is like finding the average position between two points.

4
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Finding Gradients

The gradient tells you how steep a line is and which direction it slopes. When your equation is in the form y = mx + c, the gradient is simply the number in front of x (the coefficient).

Sometimes you'll need to rearrange first. For 3x + 4y - 5 = 0, rearrange to get y = -¾x + 5/4, so the gradient is -¾. Remember: positive gradients slope upwards, negative gradients slope downwards.

If you've got two points instead of an equation, use m = y2y1y₂ - y₁/x2x1x₂ - x₁. This formula calculates the change in y divided by the change in x - basically how much the line rises for every step across.

Watch out: Always be careful with negative signs when substituting coordinates into the gradient formula.

5
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Angles and Line Equations

Here's something brilliant: the gradient equals tan θ, where θ is the angle the line makes with the positive x-axis. This connection between trigonometry and straight lines opens up loads of problem-solving possibilities.

To find the angle, calculate the gradient first, then use θ = tan⁻¹(gradient). For instance, if your gradient is 3, then θ = tan⁻¹(3) = 71.6°.

You can work backwards too! If you know a line passes through (1,2) at 135° to the x-axis, then gradient = tan(135°) = -1. Now use y - b = mxax - a to get the full equation: y = -x + 3.

Remember: The angle is always measured from the positive x-axis in an anticlockwise direction.

6
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Perpendicular Lines

Perpendicular lines meet at right angles, and their gradients have a special relationship: m₁ × m₂ = -1. This means if one line has gradient 3, a perpendicular line must have gradient -⅓.

To find a perpendicular line, first work out the original gradient, then flip it and change the sign. Use this new gradient with the point-slope form y - b = mxax - a to get your equation.

You can prove triangles are right-angled using this too. Calculate all three gradients between vertices, then check if any pair multiply to give -1. Those sides are perpendicular, creating your right angle.

Quick check: Perpendicular gradients are negative reciprocals - they flip and change sign.

7
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Three Forms of Line Equations

Every straight line can be written in three different ways, and you need to know them all. y = mx + c is the most common, y - b = mxax - a uses a specific point, and Ax + By + C = 0 is the general form.

Converting between forms is crucial for different types of problems. To get from y = ⅔x - 5 to general form, multiply everything by 3 to clear fractions, then rearrange: -2x + 3y + 15 = 0.

Finding perpendicular gradients from general form requires an extra step. First rearrange to y = mx + c form to spot the gradient, then apply the perpendicular rule multiplyby1andflipmultiply by -1 and flip.

Study tip: Practice converting between all three forms - exams often test this skill.

8
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Points of Intersection

A point of intersection is where two lines cross, and both coordinates must satisfy both equations simultaneously. This is just solving simultaneous equations with a fancy name.

Set the equations equal to each other when both are in y = form. For y = 2x - 1 and y = -3x + 9, you get 2x - 1 = -3x + 9. Solve to find x = 2, then substitute back to find y = 5.

With different forms, rearrange first or use substitution. The key is getting both equations to have matching terms you can eliminate.

Double-check: Always substitute your answer back into both original equations to verify it works.

9
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Proving Collinearity

Three or more points are collinear if they all lie on the same straight line. To prove this, show that the gradients between consecutive points are identical.

Calculate gradients for AB and BC using the standard formula. If they're equal, the lines are parallel. But since they share point B, they must actually be the same line - so A, B, and C are collinear.

You can also find ratios along the line by calculating distances. If AB = 2√5 and BC = 7√5, then A divides BC in the ratio 2:7.

Key phrase: Always state that the lines "are parallel and share a common point" to prove collinearity.

10
of 10
# HIGHER MATHS

Straight Line

Notes with Examples

Mr Miscandlon
gw13miscandlondavid@glow.sch.uk # Distance Formula

Given any two distinct

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

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

Testing Points on Lines

To check if a point lies on a line, substitute the point's coordinates into the line's equation. If you get zero forequationsintheformAx+By+C=0for equations in the form Ax + By + C = 0, the point lies exactly on the line.

If your result is positive or negative instead of zero, the point lies above or below the line respectively. For example, substituting (4,0) into -2x + 5y + 3 = 0 gives -5, so point F lies below the line.

This technique is super useful for checking your work or solving problems about regions above and below lines.

Quick test: Zero means on the line, positive/negative means above/below (depending on the equation's form).

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: Equation of a Line

2

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,8071,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