Algebra is the language of mathematics that helps us solve... Show more
Edexcel A Level Maths: Key Chapters Overview









Algebraic Expressions and Index Laws
Ever wondered how mathematicians simplify complex expressions? It all starts with understanding index laws. These powerful rules help you manipulate expressions containing powers.
The key index laws you need to remember are:
- When multiplying powers with the same base, add the indices: a^m × a^n = a^
- When dividing, subtract the indices: a^m ÷ a^n = a^
- For powers of powers, multiply the indices: ^n = a^(mn)
- For products raised to a power: (ab)^n = a^n b^n
- For negative indices: a^ = 1/a^m
- Any number to power zero equals 1: a^0 = 1
When expanding expressions with brackets, distribute each term. For example: -3x = -21x^2 - = -21x^2 + 12x
Pro Tip: When factorising, look for the highest common factor (HCF) first. For expressions like 3x + 9, pull out the common factor 3 to get 3.
For the difference of two squares, remember this pattern: a^2 - b^2 = . This transforms expressions like 4x^2 - 9y^2 into .

Working with Indices and Surds
Negative and fractional indices might look scary, but they follow simple rules that you can master. These skills are essential for handling complex algebraic problems.
With fractional indices, remember that a^ means "the nth root of a^m". For example, x^(1/2) means √x and x^(1/3) means ∛x. When you see x^(-3), this equals 1/x^3, following our negative index rule.
Surds are irrational numbers expressed using root symbols. Key rules include:
- √(ab) = √a × √b
- √a/√b = √
When simplifying surds, look for perfect square factors. For example, √12 = √(4 × 3) = √4 × √3 = 2√3.
Remember: When multiplying expressions with surds, treat them like algebraic terms. For instance, √2(5-√3) = 5√2 - √6.
Rationalising denominators is a technique to remove surds from the denominator of a fraction. For √3 in the denominator, multiply both numerator and denominator by √3 to get (√3)/3. For expressions like 1/(√5+√2), multiply by (√5-√2)/(√5-√2) to eliminate the surd in the denominator.

Solving Quadratic Equations
Quadratic equations appear everywhere in maths and science. Being able to solve them quickly gives you a major advantage on exams.
The three main methods for solving quadratic equations are:
-
Factorising: For equations like x² - 2x - 15 = 0, find factors of -15 that add up to -2 . This gives us = 0, so x = 5 or x = -3.
-
Using the quadratic formula: For ax² + bx + c = 0, the solution is: x = /2a This works for any quadratic, even those that don't factorise nicely.
-
Completing the square: Rewrite the quadratic in the form ² + q. For example, x² + 8x can be rewritten as ² - 16.
Exam tip: When the question asks for the "roots of the function," it means to find the values of x where f(x) = 0.
Functions are mathematical relationships that map inputs to outputs. For a function f(x), the notation f(5) means "the value of the function when x = 5". When you see f(x) = g(x), you're looking for values where two different functions have the same output.

Understanding Quadratic Graphs
Quadratic graphs are parabolas that help us visualise solutions to quadratic equations. They're absolutely essential for understanding function behaviour.
The standard form of a quadratic function is f(x) = ax² + bx + c. The shape of the graph depends on a:
- If a > 0, the parabola opens upward (∪)
- If a < 0, the parabola opens downward (∩)
Key points on a quadratic graph include:
- The y-intercept : (0, c)
- The x-intercepts : solutions to ax² + bx + c = 0
- The turning point (minimum or maximum point of the graph)
Quick trick: Complete the square to find the turning point easily! For y = x² - 5x + 4, rewrite as y = ² - 9/4, so the turning point is at (5/2, -9/4).
When analysing a quadratic graph, identify whether it has a minimum or maximum value. For y = 4x - 2x² - 3, the coefficient of x² is negative, so it's a downward-facing parabola with a maximum point. Completing the square gives y = -2² - 1, so the maximum point is at (1, -1).

The Discriminant and Quadratic Modelling
The discriminant is a powerful tool that quickly tells you the nature of a quadratic equation's solutions without having to solve it completely.
For a quadratic equation ax² + bx + c = 0, the discriminant is b² - 4ac:
- If b² - 4ac > 0: Two distinct real roots
- If b² - 4ac = 0: One repeated root
- If b² - 4ac < 0: No real roots
For example, to find values of k where x² + kx + 9 = 0 has exactly one solution, we set the discriminant equal to zero: k² - 36 = 0, giving k = ±6.
Application alert: Quadratics are brilliant for modelling real-world situations like projectile motion!
In modelling problems, completing the square helps identify maximum height and flight time. For a function like h(t) = 12.25 + 14.7t - 4.9t², rewrite it as h(t) = 23.275 - 4.9², which tells us the maximum height is 23.275 units, occurring at t = 1.5 seconds. To find when the object hits the ground, solve h(t) = 0 using the quadratic formula.

Linear and Quadratic Simultaneous Equations
Simultaneous equations help us find values that satisfy multiple conditions at once. They're incredibly useful in everything from physics to economics.
For linear simultaneous equations like: 2x + 3y = 8 3x - y = 23
The elimination method works brilliantly. Multiply the second equation by 3 to get 9x - 3y = 69, then add this to the first equation to eliminate y: 2x + 3y = 8 9x - 3y = 69 11x = 77 → x = 7
Substitute back to find y = -2.
Quadratic simultaneous equations involve at least one quadratic equation. The key strategy is to substitute from the linear equation into the quadratic one.
For example, with: x + 2y = 3 x² + 3xy = 10
Rearrange the first equation to get x = 3 - 2y, then substitute this into the second: ² + 3y = 10
Problem-solving tip: Always check your solutions by substituting back into both original equations to verify they work!
Expanding and simplifying gives 2y² + 3y + 1 = 0, which factorises to = 0, giving y = -1/2 or y = -1, and corresponding x-values of 4 and 5.

