Knowunity AI

Open the App

Subjects

MathsMaths62 views·Updated May 23, 2026·18 pages

Mastering Integration: Higher Maths Guide

E
eva@eva_lbjt3

Integration is essentially the reverse of differentiation - it's like... Show more

1
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Basic Integration Rules

Integration reverses differentiation, so if you know how to differentiate, you're already halfway there! The fundamental rule is: ∫x^n dx = x^n+1n+1/n+1n+1 + C, where C is the constant of integration.

This constant appears because when we differentiate, any constant disappears - so integration must account for all possible constants. Think of it as covering all bases.

Let's see this in action: ∫x² dx becomes x³/3 + C. You can check this works by differentiating x³/3 back to x². For expressions with coefficients like ∫4x³ dx, you get 4x⁴/4 + C, which simplifies to x⁴ + C.

Quick Check: Always verify your integration by differentiating your answer - you should get back to the original expression!

2
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Working with Multiple Terms and Constants

When integrating expressions with multiple terms, integrate each part separately and add them together. For ∫2x2+4x2x² + 4x dx, you get 2x³/3 + 2x² + C.

Integrating constants requires a neat trick - remember that any number like 4 is actually 4x⁰. So ∫4 dx becomes 4x + C. This makes perfect sense when you think about it!

Expanding brackets before integration makes life much easier. For ∫x²x+3x+3 dx, expand to get ∫x3+3x2x³ + 3x² dx, then integrate to x⁴/4 + x³ + C.

The key is breaking down complex expressions into simpler parts that follow the basic rule. Once you've expanded or simplified, integration becomes straightforward.

3
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Fractional Powers

Fractional powers follow exactly the same integration rule as whole numbers. Remember that x^m/nm/n = ⁿ√xmx^m, but you'll usually work with the fractional form.

For ∫x^(1/3) dx, add 1 to get x^(4/3), then divide by the new power: x^(4/3) ÷ (4/3) = (3/4)x^(4/3) + C. The arithmetic with fractions needs care, but the method stays the same.

More complex expressions like ∫2x(2/3)+(1/4)x(1/2)2x^(2/3) + (1/4)x^(1/2) dx just require you to handle each term separately. Take your time with the fraction arithmetic - that's usually where mistakes creep in.

Top Tip: Converting between fractional and radical forms can help you visualise what you're working with, but stick to fractions for calculations!

4
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Preparing Expressions for Integration

Sometimes expressions aren't ready for integration straight away - you need to rewrite them using index rules first. This is especially important when dealing with denominators or square roots.

The key index rules are: x^a-a = 1/x^a, √xmx^m = x^m/2m/2, and the usual multiplication/division rules for powers. These let you convert awkward expressions into standard form.

For ∫1/x31/x³ dx, rewrite as ∫x^(-3) dx, then integrate to get x^(-2)/(-2) + C = -1/(2x²) + C. The negative power becomes positive in the denominator.

Getting comfortable with these conversions is crucial - they turn impossible-looking integrals into routine applications of the basic rule.

5
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Brackets and Quotients

Expanding brackets before integration saves you from headaches later. For ∫x²x+1x+1 dx, expand to ∫x3+x2x³ + x² dx, giving you x⁴/4 + x³/3 + C.

With expressions like ∫√xx+3x2x + 3x² dx, first rewrite √x as x^(1/2), then expand to get ∫x(3/2)+3x(5/2)x^(3/2) + 3x^(5/2) dx. Each term integrates separately using the standard rule.

Division by roots requires careful handling. For ∫2x25x2x² - 5x/√x dx, rewrite as ∫2x(3/2)5x(1/2)2x^(3/2) - 5x^(1/2) dx after converting √x to x^(1/2) and simplifying each fraction.

The pattern is always the same: convert to standard form, then integrate term by term. Don't rush the algebra - accurate preparation makes integration straightforward.

6
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

More Complex Expressions

