Open the App

Subjects

MathsMaths92 views·Updated 20 Aug 2026·24 pages

Mastering Differentiation in Higher Maths

E
eva@eva_lbjt3

Differentiation is a fundamental calculus technique that tells you how...

1
of 10
Differentiation - Higher Maths – page 1

Index Rules Refresher

Before diving into differentiation, you'll need these index rules from N5 - they're absolutely essential for what's coming next. When multiplying powers with the same base, you add the indices: xa×xb=xa+bx^a \times x^b = x^{a+b}. When dividing, you subtract them: xa÷xb=xabx^a \div x^b = x^{a-b}.

The trickier rules involve negative and fractional indices. Remember that xa=1xax^{-a} = \frac{1}{x^a} and xa/b=xabx^{a/b} = \sqrt[b]{x^a}. So x1/2=xx^{1/2} = \sqrt{x} and x3/2=x3x^{3/2} = \sqrt{x^3}.

Watch out for this common mistake: 15x5x1\frac{1}{5x} \neq 5x^{-1}. Instead, 15x=15x1\frac{1}{5x} = \frac{1}{5}x^{-1} or (5x)1(5x)^{-1}. Getting these basics right will make differentiation much smoother.

Quick tip: When dealing with fractional powers like 253/225^{3/2}, do the root first: 253=53=125\sqrt{25^3} = 5^3 = 125

2
of 10
Differentiation - Higher Maths – page 2

Introduction to Differentiation

Straight lines have a constant gradient, but curves are more interesting - their steepness changes at every point. To find the gradient at any specific point on a curve, we use the tangent line at that point.

Differentiation is the process that finds this gradient for us. The basic rule is surprisingly simple: if y=xny = x^n, then dydx=nxn1\frac{dy}{dx} = nx^{n-1}. The symbol dydx\frac{dy}{dx} represents the derivative - it's just notation for "the gradient of y with respect to x".

This process might seem like magic at first, but applying it is straightforward. The mathematical proof behind why it works is complex, but you don't need to worry about that right now.

Remember: The derivative tells you the gradient of the tangent at any point on a curve

3
of 10
Differentiation - Higher Maths – page 3

Basic Differentiation Examples

Let's put the power rule into action with some examples. For y=x2y = x^2, we get dydx=2x\frac{dy}{dx} = 2x. For y=3x3y = 3x^3, we get dydx=9x2\frac{dy}{dx} = 9x^2 (multiply by the power, then reduce the power by 1).

The rule works brilliantly with multiple terms too. For y=5x2+4xy = 5x^2 + 4x, you differentiate each term separately: dydx=10x+4\frac{dy}{dx} = 10x + 4. Constants disappear when differentiated, so y=4x22x+1y = 4x^2 - 2x + 1 becomes dydx=8x2\frac{dy}{dx} = 8x - 2.

Negative and fractional powers follow the same rule. For y=x=x1/2y = \sqrt{x} = x^{1/2}, we get dydx=12x1/2=12x\frac{dy}{dx} = \frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}}. For y=3x2y = 3x^{-2}, we get dydx=6x3=6x3\frac{dy}{dx} = -6x^{-3} = -\frac{6}{x^3}.

Pro tip: Always convert your final answer to positive indices - it looks much neater!

4
of 10
Differentiation - Higher Maths – page 4

Notation and Preparation

You'll see derivatives written in two main ways: dydx\frac{dy}{dx} when y=y = something, or f(x)f'(x) (pronounced "f dash x") when f(x)=f(x) = something. Both mean exactly the same thing - the derivative of the function.

Before differentiating, you often need to prepare your function by converting roots and fractions into index form. For example, x23\sqrt[3]{x^2} becomes x2/3x^{2/3}, and 4x2\frac{4}{x^2} becomes 4x24x^{-2}.

Once prepared, differentiate using the power rule as normal. So y=x2/3y = x^{2/3} gives dydx=23x1/3\frac{dy}{dx} = \frac{2}{3}x^{-1/3}, and f(x)=4x2f(x) = 4x^{-2} gives f(x)=8x3f'(x) = -8x^{-3}.

