Photo AI

Last Updated Sep 27, 2025

Area Under a Curve Simplified Revision Notes

Revision notes with simplified explanations to understand Area Under a Curve quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

455+ students studying

8.1.4 Area Under a Curve

The area under a curve is a fundamental concept in calculus, often used to calculate the total accumulation of a quantity, such as distance travelled over time or the total revenue generated by sales over a period. The area under the curve y=f(x)y = f(x) from x=a x = a to x=bx = b can be found using definite integration.

1. Understanding the Area Under a Curve:

infoNote

The area under a curve y=f(x)y = f(x) between x=ax = a and x=bx = b is represented by the definite integral:

Area=abf(x)dx\text{Area} = \int_a^b f(x) \, dx

This integral computes the net area between the curve and the xx-axis over the interval [a,b][a, b].

2. Significance of the Area Under a Curve:

  • Positive Area: If f(x)0f(x) \geq 0 for all xx in [a,b][a, b], the integral gives the total area under the curve above the xx-axis.
  • Negative Area: If f(x)0 f(x) \leq 0 for all xx in [a,b][a, b], the integral gives the negative of the area above the xx-axis but below the curve.
  • Net Area: If f(x)f(x) changes sign (i.e., the curve crosses the xx-axis), the integral computes the net area, which is the positive area minus the negative area.

3. Steps to Calculate the Area Under a Curve:

infoNote
  1. Set Up the Integral: Identify the function f(x)f(x) and the interval [a,b][a, b] over which you want to calculate the area.
  2. Integrate: Find the antiderivative F(x)F(x) of f(x)f(x) .
  3. Evaluate the Definite Integral: Use the Fundamental Theorem of Calculus to evaluate the integral:

Area=abf(x)dx=F(b)F(a)\text{Area} = \int_a^b f(x) \, dx = F(b) - F(a)


4. Examples of Calculating Area Under a Curve:

infoNote

Example 1: Area Under y=x2y = x^2 from x=0x = 0 to x=2x = 2


  • Step 1: Set up the integral:

Area=02x2dx\text{Area} = \int_0^2 x^2 \, dx


  • Step 2: Find the antiderivative:

x2dx=x33+C\int x^2 \, dx = \frac{x^3}{3} + C So, F(x)=x33.F(x) = \frac{x^3}{3} .


  • Step 3: Evaluate the integral from 00 to 22:

Area=[x33]02=233033=830=83 square units\text{Area} = \left[\frac{x^3}{3}\right]_0^2 = \frac{2^3}{3} - \frac{0^3}{3} = \frac{8}{3} - 0 = \frac{8}{3} \text{ square units}

infoNote

Example 2: Area Under y=sin(x) from x=0 to x=πy = \sin(x)\ from\ x = 0\ to\ x = \pi


  • Step 1: Set up the integral:

Area=0πsin(x)dx\text{Area} = \int_0^\pi \sin(x) \, dx

  • Step 2: Find the antiderivative:

sin(x)dx=cos(x)+C\int \sin(x) \, dx = -\cos(x) + C

So, F(x)=cos(x). F(x) = -\cos(x) .

  • Step 3: Evaluate the integral from 00 to π: \pi:

Area=[cos(x)]0π=cos(π)(cos(0))=(1)(1)=1+1=2 square units\text{Area} = \left[-\cos(x)\right]_0^\pi = -\cos(\pi) - (-\cos(0)) = -(-1) - (-1) = 1 + 1 = 2 \text{ square units}

5. Special Cases:

infoNote
  • Area Between the Curve and the x-Axis: If the curve lies below the x-axis (i.e., f(x)0f(x) \leq 0 over the interval), the definite integral gives a negative value. To find the actual area, take the absolute value of the integral:

Area=abf(x)dx\text{Area} = \left|\int_a^b f(x) \, dx\right|

infoNote
  • Area Between Two Curves: To find the area between two curves y=f(x)y = f(x) and y=g(x)y = g(x) over [a, b], where f(x)g(x)f(x) \geq g(x) for all xx in [a,b][a, b], subtract the integral of the lower curve from the integral of the upper curve:

Area=ab[f(x)g(x)]dx\text{Area} = \int_a^b \left[f(x) - g(x)\right] \, dx

infoNote

Example: Area Between y=y = x2x^2 and y=x+2y = x + 2 from x=0x = 0 to x=1x = 1


  • Step 1: Set up the integral:

Area=01[(x+2)x2]dx=01(x+2x2)dx\text{Area} = \int_0^1 \left[(x + 2) - x^2\right] \, dx = \int_0^1 \left(x + 2 - x^2\right) \, dx

  • Step 2: Integrate:

(x+2x2)dx=x22+2xx33+C\int \left(x + 2 - x^2\right) \, dx = \frac{x^2}{2} + 2x - \frac{x^3}{3} + C


  • Step 3: Evaluate from 00 to 11:

Area=[x22+2xx33]01=(12+213)(0)=12+213=36+12626=136 square units\text{Area} = \left[\frac{x^2}{2} + 2x - \frac{x^3}{3}\right]_0^1 = \left(\frac{1}{2} + 2 - \frac{1}{3}\right) - \left(0\right) = \frac{1}{2} + 2 - \frac{1}{3} = \frac{3}{6} + \frac{12}{6} - \frac{2}{6} = \frac{13}{6} \text{ square units}

Summary:

infoNote
  • The area under a curve between two points is found using definite integration.
  • The area represents the accumulated quantity, such as distance, revenue, or probability, depending on the context.
  • The definite integral abf(x)dx\int_a^b f(x) \, dx gives the net area between the curve and the xx-axis from x=ax = a to x=bx = b .
  • Special cases like the area between curves or regions below the x-axis are handled by modifying the basic integration process.

Area Between a Curve and the x-Axis

Definite integration can be used to find the area between a curve and the xx-axis.

infoNote

Example: Find the area of the shaded region in the following diagram.

  1. y=x2y = x^2

  2. 24x2dx=[13x3]24=(13×43)(13×23)=64383=563\int_{2}^{4} x^2 \, dx = \left[ \frac{1}{3} x^3 \right]_{2}^{4}\\ = \left( \frac{1}{3} \times 4^3 \right) - \left( \frac{1}{3} \times 2^3 \right)\\ = \frac{64}{3} - \frac{8}{3}\\ = \frac{56}{3}

  3. Area is 563\frac{56}{3}

However, such integrals will not always give the area between a curve and the xx-axis.

infoNote

Example:

22x2dx\int_{-2}^{2} x^2 \, dx[14x4]22=14(24)14(2)4=0\left[ \frac{1}{4} x^4 \right]_{-2}^{2}\\ = \frac{1}{4}(2^4) - \frac{1}{4}(-2)^4 = 0

\therefore If we want to know the area and we know part of the curve lies under the xx-axis, we should integrate this separately from any positive areas.

Thus,

A=20x3dx+02x3dxA = \left |\int_{-2}^{0} x^3 \, dx \right | + \left | \int_{0}^{2} x^3 \, dx \right |

x|x| is the modulus/magnitude/length of a quantity (i.e., distance from 00).

infoNote

Examples: 4. 7=7|-7| = 7 5. 2=2|2| = 2

=(14x4)20+(14x4)02= \left| \left( \frac{1}{4} x^4 \right)_{-2}^{0} \right| + \left| \left( \frac{1}{4} x^4 \right)_{0}^{2} \right|=14(0)414(2)4+14(2)414(0)4= \left| \frac{1}{4} (0)^4 - \frac{1}{4} (-2)^4 \right| + \left| \frac{1}{4} (2)^4 - \frac{1}{4} (0)^4 \right|=4+4=4+4=8= \left| -4 \right| + \left| 4 \right| = 4 + 4 = 8

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Area Under a Curve

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

60 flashcards

Flashcards on Area Under a Curve

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

6 quizzes

Quizzes on Area Under a Curve

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Area Under a Curve

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Area Under a Curve

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Area Under a Curve

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Area Under a Curve you should explore

Discover More Revision Notes Related to Area Under a Curve to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Integration

Fundamental Theorem of Calculus

user avatar
user avatar
user avatar
user avatar
user avatar

309+ studying

189KViews

96%

114 rated

Integration

Integrating Powers of x

user avatar
user avatar
user avatar
user avatar
user avatar

266+ studying

199KViews

96%

114 rated

Integration

Definite Integration

user avatar
user avatar
user avatar
user avatar
user avatar

402+ studying

192KViews

96%

114 rated

Integration

Area between a curve and a line

user avatar
user avatar
user avatar
user avatar
user avatar

309+ studying

183KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered