Knowunity AI

Open the App

Subjects

MathsMaths339 views·Updated May 28, 2026·7 pages

Understanding Differentiation: A Simple Guide

I
Imogen Pearce@imogenpearce

Differentiation is your toolkit for finding gradients and understanding how... Show more

1
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

Differentiation Basics and First Principles

The power rule is your best friend: for y = ax^n, the derivative is dy/dx = nax^n1n-1. Simply multiply by the power, then reduce the power by one.

Differentiation from first principles uses the formula f'(x) = lim(h→0) f(x+h)f(x)f(x+h) - f(x)/h. This shows you what's actually happening when you find a gradient. For f(x) = 3x², you substitute into the formula, expand fx+hx+h, simplify by factoring out h, then let h approach zero.

The result? f'(x) = 6x, which matches what you'd get using the power rule. This method proves why the shortcuts work, though you'll mainly use it for exam questions asking you to "show from first principles."

Quick Check: Always verify your differentiation using the power rule - it's much faster than first principles!

2
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

Increasing and Decreasing Functions

Functions increase when their gradient is positive (f'(x) > 0) and decrease when it's negative (f'(x) < 0). To find these intervals, set f'(x) = 0 and solve for the boundary points.

For f(x) = x³ + 2x² - x + 2, you get f'(x) = 3x² + 2x - 1. Setting this equal to zero gives you x = 1/3 and x = -1. These are your critical points where the function changes behaviour.

Stationary points occur where f'(x) = 0 - these are your turning points and points of inflection. To determine their nature, use the second derivative test: f''(x) > 0 means minimum, f''(x) < 0 means maximum, and f''(x) = 0 suggests a point of inflection.

This method helps you sketch graphs and understand real-world problems like finding maximum profit or minimum cost.

3
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

Finding and Classifying Stationary Points

Let's work through f(x) = x²3x2203x² - 20, which expands to f(x) = 3x⁵ - 20x³. The first derivative gives f'(x) = 15x⁴ - 60x², and setting this to zero reveals stationary points at x = 0, x = 2, and x = -2.

The second derivative f''(x) = 60x³ - 120x helps classify each point. At x = 2, f''(2) = 240 > 0, making (2, -64) a minimum point. At x = -2, f''(-2) = -240 < 0, making (-2, 64) a maximum point.

When f''(0) = 0, you've got a stationary point that needs further investigation - it could be a point of inflection. You'd need to check the sign of f'(x) on either side of x = 0 to determine its exact nature.

Remember to always find the y-coordinates by substituting back into the original function, not the derivative!

Pro Tip: Draw a sign diagram for f'(x) to visualise where your function increases and decreases between stationary points.

4
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

Differentiating Trigonometric and Exponential Functions

Trigonometric differentiation follows clear patterns: d/dx(sin x) = cos x, and d/dx(cos x) = -sin x. When you have d/dx(sin Rx) = R cos Rx, the coefficient R comes to the front - don't forget it!

Exponential functions have their own rules: d/dx(eˣ) = eˣ (it differentiates to itself), while d/dx(aˣ) = aˣ ln a. For logarithms, d/dx(ln x) = 1/x is essential to remember.

For composite functions like e^3x-3x, use d/dxe(Rx)e^(Rx) = Re^(Rx). So e^3x-3x becomes -3e^3x-3x. Similarly, 3^x/2x/2 uses the rule d/dxa(Rx)a^(Rx) = R(ln a)a^(Rx).

When finding gradients at specific points, substitute your x-value into the derivative. These rules are fundamental for many A-level applications, from population growth to wave motion.

Memory Aid: "eˣ is special - it stays the same when differentiated!"

5
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

The Chain Rule for Composite Functions

The chain rule tackles composite functions using dy/dx = dy/dudy/du × du/dxdu/dx. Think of it as differentiating from the outside in, then multiplying by the derivative of the inside function.

For y = e^(7x²), set u = 7x² (inside function) and y = eᵘ (outside function). Then dy/du = eᵘ and du/dx = 14x, giving dy/dx = eᵘ × 14x = 14xe^(7x²).

The same principle works for any composite function. With y = 5^(x⁴), you'd get dy/dx = (ln 5) × 5^(x⁴) × 4x³. The coefficient 4x³ comes from differentiating the inside function x⁴.

Practice identifying the "inside" and "outside" functions first - this makes the chain rule much clearer and prevents common mistakes.

Key Strategy: Always ask "what's inside the brackets or exponent?" - that's your u!

6
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

The Quotient Rule for Fractions

The quotient rule handles fractions: if y = u/v, then dy/dx = v(du/dx)u(dv/dx)v(du/dx) - u(dv/dx)/v². Remember it as "bottom times top derivative minus top times bottom derivative, all over bottom squared."

For x2+1x² + 1/x3x - 3, set u = x² + 1 and v = x - 3. You get du/dx = 2x and dv/dx = 1, giving dy/dx = (x3)(2x)(x2+1)(1)(x-3)(2x) - (x²+1)(1)/x3x-3² = 2x26xx212x² - 6x - x² - 1/x3x-3².

The quotient rule works brilliantly with trigonometric functions too. For sin x/cos x, you end up with cos2x+sin2xcos²x + sin²x/cos²x = 1/cos²x, which is actually sec²x.

Sometimes you'll see mixed functions like cos(2x)/x2+2x+1x² + 2x + 1. Just identify your u and v functions, differentiate each separately, then apply the formula methodically.

Remember: The order matters in the quotient rule - it's "bottom × top' - top × bottom'" in the numerator!

7
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

Simplifying Complex Quotient Rule Results

After applying the quotient rule, you'll often get messy expressions that need factoring and simplifying. For the function cos(2x)/x2+2x+1x² + 2x + 1, notice that the denominator factors as x+1x + 1².

The derivative becomes (2sin2x)(x+1)22(cos2x)(x+1)(-2sin2x)(x+1)² - 2(cos2x)(x+1)/x+1x+1⁴. You can factor out x+1x+1 from the numerator: (x+1)[(2sin2x)(x+1)2cos2x](x+1)[(-2sin2x)(x+1) - 2cos2x]/x+1x+1⁴.

This simplifies to (2sin2x)(x+1)2cos2x(-2sin2x)(x+1) - 2cos2x/x+1x+1³. Always look for common factors between numerator and denominator - it makes your final answer much cleaner.

These simplification skills are crucial for further calculus work and will save you time in exams. The key is recognising patterns and factoring opportunities before the expression gets too unwieldy.

Top Tip: Factor denominators first when you spot perfect squares or simple expressions - it often makes the quotient rule cleaner!

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI Companion is a student-focused AI tool that offers more than just answers. Built on millions of Knowunity resources, it provides relevant information, personalised study plans, quizzes, and content directly in the chat, adapting to your individual learning journey.

Where can I download the Knowunity app?

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

Is Knowunity really free of charge?

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

Most popular content: Differentiation

3

Most popular content in Maths

9
MathsMaths

Comprehensive Maths Concepts

Explore essential mathematical concepts including powers, geometry, statistics, and probability. This resource features 65 pages of detailed explanations, diagrams, and examples to enhance your understanding of topics such as right triangles, volume calculations, and data representation. Ideal for students seeking to strengthen their numeracy skills and grasp complex mathematical principles.

1079,7556,318
MathsMaths

GCSE Maths (Higher) // Revision Guide

The only GCSE maths (higher) revision guide you need to get a grade 9! Contains every topic, each with all potential question types and their solutions.

102,33054
M
MathsMaths

Medium Level alerbra

Master challenging maths concepts with this medium level flashcard set designed for grade 7/8 students. Strengthen your problem-solving skills and boost your confidence in maths!

75533
MathsMaths

Comprehensive Maths Concepts

Explore essential mathematical concepts including polynomial theorems, logarithmic properties, trigonometric functions, and integration techniques. This resource covers everything from solving inequalities to understanding exponential functions, providing a solid foundation for A-level mathematics. Ideal for students aiming for top grades.

1221,9901,818
M
MathsMaths

Mastering Maths: Essential Concepts for Grade 10

Boost your math skills with this comprehensive flashcard set covering key concepts for grade 10. Perfect for exam preparation and building a strong foundation in mathematics.

104261
M
MathsMaths

Mastering Medium-Level Maths: Essential Flashcards for Grade 11 Students

Boost your Maths skills with this comprehensive set of flashcards designed specifically for Grade 11 students. Covering medium-level topics, these cards will help you ace your exams and build a solid foundation for advanced Maths.

118823
MathsMaths

Comprehensive Maths Concepts

Explore essential higher mathematics concepts including calculus, trigonometry, polynomials, and vector analysis. This summary covers key topics such as differentiation, integration, quadratic equations, and the properties of circles, providing a solid foundation for exam preparation. Ideal for students seeking a concise yet thorough review of advanced mathematical principles.

S51,93757
P
MathsMaths

Percentage,fractions and decimals

how well do you know percentages,fractions and decimals

72703
M
MathsMaths

maths SOHCAHTOA

Trigonometric ratios SOHCAHTOA for calculating angles and sides in right-angled triangles.

111740

Most popular content

9
SociologySociology

Sociology of Education Overview

Explore comprehensive A-Level Sociology notes on the education system, covering key theories, policies, and sociological perspectives. This resource includes insights on marketisation, gender roles, cultural deprivation, and educational inequalities, providing a thorough understanding of how education shapes social stratification and individual achievement. Ideal for exam preparation and in-depth study.

12102,3893,038
CriminologyCriminology

Criminology: Crime & Punishment Overview

Comprehensive mindmaps covering key concepts in the Crime and Punishment topic for WJEC Criminology Unit 4. This resource includes detailed insights into the Criminal Justice System, crime prevention strategies, sentencing models, and the roles of various agencies. Ideal for A-Level revision, ensuring you grasp essential theories and legislative processes to excel in your exams.

1254,8071,059
SociologySociology

Sociology of Families: Comprehensive Revision

Dive into an extensive overview of family dynamics, perspectives, and patterns in sociology. This resource covers key concepts such as family diversity, gender roles, marriage, and the impact of social policies on family structures. Perfect for A-Level Sociology students preparing for Paper 2.

1273,2392,304
English LiteratureEnglish Literature

An Inspector Calls: Character Insights

Explore in-depth analysis and key quotes for characters in J.B. Priestley's 'An Inspector Calls'. This resource covers Gerald Croft, Inspector Goole, Sheila Birling, Mrs. Birling, Eric Birling, and Eva Smith, focusing on themes of class, gender roles, and social responsibility. Ideal for students aiming for Grade 8 and above.

1025,231901
CriminologyCriminology

WJEC Unit 4 Criminology

Criminology unit 4 detailed revision note

127,120124
CriminologyCriminology

Criminology Theories Overview

Explore key criminology theories and their implications on crime and deviance. This comprehensive summary covers biological, psychological, and sociological perspectives, including labelling theory, right realism, and the impact of social campaigns on policy development. Ideal for A-Level criminology students seeking to understand the complexities of criminal behaviour and the factors influencing crime prevention strategies.

129,746211
English LiteratureEnglish Literature

Romeo and Juliet: Key themes

Key Romeo and Juliet themes and analysed quotes

106,619197
C
BiologyBiology

Cell Biology and Cell structure

cell structures

92,6560
English LiteratureEnglish Literature

Macbeth: Guilt and Ambition

Explore the complex themes of guilt and ambition in Shakespeare's 'Macbeth'. This analysis covers key characters, including Macbeth and Lady Macbeth, their moral dilemmas, and the tragic consequences of their ambition. Ideal for students studying character motivations, thematic elements, and the psychological impact of power. Includes insights on the natural order, manipulation, and the descent into madness.

918,818392

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user

MathsMaths339 views·Updated May 28, 2026·7 pages

Understanding Differentiation: A Simple Guide

I
Imogen Pearce@imogenpearce

Differentiation is your toolkit for finding gradients and understanding how functions behave - whether they're increasing, decreasing, or hitting turning points. You'll master everything from basic power rules to more complex techniques like the chain rule and quotient rule.

1
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

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

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

Differentiation Basics and First Principles

The power rule is your best friend: for y = ax^n, the derivative is dy/dx = nax^n1n-1. Simply multiply by the power, then reduce the power by one.

Differentiation from first principles uses the formula f'(x) = lim(h→0) f(x+h)f(x)f(x+h) - f(x)/h. This shows you what's actually happening when you find a gradient. For f(x) = 3x², you substitute into the formula, expand fx+hx+h, simplify by factoring out h, then let h approach zero.

The result? f'(x) = 6x, which matches what you'd get using the power rule. This method proves why the shortcuts work, though you'll mainly use it for exam questions asking you to "show from first principles."

Quick Check: Always verify your differentiation using the power rule - it's much faster than first principles!

2
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

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

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

Increasing and Decreasing Functions

Functions increase when their gradient is positive (f'(x) > 0) and decrease when it's negative (f'(x) < 0). To find these intervals, set f'(x) = 0 and solve for the boundary points.

For f(x) = x³ + 2x² - x + 2, you get f'(x) = 3x² + 2x - 1. Setting this equal to zero gives you x = 1/3 and x = -1. These are your critical points where the function changes behaviour.

Stationary points occur where f'(x) = 0 - these are your turning points and points of inflection. To determine their nature, use the second derivative test: f''(x) > 0 means minimum, f''(x) < 0 means maximum, and f''(x) = 0 suggests a point of inflection.

This method helps you sketch graphs and understand real-world problems like finding maximum profit or minimum cost.

3
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

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

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

Finding and Classifying Stationary Points

Let's work through f(x) = x²3x2203x² - 20, which expands to f(x) = 3x⁵ - 20x³. The first derivative gives f'(x) = 15x⁴ - 60x², and setting this to zero reveals stationary points at x = 0, x = 2, and x = -2.

The second derivative f''(x) = 60x³ - 120x helps classify each point. At x = 2, f''(2) = 240 > 0, making (2, -64) a minimum point. At x = -2, f''(-2) = -240 < 0, making (-2, 64) a maximum point.

When f''(0) = 0, you've got a stationary point that needs further investigation - it could be a point of inflection. You'd need to check the sign of f'(x) on either side of x = 0 to determine its exact nature.

Remember to always find the y-coordinates by substituting back into the original function, not the derivative!

Pro Tip: Draw a sign diagram for f'(x) to visualise where your function increases and decreases between stationary points.

4
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

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

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

Differentiating Trigonometric and Exponential Functions

Trigonometric differentiation follows clear patterns: d/dx(sin x) = cos x, and d/dx(cos x) = -sin x. When you have d/dx(sin Rx) = R cos Rx, the coefficient R comes to the front - don't forget it!

Exponential functions have their own rules: d/dx(eˣ) = eˣ (it differentiates to itself), while d/dx(aˣ) = aˣ ln a. For logarithms, d/dx(ln x) = 1/x is essential to remember.

For composite functions like e^3x-3x, use d/dxe(Rx)e^(Rx) = Re^(Rx). So e^3x-3x becomes -3e^3x-3x. Similarly, 3^x/2x/2 uses the rule d/dxa(Rx)a^(Rx) = R(ln a)a^(Rx).

When finding gradients at specific points, substitute your x-value into the derivative. These rules are fundamental for many A-level applications, from population growth to wave motion.

Memory Aid: "eˣ is special - it stays the same when differentiated!"

5
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

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

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

The Chain Rule for Composite Functions

The chain rule tackles composite functions using dy/dx = dy/dudy/du × du/dxdu/dx. Think of it as differentiating from the outside in, then multiplying by the derivative of the inside function.

For y = e^(7x²), set u = 7x² (inside function) and y = eᵘ (outside function). Then dy/du = eᵘ and du/dx = 14x, giving dy/dx = eᵘ × 14x = 14xe^(7x²).

The same principle works for any composite function. With y = 5^(x⁴), you'd get dy/dx = (ln 5) × 5^(x⁴) × 4x³. The coefficient 4x³ comes from differentiating the inside function x⁴.

Practice identifying the "inside" and "outside" functions first - this makes the chain rule much clearer and prevents common mistakes.

Key Strategy: Always ask "what's inside the brackets or exponent?" - that's your u!

6
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

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

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

The Quotient Rule for Fractions

The quotient rule handles fractions: if y = u/v, then dy/dx = v(du/dx)u(dv/dx)v(du/dx) - u(dv/dx)/v². Remember it as "bottom times top derivative minus top times bottom derivative, all over bottom squared."

For x2+1x² + 1/x3x - 3, set u = x² + 1 and v = x - 3. You get du/dx = 2x and dv/dx = 1, giving dy/dx = (x3)(2x)(x2+1)(1)(x-3)(2x) - (x²+1)(1)/x3x-3² = 2x26xx212x² - 6x - x² - 1/x3x-3².

The quotient rule works brilliantly with trigonometric functions too. For sin x/cos x, you end up with cos2x+sin2xcos²x + sin²x/cos²x = 1/cos²x, which is actually sec²x.

Sometimes you'll see mixed functions like cos(2x)/x2+2x+1x² + 2x + 1. Just identify your u and v functions, differentiate each separately, then apply the formula methodically.

Remember: The order matters in the quotient rule - it's "bottom × top' - top × bottom'" in the numerator!

7
of 7
DIFFERENTIATON: fincing the graciout of a
furetion

Basics:
$\frac{dy}{dx}$= $x a^{x-1}$  y = $a^x$ 'times by the paver 1
then bring it down

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

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

Simplifying Complex Quotient Rule Results

After applying the quotient rule, you'll often get messy expressions that need factoring and simplifying. For the function cos(2x)/x2+2x+1x² + 2x + 1, notice that the denominator factors as x+1x + 1².

The derivative becomes (2sin2x)(x+1)22(cos2x)(x+1)(-2sin2x)(x+1)² - 2(cos2x)(x+1)/x+1x+1⁴. You can factor out x+1x+1 from the numerator: (x+1)[(2sin2x)(x+1)2cos2x](x+1)[(-2sin2x)(x+1) - 2cos2x]/x+1x+1⁴.

This simplifies to (2sin2x)(x+1)2cos2x(-2sin2x)(x+1) - 2cos2x/x+1x+1³. Always look for common factors between numerator and denominator - it makes your final answer much cleaner.

These simplification skills are crucial for further calculus work and will save you time in exams. The key is recognising patterns and factoring opportunities before the expression gets too unwieldy.

Top Tip: Factor denominators first when you spot perfect squares or simple expressions - it often makes the quotient rule cleaner!

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI Companion is a student-focused AI tool that offers more than just answers. Built on millions of Knowunity resources, it provides relevant information, personalised study plans, quizzes, and content directly in the chat, adapting to your individual learning journey.

Where can I download the Knowunity app?

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

Is Knowunity really free of charge?

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

Most popular content: Differentiation

3

Most popular content in Maths

9
MathsMaths

Comprehensive Maths Concepts

Explore essential mathematical concepts including powers, geometry, statistics, and probability. This resource features 65 pages of detailed explanations, diagrams, and examples to enhance your understanding of topics such as right triangles, volume calculations, and data representation. Ideal for students seeking to strengthen their numeracy skills and grasp complex mathematical principles.

1079,7556,318
MathsMaths

GCSE Maths (Higher) // Revision Guide

The only GCSE maths (higher) revision guide you need to get a grade 9! Contains every topic, each with all potential question types and their solutions.

102,33054
M
MathsMaths

Medium Level alerbra

Master challenging maths concepts with this medium level flashcard set designed for grade 7/8 students. Strengthen your problem-solving skills and boost your confidence in maths!

75533
MathsMaths

Comprehensive Maths Concepts

Explore essential mathematical concepts including polynomial theorems, logarithmic properties, trigonometric functions, and integration techniques. This resource covers everything from solving inequalities to understanding exponential functions, providing a solid foundation for A-level mathematics. Ideal for students aiming for top grades.

1221,9901,818
M
MathsMaths

Mastering Maths: Essential Concepts for Grade 10

Boost your math skills with this comprehensive flashcard set covering key concepts for grade 10. Perfect for exam preparation and building a strong foundation in mathematics.

104261
M
MathsMaths

Mastering Medium-Level Maths: Essential Flashcards for Grade 11 Students

Boost your Maths skills with this comprehensive set of flashcards designed specifically for Grade 11 students. Covering medium-level topics, these cards will help you ace your exams and build a solid foundation for advanced Maths.

118823
MathsMaths

Comprehensive Maths Concepts

Explore essential higher mathematics concepts including calculus, trigonometry, polynomials, and vector analysis. This summary covers key topics such as differentiation, integration, quadratic equations, and the properties of circles, providing a solid foundation for exam preparation. Ideal for students seeking a concise yet thorough review of advanced mathematical principles.

S51,93757
P
MathsMaths

Percentage,fractions and decimals

how well do you know percentages,fractions and decimals

72703
M
MathsMaths

maths SOHCAHTOA

Trigonometric ratios SOHCAHTOA for calculating angles and sides in right-angled triangles.

111740

Most popular content

9
SociologySociology

Sociology of Education Overview

Explore comprehensive A-Level Sociology notes on the education system, covering key theories, policies, and sociological perspectives. This resource includes insights on marketisation, gender roles, cultural deprivation, and educational inequalities, providing a thorough understanding of how education shapes social stratification and individual achievement. Ideal for exam preparation and in-depth study.

12102,3893,038
CriminologyCriminology

Criminology: Crime & Punishment Overview

Comprehensive mindmaps covering key concepts in the Crime and Punishment topic for WJEC Criminology Unit 4. This resource includes detailed insights into the Criminal Justice System, crime prevention strategies, sentencing models, and the roles of various agencies. Ideal for A-Level revision, ensuring you grasp essential theories and legislative processes to excel in your exams.

1254,8071,059
SociologySociology

Sociology of Families: Comprehensive Revision

Dive into an extensive overview of family dynamics, perspectives, and patterns in sociology. This resource covers key concepts such as family diversity, gender roles, marriage, and the impact of social policies on family structures. Perfect for A-Level Sociology students preparing for Paper 2.

1273,2392,304
English LiteratureEnglish Literature

An Inspector Calls: Character Insights

Explore in-depth analysis and key quotes for characters in J.B. Priestley's 'An Inspector Calls'. This resource covers Gerald Croft, Inspector Goole, Sheila Birling, Mrs. Birling, Eric Birling, and Eva Smith, focusing on themes of class, gender roles, and social responsibility. Ideal for students aiming for Grade 8 and above.

1025,231901
CriminologyCriminology

WJEC Unit 4 Criminology

Criminology unit 4 detailed revision note

127,120124
CriminologyCriminology

Criminology Theories Overview

Explore key criminology theories and their implications on crime and deviance. This comprehensive summary covers biological, psychological, and sociological perspectives, including labelling theory, right realism, and the impact of social campaigns on policy development. Ideal for A-Level criminology students seeking to understand the complexities of criminal behaviour and the factors influencing crime prevention strategies.

129,746211
English LiteratureEnglish Literature

Romeo and Juliet: Key themes

Key Romeo and Juliet themes and analysed quotes

106,619197
C
BiologyBiology

Cell Biology and Cell structure

cell structures

92,6560
English LiteratureEnglish Literature

Macbeth: Guilt and Ambition

Explore the complex themes of guilt and ambition in Shakespeare's 'Macbeth'. This analysis covers key characters, including Macbeth and Lady Macbeth, their moral dilemmas, and the tragic consequences of their ambition. Ideal for students studying character motivations, thematic elements, and the psychological impact of power. Includes insights on the natural order, manipulation, and the descent into madness.

918,818392

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user