Getting to grips with straight line equations and calculus is... Show more
Comprehensive Higher Maths Study Notes











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 = /. This measures the vertical change divided by the horizontal change between two points.
For example, to find the gradient of a line passing through A(-3, 5) and B(1, 7): m = (7 - 5)/(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 .
💡 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.

Finding Line Equations
There are two main formulas for finding the equation of a straight line:
- y = mx + c
- y - b = m (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 = 2 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) and (3,10):
- Calculate gradient: m = (10-(-2))/(3-(-1)) = 12/4 = 3
- Use either point with y - b = m: y - 10 = 3 y = 3x - 1
💡 Always double-check your work by substituting one of your points into your final equation to verify it works!

More Line Equations and Collinearity
Let's continue with finding line equations. For a line through (-5,-1) with gradient -2/3: y + 1 = (-2/3) Multiply both sides by 3: 3y + 3 = -2 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 D(-1,5), E(0,2), and F(4,-10) are collinear:
- Calculate mₐₑ = (2-5)/(0-(-1)) = -3/1 = -3
- Calculate mₑₖ = (-10-2)/(4-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.

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⁻¹(m).
For example, with y = x - 1:
- Gradient m = 1
- θ = tan⁻¹(1) = 45°
With y = 5 - √3x:
- Gradient m = -√3
- θ = tan⁻¹(-√3) = 120°
When dealing with points, first calculate the gradient. For a line joining (3,-2) and (1,4):
- m = (4-(-2))/(1-3) = 6/(-2) = -3
- θ = tan⁻¹(-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 .

The Distance Formula
To find the distance between two points, we use Pythagoras' theorem in coordinate form: d = √
For example, to find the distance between A(-1,1) and B(2,-1): d = √[(2-(-1))² + (-1-1)²] d = √[3² + (-2)²] d = √[9 + 4] d = √13
For points Q(11,2) and R(-2,-5): d = √[(-2-11)² + (-5-2)²] d = √[(-13)² + (-7)²] d = √[169 + 49] d = √218 ≈ 14.8
The distance formula is extremely useful for comparing lengths. For example, to show that BC = 2AB for points A(2,-1), B(5,-2) and C(7,4), we calculate:
- AB = √[(5-2)² + (-2-(-1))²] = √[9 + 1] = √10
- BC = √[(7-5)² + (4-(-2))²] = √[4 + 36] = √40 = 2√10
💡 When simplifying square roots, look for perfect square factors. For example, √40 = √(4×10) = 2√10.

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.

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:
- Find the midpoint of the side
- Calculate the gradient between the vertex and this midpoint
- Use y - b = m to find the line equation
For example, in a triangle with vertices P(0,2), Q(4,4), and R(8,-6), to find the median through P:
- Midpoint of QR = ((4+8)/2, (4+(-6))/2) = (6,-1)
- Gradient from P to midpoint = (-1-2)/(6-0) = -3/6 = -1/2
- Equation: y - 2 = -1/2, which simplifies to y = -x/2 + 2
💡 Medians are important in physics for finding the center of mass of triangular objects.

Finding Medians in Triangles
Let's continue working with the median of the triangle with vertices P(0,2), Q(4,4), and R(8,-6).
We've calculated that the midpoint of QR is (6,-1) and the gradient from P to this midpoint is -1/2.
Using the point-gradient formula with P(0,2): y - 2 = -1/2 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:
- Calculate the midpoint of the side opposite to your chosen vertex
- Find the gradient between the vertex and this midpoint
- 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.

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:
- Calculate the gradient of the side (m)
- Find the perpendicular gradient
- Use the point-gradient formula with the vertex
For our triangle with vertices P(0,2), Q(4,4), and R(8,-6):
- The gradient of PQ is (4-2)/(4-0) = 2/4 = 1/2
- The perpendicular gradient is -2
- Using point R(8,-6): y - (-6) = -2
- 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.

Perpendicular Bisector
To find the equation of a perpendicular bisector of a line segment PQ:
- Calculate the midpoint of PQ
- Find the gradient of PQ
- Calculate the perpendicular gradient
- Use the point-gradient formula with the midpoint
For example, with P(3,-2) and Q(-5,4):
- Midpoint = ((3+(-5))/2, (-2+4)/2) = (-1,1)
- Gradient of PQ = (4-(-2))/(-5-3) = 6/(-8) = -3/4
- Perpendicular gradient = 4/3
- Equation: y - 1 = 4/3
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...
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.
Similar content
Most popular content: Differentiation
4Mastering 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.
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.
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.
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.
Most popular content in Maths
9Comprehensive 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.
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.
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!
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.
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.
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.
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.
Percentage,fractions and decimals
how well do you know percentages,fractions and decimals
maths SOHCAHTOA
Trigonometric ratios SOHCAHTOA for calculating angles and sides in right-angled triangles.
Most popular content
9Sociology 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.
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.
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.
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.
WJEC Unit 4 Criminology
Criminology unit 4 detailed revision note
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.
Romeo and Juliet: Key themes
Key Romeo and Juliet themes and analysed quotes
Cell Biology and Cell structure
cell structures
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.
Can't find what you're looking for? Explore other subjects.
Students love us — and so will you.
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.
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.
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.
Comprehensive Higher Maths Study Notes
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... Show more

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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 = /. This measures the vertical change divided by the horizontal change between two points.
For example, to find the gradient of a line passing through A(-3, 5) and B(1, 7): m = (7 - 5)/(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 .
💡 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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Finding Line Equations
There are two main formulas for finding the equation of a straight line:
- y = mx + c
- y - b = m (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 = 2 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) and (3,10):
- Calculate gradient: m = (10-(-2))/(3-(-1)) = 12/4 = 3
- Use either point with y - b = m: y - 10 = 3 y = 3x - 1
💡 Always double-check your work by substituting one of your points into your final equation to verify it works!

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
More Line Equations and Collinearity
Let's continue with finding line equations. For a line through (-5,-1) with gradient -2/3: y + 1 = (-2/3) Multiply both sides by 3: 3y + 3 = -2 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 D(-1,5), E(0,2), and F(4,-10) are collinear:
- Calculate mₐₑ = (2-5)/(0-(-1)) = -3/1 = -3
- Calculate mₑₖ = (-10-2)/(4-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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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⁻¹(m).
For example, with y = x - 1:
- Gradient m = 1
- θ = tan⁻¹(1) = 45°
With y = 5 - √3x:
- Gradient m = -√3
- θ = tan⁻¹(-√3) = 120°
When dealing with points, first calculate the gradient. For a line joining (3,-2) and (1,4):
- m = (4-(-2))/(1-3) = 6/(-2) = -3
- θ = tan⁻¹(-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 .

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
The Distance Formula
To find the distance between two points, we use Pythagoras' theorem in coordinate form: d = √
For example, to find the distance between A(-1,1) and B(2,-1): d = √[(2-(-1))² + (-1-1)²] d = √[3² + (-2)²] d = √[9 + 4] d = √13
For points Q(11,2) and R(-2,-5): d = √[(-2-11)² + (-5-2)²] d = √[(-13)² + (-7)²] d = √[169 + 49] d = √218 ≈ 14.8
The distance formula is extremely useful for comparing lengths. For example, to show that BC = 2AB for points A(2,-1), B(5,-2) and C(7,4), we calculate:
- AB = √[(5-2)² + (-2-(-1))²] = √[9 + 1] = √10
- BC = √[(7-5)² + (4-(-2))²] = √[4 + 36] = √40 = 2√10
💡 When simplifying square roots, look for perfect square factors. For example, √40 = √(4×10) = 2√10.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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:
- Find the midpoint of the side
- Calculate the gradient between the vertex and this midpoint
- Use y - b = m to find the line equation
For example, in a triangle with vertices P(0,2), Q(4,4), and R(8,-6), to find the median through P:
- Midpoint of QR = ((4+8)/2, (4+(-6))/2) = (6,-1)
- Gradient from P to midpoint = (-1-2)/(6-0) = -3/6 = -1/2
- Equation: y - 2 = -1/2, which simplifies to y = -x/2 + 2
💡 Medians are important in physics for finding the center of mass of triangular objects.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Finding Medians in Triangles
Let's continue working with the median of the triangle with vertices P(0,2), Q(4,4), and R(8,-6).
We've calculated that the midpoint of QR is (6,-1) and the gradient from P to this midpoint is -1/2.
Using the point-gradient formula with P(0,2): y - 2 = -1/2 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:
- Calculate the midpoint of the side opposite to your chosen vertex
- Find the gradient between the vertex and this midpoint
- 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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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:
- Calculate the gradient of the side (m)
- Find the perpendicular gradient
- Use the point-gradient formula with the vertex
For our triangle with vertices P(0,2), Q(4,4), and R(8,-6):
- The gradient of PQ is (4-2)/(4-0) = 2/4 = 1/2
- The perpendicular gradient is -2
- Using point R(8,-6): y - (-6) = -2
- 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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Perpendicular Bisector
To find the equation of a perpendicular bisector of a line segment PQ:
- Calculate the midpoint of PQ
- Find the gradient of PQ
- Calculate the perpendicular gradient
- Use the point-gradient formula with the midpoint
For example, with P(3,-2) and Q(-5,4):
- Midpoint = ((3+(-5))/2, (-2+4)/2) = (-1,1)
- Gradient of PQ = (4-(-2))/(-5-3) = 6/(-8) = -3/4
- Perpendicular gradient = 4/3
- Equation: y - 1 = 4/3
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...
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.
Similar content
Most popular content: Differentiation
4Mastering 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.
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.
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.
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.
Most popular content in Maths
9Comprehensive 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.
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.
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!
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.
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.
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.
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.
Percentage,fractions and decimals
how well do you know percentages,fractions and decimals
maths SOHCAHTOA
Trigonometric ratios SOHCAHTOA for calculating angles and sides in right-angled triangles.
Most popular content
9Sociology 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.
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.
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.
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.
WJEC Unit 4 Criminology
Criminology unit 4 detailed revision note
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.
Romeo and Juliet: Key themes
Key Romeo and Juliet themes and analysed quotes
Cell Biology and Cell structure
cell structures
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.
Can't find what you're looking for? Explore other subjects.
Students love us — and so will you.
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.
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.
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.