Open the App

Subjects

MathsMaths711 views·Updated 22 Aug 2026·24 pages

Comprehensive Higher Maths Study Notes

user profile picture
Catherine Closs@catieeliza

Getting to grips with straight line equations and calculus is...

1
of 10
Higher Maths notes  – page 1

Equation of a Straight Line

Ever wondered how mathematicians describe lines precisely? You need just two pieces of information: a gradient and a point.

The gradient formula shows how steep a line is: m = y2y1y₂ - y₁/x2x1x₂ - x₁. This measures the vertical change divided by the horizontal change between two points.

For example, to find the gradient of a line passing through A3,5-3, 5 and B(1, 7): m = 757 - 5/1(3)1 - (-3) = 2/4 = 1/2

Every straight line can be written in the form y = mx + c, where m is the gradient and c is the y-intercept (where the line crosses the y-axis).

💡 When finding the gradient from an equation that's not in this form, always rearrange to isolate y on one side. For example, with 3x + 2y - 5 = 0, we rearrange to y = -3x/2 + 5/2, giving a gradient of -3/2.

2
of 10
Higher Maths notes  – page 2

Finding Line Equations

There are two main formulas for finding the equation of a straight line:

  1. y = mx + c (when you know the gradient and y-intercept)
  2. y - b = mxax - a (when you know the gradient and a point (a,b))

Using the second formula is particularly handy when you have a point and a gradient. For example, if we have a line through (4,5) with gradient 2: y - 5 = 2x4x - 4 y - 5 = 2x - 8 y = 2x - 3

When finding the equation of a line joining two points, first calculate the gradient using the gradient formula, then use either point with the point-gradient formula.

For example, with points 1,2-1,-2 and (3,10):

  1. Calculate gradient: m = 10(2)10-(-2)/3(1)3-(-1) = 12/4 = 3
  2. Use either point with y - b = mxax - a: y - 10 = 3x3x - 3 y = 3x - 1

💡 Always double-check your work by substituting one of your points into your final equation to verify it works!

3
of 10
Higher Maths notes  – page 3

More Line Equations and Collinearity

Let's continue with finding line equations. For a line through 5,1-5,-1 with gradient -2/3: y + 1 = -2/3$$x + 5 Multiply both sides by 3: 3y + 3 = -2x+5x + 5 Expand: 3y + 3 = -2x - 10 Rearrange: 3y = -2x - 13

Collinear points lie on the same straight line. To check if three points are collinear, calculate the gradient between each pair of points – if they're equal, the points are collinear.

For example, to prove D1,5-1,5, E(0,2), and F4,104,-10 are collinear:

  1. Calculate mₐₑ = 252-5/0(1)0-(-1) = -3/1 = -3
  2. Calculate mₑₖ = 102-10-2/404-0 = -12/4 = -3

Since mₐₑ = mₑₖ = -3, and E is a common point, we've proven that D, E, and F lie on the same straight line.

💡 Collinearity can also be checked by showing that the three points satisfy the same straight line equation.

4
of 10
Higher Maths notes  – page 4

Angles Between Lines and Axes

The gradient of a line can tell us the angle it makes with the positive x-axis using the relationship: m = tan θ.

To find this angle, we use the inverse tangent function: θ = tan⁻¹mm.

For example, with y = x - 1:

  • Gradient m = 1
  • θ = tan⁻¹(1) = 45°

With y = 5 - √3x:

  • Gradient m = -√3
  • θ = tan⁻¹3-√3 = 120°

When dealing with points, first calculate the gradient. For a line joining 3,23,-2 and (1,4):

  • m = 4(2)4-(-2)/131-3 = 6/2-2 = -3
  • θ = tan⁻¹3-3 = 56.3°

💡 When working with negative gradients, remember that angles measured from the positive x-axis can be expressed as either the acute angle in the fourth quadrant or the equivalent angle in the second quadrant (180° - acute angle).

5
of 10
Higher Maths notes  – page 5