When dealing with square roots in denominators, convert everything to fractional powers first. This transforms messy-looking expressions into manageable ones that follow the basic integration rule.

For ∫√xx+3x2x + 3x² dx, you get ∫x(3/2)+3x(5/2)x^(3/2) + 3x^(5/2) dx after expanding. This integrates to (2/5)x^(5/2) + (6/7)x^(7/2) + C - just watch your fraction arithmetic carefully.

Quotient expressions like ∫2x25x2x² - 5x/√x dx become much clearer when you separate the fraction: ∫2x^(3/2) dx - ∫5x^(1/2) dx. Each part integrates using the standard rule.

Success Strategy: Break complex expressions into simple pieces, convert to standard form, then integrate each piece separately!

7
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Definite Integrals

Definite integrals have upper and lower bounds, giving you a specific numerical answer rather than a general function. The notation ∫[from a to b] f(x) dx means you're finding the exact area or accumulated change.

The process involves finding the antiderivative F(x), then calculating F(b) - F(a). Notice there's no constant of integration needed - it cancels out when you subtract.

For ∫[from 1 to 2] x² dx, first find the antiderivative: x³/3. Then evaluate x3/3x³/3 from 1 to 2, giving you 8/3 - 1/3 = 7/3.

This technique gives you precise numerical results, which is incredibly useful for finding areas, distances, and other real-world quantities.

8
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Working with Definite Integrals

Complex definite integrals follow the same pattern: integrate first, then substitute the bounds. For ∫from2to3from -2 to 3 x2+x+1x² + x + 1 dx, you get x3/3+x2/2+xx³/3 + x²/2 + x evaluated from -2 to 3.

Substitute the upper bound: 27/3 + 9/2 + 3 = 9 + 4.5 + 3 = 16.5. Then subtract the lower bound result: (-8/3) + 4 - 2 = -8/3 + 2 = -2/3. So the final answer is 16.5 - (-2/3) = 16.5 + 2/3.

Integral equations can appear where you're given the definite integral's value and need to find an unknown bound. Set up the equation using the integration process, then solve algebraically.

The arithmetic can get messy, but the method stays consistent - integrate, substitute, subtract, and solve if needed.

9
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Solving Integral Equations

When you're given that a definite integral equals a specific value, you can find unknown limits by setting up an equation. For ∫[from a to 6] 2x+32x + 3 dx = 56, integrate first to get x2+3xx² + 3x.

Substitute the bounds: (36 + 18) - a2+3aa² + 3a = 56. This simplifies to 54 - a² - 3a = 56, which rearranges to a² + 3a + 2 = 0.

Factoring the quadratic gives you a+2a + 2a+1a + 1 = 0, so a = -2 or a = -1. Both solutions are mathematically valid, but check which makes sense in the original context.

Problem-Solving Tip: Always check your solutions by substituting back into the original integral equation!

These problems combine integration skills with algebraic manipulation, making them excellent test questions that show your complete understanding.

10
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

Applications - Finding Areas

Integration's most visual application is calculating areas under curves. The definite integral ∫[from a to b] f(x) dx gives you the exact area between the curve y = f(x), the x-axis, and the vertical lines x = a and x = b.

For the area enclosed by y = 4 - x² and the x-axis, first find where the curve meets the x-axis by solving 4 - x² = 0. This gives x = ±2, so you integrate from -2 to 2.

The area calculation becomes ∫from2to2from -2 to 2 4x24 - x² dx = 4xx3/34x - x³/3 from -2 to 2. Evaluating gives you (8 - 8/3) - (-8 + 8/3) = 16 - 16/3 = 32/3 square units.

This technique works for any continuous curve, making integration incredibly powerful for solving real problems involving areas, volumes, and accumulation.

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

MathsMaths62 views·Updated May 23, 2026·18 pages

Mastering Integration: Higher Maths Guide

E
eva@eva_lbjt3

