Open the App

Subjects

MathsMaths153 views·Updated 21 Aug 2026·8 pages

Edexcel A Level Maths: Key Chapters Overview

A
Aj@zhushka_k

Algebra is the language of mathematics that helps us solve...

1
of 8
A level maths Edexcel – page 1

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^m+nm+n
  • When dividing, subtract the indices: a^m ÷ a^n = a^mnm-n
  • For powers of powers, multiply the indices: ama^m^n = a^(mn)
  • For products raised to a power: (ab)^n = a^n b^n
  • For negative indices: a^m-m = 1/a^m
  • Any number to power zero equals 1: a^0 = 1

When expanding expressions with brackets, distribute each term. For example: -3x7x47x - 4 = -21x^2 - 12x-12x = -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 3x+3x + 3.

For the difference of two squares, remember this pattern: a^2 - b^2 = a+b$$a-b. This transforms expressions like 4x^2 - 9y^2 into 2x+3y$$2x-3y.

2
of 8
A level maths Edexcel – page 2

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^(m/n) means "the nth root of a^m". For example, x^1/21/2 means √x and x^1/31/3 means ∛x. When you see x^3-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 = √(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, √2535-√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√5+√2, multiply by 52√5-√2/52√5-√2 to eliminate the surd in the denominator.

3
of 8
A level maths Edexcel – page 3

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:

  1. Factorising: For equations like x² - 2x - 15 = 0, find factors of -15 that add up to -2 (which are -5 and 3). This gives us x-5$$x+3 = 0, so x = 5 or x = -3.

  2. Using the quadratic formula: For ax² + bx + c = 0, the solution is: x = b±(b24ac)-b ± √(b² - 4ac)/2a This works for any quadratic, even those that don't factorise nicely.

  3. Completing the square: Rewrite the quadratic in the form x+px+p² + q. For example, x² + 8x can be rewritten as x+4x+4² - 16.

Exam tip: When the question asks for the "roots of the function," it means to find the values of x where fxx = 0.

Functions are mathematical relationships that map inputs to outputs. For a function fxx, the notation f(5) means "the value of the function when x = 5". When you see fxx = gxx, you're looking for values where two different functions have the same output.

4
of 8
A level maths Edexcel – page 4

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 fxx = 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 (where the graph crosses the y-axis): (0, c)
  • The x-intercepts (where the graph crosses the x-axis): 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 = x5/2x - 5/2² - 9/4, so the turning point is at 5/2,9/45/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 = -2x1x - 1² - 1, so the maximum point is at 1,11, -1.

5
of 8
A level maths Edexcel – page 5

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 (the parabola crosses the x-axis twice)
  • If b² - 4ac = 0: One repeated root (the parabola touches the x-axis at exactly one point)
  • If b² - 4ac < 0: No real roots (the parabola doesn't cross the x-axis at all)

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 htt = 12.25 + 14.7t - 4.9t², rewrite it as htt = 23.275 - 4.9t1.5t - 1.5², 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 htt = 0 using the quadratic formula.

6
of 8
A level maths Edexcel – page 6

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: 32y3 - 2y² + 3y32y3 - 2y = 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 2y + 1$$y + 1 = 0, giving y = -1/2 or y = -1, and corresponding x-values of 4 and 5.

7
of 8
A level maths Edexcel – page 7

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 + k2k-2 = 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).

8
of 8
A level maths Edexcel – page 8

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:

  1. Rearrange to get all terms with x on one side: 4x > 11
  2. Divide both sides by the coefficient of x (being careful about the direction of the inequality if dividing by a negative): x > 2.75
  3. 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:

  1. Rearrange to standard form: 2x² + 5x - 3 > 0
  2. Find the roots of the corresponding equation: 2x - 1$$x + 3 = 0 gives x = 1/2 and x = -3
  3. Test regions between and outside these values to determine where the inequality is satisfied
  4. 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...

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: Quadratic Systems

1

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

MathsMaths153 views·Updated 21 Aug 2026·8 pages

Edexcel A Level Maths: Key Chapters Overview

A
Aj@zhushka_k

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

1
of 8
A level maths Edexcel – 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

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^m+nm+n
  • When dividing, subtract the indices: a^m ÷ a^n = a^mnm-n
  • For powers of powers, multiply the indices: ama^m^n = a^(mn)
  • For products raised to a power: (ab)^n = a^n b^n
  • For negative indices: a^m-m = 1/a^m
  • Any number to power zero equals 1: a^0 = 1

When expanding expressions with brackets, distribute each term. For example: -3x7x47x - 4 = -21x^2 - 12x-12x = -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 3x+3x + 3.

For the difference of two squares, remember this pattern: a^2 - b^2 = a+b$$a-b. This transforms expressions like 4x^2 - 9y^2 into 2x+3y$$2x-3y.

2
of 8
A level maths Edexcel – 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

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^(m/n) means "the nth root of a^m". For example, x^1/21/2 means √x and x^1/31/3 means ∛x. When you see x^3-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 = √(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, √2535-√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√5+√2, multiply by 52√5-√2/52√5-√2 to eliminate the surd in the denominator.

3
of 8
A level maths Edexcel – 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

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:

  1. Factorising: For equations like x² - 2x - 15 = 0, find factors of -15 that add up to -2 (which are -5 and 3). This gives us x-5$$x+3 = 0, so x = 5 or x = -3.

  2. Using the quadratic formula: For ax² + bx + c = 0, the solution is: x = b±(b24ac)-b ± √(b² - 4ac)/2a This works for any quadratic, even those that don't factorise nicely.

  3. Completing the square: Rewrite the quadratic in the form x+px+p² + q. For example, x² + 8x can be rewritten as x+4x+4² - 16.

Exam tip: When the question asks for the "roots of the function," it means to find the values of x where fxx = 0.

Functions are mathematical relationships that map inputs to outputs. For a function fxx, the notation f(5) means "the value of the function when x = 5". When you see fxx = gxx, you're looking for values where two different functions have the same output.

4
of 8
A level maths Edexcel – 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

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 fxx = 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 (where the graph crosses the y-axis): (0, c)
  • The x-intercepts (where the graph crosses the x-axis): 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 = x5/2x - 5/2² - 9/4, so the turning point is at 5/2,9/45/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 = -2x1x - 1² - 1, so the maximum point is at 1,11, -1.

5
of 8
A level maths Edexcel – 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

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 (the parabola crosses the x-axis twice)
  • If b² - 4ac = 0: One repeated root (the parabola touches the x-axis at exactly one point)
  • If b² - 4ac < 0: No real roots (the parabola doesn't cross the x-axis at all)

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 htt = 12.25 + 14.7t - 4.9t², rewrite it as htt = 23.275 - 4.9t1.5t - 1.5², 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 htt = 0 using the quadratic formula.

6
of 8
A level maths Edexcel – 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

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: 32y3 - 2y² + 3y32y3 - 2y = 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 2y + 1$$y + 1 = 0, giving y = -1/2 or y = -1, and corresponding x-values of 4 and 5.

7
of 8
A level maths Edexcel – 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

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 + k2k-2 = 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).

8
of 8
A level maths Edexcel – 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

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:

  1. Rearrange to get all terms with x on one side: 4x > 11
  2. Divide both sides by the coefficient of x (being careful about the direction of the inequality if dividing by a negative): x > 2.75
  3. 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:

  1. Rearrange to standard form: 2x² + 5x - 3 > 0
  2. Find the roots of the corresponding equation: 2x - 1$$x + 3 = 0 gives x = 1/2 and x = -3
  3. Test regions between and outside these values to determine where the inequality is satisfied
  4. 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...

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: Quadratic Systems

1

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