The Distance Formula

To find the distance between two points, we use Pythagoras' theorem in coordinate form: d = √(x2x1)2+(y2y1)2(x₂ - x₁)² + (y₂ - y₁)²

For example, to find the distance between A1,1-1,1 and B2,12,-1: d = √(2(1))2+(11)2(2-(-1))² + (-1-1)² d = √32+(2)23² + (-2)² d = √9+49 + 4 d = √13

For points Q(11,2) and R2,5-2,-5: d = √(211)2+(52)2(-2-11)² + (-5-2)² d = √(13)2+(7)2(-13)² + (-7)² d = √169+49169 + 49 d = √218 ≈ 14.8

The distance formula is extremely useful for comparing lengths. For example, to show that BC = 2AB for points A2,12,-1, B5,25,-2 and C(7,4), we calculate:

  • AB = √(52)2+(2(1))2(5-2)² + (-2-(-1))² = √9+19 + 1 = √10
  • BC = √(75)2+(4(2))2(7-5)² + (4-(-2))² = √4+364 + 36 = √40 = 2√10

💡 When simplifying square roots, look for perfect square factors. For example, √40 = √(4×10) = 2√10.

6
of 10
Higher Maths notes  – page 6

Perpendicular Lines

Two lines are perpendicular when they meet at a 90° angle. The key property of perpendicular lines is that their gradients multiply to give -1: m₁ × m₂ = -1

This means if a line has gradient m, then any perpendicular line to it has gradient -1/m.

For example:

  • If m = 3/2, then m₁ = -2/3 (perpendicular gradient)
  • If m = -1.5, then m₁ = 2/3 (perpendicular gradient)

To find a perpendicular gradient for a line not in the form y = mx + c, first rearrange to find m.

For the line 2y + 5x = 0:

  • Rearrange: 2y = -5x, so y = -5x/2
  • Gradient m = -5/2
  • Perpendicular gradient m₁ = 2/5

💡 This perpendicular property is extremely useful in geometry problems involving right angles, such as finding altitudes and perpendicular bisectors of triangles.

7
of 10
Higher Maths notes  – page 7

Perpendicular Lines and Median

Continuing with perpendicular lines, let's consider more examples:

If a line has equation y = 3x/2 + 4:

  • Gradient m = 3/2
  • Perpendicular gradient m₁ = -2/3

Remember that perpendicular lines always satisfy the relationship m₁ × m₂ = -1.

A median of a triangle is a line that joins a vertex to the midpoint of the opposite side. Every triangle has three medians, and they always meet at a single point called the centroid.

To find the equation of a median:

  1. Find the midpoint of the side
  2. Calculate the gradient between the vertex and this midpoint
  3. Use y - b = mxax - a to find the line equation

For example, in a triangle with vertices P(0,2), Q(4,4), and R8,68,-6, to find the median through P:

  1. Midpoint of QR = (4+8)/2,(4+(6))/2(4+8)/2, (4+(-6))/2 = 6,16,-1
  2. Gradient from P to midpoint = 12-1-2/606-0 = -3/6 = -1/2
  3. Equation: y - 2 = -1/2x0x - 0, which simplifies to y = -x/2 + 2

💡 Medians are important in physics for finding the center of mass of triangular objects.

8
of 10
Higher Maths notes  – page 8

Finding Medians in Triangles

Let's continue working with the median of the triangle with vertices P(0,2), Q(4,4), and R8,68,-6.

We've calculated that the midpoint of QR is 6,16,-1 and the gradient from P to this midpoint is -1/2.

Using the point-gradient formula with P(0,2): y - 2 = -1/2x0x - 0 y - 2 = -x/2 y = -x/2 + 2

This equation represents the median from vertex P to the midpoint of side QR.

The steps for calculating any median are:

  1. Calculate the midpoint of the side opposite to your chosen vertex
  2. Find the gradient between the vertex and this midpoint
  3. Use the point-gradient form to write the equation

When sketching these lines, it helps to plot the vertex and the midpoint, then draw the line connecting them. The resulting median divides the triangle into two parts with equal areas.

💡 The three medians of a triangle always intersect at a single point called the centroid, which is located 2/3 of the way from any vertex to the midpoint of the opposite side.

9
of 10
Higher Maths notes  – page 9

Altitude and Perpendicular Bisector

An altitude of a triangle is a line through a vertex that is perpendicular to the opposite side.

To find the equation of an altitude:

  1. Calculate the gradient of the side mm
  2. Find the perpendicular gradient 1/m-1/m
  3. Use the point-gradient formula with the vertex

For our triangle with vertices P(0,2), Q(4,4), and R8,68,-6:

  • The gradient of PQ is 424-2/404-0 = 2/4 = 1/2
  • The perpendicular gradient is -2
  • Using point R8,68,-6: y - 6-6 = -2x8x - 8
  • Simplified: y + 6 = -2x + 16, or y = -2x + 10

A perpendicular bisector of a line segment:

  • Passes through the midpoint of the segment
  • Is perpendicular to the segment

These properties make perpendicular bisectors essential for finding points that are equidistant from two given points.

💡 The three altitudes of a triangle are concurrent, meaning they all pass through a single point called the orthocenter.

10
of 10
Higher Maths notes  – page 10

Perpendicular Bisector

To find the equation of a perpendicular bisector of a line segment PQ:

  1. Calculate the midpoint of PQ
  2. Find the gradient of PQ
  3. Calculate the perpendicular gradient
  4. Use the point-gradient formula with the midpoint

For example, with P3,23,-2 and Q5,4-5,4:

  1. Midpoint = (3+(5))/2,(2+4)/2(3+(-5))/2, (-2+4)/2 = 1,1-1,1
  2. Gradient of PQ = 4(2)4-(-2)/53-5-3 = 6/8-8 = -3/4
  3. Perpendicular gradient = 4/3
  4. Equation: y - 1 = 4/3x+1x + 1

Multiplying both sides by 3: 3y - 3 = 4x + 4 3y = 4x + 7

Perpendicular bisectors have a special property: any point on a perpendicular bisector is equidistant from the two endpoints of the original line segment.

This property makes perpendicular bisectors crucial for constructing the circumcenter of a triangle (the center of the circle that passes through all three vertices).

💡 The perpendicular bisectors of the three sides of a triangle all intersect at a single point, which is the center of the circumscribed circle of the triangle.

We thought you’d never ask...

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.

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

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

Similar content

Most popular content: Differentiation

4
MathsMaths

Differentiation Techniques

Explore essential differentiation techniques through past paper questions in higher mathematics. This resource covers key concepts such as turning points, tangent equations, and curve sketching, providing students with practical applications of differentiation rules and higher-order derivatives.

S54404
MathsMaths

Mastering Differentiation Techniques

Explore essential differentiation methods, including first principles, increasing/decreasing functions, and the application of the quotient and chain rules. This summary covers key concepts such as finding gradients, stationary points, and differentiating trigonometric functions, providing a comprehensive overview for students preparing for exams.

123532
MathsMaths

Maximizing Profit with Derivatives

Explore key concepts in differentiation, including first and second derivatives, critical points, and inflection points. This summary covers how to model profit maximization using calculus, with practical examples and applications relevant to WJEC AS Pure Mathematics. Ideal for students seeking to understand the fundamentals of differential calculus and its applications in real-world scenarios.

12775
MathsMaths

Quadratic Equations & Inequalities

Explore the Quadratic Formula and Discriminant to solve quadratic equations and analyze their roots. Learn methods for solving simultaneous equations, including elimination and substitution, and understand how to tackle linear and quadratic inequalities. This summary provides essential techniques and examples for mastering these key algebra concepts.

102,12130

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.

1080,2436,325
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,65761
MathsMaths

Year 8 Maths AQA Exam

Explore the AQA Year 8 Term 3 Main Paper 2, featuring comprehensive solutions to key mathematical concepts including geometry, percentages, sequences, and data representation. This resource covers essential topics such as area calculations, properties of shapes, and survey analysis, making it ideal for exam preparation and revision.

83,562138
MathsMaths

Trigonometric Functions Overview

Explore the fundamentals of trigonometry, including the tangent, sine, and cosine functions. This summary covers key concepts such as SOH CAH TOA, trigonometric ratios, and methods for finding angles and sides in right triangles. Ideal for students preparing for exams or needing a quick reference.

91,77159
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.

1222,0611,821
MathsMaths

GCSE Maths 2018 Exam Insights

Explore the key concepts from the 2018 GCSE Maths Paper 2, including compound interest, probability, standard form, and geometric transformations. This comprehensive summary covers essential topics such as interest rates, area calculations, and Venn diagrams, providing students with a clear understanding of the exam's requirements. Ideal for exam preparation and practice.

98,187411
MathsMaths

Understanding Surds

Explore the concept of surds, including their definition, examples, and methods for simplifying them. This summary covers key techniques for simplifying surds, such as identifying square factors and combining terms. Ideal for students looking to master radical expressions and enhance their understanding of square roots.

984620
MathsMaths

GCSE Maths Foundation Checklist

Comprehensive revision checklist covering essential topics for the GCSE Maths Foundation tier, including statistics, geometry, algebra, probability, and trigonometry. Perfect for students aiming to pass their exams with confidence.

113,86452
MathsMaths

Foundation Maths Exam Solutions

Explore detailed solutions for the Foundation Tier Non-Calculator Maths exam. This resource covers key concepts such as probability, volume calculations, data representation, and more. Perfect for students preparing for their GCSE Maths exam, with step-by-step explanations and examples.

1021,3461,242

Most popular content

9
SociologySociology

Comprehensive Crime & Deviance Overview

Explore an extensive revision of crime and deviance topics, including theories, types of crime, and the impact of media. This resource covers key concepts such as Marxism, functionalism, gender and crime, and the influence of globalization on criminal behavior. Ideal for students seeking a thorough understanding of criminology and its various theories. Type: Full Topic Revision.

1251,7221,403
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,9211,060
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,9202,306
CriminologyCriminology

WJEC Unit 4 Criminology

Criminology unit 4 detailed revision note

127,187125
SociologySociology

Sociological Theories Overview

Comprehensive revision of key sociological theories including Functionalism, Marxism, Feminism, and Interpretivism. Explore concepts like value freedom, identity formation, and the critique of social control. Ideal for AQA A-Level Sociology students preparing for exams. This summary covers essential theories and their implications in sociology, providing a clear understanding of each perspective.

1231,547847
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.

12103,0863,042
SociologySociology

Media Studies: Key Concepts & Theories

Dive into the essential concepts and theories of media studies for AQA A-level Sociology. This comprehensive revision guide covers topics such as media influence, representations, globalization, and sociological perspectives, ensuring you grasp the critical elements needed for your exams. Perfect for students seeking to enhance their understanding of media's role in society.

1222,756515
SociologySociology

Crime and Deviance AQA A-level sociology

AQA A-level crime and deviance topic notes

1288819
BiologyBiology

A-Level Biology Year 1 Overview

Comprehensive summary of AQA A-Level Biology Year 1, covering key topics such as cellular structure, protein synthesis, immune response, gas exchange, and more. Ideal for exam preparation and understanding biological concepts. Includes detailed insights into cellular processes, biological classification, and the circulatory system.

1215,055699

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

MathsMaths711 views·Updated 22 Aug 2026·24 pages

Comprehensive Higher Maths Study Notes

user profile picture
Catherine Closs@catieeliza

Getting to grips with straight line equations and calculus is essential for success in maths. These concepts form the foundation for understanding graphs, rates of change, and many real-world applications. Let's break down these key mathematical tools into manageable chunks...

1
of 10
Higher Maths notes  – page 1

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

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

By signing up you accept Terms of Service and Privacy Policy

Equation of a Straight Line

Ever wondered how mathematicians describe lines precisely? You need just two pieces of information: a gradient and a point.

The gradient formula shows how steep a line is: m = y2y1y₂ - y₁/x2x1x₂ - x₁. This measures the vertical change divided by the horizontal change between two points.

For example, to find the gradient of a line passing through A3,5-3, 5 and B(1, 7): m = 757 - 5/1(3)1 - (-3) = 2/4 = 1/2

Every straight line can be written in the form y = mx + c, where m is the gradient and c is the y-intercept (where the line crosses the y-axis).

💡 When finding the gradient from an equation that's not in this form, always rearrange to isolate y on one side. For example, with 3x + 2y - 5 = 0, we rearrange to y = -3x/2 + 5/2, giving a gradient of -3/2.

2
of 10
Higher Maths notes  – page 2

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

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

By signing up you accept Terms of Service and Privacy Policy

Finding Line Equations

There are two main formulas for finding the equation of a straight line:

  1. y = mx + c (when you know the gradient and y-intercept)
  2. y - b = mxax - a (when you know the gradient and a point (a,b))

Using the second formula is particularly handy when you have a point and a gradient. For example, if we have a line through (4,5) with gradient 2: y - 5 = 2x4x - 4 y - 5 = 2x - 8 y = 2x - 3

When finding the equation of a line joining two points, first calculate the gradient using the gradient formula, then use either point with the point-gradient formula.

For example, with points 1,2-1,-2 and (3,10):

  1. Calculate gradient: m = 10(2)10-(-2)/3(1)3-(-1) = 12/4 = 3
  2. Use either point with y - b = mxax - a: y - 10 = 3x3x - 3 y = 3x - 1

💡 Always double-check your work by substituting one of your points into your final equation to verify it works!

3
of 10
Higher Maths notes  – page 3

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

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

By signing up you accept Terms of Service and Privacy Policy

More Line Equations and Collinearity

Let's continue with finding line equations. For a line through 5,1-5,-1 with gradient -2/3: y + 1 = -2/3$$x + 5 Multiply both sides by 3: 3y + 3 = -2x+5x + 5 Expand: 3y + 3 = -2x - 10 Rearrange: 3y = -2x - 13

Collinear points lie on the same straight line. To check if three points are collinear, calculate the gradient between each pair of points – if they're equal, the points are collinear.

For example, to prove D1,5-1,5, E(0,2), and F4,104,-10 are collinear:

  1. Calculate mₐₑ = 252-5/0(1)0-(-1) = -3/1 = -3
  2. Calculate mₑₖ = 102-10-2/404-0 = -12/4 = -3

Since mₐₑ = mₑₖ = -3, and E is a common point, we've proven that D, E, and F lie on the same straight line.

💡 Collinearity can also be checked by showing that the three points satisfy the same straight line equation.

4
of 10
Higher Maths notes  – page 4

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

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

By signing up you accept Terms of Service and Privacy Policy

Angles Between Lines and Axes

The gradient of a line can tell us the angle it makes with the positive x-axis using the relationship: m = tan θ.

To find this angle, we use the inverse tangent function: θ = tan⁻¹mm.

For example, with y = x - 1:

  • Gradient m = 1
  • θ = tan⁻¹(1) = 45°

With y = 5 - √3x:

  • Gradient m = -√3
  • θ = tan⁻¹3-√3 = 120°

When dealing with points, first calculate the gradient. For a line joining 3,23,-2 and (1,4):

  • m = 4(2)4-(-2)/131-3 = 6/2-2 = -3
  • θ = tan⁻¹3-3 = 56.3°

💡 When working with negative gradients, remember that angles measured from the positive x-axis can be expressed as either the acute angle in the fourth quadrant or the equivalent angle in the second quadrant (180° - acute angle).

5
of 10
Higher Maths notes  – page 5

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

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

By signing up you accept Terms of Service and Privacy Policy

The Distance Formula

To find the distance between two points, we use Pythagoras' theorem in coordinate form: d = √(x2x1)2+(y2y1)2(x₂ - x₁)² + (y₂ - y₁)²

For example, to find the distance between A1,1-1,1 and B2,12,-1: d = √(2(1))2+(11)2(2-(-1))² + (-1-1)² d = √32+(2)23² + (-2)² d = √9+49 + 4 d = √13

For points Q(11,2) and R2,5-2,-5: d = √(211)2+(52)2(-2-11)² + (-5-2)² d = √(13)2+(7)2(-13)² + (-7)² d = √169+49169 + 49 d = √218 ≈ 14.8

The distance formula is extremely useful for comparing lengths. For example, to show that BC = 2AB for points A2,12,-1, B5,25,-2 and C(7,4), we calculate:

  • AB = √(52)2+(2(1))2(5-2)² + (-2-(-1))² = √9+19 + 1 = √10
  • BC = √(75)2+(4(2))2(7-5)² + (4-(-2))² = √4+364 + 36 = √40 = 2√10

💡 When simplifying square roots, look for perfect square factors. For example, √40 = √(4×10) = 2√10.

6
of 10
Higher Maths notes  – page 6

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

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

By signing up you accept Terms of Service and Privacy Policy

Perpendicular Lines

Two lines are perpendicular when they meet at a 90° angle. The key property of perpendicular lines is that their gradients multiply to give -1: m₁ × m₂ = -1

This means if a line has gradient m, then any perpendicular line to it has gradient -1/m.

For example:

  • If m = 3/2, then m₁ = -2/3 (perpendicular gradient)
  • If m = -1.5, then m₁ = 2/3 (perpendicular gradient)

To find a perpendicular gradient for a line not in the form y = mx + c, first rearrange to find m.

For the line 2y + 5x = 0:

  • Rearrange: 2y = -5x, so y = -5x/2
  • Gradient m = -5/2
  • Perpendicular gradient m₁ = 2/5

💡 This perpendicular property is extremely useful in geometry problems involving right angles, such as finding altitudes and perpendicular bisectors of triangles.

7
of 10
Higher Maths notes  – page 7

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

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

By signing up you accept Terms of Service and Privacy Policy

Perpendicular Lines and Median

Continuing with perpendicular lines, let's consider more examples:

If a line has equation y = 3x/2 + 4:

  • Gradient m = 3/2
  • Perpendicular gradient m₁ = -2/3

Remember that perpendicular lines always satisfy the relationship m₁ × m₂ = -1.

A median of a triangle is a line that joins a vertex to the midpoint of the opposite side. Every triangle has three medians, and they always meet at a single point called the centroid.

To find the equation of a median:

  1. Find the midpoint of the side
  2. Calculate the gradient between the vertex and this midpoint
  3. Use y - b = mxax - a to find the line equation

For example, in a triangle with vertices P(0,2), Q(4,4), and R8,68,-6, to find the median through P:

  1. Midpoint of QR = (4+8)/2,(4+(6))/2(4+8)/2, (4+(-6))/2 = 6,16,-1
  2. Gradient from P to midpoint = 12-1-2/606-0 = -3/6 = -1/2
  3. Equation: y - 2 = -1/2x0x - 0, which simplifies to y = -x/2 + 2

💡 Medians are important in physics for finding the center of mass of triangular objects.

8
of 10
Higher Maths notes  – page 8

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

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

By signing up you accept Terms of Service and Privacy Policy

Finding Medians in Triangles

Let's continue working with the median of the triangle with vertices P(0,2), Q(4,4), and R8,68,-6.

We've calculated that the midpoint of QR is 6,16,-1 and the gradient from P to this midpoint is -1/2.

Using the point-gradient formula with P(0,2): y - 2 = -1/2x0x - 0 y - 2 = -x/2 y = -x/2 + 2