Integration is essentially the reverse of differentiation - it's like solving a puzzle to find the original function. Once you master the basic rules and techniques, you'll be able to tackle everything from simple polynomials to complex expressions involving brackets... Show more

1
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Basic Integration Rules

Integration reverses differentiation, so if you know how to differentiate, you're already halfway there! The fundamental rule is: ∫x^n dx = x^n+1n+1/n+1n+1 + C, where C is the constant of integration.

This constant appears because when we differentiate, any constant disappears - so integration must account for all possible constants. Think of it as covering all bases.

Let's see this in action: ∫x² dx becomes x³/3 + C. You can check this works by differentiating x³/3 back to x². For expressions with coefficients like ∫4x³ dx, you get 4x⁴/4 + C, which simplifies to x⁴ + C.

Quick Check: Always verify your integration by differentiating your answer - you should get back to the original expression!

2
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Working with Multiple Terms and Constants

When integrating expressions with multiple terms, integrate each part separately and add them together. For ∫2x2+4x2x² + 4x dx, you get 2x³/3 + 2x² + C.

Integrating constants requires a neat trick - remember that any number like 4 is actually 4x⁰. So ∫4 dx becomes 4x + C. This makes perfect sense when you think about it!

Expanding brackets before integration makes life much easier. For ∫x²x+3x+3 dx, expand to get ∫x3+3x2x³ + 3x² dx, then integrate to x⁴/4 + x³ + C.

The key is breaking down complex expressions into simpler parts that follow the basic rule. Once you've expanded or simplified, integration becomes straightforward.

3
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Fractional Powers

Fractional powers follow exactly the same integration rule as whole numbers. Remember that x^m/nm/n = ⁿ√xmx^m, but you'll usually work with the fractional form.

For ∫x^(1/3) dx, add 1 to get x^(4/3), then divide by the new power: x^(4/3) ÷ (4/3) = (3/4)x^(4/3) + C. The arithmetic with fractions needs care, but the method stays the same.

More complex expressions like ∫2x(2/3)+(1/4)x(1/2)2x^(2/3) + (1/4)x^(1/2) dx just require you to handle each term separately. Take your time with the fraction arithmetic - that's usually where mistakes creep in.

Top Tip: Converting between fractional and radical forms can help you visualise what you're working with, but stick to fractions for calculations!

4
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Preparing Expressions for Integration

Sometimes expressions aren't ready for integration straight away - you need to rewrite them using index rules first. This is especially important when dealing with denominators or square roots.

The key index rules are: x^a-a = 1/x^a, √xmx^m = x^m/2m/2, and the usual multiplication/division rules for powers. These let you convert awkward expressions into standard form.

For ∫1/x31/x³ dx, rewrite as ∫x^(-3) dx, then integrate to get x^(-2)/(-2) + C = -1/(2x²) + C. The negative power becomes positive in the denominator.

Getting comfortable with these conversions is crucial - they turn impossible-looking integrals into routine applications of the basic rule.

5
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Brackets and Quotients

Expanding brackets before integration saves you from headaches later. For ∫x²x+1x+1 dx, expand to ∫x3+x2x³ + x² dx, giving you x⁴/4 + x³/3 + C.

With expressions like ∫√xx+3x2x + 3x² dx, first rewrite √x as x^(1/2), then expand to get ∫x(3/2)+3x(5/2)x^(3/2) + 3x^(5/2) dx. Each term integrates separately using the standard rule.

Division by roots requires careful handling. For ∫2x25x2x² - 5x/√x dx, rewrite as ∫2x(3/2)5x(1/2)2x^(3/2) - 5x^(1/2) dx after converting √x to x^(1/2) and simplifying each fraction.

The pattern is always the same: convert to standard form, then integrate term by term. Don't rush the algebra - accurate preparation makes integration straightforward.

6
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

More Complex Expressions

