Maths711Updated 11 Sept 202624 pages

Comprehensive Higher Maths Study Notes

Report
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 that will help you master them quickly.
Higher Maths notes  – page 1

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

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.

Higher Maths notes  – page 2

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

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!

Higher Maths notes  – page 3

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

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.

Higher Maths notes  – page 4

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

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).

Higher Maths notes  – page 5

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

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.

Higher Maths notes  – page 6

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

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.

Higher Maths notes  – page 7

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

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.

Higher Maths notes  – page 8

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

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.

Higher Maths notes  – page 9

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

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.

Higher Maths notes  – page 10

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

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

Maths

First Principles Differentiation

Explore the fundamental concepts of differentiation from first principles. This study note provides step-by-step proofs for derivatives of functions like 4x, x³, and x², along with practical examples. Ideal for students mastering calculus derivatives and differentiation rules.

12513
Maths

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
Maths

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.

112,12430
Maths

Differentiation Techniques Explained

Explore key differentiation concepts including the constant rule, derivative notation, and practical examples. This summary covers essential differentiation rules and their applications in finding gradients of curves, making it ideal for GCSE AQA Further Maths students.

114546
Maths

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.

123542
Maths

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

Most popular content: Maths

Maths

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.

1180,3836,327
Maths

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.

112,72462
Maths

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,1041,822
Maths

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,3871,243
Maths

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,234411
Maths

Essential Maths Formulas

Explore key mathematical formulas and concepts essential for A-Level Maths, including differentiation, integration, trigonometry, and probability. This comprehensive resource covers differentiation rules, integration techniques, and trigonometric identities, providing students with the tools needed for success in their studies.

123,220105
Maths

Pythagorean Theorem Explained

Explore the Pythagorean Theorem (a² + b² = c²) with clear examples and step-by-step calculations. This summary covers key concepts such as hypotenuse and right triangles, making it essential for understanding geometry. Ideal for students preparing for exams or needing a quick reference.

115775
Maths

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,77659
Maths

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

Most popular content

Sociology

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.

1274,1462,307
Sociology

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,2843,045
Biology

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,234704
Biology

AQA Biology: Key Concepts

Explore essential AQA Biology topics including Photosynthesis, Respiration, Homeostasis, Genetics, and Ecology. This comprehensive knowledge organizer covers key concepts such as energy transfer, hormonal control, and genetic variation, providing a solid foundation for your studies. Ideal for exam preparation and understanding biological processes.

109,237316
Maths

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.

1180,3836,327
Sociology

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,8761,409
Criminology

Criminal Justice Overview

Explore key concepts in criminal justice, including the trial process, roles of court personnel, types of offenses, and evidence handling. This comprehensive summary covers essential topics such as jury strengths and weaknesses, the role of the CPS, and the impact of media on trials. Ideal for students preparing for assessments in criminology. Achieved a B grade.

133,43872
Biology

Biology Paper 1 Overview

Comprehensive study notes covering key concepts in cellular biology, human digestion, respiration, photosynthesis, and the circulatory system. This resource includes detailed explanations of cell structures, enzyme functions, nutrient absorption, and the impact of environmental factors on biological processes. Ideal for students preparing for Biology Paper 1 exams.

1115,469391
English 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.

1125,742914

Students love us, and so will you.

4.6/5App Store
4.7/5Google Play
Stefan SiOS user

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.

Samantha KlichAndroid 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.

AnnaiOS 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.