This equation represents the median from vertex P to the midpoint of side QR.

The steps for calculating any median are:

  1. Calculate the midpoint of the side opposite to your chosen vertex
  2. Find the gradient between the vertex and this midpoint
  3. Use the point-gradient form to write the equation

When sketching these lines, it helps to plot the vertex and the midpoint, then draw the line connecting them. The resulting median divides the triangle into two parts with equal areas.

💡 The three medians of a triangle always intersect at a single point called the centroid, which is located 2/3 of the way from any vertex to the midpoint of the opposite side.

9
of 10
Higher Maths notes  – page 9

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

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

By signing up you accept Terms of Service and Privacy Policy

Altitude and Perpendicular Bisector

An altitude of a triangle is a line through a vertex that is perpendicular to the opposite side.

To find the equation of an altitude:

  1. Calculate the gradient of the side mm
  2. Find the perpendicular gradient 1/m-1/m
  3. Use the point-gradient formula with the vertex

For our triangle with vertices P(0,2), Q(4,4), and R8,68,-6:

  • The gradient of PQ is 424-2/404-0 = 2/4 = 1/2
  • The perpendicular gradient is -2
  • Using point R8,68,-6: y - 6-6 = -2x8x - 8
  • Simplified: y + 6 = -2x + 16, or y = -2x + 10

A perpendicular bisector of a line segment:

  • Passes through the midpoint of the segment
  • Is perpendicular to the segment

These properties make perpendicular bisectors essential for finding points that are equidistant from two given points.

💡 The three altitudes of a triangle are concurrent, meaning they all pass through a single point called the orthocenter.

10
of 10
Higher Maths notes  – page 10

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

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

By signing up you accept Terms of Service and Privacy Policy

Perpendicular Bisector

To find the equation of a perpendicular bisector of a line segment PQ:

  1. Calculate the midpoint of PQ
  2. Find the gradient of PQ
  3. Calculate the perpendicular gradient
  4. Use the point-gradient formula with the midpoint

For example, with P3,23,-2 and Q5,4-5,4:

  1. Midpoint = (3+(5))/2,(2+4)/2(3+(-5))/2, (-2+4)/2 = 1,1-1,1
  2. Gradient of PQ = 4(2)4-(-2)/53-5-3 = 6/8-8 = -3/4
  3. Perpendicular gradient = 4/3
  4. Equation: y - 1 = 4/3x+1x + 1

Multiplying both sides by 3: 3y - 3 = 4x + 4 3y = 4x + 7

Perpendicular bisectors have a special property: any point on a perpendicular bisector is equidistant from the two endpoints of the original line segment.

This property makes perpendicular bisectors crucial for constructing the circumcenter of a triangle (the center of the circle that passes through all three vertices).

💡 The perpendicular bisectors of the three sides of a triangle all intersect at a single point, which is the center of the circumscribed circle of the triangle.

We thought you’d never ask...

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.

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

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

Similar content

Most popular content: Differentiation

4
MathsMaths

Differentiation Techniques

Explore essential differentiation techniques through past paper questions in higher mathematics. This resource covers key concepts such as turning points, tangent equations, and curve sketching, providing students with practical applications of differentiation rules and higher-order derivatives.

S54404
MathsMaths

Mastering Differentiation Techniques

Explore essential differentiation methods, including first principles, increasing/decreasing functions, and the application of the quotient and chain rules. This summary covers key concepts such as finding gradients, stationary points, and differentiating trigonometric functions, providing a comprehensive overview for students preparing for exams.

123532
MathsMaths

Maximizing Profit with Derivatives

Explore key concepts in differentiation, including first and second derivatives, critical points, and inflection points. This summary covers how to model profit maximization using calculus, with practical examples and applications relevant to WJEC AS Pure Mathematics. Ideal for students seeking to understand the fundamentals of differential calculus and its applications in real-world scenarios.

12775
MathsMaths

Quadratic Equations & Inequalities

