Photo AI

Last Updated Sep 27, 2025

Area Under Curve and x-axis Simplified Revision Notes

Revision notes with simplified explanations to understand Area Under Curve and x-axis quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

397+ students studying

Area Under Curve and x-axis

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 Curve and x-axis

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

150 flashcards

Flashcards on Area Under Curve and x-axis

Revise key concepts with interactive flashcards.

Try Mathematics Flashcards

8 quizzes

Quizzes on Area Under Curve and x-axis

Test your knowledge with fun and engaging quizzes.

Try Mathematics Quizzes

29 questions

Exam questions on Area Under Curve and x-axis

Boost your confidence with real exam questions.

Try Mathematics Questions

27 exams created

Exam Builder on Area Under Curve and x-axis

Create custom exams across topics for better practice!

Try Mathematics exam builder

322 papers

Past Papers on Area Under Curve and x-axis

Practice past papers to reinforce exam experience.

Try Mathematics Past Papers

Other Revision Notes related to Area Under Curve and x-axis you should explore

Discover More Revision Notes Related to Area Under Curve and x-axis to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Area Under/Between Curves

Area Between Curve and y-axis

user avatar
user avatar
user avatar
user avatar
user avatar

491+ studying

186KViews

96%

114 rated

Area Under/Between Curves

Area Between Two Curves

user avatar
user avatar
user avatar
user avatar
user avatar

499+ studying

191KViews

96%

114 rated

Area Under/Between Curves

Area Under Curve and x-axis

user avatar
user avatar
user avatar
user avatar
user avatar

274+ studying

194KViews

96%

114 rated

Area Under/Between Curves

Area Between Curve and y-axis

user avatar
user avatar
user avatar
user avatar
user avatar

439+ studying

186KViews
Load more notes

Join 500,000+ Leaving Cert students using SimpleStudy...

Join Thousands of Leaving Cert 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