When dealing with square roots in denominators, convert everything to fractional powers first. This transforms messy-looking expressions into manageable ones that follow the basic integration rule.

For ∫√xx+3x2x + 3x² dx, you get ∫x(3/2)+3x(5/2)x^(3/2) + 3x^(5/2) dx after expanding. This integrates to (2/5)x^(5/2) + (6/7)x^(7/2) + C - just watch your fraction arithmetic carefully.

Quotient expressions like ∫2x25x2x² - 5x/√x dx become much clearer when you separate the fraction: ∫2x^(3/2) dx - ∫5x^(1/2) dx. Each part integrates using the standard rule.

Success Strategy: Break complex expressions into simple pieces, convert to standard form, then integrate each piece separately!

7
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Definite Integrals

Definite integrals have upper and lower bounds, giving you a specific numerical answer rather than a general function. The notation ∫[from a to b] f(x) dx means you're finding the exact area or accumulated change.

The process involves finding the antiderivative F(x), then calculating F(b) - F(a). Notice there's no constant of integration needed - it cancels out when you subtract.

For ∫[from 1 to 2] x² dx, first find the antiderivative: x³/3. Then evaluate x3/3x³/3 from 1 to 2, giving you 8/3 - 1/3 = 7/3.

This technique gives you precise numerical results, which is incredibly useful for finding areas, distances, and other real-world quantities.

8
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Working with Definite Integrals

Complex definite integrals follow the same pattern: integrate first, then substitute the bounds. For ∫from2to3from -2 to 3 x2+x+1x² + x + 1 dx, you get x3/3+x2/2+xx³/3 + x²/2 + x evaluated from -2 to 3.

Substitute the upper bound: 27/3 + 9/2 + 3 = 9 + 4.5 + 3 = 16.5. Then subtract the lower bound result: (-8/3) + 4 - 2 = -8/3 + 2 = -2/3. So the final answer is 16.5 - (-2/3) = 16.5 + 2/3.

Integral equations can appear where you're given the definite integral's value and need to find an unknown bound. Set up the equation using the integration process, then solve algebraically.

The arithmetic can get messy, but the method stays consistent - integrate, substitute, subtract, and solve if needed.

9
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Solving Integral Equations

When you're given that a definite integral equals a specific value, you can find unknown limits by setting up an equation. For ∫[from a to 6] 2x+32x + 3 dx = 56, integrate first to get x2+3xx² + 3x.

Substitute the bounds: (36 + 18) - a2+3aa² + 3a = 56. This simplifies to 54 - a² - 3a = 56, which rearranges to a² + 3a + 2 = 0.

Factoring the quadratic gives you a+2a + 2a+1a + 1 = 0, so a = -2 or a = -1. Both solutions are mathematically valid, but check which makes sense in the original context.

Problem-Solving Tip: Always check your solutions by substituting back into the original integral equation!

These problems combine integration skills with algebraic manipulation, making them excellent test questions that show your complete understanding.

10
of 10
# Ch12 - Integration (1)

if $y = f(x)$ then we can differentiate to get
$\frac{dy}{dx} = f'(x)$
to integrate is to reverse the process
in g

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

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

Applications - Finding Areas

Integration's most visual application is calculating areas under curves. The definite integral ∫[from a to b] f(x) dx gives you the exact area between the curve y = f(x), the x-axis, and the vertical lines x = a and x = b.

For the area enclosed by y = 4 - x² and the x-axis, first find where the curve meets the x-axis by solving 4 - x² = 0. This gives x = ±2, so you integrate from -2 to 2.

The area calculation becomes ∫from2to2from -2 to 2 4x24 - x² dx = 4xx3/34x - x³/3 from -2 to 2. Evaluating gives you (8 - 8/3) - (-8 + 8/3) = 16 - 16/3 = 32/3 square units.

This technique works for any continuous curve, making integration incredibly powerful for solving real problems involving areas, volumes, and accumulation.

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