Explore the Quadratic Formula and Discriminant to solve quadratic equations and analyze their roots. Learn methods for solving simultaneous equations, including elimination and substitution, and understand how to tackle linear and quadratic inequalities. This summary provides essential techniques and examples for mastering these key algebra concepts.

102,12130

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.

1080,2436,325
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,65761
MathsMaths

Year 8 Maths AQA Exam

Explore the AQA Year 8 Term 3 Main Paper 2, featuring comprehensive solutions to key mathematical concepts including geometry, percentages, sequences, and data representation. This resource covers essential topics such as area calculations, properties of shapes, and survey analysis, making it ideal for exam preparation and revision.

83,562138
MathsMaths

Trigonometric Functions Overview

Explore the fundamentals of trigonometry, including the tangent, sine, and cosine functions. This summary covers key concepts such as SOH CAH TOA, trigonometric ratios, and methods for finding angles and sides in right triangles. Ideal for students preparing for exams or needing a quick reference.

91,77159
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.

1222,0611,821
MathsMaths

GCSE Maths 2018 Exam Insights

Explore the key concepts from the 2018 GCSE Maths Paper 2, including compound interest, probability, standard form, and geometric transformations. This comprehensive summary covers essential topics such as interest rates, area calculations, and Venn diagrams, providing students with a clear understanding of the exam's requirements. Ideal for exam preparation and practice.

98,187411
MathsMaths

Understanding Surds

Explore the concept of surds, including their definition, examples, and methods for simplifying them. This summary covers key techniques for simplifying surds, such as identifying square factors and combining terms. Ideal for students looking to master radical expressions and enhance their understanding of square roots.

984620
MathsMaths

GCSE Maths Foundation Checklist

Comprehensive revision checklist covering essential topics for the GCSE Maths Foundation tier, including statistics, geometry, algebra, probability, and trigonometry. Perfect for students aiming to pass their exams with confidence.

113,86452
MathsMaths

Foundation Maths Exam Solutions

Explore detailed solutions for the Foundation Tier Non-Calculator Maths exam. This resource covers key concepts such as probability, volume calculations, data representation, and more. Perfect for students preparing for their GCSE Maths exam, with step-by-step explanations and examples.

1021,3461,242

Most popular content

9
SociologySociology

Comprehensive Crime & Deviance Overview

Explore an extensive revision of crime and deviance topics, including theories, types of crime, and the impact of media. This resource covers key concepts such as Marxism, functionalism, gender and crime, and the influence of globalization on criminal behavior. Ideal for students seeking a thorough understanding of criminology and its various theories. Type: Full Topic Revision.

1251,7221,403
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,9211,060
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,9202,306
CriminologyCriminology

WJEC Unit 4 Criminology

Criminology unit 4 detailed revision note

127,187125
SociologySociology

Sociological Theories Overview

Comprehensive revision of key sociological theories including Functionalism, Marxism, Feminism, and Interpretivism. Explore concepts like value freedom, identity formation, and the critique of social control. Ideal for AQA A-Level Sociology students preparing for exams. This summary covers essential theories and their implications in sociology, providing a clear understanding of each perspective.

1231,547847
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.

12103,0863,042
SociologySociology

Media Studies: Key Concepts & Theories

Dive into the essential concepts and theories of media studies for AQA A-level Sociology. This comprehensive revision guide covers topics such as media influence, representations, globalization, and sociological perspectives, ensuring you grasp the critical elements needed for your exams. Perfect for students seeking to enhance their understanding of media's role in society.

1222,756515
SociologySociology

Crime and Deviance AQA A-level sociology

AQA A-level crime and deviance topic notes

1288819
BiologyBiology

A-Level Biology Year 1 Overview

Comprehensive summary of AQA A-Level Biology Year 1, covering key topics such as cellular structure, protein synthesis, immune response, gas exchange, and more. Ideal for exam preparation and understanding biological concepts. Includes detailed insights into cellular processes, biological classification, and the circulatory system.

1215,055699

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