Graphical Solutions to Simultaneous Equations
Graphs give us visual insights into solutions that algebraic methods sometimes hide. They're especially valuable for understanding the relationship between equations.
When solving simultaneous equations graphically:
- The solution points are where the graphs intersect
- Linear and quadratic equation pairs can have 0, 1, or 2 intersection points
- The number of solutions relates directly to the discriminant of the resulting quadratic
For example, when a line y = 2x + 1 intersects with a quadratic curve kx² + 2y + = 0, we can determine the number of solutions by analysing the discriminant of the resulting equation kx² + 4x + k = 0.
Visual insight: The discriminant b² - 4ac determines not just the number of solutions algebraically, but also how the graphs intersect visually!
For this particular example, setting 16 - 4k² = 0 gives k = ±2. When k = 2, the line is tangent to the quadratic curve, giving exactly one solution. For other values of k, there will be either two solutions (the line cuts the curve twice) or no solutions (the line doesn't intersect the curve).

Inequalities - Linear and Quadratic
Inequalities describe ranges of values rather than exact solutions. They're crucial for understanding boundaries and constraints in real-world problems.
For linear inequalities like 5x + 9 > x + 20:
- Rearrange to get all terms with x on one side: 4x > 11
- Divide both sides by the coefficient of x (being careful about the direction of the inequality if dividing by a negative): x > 2.75
- Represent the solution on a number line using open or closed circles (○ for < or >, ● for ≤ or ≥)
When working with multiple inequalities, find the intersection or union of the individual solution sets.
Direction matters: When multiplying or dividing by a negative number, the inequality sign flips direction (> becomes < and vice versa)!
Quadratic inequalities like 3 - 5x - 2x² < 0 require a slightly different approach:
- Rearrange to standard form: 2x² + 5x - 3 > 0
- Find the roots of the corresponding equation: = 0 gives x = 1/2 and x = -3
- Test regions between and outside these values to determine where the inequality is satisfied
- In this case, the solution is x < -3 or x > 1/2
The sign of the coefficient of x² determines whether the parabola opens upward or downward, which affects the solution regions.
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: Quadratic Systems
1Most 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.
Edexcel A Level Maths: Key Chapters Overview
Algebra is the language of mathematics that helps us solve complex problems by manipulating symbols and numbers. This summary covers essential algebraic concepts from expressions and indices to quadratics and inequalities, giving you the tools to tackle algebraic problems with... Show more

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Algebraic Expressions and Index Laws
Ever wondered how mathematicians simplify complex expressions? It all starts with understanding index laws. These powerful rules help you manipulate expressions containing powers.
The key index laws you need to remember are:
- When multiplying powers with the same base, add the indices: a^m × a^n = a^
- When dividing, subtract the indices: a^m ÷ a^n = a^
- For powers of powers, multiply the indices: ^n = a^(mn)
- For products raised to a power: (ab)^n = a^n b^n
- For negative indices: a^ = 1/a^m
- Any number to power zero equals 1: a^0 = 1
When expanding expressions with brackets, distribute each term. For example: -3x = -21x^2 - = -21x^2 + 12x
Pro Tip: When factorising, look for the highest common factor (HCF) first. For expressions like 3x + 9, pull out the common factor 3 to get 3.
For the difference of two squares, remember this pattern: a^2 - b^2 = . This transforms expressions like 4x^2 - 9y^2 into .

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Working with Indices and Surds
Negative and fractional indices might look scary, but they follow simple rules that you can master. These skills are essential for handling complex algebraic problems.
With fractional indices, remember that a^ means "the nth root of a^m". For example, x^(1/2) means √x and x^(1/3) means ∛x. When you see x^(-3), this equals 1/x^3, following our negative index rule.
Surds are irrational numbers expressed using root symbols. Key rules include:
- √(ab) = √a × √b
- √a/√b = √
When simplifying surds, look for perfect square factors. For example, √12 = √(4 × 3) = √4 × √3 = 2√3.
Remember: When multiplying expressions with surds, treat them like algebraic terms. For instance, √2(5-√3) = 5√2 - √6.
Rationalising denominators is a technique to remove surds from the denominator of a fraction. For √3 in the denominator, multiply both numerator and denominator by √3 to get (√3)/3. For expressions like 1/(√5+√2), multiply by (√5-√2)/(√5-√2) to eliminate the surd in the denominator.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Solving Quadratic Equations
Quadratic equations appear everywhere in maths and science. Being able to solve them quickly gives you a major advantage on exams.
The three main methods for solving quadratic equations are:
-
Factorising: For equations like x² - 2x - 15 = 0, find factors of -15 that add up to -2 . This gives us = 0, so x = 5 or x = -3.
-
Using the quadratic formula: For ax² + bx + c = 0, the solution is: x = /2a This works for any quadratic, even those that don't factorise nicely.
-
Completing the square: Rewrite the quadratic in the form ² + q. For example, x² + 8x can be rewritten as ² - 16.
Exam tip: When the question asks for the "roots of the function," it means to find the values of x where f(x) = 0.
Functions are mathematical relationships that map inputs to outputs. For a function f(x), the notation f(5) means "the value of the function when x = 5". When you see f(x) = g(x), you're looking for values where two different functions have the same output.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Understanding Quadratic Graphs
Quadratic graphs are parabolas that help us visualise solutions to quadratic equations. They're absolutely essential for understanding function behaviour.
The standard form of a quadratic function is f(x) = ax² + bx + c. The shape of the graph depends on a:
- If a > 0, the parabola opens upward (∪)
- If a < 0, the parabola opens downward (∩)
Key points on a quadratic graph include:
- The y-intercept : (0, c)
- The x-intercepts : solutions to ax² + bx + c = 0
- The turning point (minimum or maximum point of the graph)
Quick trick: Complete the square to find the turning point easily! For y = x² - 5x + 4, rewrite as y = ² - 9/4, so the turning point is at (5/2, -9/4).
When analysing a quadratic graph, identify whether it has a minimum or maximum value. For y = 4x - 2x² - 3, the coefficient of x² is negative, so it's a downward-facing parabola with a maximum point. Completing the square gives y = -2² - 1, so the maximum point is at (1, -1).

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
The Discriminant and Quadratic Modelling
The discriminant is a powerful tool that quickly tells you the nature of a quadratic equation's solutions without having to solve it completely.
For a quadratic equation ax² + bx + c = 0, the discriminant is b² - 4ac:
- If b² - 4ac > 0: Two distinct real roots
- If b² - 4ac = 0: One repeated root
- If b² - 4ac < 0: No real roots
For example, to find values of k where x² + kx + 9 = 0 has exactly one solution, we set the discriminant equal to zero: k² - 36 = 0, giving k = ±6.
Application alert: Quadratics are brilliant for modelling real-world situations like projectile motion!
In modelling problems, completing the square helps identify maximum height and flight time. For a function like h(t) = 12.25 + 14.7t - 4.9t², rewrite it as h(t) = 23.275 - 4.9², which tells us the maximum height is 23.275 units, occurring at t = 1.5 seconds. To find when the object hits the ground, solve h(t) = 0 using the quadratic formula.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Linear and Quadratic Simultaneous Equations
Simultaneous equations help us find values that satisfy multiple conditions at once. They're incredibly useful in everything from physics to economics.
For linear simultaneous equations like: 2x + 3y = 8 3x - y = 23
The elimination method works brilliantly. Multiply the second equation by 3 to get 9x - 3y = 69, then add this to the first equation to eliminate y: 2x + 3y = 8 9x - 3y = 69 11x = 77 → x = 7
Substitute back to find y = -2.
Quadratic simultaneous equations involve at least one quadratic equation. The key strategy is to substitute from the linear equation into the quadratic one.
For example, with: x + 2y = 3 x² + 3xy = 10
Rearrange the first equation to get x = 3 - 2y, then substitute this into the second: ² + 3y = 10
Problem-solving tip: Always check your solutions by substituting back into both original equations to verify they work!
Expanding and simplifying gives 2y² + 3y + 1 = 0, which factorises to = 0, giving y = -1/2 or y = -1, and corresponding x-values of 4 and 5.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Graphical Solutions to Simultaneous Equations
Graphs give us visual insights into solutions that algebraic methods sometimes hide. They're especially valuable for understanding the relationship between equations.
When solving simultaneous equations graphically:
- The solution points are where the graphs intersect
- Linear and quadratic equation pairs can have 0, 1, or 2 intersection points
- The number of solutions relates directly to the discriminant of the resulting quadratic
For example, when a line y = 2x + 1 intersects with a quadratic curve kx² + 2y + = 0, we can determine the number of solutions by analysing the discriminant of the resulting equation kx² + 4x + k = 0.
Visual insight: The discriminant b² - 4ac determines not just the number of solutions algebraically, but also how the graphs intersect visually!
For this particular example, setting 16 - 4k² = 0 gives k = ±2. When k = 2, the line is tangent to the quadratic curve, giving exactly one solution. For other values of k, there will be either two solutions (the line cuts the curve twice) or no solutions (the line doesn't intersect the curve).

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Inequalities - Linear and Quadratic
Inequalities describe ranges of values rather than exact solutions. They're crucial for understanding boundaries and constraints in real-world problems.
For linear inequalities like 5x + 9 > x + 20:
- Rearrange to get all terms with x on one side: 4x > 11
- Divide both sides by the coefficient of x (being careful about the direction of the inequality if dividing by a negative): x > 2.75
- Represent the solution on a number line using open or closed circles (○ for < or >, ● for ≤ or ≥)
When working with multiple inequalities, find the intersection or union of the individual solution sets.
Direction matters: When multiplying or dividing by a negative number, the inequality sign flips direction (> becomes < and vice versa)!
Quadratic inequalities like 3 - 5x - 2x² < 0 require a slightly different approach:
- Rearrange to standard form: 2x² + 5x - 3 > 0
- Find the roots of the corresponding equation: = 0 gives x = 1/2 and x = -3
- Test regions between and outside these values to determine where the inequality is satisfied
- In this case, the solution is x < -3 or x > 1/2
The sign of the coefficient of x² determines whether the parabola opens upward or downward, which affects the solution regions.
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: Quadratic Systems
1Most 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.