Key insight: Converting everything to index form first makes differentiation much more systematic

5
of 10
Differentiation - Higher Maths – page 5

Expanding and Simplifying Before Differentiation

When faced with brackets or fractions, expand or simplify first before differentiating. For y=x2(x2)y = x^2(x-2), multiply out to get y=x32x2y = x^3 - 2x^2, then differentiate to get dydx=3x24x\frac{dy}{dx} = 3x^2 - 4x.

With more complex expressions like f(x)=x(x2x2)f(x) = \sqrt{x}(x - 2x^2), convert the square root first: f(x)=x1/2(x2x2)=x3/22x5/2f(x) = x^{1/2}(x - 2x^2) = x^{3/2} - 2x^{5/2}. Then differentiate: f(x)=32x1/25x3/2f'(x) = \frac{3}{2}x^{1/2} - 5x^{3/2}.

Algebraic fractions work similarly. For f(x)=2x35x4x2f(x) = \frac{2x^3 - 5x^4}{x^2}, divide each term by x2x^2 to get f(x)=2x5x2f(x) = 2x - 5x^2. Then differentiate normally: f(x)=210xf'(x) = 2 - 10x.

Strategy: Always simplify first - it makes the differentiation much easier and reduces errors

6
of 10
Differentiation - Higher Maths – page 6

The Mathematical Definition

The derivative is actually the limit of the gradient between two points as they get infinitely close together. This is written as f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}, but you don't need to use this formula directly.

When we differentiate functions, we're finding the gradient of the tangent to the curve at any given point. This gradient also represents the rate of change of the function at that point.

For example, with f(x)=4x3f(x) = 4x^3, we get f(x)=12x2f'(x) = 12x^2. To find the gradient at x=2x = -2, we substitute: f(2)=12×(2)2=48f'(-2) = 12 \times (-2)^2 = 48. So the tangent has a gradient of 48 at that point.

Real-world connection: Rate of change appears everywhere - speed is the rate of change of distance, acceleration is the rate of change of speed

7
of 10
Differentiation - Higher Maths – page 7

Finding Gradients at Specific Points

To find the gradient at a specific point, differentiate the function then substitute the x-value. For y=4xy = 4\sqrt{x} at x=9x = 9, first rewrite as y=4x1/2y = 4x^{1/2}, then differentiate to get dydx=2x1/2=2x\frac{dy}{dx} = 2x^{-1/2} = \frac{2}{\sqrt{x}}.

Substituting x=9x = 9: dydx=29=23\frac{dy}{dx} = \frac{2}{\sqrt{9}} = \frac{2}{3}. So the gradient of the tangent at x=9x = 9 is 23\frac{2}{3}.

For more complex functions like f(x)=3x3+3x22xf(x) = 3x^3 + 3x^2 - 2x, differentiate to get f(x)=9x2+6x2f'(x) = 9x^2 + 6x - 2. At x=3x = 3: f(3)=9(9)+6(3)2=81+182=97f'(3) = 9(9) + 6(3) - 2 = 81 + 18 - 2 = 97. This means the function is changing very rapidly at this point.

Remember: The derivative gives you the gradient; substituting a value gives you the gradient at that specific point

8
of 10
Differentiation - Higher Maths – page 8

Equations of Tangent Lines

Since a tangent is a straight line, you need a point and a gradient to find its equation using yb=m(xa)y - b = m(x - a). The derivative gives you the gradient, and you find the point by substituting into the original function.

For the curve y=x27x+10y = x^2 - 7x + 10 at x=4x = 4: first find the point by substituting x=4x = 4 into the original equation: y=1628+10=2y = 16 - 28 + 10 = -2. So the point is (4,2)(4, -2).

Next, find the gradient by differentiating: dydx=2x7\frac{dy}{dx} = 2x - 7. At x=4x = 4: gradient = 2(4)7=12(4) - 7 = 1. Using the point-slope form: y(2)=1(x4)y - (-2) = 1(x - 4), which simplifies to y=x6y = x - 6.

Method: Find the point (substitute x into original function), find the gradient (substitute x into derivative), then use point-slope form

