Photo AI

Last Updated Sep 27, 2025

Area between 2 curves Simplified Revision Notes

Revision notes with simplified explanations to understand Area between 2 curves quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

393+ students studying

8.2.10 Area between 2 curves

Integration: Further Area

Area Between Two Curves

Find the area of the shaded region AA.

Area between the uppermost curve and the xx-axis, take the area between the lowermost curve and the xx-axis.

image A1=01x2dx=[13x3]01=(13(1)313(0)3)=13A_1 = \int_0^1 x^2 \, dx = \left[ \frac{1}{3}x^3 \right]_0^1 = \left( \frac{1}{3}(1)^3 - \frac{1}{3}(0)^3 \right) = \frac{1}{3} A2=01x3dx=[14x4]01=(14(1)414(0)4)=14A_2 = \int_0^1 x^3 \, dx = \left[ \frac{1}{4}x^4 \right]_0^1 = \left( \frac{1}{4}(1)^4 - \frac{1}{4}(0)^4 \right) = \frac{1}{4}

Therefore:

A=1314=:highlight[112]A = \frac{1}{3} - \frac{1}{4} = :highlight[\frac{1}{12}]

Alternative Method

01x2x3dx=[13x314x4]01=(13(1)314(1)4)(13(0)314(0)4)=:highlight[112]\int_0^1 x^2 - x^3 \, dx = \left[ \frac{1}{3}x^3 - \frac{1}{4}x^4 \right]_0^1 = \left( \frac{1}{3}(1)^3 - \frac{1}{4}(1)^4 \right) - \left( \frac{1}{3}(0)^3 - \frac{1}{4}(0)^4 \right) = :highlight[\frac{1}{12}]

Area Between a Curve and the yy-Axis

The formula for the area under a curve (i.e., between the curve and the xx-axis) is:

x1x2ydx\int_{x_1}^{x_2} y \, dx

The formula for the area between a curve and the yy-axis is:

:highlight[y1y2xdy]:highlight[\int_{y_1}^{y_2} x \, dy]
infoNote

Example: Find the shaded area in the following diagram:

  1. Rearrange the equation to say x=f(y)x = f(y)
y=x2x=±yx=ysince it’s in the positive quadrant.y = x^2 \Rightarrow x = \pm \sqrt{y} \Rightarrow x = \sqrt{y} \\ \text {since it's in the positive quadrant.}
  1. Find the yy-limits
x=2y=22=4x = 2 \Rightarrow y = 2^2 = 4y=42=16y = 4^2 = 16
  1. Perform the integration
y1y2xdy=416y12dy=[23y32]416\int_{y_1}^{y_2} x \, dy = \int_4^{16} y^{\frac{1}{2}} \, dy = \left[ \frac{2}{3} y^{\frac{3}{2}} \right]_4^{16}=(23(16)32)(23(4)32)=1283163=:highlight[1123]= \left( \frac{2}{3} (16)^{\frac{3}{2}} \right) - \left( \frac{2}{3} (4)^{\frac{3}{2}} \right) = \frac{128}{3} - \frac{16}{3} = :highlight[\frac{112}{3}]41612x2dx=1123\int_4^{16} \frac{1}{2} x^2 \, dx = \frac{112}{3}

infoNote

Q1**. (OCR 4722, Jan 2010, Q5)**

The diagram shows parts of the curves y=x2+1y = x^2 + 1 and y=119x2y = 11 - \frac{9}{x^2}, which intersect at (1, 2) and (3, 10). Use integration to find the exact area of the shaded region enclosed between the two curves.

  1. Find the area between the "upper curve" (red) and the x-axis:
13(119x2)dx=13119x2dx\int_1^3 \left( 11 - \frac{9}{x^2} \right) dx = \int_1^3 11 - 9x^{-2} dx =[11x+9x1]13= \left[ 11x + 9{x^{-1}} \right]_1^3 =(11(3)+9(3)1)(11(1)+9(1)1)=16= (11(3) + 9(3)^{-1}) - (11(1) + 9(1)^{-1}) = 16
  1. Find the area between the "lower curve" (blue) and the xx-axis:
13(x2+1)dx=[x33+x]13=(333+3)(133+1)=323\int_1^3 \left( x^2 + 1 \right) dx = \left[ \frac{x^3}{3} + x \right]_1^3 = \left( \frac{3^3}{3} + 3 \right) - \left( \frac{1^3}{3} + 1 \right) = \frac{32}{3}
  1. Subtract:
A=16323=:highlight[163]A = 16 - \frac{32}{3} = :highlight[\frac{16}{3}]

Alternative Method: Subtract Before Evaluating Limits

13119x2(x2+1) dx=13109x2x2 dx\int_1^3 11 - 9{x^{-2}} - (x^2 + 1)\ dx = \int_1^3 10 - 9{x^{-2}} - x^2 \ dx =[10x+9x1x33]13= \left[ 10x + 9{x^{-1}} - \frac{x^3}{3} \right]_1^3 =(10(3)+9(3)1333)(10(1)+9(1)1133)=:highlight[163]= \left( 10(3) + 9(3)^{-1} - \frac{3^3}{3} \right) - \left( 10(1) + 9(1)^{-1} - \frac{1^3}{3} \right) = :highlight[\frac{16}{3}]
infoNote

Q2. (OCR 4722, Jan 2012, Q7)

(a) Find (x2+4)(x6)dx\int (x^2 + 4)(x-6) \, dx.

(b)

The diagram shows the curve y=6x32y = 6x^{\frac{3}{2}} and part of the curve y=8x22y = \frac{8}{x^2} - 2, which intersect at the point (1, 6). Use integration to find the area of the shaded region enclosed by the two curves and the x-axis.

infoNote

Be careful in situations in which the area is not contained from above and below by two curves.

  1. Region (A)
016x32dx=[25×6x52]01=[125x52]01=(125(1))(125(0))\int_0^1 6x^{\frac{3}{2}} \, dx = \left[ \frac{2}{5} \times 6x^{\frac{5}{2}} \right]_0^1 = \left[ \frac{12}{5} x^{\frac{5}{2}} \right]_0^1 = \left( \frac{12}{5}(1)\right) - \left( \frac{12}{5}(0) \right) =125= \frac{12}{5}
  1. Region (B) Root of y=8x22y = \frac{8}{x^2} - 2:
Let y=00=8x220=82x28=2x2=8x2=4\text{Let } y = 0 \Rightarrow 0 = \frac{8}{x^2} - 2 \Rightarrow 0 = 8 - 2x^2 \Rightarrow 8 = 2x^2 =8 \Rightarrow x^2 = 4 x=2 or x=2(not valid since x>0)\Rightarrow x = 2 \text{ or } x = -2 \, (\text{not valid since } x > 0) 128x22 dx=[8x12x]12=(8(2)22(2))(8(1)12(1))\therefore \int_1^2 8{x^{-2}} - 2 \ dx = \left[- 8x^{-1}- 2x \right]_1^2 = \left( -8(2)^{-2} - 2(2) \right) - \left( -8(1)^{-1} - 2(1) \right) =2= 2
  1. Total Area:
Area=(A)+(B)=125+2=:highlight[225]\text{Area} = (A) + (B) = \frac{12}{5} + 2 = :highlight[\frac{22}{5}]

Integration: Area Between a Curve and the yy-Axis

To find the area between a curve and the x x-axis, we calculate:

x1x2ydx\int_{x_1}^{x_2} y \, dx

To find the area between a curve and the yy-axis, we calculate:

:highlight[y1y2xdy](using y-limits, not x-limits):highlight[\int_{y_1}^{y_2} x \, dy] \quad \text{(using y-limits, not x-limits)}
infoNote

Example:

Find the shaded area for y=x3y = x^3.

  1. Rearrange the equation to the form x=f(y)x = f(y):
y=x3x=y13y = x^3 \Rightarrow x = y^{\frac{1}{3}}
  1. Find the y-limits:
  • When x=2y=23=8x = 2 \Rightarrow y = 2^3 = 8
  • When x=3y=33=27x = 3 \Rightarrow y = 3^3 = 27
  1. Calculate y1y2xdy\int_{y_1}^{y_2} x \, dy:
827y13dy=[34y43]827=34(2743)34(843)=:highlight[1954]\int_8^{27} y^{\frac{1}{3}} \, dy = \left[ \frac{3}{4} y^{\frac{4}{3}} \right]_8^{27} = \frac{3}{4} \left( 27^{\frac{4}{3}} \right) - \frac{3}{4} \left( 8^{\frac{4}{3}} \right)= :highlight[\frac{195}{4}]

infoNote

Q1. (OCR 4722, Jun 2008, Q5)

The diagram shows the curve y=3+x+2y = 3 + \sqrt{x+2}.

The shaded region is bounded by the curve, the yy-axis, and two lines parallel to the xx-axis which meet the curve where x=2x = 2 and x=14x = 14.

Question :

(i) Show that the area of the shaded region is given by

57(y26y+7)dy.\int_5^7 (y^2 - 6y + 7) \, dy.

(ii) Hence find the exact area of the shaded region.

Solution

(i) Start with the equation of the curve:

y=3+x+2y = 3 + \sqrt{x+2}

Rearrange to solve for xx:

y3=x+2(y3)2=x+2x=(y3)22y - 3 = \sqrt{x+2} \Rightarrow (y-3)^2 = x+2 \Rightarrow x = (y-3)^2 - 2 =y26y+92=y26y+7=y^2-6y+9-2 = y^2-6y+7

When x=2y=3+2+2=5x = 2 \Rightarrow y =3+\sqrt {2+2} = 5

When x=14y=3+14+2=7x = 14 \Rightarrow y = 3 + \sqrt {14+2} = 7

Therefore Area

57y26y+7dy\int_5^7 y^2 - 6y + 7 \, dy

(ii) Calculate the area using the integral:

57(y26y+7)dy=[y333y2+7y]57\int_5^7 (y^2 - 6y + 7) \, dy = \left[\frac{y^3}{3} - 3y^2 + 7y\right]_5^7

Substitute the limits 55 and 77:

=(7333(72)+7(7))(5333(52)+7(5))= \left(\frac{7^3}{3} - 3(7^2) + 7(7)\right) - \left(\frac{5^3}{3} - 3(5^2) + 7(5)\right) =:highlight[443]= :highlight[\frac{44}{3}]
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 between 2 curves

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

120 flashcards

Flashcards on Area between 2 curves

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

12 quizzes

Quizzes on Area between 2 curves

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Area between 2 curves

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Area between 2 curves

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Area between 2 curves

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Area between 2 curves you should explore

Discover More Revision Notes Related to Area between 2 curves to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Further Integration

Integration as the limit of a sum

user avatar
user avatar
user avatar
user avatar
user avatar

380+ studying

186KViews

96%

114 rated

Further Integration

Integrating Other Functions (Trig, ln & e etc)

user avatar
user avatar
user avatar
user avatar
user avatar

231+ studying

200KViews

96%

114 rated

Further Integration

Reverse Chain Rule

user avatar
user avatar
user avatar
user avatar
user avatar

260+ studying

181KViews

96%

114 rated

Further Integration

f'(x)/f(x)

user avatar
user avatar
user avatar
user avatar
user avatar

247+ studying

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