9
of 10
Differentiation - Higher Maths – page 9

Increasing and Decreasing Functions

The derivative tells you whether a function is going up or down. If f(x)>0f'(x) > 0, the function is strictly increasing (going uphill). If f(x)<0f'(x) < 0, it's strictly decreasing (going downhill). When f(x)=0f'(x) = 0, the function is stationary (flat).

Think of it like walking on a hill - positive gradient means you're walking uphill, negative means downhill, and zero means you're on flat ground or at a peak/valley.

These concepts are crucial for understanding the shape and behaviour of curves. You'll use them constantly when sketching graphs and solving optimisation problems.

Visual tip: Imagine the curve as a roller coaster - the derivative tells you whether you're going up, down, or momentarily flat

10
of 10
Differentiation - Higher Maths – page 10

Determining Intervals of Increase and Decrease

To show a function is strictly increasing at a point, prove that f(x)>0f'(x) > 0 there. For p(x)=x34x2+3p(x) = x^3 - 4x^2 + 3 at x=3x = 3: p(x)=3x28xp'(x) = 3x^2 - 8x, so p(3)=2724=3>0p'(3) = 27 - 24 = 3 > 0. Since the derivative is positive, the function is increasing.

To find where a function is decreasing, solve f(x)<0f'(x) < 0. For f(x)=x3+6x22f(x) = x^3 + 6x^2 - 2: f(x)=3x2+12x=3x(x+4)f'(x) = 3x^2 + 12x = 3x(x + 4). This is negative when 4<x<0-4 < x < 0.

Some functions are always increasing. For f(x)=x3+3x2+5x+2f(x) = x^3 + 3x^2 + 5x + 2: f(x)=3x2+6x+5f'(x) = 3x^2 + 6x + 5. Completing the square: f(x)=3(x+1)2+2f'(x) = 3(x + 1)^2 + 2. Since this is always positive, the function always increases.

Technique: Use completing the square to prove a quadratic expression is always positive or negative

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

MathsMaths92 views·Updated 20 Aug 2026·24 pages

Mastering Differentiation in Higher Maths

E
eva@eva_lbjt3

Differentiation is a fundamental calculus technique that tells you how quickly a function is changing at any point. Think of it like finding the steepness of a hill at different spots - sometimes it's gentle, sometimes steep, and sometimes you're...

1
of 10
Differentiation - Higher Maths – 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

Index Rules Refresher

Before diving into differentiation, you'll need these index rules from N5 - they're absolutely essential for what's coming next. When multiplying powers with the same base, you add the indices: xa×xb=xa+bx^a \times x^b = x^{a+b}. When dividing, you subtract them: xa÷xb=xabx^a \div x^b = x^{a-b}.

The trickier rules involve negative and fractional indices. Remember that xa=1xax^{-a} = \frac{1}{x^a} and xa/b=xabx^{a/b} = \sqrt[b]{x^a}. So x1/2=xx^{1/2} = \sqrt{x} and x3/2=x3x^{3/2} = \sqrt{x^3}.

Watch out for this common mistake: 15x5x1\frac{1}{5x} \neq 5x^{-1}. Instead, 15x=15x1\frac{1}{5x} = \frac{1}{5}x^{-1} or (5x)1(5x)^{-1}. Getting these basics right will make differentiation much smoother.

Quick tip: When dealing with fractional powers like 253/225^{3/2}, do the root first: 253=53=125\sqrt{25^3} = 5^3 = 125

2
of 10
Differentiation - Higher Maths – 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

Introduction to Differentiation

Straight lines have a constant gradient, but curves are more interesting - their steepness changes at every point. To find the gradient at any specific point on a curve, we use the tangent line at that point.

Differentiation is the process that finds this gradient for us. The basic rule is surprisingly simple: if y=xny = x^n, then dydx=nxn1\frac{dy}{dx} = nx^{n-1}. The symbol dydx\frac{dy}{dx} represents the derivative - it's just notation for "the gradient of y with respect to x".

This process might seem like magic at first, but applying it is straightforward. The mathematical proof behind why it works is complex, but you don't need to worry about that right now.

Remember: The derivative tells you the gradient of the tangent at any point on a curve

3
of 10
Differentiation - Higher Maths – 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

Basic Differentiation Examples

Let's put the power rule into action with some examples. For y=x2y = x^2, we get dydx=2x\frac{dy}{dx} = 2x. For y=3x3y = 3x^3, we get dydx=9x2\frac{dy}{dx} = 9x^2 (multiply by the power, then reduce the power by 1).

The rule works brilliantly with multiple terms too. For y=5x2+4xy = 5x^2 + 4x, you differentiate each term separately: dydx=10x+4\frac{dy}{dx} = 10x + 4. Constants disappear when differentiated, so y=4x22x+1y = 4x^2 - 2x + 1 becomes dydx=8x2\frac{dy}{dx} = 8x - 2.

Negative and fractional powers follow the same rule. For y=x=x1/2y = \sqrt{x} = x^{1/2}, we get dydx=12x1/2=12x\frac{dy}{dx} = \frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}}. For y=3x2y = 3x^{-2}, we get dydx=6x3=6x3\frac{dy}{dx} = -6x^{-3} = -\frac{6}{x^3}.

Pro tip: Always convert your final answer to positive indices - it looks much neater!

4
of 10
Differentiation - Higher Maths – 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

Notation and Preparation

You'll see derivatives written in two main ways: dydx\frac{dy}{dx} when y=y = something, or f(x)f'(x) (pronounced "f dash x") when f(x)=f(x) = something. Both mean exactly the same thing - the derivative of the function.

Before differentiating, you often need to prepare your function by converting roots and fractions into index form. For example, x23\sqrt[3]{x^2} becomes x2/3x^{2/3}, and 4x2\frac{4}{x^2} becomes 4x24x^{-2}.

Once prepared, differentiate using the power rule as normal. So y=x2/3y = x^{2/3} gives dydx=23x1/3\frac{dy}{dx} = \frac{2}{3}x^{-1/3}, and f(x)=4x2f(x) = 4x^{-2} gives f(x)=8x3f'(x) = -8x^{-3}.

Key insight: Converting everything to index form first makes differentiation much more systematic

5
of 10
Differentiation - Higher Maths – 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

Expanding and Simplifying Before Differentiation

When faced with brackets or fractions, expand or simplify first before differentiating. For y=x2(x2)y = x^2(x-2), multiply out to get y=x32x2y = x^3 - 2x^2, then differentiate to get dydx=3x24x\frac{dy}{dx} = 3x^2 - 4x.

With more complex expressions like f(x)=x(x2x2)f(x) = \sqrt{x}(x - 2x^2), convert the square root first: f(x)=x1/2(x2x2)=x3/22x5/2f(x) = x^{1/2}(x - 2x^2) = x^{3/2} - 2x^{5/2}. Then differentiate: f(x)=32x1/25x3/2f'(x) = \frac{3}{2}x^{1/2} - 5x^{3/2}.

Algebraic fractions work similarly. For f(x)=2x35x4x2f(x) = \frac{2x^3 - 5x^4}{x^2}, divide each term by x2x^2 to get f(x)=2x5x2f(x) = 2x - 5x^2. Then differentiate normally: f(x)=210xf'(x) = 2 - 10x.

Strategy: Always simplify first - it makes the differentiation much easier and reduces errors

6
of 10
Differentiation - Higher Maths – 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

The Mathematical Definition

The derivative is actually the limit of the gradient between two points as they get infinitely close together. This is written as f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}, but you don't need to use this formula directly.

When we differentiate functions, we're finding the gradient of the tangent to the curve at any given point. This gradient also represents the rate of change of the function at that point.

For example, with f(x)=4x3f(x) = 4x^3, we get f(x)=12x2f'(x) = 12x^2. To find the gradient at x=2x = -2, we substitute: f(2)=12×(2)2=48f'(-2) = 12 \times (-2)^2 = 48. So the tangent has a gradient of 48 at that point.

Real-world connection: Rate of change appears everywhere - speed is the rate of change of distance, acceleration is the rate of change of speed

7
of 10
Differentiation - Higher Maths – 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

Finding Gradients at Specific Points

To find the gradient at a specific point, differentiate the function then substitute the x-value. For y=4xy = 4\sqrt{x} at x=9x = 9, first rewrite as y=4x1/2y = 4x^{1/2}, then differentiate to get dydx=2x1/2=2x\frac{dy}{dx} = 2x^{-1/2} = \frac{2}{\sqrt{x}}.

Substituting x=9x = 9: dydx=29=23\frac{dy}{dx} = \frac{2}{\sqrt{9}} = \frac{2}{3}. So the gradient of the tangent at x=9x = 9 is 23\frac{2}{3}.

For more complex functions like f(x)=3x3+3x22xf(x) = 3x^3 + 3x^2 - 2x, differentiate to get f(x)=9x2+6x2f'(x) = 9x^2 + 6x - 2. At x=3x = 3: f(3)=9(9)+6(3)2=81+182=97f'(3) = 9(9) + 6(3) - 2 = 81 + 18 - 2 = 97. This means the function is changing very rapidly at this point.

Remember: The derivative gives you the gradient; substituting a value gives you the gradient at that specific point

8
of 10
Differentiation - Higher Maths – 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

Equations of Tangent Lines

Since a tangent is a straight line, you need a point and a gradient to find its equation using yb=m(xa)y - b = m(x - a). The derivative gives you the gradient, and you find the point by substituting into the original function.

For the curve y=x27x+10y = x^2 - 7x + 10 at x=4x = 4: first find the point by substituting x=4x = 4 into the original equation: y=1628+10=2y = 16 - 28 + 10 = -2. So the point is (4,2)(4, -2).

Next, find the gradient by differentiating: dydx=2x7\frac{dy}{dx} = 2x - 7. At x=4x = 4: gradient = 2(4)7=12(4) - 7 = 1. Using the point-slope form: y(2)=1(x4)y - (-2) = 1(x - 4), which simplifies to y=x6y = x - 6.

Method: Find the point (substitute x into original function), find the gradient (substitute x into derivative), then use point-slope form

9
of 10
Differentiation - Higher Maths – 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

Increasing and Decreasing Functions

The derivative tells you whether a function is going up or down. If f(x)>0f'(x) > 0, the function is strictly increasing (going uphill). If f(x)<0f'(x) < 0, it's strictly decreasing (going downhill). When f(x)=0f'(x) = 0, the function is stationary (flat).

Think of it like walking on a hill - positive gradient means you're walking uphill, negative means downhill, and zero means you're on flat ground or at a peak/valley.

These concepts are crucial for understanding the shape and behaviour of curves. You'll use them constantly when sketching graphs and solving optimisation problems.

Visual tip: Imagine the curve as a roller coaster - the derivative tells you whether you're going up, down, or momentarily flat

10
of 10
Differentiation - Higher Maths – 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

Determining Intervals of Increase and Decrease

To show a function is strictly increasing at a point, prove that f(x)>0f'(x) > 0 there. For p(x)=x34x2+3p(x) = x^3 - 4x^2 + 3 at x=3x = 3: p(x)=3x28xp'(x) = 3x^2 - 8x, so p(3)=2724=3>0p'(3) = 27 - 24 = 3 > 0. Since the derivative is positive, the function is increasing.

To find where a function is decreasing, solve f(x)<0f'(x) < 0. For f(x)=x3+6x22f(x) = x^3 + 6x^2 - 2: f(x)=3x2+12x=3x(x+4)f'(x) = 3x^2 + 12x = 3x(x + 4). This is negative when 4<x<0-4 < x < 0.

Some functions are always increasing. For f(x)=x3+3x2+5x+2f(x) = x^3 + 3x^2 + 5x + 2: f(x)=3x2+6x+5f'(x) = 3x^2 + 6x + 5. Completing the square: f(x)=3(x+1)2+2f'(x) = 3(x + 1)^2 + 2. Since this is always positive, the function always increases.

Technique: Use completing the square to prove a quadratic expression is always positive or negative

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